po / git.poton commit t5561: drop curl stderr redirects (fcd9d70)
   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-01-07 07:50+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:62
  22#, c-format
  23msgid "hint: %.*s\n"
  24msgstr ""
  25
  26#: advice.c:90
  27msgid "Cherry-picking is not possible because you have unmerged files."
  28msgstr ""
  29
  30#: advice.c:92
  31msgid "Committing is not possible because you have unmerged files."
  32msgstr ""
  33
  34#: advice.c:94
  35msgid "Merging is not possible because you have unmerged files."
  36msgstr ""
  37
  38#: advice.c:96
  39msgid "Pulling is not possible because you have unmerged files."
  40msgstr ""
  41
  42#: advice.c:98
  43msgid "Reverting is not possible because you have unmerged files."
  44msgstr ""
  45
  46#: advice.c:100
  47#, c-format
  48msgid "It is not possible to %s because you have unmerged files."
  49msgstr ""
  50
  51#: advice.c:108
  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:116
  58msgid "Exiting because of an unresolved conflict."
  59msgstr ""
  60
  61#: advice.c:121 builtin/merge.c:1213
  62msgid "You have not concluded your merge (MERGE_HEAD exists)."
  63msgstr ""
  64
  65#: advice.c:123
  66msgid "Please, commit your changes before merging."
  67msgstr ""
  68
  69#: advice.c:124
  70msgid "Exiting because of unfinished merge."
  71msgstr ""
  72
  73#: advice.c:130
  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:277
 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:236 builtin/reset.c:148
 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:761 builtin/fetch.c:1011
 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:539 builtin/mv.c:298 builtin/rm.c:390
 572msgid "Unable to write new index file"
 573msgstr ""
 574
 575#: apply.c:4921 apply.c:4924 builtin/am.c:2220 builtin/am.c:2223
 576#: builtin/clone.c:116 builtin/fetch.c:116 builtin/pull.c:193
 577#: builtin/submodule--helper.c:369 builtin/submodule--helper.c:860
 578#: builtin/submodule--helper.c:863 builtin/submodule--helper.c:1230
 579#: builtin/submodule--helper.c:1233 builtin/submodule--helper.c:1450
 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:2229
 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:4949
 633msgid "also apply the patch (use with --stat/--summary/--check)"
 634msgstr ""
 635
 636#: apply.c:4951
 637msgid "attempt three-way merge if a patch does not apply"
 638msgstr ""
 639
 640#: apply.c:4953
 641msgid "build a temporary index based on embedded index information"
 642msgstr ""
 643
 644#: apply.c:4956 builtin/checkout-index.c:168 builtin/ls-files.c:515
 645msgid "paths are separated with NUL character"
 646msgstr ""
 647
 648#: apply.c:4958
 649msgid "ensure at least <n> lines of context match"
 650msgstr ""
 651
 652#: apply.c:4959 builtin/am.c:2208 builtin/interpret-trailers.c:95
 653#: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
 654#: builtin/pack-objects.c:3009
 655msgid "action"
 656msgstr ""
 657
 658#: apply.c:4960
 659msgid "detect new or modified lines that have whitespace errors"
 660msgstr ""
 661
 662#: apply.c:4963 apply.c:4966
 663msgid "ignore changes in whitespace when finding context"
 664msgstr ""
 665
 666#: apply.c:4969
 667msgid "apply the patch in reverse"
 668msgstr ""
 669
 670#: apply.c:4971
 671msgid "don't expect at least one line of context"
 672msgstr ""
 673
 674#: apply.c:4973
 675msgid "leave the rejected hunks in corresponding *.rej files"
 676msgstr ""
 677
 678#: apply.c:4975
 679msgid "allow overlapping hunks"
 680msgstr ""
 681
 682#: apply.c:4976 builtin/add.c:292 builtin/check-ignore.c:21
 683#: builtin/commit.c:1361 builtin/count-objects.c:96 builtin/fsck.c:640
 684#: builtin/log.c:1896 builtin/mv.c:123 builtin/read-tree.c:125
 685msgid "be verbose"
 686msgstr ""
 687
 688#: apply.c:4978
 689msgid "tolerate incorrectly detected missing new-line at the end of file"
 690msgstr ""
 691
 692#: apply.c:4981
 693msgid "do not trust the line counts in the hunk headers"
 694msgstr ""
 695
 696#: apply.c:4983 builtin/am.c:2217
 697msgid "root"
 698msgstr ""
 699
 700#: apply.c:4984
 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:515 builtin/rm.c:299
 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:1459
 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:693 builtin/blame.c:694 builtin/config.c:62
 743#: builtin/fast-export.c:1005 builtin/fast-export.c:1007 builtin/grep.c:861
 744#: builtin/hash-object.c:102 builtin/ls-files.c:551 builtin/ls-files.c:554
 745#: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:120
 746#: parse-options.h:153
 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:106 builtin/clone.c:109
 779#: builtin/submodule--helper.c:872 builtin/submodule--helper.c:1239
 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:458
 829#, c-format
 830msgid "Badly quoted content in file '%s': %s"
 831msgstr ""
 832
 833#: bisect.c:666
 834#, c-format
 835msgid "We cannot bisect more!\n"
 836msgstr ""
 837
 838#: bisect.c:720
 839#, c-format
 840msgid "Not a valid commit name %s"
 841msgstr ""
 842
 843#: bisect.c:744
 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:749
 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:754
 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:762
 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:775
 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:810
 881#, c-format
 882msgid "Bisecting: a merge base must be tested\n"
 883msgstr ""
 884
 885#: bisect.c:862
 886#, c-format
 887msgid "a %s revision is needed"
 888msgstr ""
 889
 890#: bisect.c:879 builtin/notes.c:175 builtin/tag.c:234
 891#, c-format
 892msgid "could not create file '%s'"
 893msgstr ""
 894
 895#: bisect.c:930
 896#, c-format
 897msgid "could not read file '%s'"
 898msgstr ""
 899
 900#: bisect.c:960
 901msgid "reading bisect refs failed"
 902msgstr ""
 903
 904#: bisect.c:979
 905#, c-format
 906msgid "%s was both %s and %s\n"
 907msgstr ""
 908
 909#: bisect.c:987
 910#, c-format
 911msgid ""
 912"No testable commit found.\n"
 913"Maybe you started with bad path parameters?\n"
 914msgstr ""
 915
 916#: bisect.c:1006
 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:1012
 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:1757
 934msgid "--contents and --reverse do not blend well."
 935msgstr ""
 936
 937#: blame.c:1768
 938msgid "cannot use --contents with final commit object name"
 939msgstr ""
 940
 941#: blame.c:1788
 942msgid "--reverse and --first-parent together require specified latest commit"
 943msgstr ""
 944
 945#: blame.c:1797 bundle.c:169 ref-filter.c:1981 sequencer.c:1177
 946#: sequencer.c:2370 builtin/commit.c:1066 builtin/log.c:364 builtin/log.c:918
 947#: builtin/log.c:1368 builtin/log.c:1697 builtin/log.c:1945 builtin/merge.c:369
 948#: builtin/shortlog.c:191
 949msgid "revision walk setup failed"
 950msgstr ""
 951
 952#: blame.c:1815
 953msgid ""
 954"--reverse --first-parent together require range along first-parent chain"
 955msgstr ""
 956
 957#: blame.c:1826
 958#, c-format
 959msgid "no such path %s in %s"
 960msgstr ""
 961
 962#: blame.c:1837
 963#, c-format
 964msgid "cannot read blob %s for path %s"
 965msgstr ""
 966
 967#: branch.c:53
 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:67
 977#, c-format
 978msgid "Not setting branch %s as its own upstream."
 979msgstr ""
 980
 981#: branch.c:93
 982#, c-format
 983msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
 984msgstr ""
 985
 986#: branch.c:94
 987#, c-format
 988msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
 989msgstr ""
 990
 991#: branch.c:98
 992#, c-format
 993msgid "Branch '%s' set up to track local branch '%s' by rebasing."
 994msgstr ""
 995
 996#: branch.c:99
 997#, c-format
 998msgid "Branch '%s' set up to track local branch '%s'."
 999msgstr ""
1000
1001#: branch.c:104
1002#, c-format
1003msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1004msgstr ""
1005
1006#: branch.c:105
1007#, c-format
1008msgid "Branch '%s' set up to track remote ref '%s'."
1009msgstr ""
1010
1011#: branch.c:109
1012#, c-format
1013msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1014msgstr ""
1015
1016#: branch.c:110
1017#, c-format
1018msgid "Branch '%s' set up to track local ref '%s'."
1019msgstr ""
1020
1021#: branch.c:119
1022msgid "Unable to write upstream branch configuration"
1023msgstr ""
1024
1025#: branch.c:156
1026#, c-format
1027msgid "Not tracking: ambiguous information for ref %s"
1028msgstr ""
1029
1030#: branch.c:189
1031#, c-format
1032msgid "'%s' is not a valid branch name."
1033msgstr ""
1034
1035#: branch.c:208
1036#, c-format
1037msgid "A branch named '%s' already exists."
1038msgstr ""
1039
1040#: branch.c:213
1041msgid "Cannot force update the current branch."
1042msgstr ""
1043
1044#: branch.c:233
1045#, c-format
1046msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1047msgstr ""
1048
1049#: branch.c:235
1050#, c-format
1051msgid "the requested upstream branch '%s' does not exist"
1052msgstr ""
1053
1054#: branch.c:237
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:280
1067#, c-format
1068msgid "Not a valid object name: '%s'."
1069msgstr ""
1070
1071#: branch.c:300
1072#, c-format
1073msgid "Ambiguous object name: '%s'."
1074msgstr ""
1075
1076#: branch.c:305
1077#, c-format
1078msgid "Not a valid branch point: '%s'."
1079msgstr ""
1080
1081#: branch.c:359
1082#, c-format
1083msgid "'%s' is already checked out at '%s'"
1084msgstr ""
1085
1086#: branch.c:382
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:1360 sequencer.c:1807 sequencer.c:2637
1102#: sequencer.c:2663 sequencer.c:2754 sequencer.c:2856 builtin/commit.c:782
1103#, c-format
1104msgid "could not open '%s'"
1105msgstr ""
1106
1107#: bundle.c:140
1108msgid "Repository lacks these prerequisite commits:"
1109msgstr ""
1110
1111#: bundle.c:193
1112#, c-format
1113msgid "The bundle contains this ref:"
1114msgid_plural "The bundle contains these %d refs:"
1115msgstr[0] ""
1116msgstr[1] ""
1117
1118#: bundle.c:200
1119msgid "The bundle records a complete history."
1120msgstr ""
1121
1122#: bundle.c:202
1123#, c-format
1124msgid "The bundle requires this ref:"
1125msgid_plural "The bundle requires these %d refs:"
1126msgstr[0] ""
1127msgstr[1] ""
1128
1129#: bundle.c:261
1130msgid "Could not spawn pack-objects"
1131msgstr ""
1132
1133#: bundle.c:272
1134msgid "pack-objects died"
1135msgstr ""
1136
1137#: bundle.c:314
1138msgid "rev-list died"
1139msgstr ""
1140
1141#: bundle.c:363
1142#, c-format
1143msgid "ref '%s' is excluded by the rev-list options"
1144msgstr ""
1145
1146#: bundle.c:453 builtin/log.c:181 builtin/log.c:1604 builtin/shortlog.c:296
1147#, c-format
1148msgid "unrecognized argument: %s"
1149msgstr ""
1150
1151#: bundle.c:461
1152msgid "Refusing to create empty bundle."
1153msgstr ""
1154
1155#: bundle.c:473
1156#, c-format
1157msgid "cannot create '%s'"
1158msgstr ""
1159
1160#: bundle.c:501
1161msgid "index-pack died"
1162msgstr ""
1163
1164#: color.c:301
1165#, c-format
1166msgid "invalid color value: %.*s"
1167msgstr ""
1168
1169#: commit.c:41 sequencer.c:1614 builtin/am.c:421 builtin/am.c:465
1170#: builtin/am.c:1434 builtin/am.c:2069
1171#, c-format
1172msgid "could not parse %s"
1173msgstr ""
1174
1175#: commit.c:43
1176#, c-format
1177msgid "%s %s is not a commit!"
1178msgstr ""
1179
1180#: commit.c:1524
1181msgid ""
1182"Warning: commit message did not conform to UTF-8.\n"
1183"You may want to amend it after fixing the message, or set the config\n"
1184"variable i18n.commitencoding to the encoding your project uses.\n"
1185msgstr ""
1186
1187#: compat/obstack.c:405 compat/obstack.c:407
1188msgid "memory exhausted"
1189msgstr ""
1190
1191#: config.c:186
1192msgid "relative config include conditionals must come from files"
1193msgstr ""
1194
1195#: config.c:720
1196#, c-format
1197msgid "bad config line %d in blob %s"
1198msgstr ""
1199
1200#: config.c:724
1201#, c-format
1202msgid "bad config line %d in file %s"
1203msgstr ""
1204
1205#: config.c:728
1206#, c-format
1207msgid "bad config line %d in standard input"
1208msgstr ""
1209
1210#: config.c:732
1211#, c-format
1212msgid "bad config line %d in submodule-blob %s"
1213msgstr ""
1214
1215#: config.c:736
1216#, c-format
1217msgid "bad config line %d in command line %s"
1218msgstr ""
1219
1220#: config.c:740
1221#, c-format
1222msgid "bad config line %d in %s"
1223msgstr ""
1224
1225#: config.c:868
1226msgid "out of range"
1227msgstr ""
1228
1229#: config.c:868
1230msgid "invalid unit"
1231msgstr ""
1232
1233#: config.c:874
1234#, c-format
1235msgid "bad numeric config value '%s' for '%s': %s"
1236msgstr ""
1237
1238#: config.c:879
1239#, c-format
1240msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1241msgstr ""
1242
1243#: config.c:882
1244#, c-format
1245msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1246msgstr ""
1247
1248#: config.c:885
1249#, c-format
1250msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1251msgstr ""
1252
1253#: config.c:888
1254#, c-format
1255msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1256msgstr ""
1257
1258#: config.c:891
1259#, c-format
1260msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1261msgstr ""
1262
1263#: config.c:894
1264#, c-format
1265msgid "bad numeric config value '%s' for '%s' in %s: %s"
1266msgstr ""
1267
1268#: config.c:989
1269#, c-format
1270msgid "failed to expand user dir in: '%s'"
1271msgstr ""
1272
1273#: config.c:998
1274#, c-format
1275msgid "'%s' for '%s' is not a valid timestamp"
1276msgstr ""
1277
1278#: config.c:1094 config.c:1105
1279#, c-format
1280msgid "bad zlib compression level %d"
1281msgstr ""
1282
1283#: config.c:1222
1284#, c-format
1285msgid "invalid mode for object creation: %s"
1286msgstr ""
1287
1288#: config.c:1378
1289#, c-format
1290msgid "bad pack compression level %d"
1291msgstr ""
1292
1293#: config.c:1574
1294msgid "unable to parse command-line config"
1295msgstr ""
1296
1297#: config.c:1906
1298msgid "unknown error occurred while reading the configuration files"
1299msgstr ""
1300
1301#: config.c:2093
1302#, c-format
1303msgid "Invalid %s: '%s'"
1304msgstr ""
1305
1306#: config.c:2136
1307#, c-format
1308msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1309msgstr ""
1310
1311#: config.c:2162
1312#, c-format
1313msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1314msgstr ""
1315
1316#: config.c:2187
1317#, c-format
1318msgid "unable to parse '%s' from command-line config"
1319msgstr ""
1320
1321#: config.c:2189
1322#, c-format
1323msgid "bad config variable '%s' in file '%s' at line %d"
1324msgstr ""
1325
1326#: config.c:2248
1327#, c-format
1328msgid "%s has multiple values"
1329msgstr ""
1330
1331#: config.c:2591 config.c:2808
1332#, c-format
1333msgid "fstat on %s failed"
1334msgstr ""
1335
1336#: config.c:2698
1337#, c-format
1338msgid "could not set '%s' to '%s'"
1339msgstr ""
1340
1341#: config.c:2700 builtin/remote.c:776
1342#, c-format
1343msgid "could not unset '%s'"
1344msgstr ""
1345
1346#: connect.c:52
1347msgid "The remote end hung up upon initial contact"
1348msgstr ""
1349
1350#: connect.c:54
1351msgid ""
1352"Could not read from remote repository.\n"
1353"\n"
1354"Please make sure you have the correct access rights\n"
1355"and the repository exists."
1356msgstr ""
1357
1358#: connected.c:64 builtin/fsck.c:183 builtin/prune.c:141
1359msgid "Checking connectivity"
1360msgstr ""
1361
1362#: connected.c:76
1363msgid "Could not run 'git rev-list'"
1364msgstr ""
1365
1366#: connected.c:96
1367msgid "failed write to rev-list"
1368msgstr ""
1369
1370#: connected.c:103
1371msgid "failed to close rev-list's stdin"
1372msgstr ""
1373
1374#: convert.c:205
1375#, c-format
1376msgid ""
1377"CRLF will be replaced by LF in %s.\n"
1378"The file will have its original line endings in your working directory."
1379msgstr ""
1380
1381#: convert.c:209
1382#, c-format
1383msgid "CRLF would be replaced by LF in %s."
1384msgstr ""
1385
1386#: convert.c:215
1387#, c-format
1388msgid ""
1389"LF will be replaced by CRLF in %s.\n"
1390"The file will have its original line endings in your working directory."
1391msgstr ""
1392
1393#: convert.c:219
1394#, c-format
1395msgid "LF would be replaced by CRLF in %s"
1396msgstr ""
1397
1398#: date.c:116
1399msgid "in the future"
1400msgstr ""
1401
1402#: date.c:122
1403#, c-format
1404msgid "%<PRIuMAX> second ago"
1405msgid_plural "%<PRIuMAX> seconds ago"
1406msgstr[0] ""
1407msgstr[1] ""
1408
1409#: date.c:129
1410#, c-format
1411msgid "%<PRIuMAX> minute ago"
1412msgid_plural "%<PRIuMAX> minutes ago"
1413msgstr[0] ""
1414msgstr[1] ""
1415
1416#: date.c:136
1417#, c-format
1418msgid "%<PRIuMAX> hour ago"
1419msgid_plural "%<PRIuMAX> hours ago"
1420msgstr[0] ""
1421msgstr[1] ""
1422
1423#: date.c:143
1424#, c-format
1425msgid "%<PRIuMAX> day ago"
1426msgid_plural "%<PRIuMAX> days ago"
1427msgstr[0] ""
1428msgstr[1] ""
1429
1430#: date.c:149
1431#, c-format
1432msgid "%<PRIuMAX> week ago"
1433msgid_plural "%<PRIuMAX> weeks ago"
1434msgstr[0] ""
1435msgstr[1] ""
1436
1437#: date.c:156
1438#, c-format
1439msgid "%<PRIuMAX> month ago"
1440msgid_plural "%<PRIuMAX> months ago"
1441msgstr[0] ""
1442msgstr[1] ""
1443
1444#: date.c:167
1445#, c-format
1446msgid "%<PRIuMAX> year"
1447msgid_plural "%<PRIuMAX> years"
1448msgstr[0] ""
1449msgstr[1] ""
1450
1451#. TRANSLATORS: "%s" is "<n> years"
1452#: date.c:170
1453#, c-format
1454msgid "%s, %<PRIuMAX> month ago"
1455msgid_plural "%s, %<PRIuMAX> months ago"
1456msgstr[0] ""
1457msgstr[1] ""
1458
1459#: date.c:175 date.c:180
1460#, c-format
1461msgid "%<PRIuMAX> year ago"
1462msgid_plural "%<PRIuMAX> years ago"
1463msgstr[0] ""
1464msgstr[1] ""
1465
1466#: diffcore-order.c:24
1467#, c-format
1468msgid "failed to read orderfile '%s'"
1469msgstr ""
1470
1471#: diffcore-rename.c:535
1472msgid "Performing inexact rename detection"
1473msgstr ""
1474
1475#: diff.c:74
1476#, c-format
1477msgid "option '%s' requires a value"
1478msgstr ""
1479
1480#: diff.c:152
1481#, c-format
1482msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
1483msgstr ""
1484
1485#: diff.c:157
1486#, c-format
1487msgid "  Unknown dirstat parameter '%s'\n"
1488msgstr ""
1489
1490#: diff.c:281
1491msgid ""
1492"color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1493"'plain'"
1494msgstr ""
1495
1496#: diff.c:341
1497#, c-format
1498msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1499msgstr ""
1500
1501#: diff.c:401
1502#, c-format
1503msgid ""
1504"Found errors in 'diff.dirstat' config variable:\n"
1505"%s"
1506msgstr ""
1507
1508#: diff.c:3799
1509#, c-format
1510msgid "external diff died, stopping at %s"
1511msgstr ""
1512
1513#: diff.c:4127
1514msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1515msgstr ""
1516
1517#: diff.c:4215
1518msgid "--follow requires exactly one pathspec"
1519msgstr ""
1520
1521#: diff.c:4381
1522#, c-format
1523msgid ""
1524"Failed to parse --dirstat/-X option parameter:\n"
1525"%s"
1526msgstr ""
1527
1528#: diff.c:4395
1529#, c-format
1530msgid "Failed to parse --submodule option parameter: '%s'"
1531msgstr ""
1532
1533#: diff.c:5446
1534msgid "inexact rename detection was skipped due to too many files."
1535msgstr ""
1536
1537#: diff.c:5449
1538msgid "only found copies from modified paths due to too many files."
1539msgstr ""
1540
1541#: diff.c:5452
1542#, c-format
1543msgid ""
1544"you may want to set your %s variable to at least %d and retry the command."
1545msgstr ""
1546
1547#: dir.c:2100
1548msgid "failed to get kernel name and information"
1549msgstr ""
1550
1551#: dir.c:2219
1552msgid "Untracked cache is disabled on this system or location."
1553msgstr ""
1554
1555#: dir.c:3002 dir.c:3007
1556#, c-format
1557msgid "could not create directories for %s"
1558msgstr ""
1559
1560#: dir.c:3032
1561#, c-format
1562msgid "could not migrate git directory from '%s' to '%s'"
1563msgstr ""
1564
1565#: editor.c:61
1566#, c-format
1567msgid "hint: Waiting for your editor to close the file...%c"
1568msgstr ""
1569
1570#: entry.c:177
1571msgid "Filtering content"
1572msgstr ""
1573
1574#: entry.c:435
1575#, c-format
1576msgid "could not stat file '%s'"
1577msgstr ""
1578
1579#: fetch-pack.c:252
1580msgid "git fetch-pack: expected shallow list"
1581msgstr ""
1582
1583#: fetch-pack.c:264
1584msgid "git fetch-pack: expected ACK/NAK, got EOF"
1585msgstr ""
1586
1587#: fetch-pack.c:283 builtin/archive.c:63
1588#, c-format
1589msgid "remote error: %s"
1590msgstr ""
1591
1592#: fetch-pack.c:284
1593#, c-format
1594msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1595msgstr ""
1596
1597#: fetch-pack.c:336
1598msgid "--stateless-rpc requires multi_ack_detailed"
1599msgstr ""
1600
1601#: fetch-pack.c:422
1602#, c-format
1603msgid "invalid shallow line: %s"
1604msgstr ""
1605
1606#: fetch-pack.c:428
1607#, c-format
1608msgid "invalid unshallow line: %s"
1609msgstr ""
1610
1611#: fetch-pack.c:430
1612#, c-format
1613msgid "object not found: %s"
1614msgstr ""
1615
1616#: fetch-pack.c:433
1617#, c-format
1618msgid "error in object: %s"
1619msgstr ""
1620
1621#: fetch-pack.c:435
1622#, c-format
1623msgid "no shallow found: %s"
1624msgstr ""
1625
1626#: fetch-pack.c:438
1627#, c-format
1628msgid "expected shallow/unshallow, got %s"
1629msgstr ""
1630
1631#: fetch-pack.c:477
1632#, c-format
1633msgid "got %s %d %s"
1634msgstr ""
1635
1636#: fetch-pack.c:491
1637#, c-format
1638msgid "invalid commit %s"
1639msgstr ""
1640
1641#: fetch-pack.c:524
1642msgid "giving up"
1643msgstr ""
1644
1645#: fetch-pack.c:534 progress.c:229
1646msgid "done"
1647msgstr ""
1648
1649#: fetch-pack.c:546
1650#, c-format
1651msgid "got %s (%d) %s"
1652msgstr ""
1653
1654#: fetch-pack.c:592
1655#, c-format
1656msgid "Marking %s as complete"
1657msgstr ""
1658
1659#: fetch-pack.c:777
1660#, c-format
1661msgid "already have %s (%s)"
1662msgstr ""
1663
1664#: fetch-pack.c:815
1665msgid "fetch-pack: unable to fork off sideband demultiplexer"
1666msgstr ""
1667
1668#: fetch-pack.c:823
1669msgid "protocol error: bad pack header"
1670msgstr ""
1671
1672#: fetch-pack.c:879
1673#, c-format
1674msgid "fetch-pack: unable to fork off %s"
1675msgstr ""
1676
1677#: fetch-pack.c:895
1678#, c-format
1679msgid "%s failed"
1680msgstr ""
1681
1682#: fetch-pack.c:897
1683msgid "error in sideband demultiplexer"
1684msgstr ""
1685
1686#: fetch-pack.c:924
1687msgid "Server does not support shallow clients"
1688msgstr ""
1689
1690#: fetch-pack.c:928
1691msgid "Server supports multi_ack_detailed"
1692msgstr ""
1693
1694#: fetch-pack.c:931
1695msgid "Server supports no-done"
1696msgstr ""
1697
1698#: fetch-pack.c:937
1699msgid "Server supports multi_ack"
1700msgstr ""
1701
1702#: fetch-pack.c:941
1703msgid "Server supports side-band-64k"
1704msgstr ""
1705
1706#: fetch-pack.c:945
1707msgid "Server supports side-band"
1708msgstr ""
1709
1710#: fetch-pack.c:949
1711msgid "Server supports allow-tip-sha1-in-want"
1712msgstr ""
1713
1714#: fetch-pack.c:953
1715msgid "Server supports allow-reachable-sha1-in-want"
1716msgstr ""
1717
1718#: fetch-pack.c:963
1719msgid "Server supports ofs-delta"
1720msgstr ""
1721
1722#: fetch-pack.c:970
1723#, c-format
1724msgid "Server version is %.*s"
1725msgstr ""
1726
1727#: fetch-pack.c:976
1728msgid "Server does not support --shallow-since"
1729msgstr ""
1730
1731#: fetch-pack.c:980
1732msgid "Server does not support --shallow-exclude"
1733msgstr ""
1734
1735#: fetch-pack.c:982
1736msgid "Server does not support --deepen"
1737msgstr ""
1738
1739#: fetch-pack.c:993
1740msgid "no common commits"
1741msgstr ""
1742
1743#: fetch-pack.c:1005
1744msgid "git fetch-pack: fetch failed."
1745msgstr ""
1746
1747#: fetch-pack.c:1167
1748msgid "no matching remote head"
1749msgstr ""
1750
1751#: fetch-pack.c:1189
1752#, c-format
1753msgid "no such remote ref %s"
1754msgstr ""
1755
1756#: fetch-pack.c:1192
1757#, c-format
1758msgid "Server does not allow request for unadvertised object %s"
1759msgstr ""
1760
1761#: gpg-interface.c:181
1762msgid "gpg failed to sign the data"
1763msgstr ""
1764
1765#: gpg-interface.c:211
1766msgid "could not create temporary file"
1767msgstr ""
1768
1769#: gpg-interface.c:214
1770#, c-format
1771msgid "failed writing detached signature to '%s'"
1772msgstr ""
1773
1774#: graph.c:97
1775#, c-format
1776msgid "ignore invalid color '%.*s' in log.graphColors"
1777msgstr ""
1778
1779#: grep.c:2017
1780#, c-format
1781msgid "'%s': unable to read %s"
1782msgstr ""
1783
1784#: grep.c:2034 builtin/clone.c:404 builtin/diff.c:81 builtin/rm.c:134
1785#, c-format
1786msgid "failed to stat '%s'"
1787msgstr ""
1788
1789#: grep.c:2045
1790#, c-format
1791msgid "'%s': short read"
1792msgstr ""
1793
1794#: help.c:179
1795#, c-format
1796msgid "available git commands in '%s'"
1797msgstr ""
1798
1799#: help.c:186
1800msgid "git commands available from elsewhere on your $PATH"
1801msgstr ""
1802
1803#: help.c:217
1804msgid "These are common Git commands used in various situations:"
1805msgstr ""
1806
1807#: help.c:281
1808#, c-format
1809msgid ""
1810"'%s' appears to be a git command, but we were not\n"
1811"able to execute it. Maybe git-%s is broken?"
1812msgstr ""
1813
1814#: help.c:336
1815msgid "Uh oh. Your system reports no Git commands at all."
1816msgstr ""
1817
1818#: help.c:358
1819#, c-format
1820msgid "WARNING: You called a Git command named '%s', which does not exist."
1821msgstr ""
1822
1823#: help.c:363
1824#, c-format
1825msgid "Continuing under the assumption that you meant '%s'."
1826msgstr ""
1827
1828#: help.c:368
1829#, c-format
1830msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1831msgstr ""
1832
1833#: help.c:376
1834#, c-format
1835msgid "git: '%s' is not a git command. See 'git --help'."
1836msgstr ""
1837
1838#: help.c:380
1839msgid ""
1840"\n"
1841"The most similar command is"
1842msgid_plural ""
1843"\n"
1844"The most similar commands are"
1845msgstr[0] ""
1846msgstr[1] ""
1847
1848#: help.c:395
1849msgid "git version [<options>]"
1850msgstr ""
1851
1852#: help.c:462
1853#, c-format
1854msgid "%s: %s - %s"
1855msgstr ""
1856
1857#: help.c:466
1858msgid ""
1859"\n"
1860"Did you mean this?"
1861msgid_plural ""
1862"\n"
1863"Did you mean one of these?"
1864msgstr[0] ""
1865msgstr[1] ""
1866
1867#: ident.c:342
1868msgid ""
1869"\n"
1870"*** Please tell me who you are.\n"
1871"\n"
1872"Run\n"
1873"\n"
1874"  git config --global user.email \"you@example.com\"\n"
1875"  git config --global user.name \"Your Name\"\n"
1876"\n"
1877"to set your account's default identity.\n"
1878"Omit --global to set the identity only in this repository.\n"
1879"\n"
1880msgstr ""
1881
1882#: ident.c:366
1883msgid "no email was given and auto-detection is disabled"
1884msgstr ""
1885
1886#: ident.c:371
1887#, c-format
1888msgid "unable to auto-detect email address (got '%s')"
1889msgstr ""
1890
1891#: ident.c:381
1892msgid "no name was given and auto-detection is disabled"
1893msgstr ""
1894
1895#: ident.c:387
1896#, c-format
1897msgid "unable to auto-detect name (got '%s')"
1898msgstr ""
1899
1900#: ident.c:395
1901#, c-format
1902msgid "empty ident name (for <%s>) not allowed"
1903msgstr ""
1904
1905#: ident.c:401
1906#, c-format
1907msgid "name consists only of disallowed characters: %s"
1908msgstr ""
1909
1910#: ident.c:416 builtin/commit.c:616
1911#, c-format
1912msgid "invalid date format: %s"
1913msgstr ""
1914
1915#: list-objects-filter-options.c:30
1916msgid "multiple object filter types cannot be combined"
1917msgstr ""
1918
1919#: list-objects-filter-options.c:41 list-objects-filter-options.c:68
1920#, c-format
1921msgid "invalid filter-spec expression '%s'"
1922msgstr ""
1923
1924#: lockfile.c:151
1925#, c-format
1926msgid ""
1927"Unable to create '%s.lock': %s.\n"
1928"\n"
1929"Another git process seems to be running in this repository, e.g.\n"
1930"an editor opened by 'git commit'. Please make sure all processes\n"
1931"are terminated then try again. If it still fails, a git process\n"
1932"may have crashed in this repository earlier:\n"
1933"remove the file manually to continue."
1934msgstr ""
1935
1936#: lockfile.c:159
1937#, c-format
1938msgid "Unable to create '%s.lock': %s"
1939msgstr ""
1940
1941#: merge.c:74
1942msgid "failed to read the cache"
1943msgstr ""
1944
1945#: merge.c:128 builtin/am.c:1943 builtin/am.c:1977 builtin/checkout.c:379
1946#: builtin/checkout.c:600 builtin/clone.c:754
1947msgid "unable to write new index file"
1948msgstr ""
1949
1950#: merge-recursive.c:235
1951msgid "(bad commit)\n"
1952msgstr ""
1953
1954#: merge-recursive.c:257 merge-recursive.c:265
1955#, c-format
1956msgid "addinfo_cache failed for path '%s'"
1957msgstr ""
1958
1959#: merge-recursive.c:329
1960msgid "error building trees"
1961msgstr ""
1962
1963#: merge-recursive.c:752
1964#, c-format
1965msgid "failed to create path '%s'%s"
1966msgstr ""
1967
1968#: merge-recursive.c:763
1969#, c-format
1970msgid "Removing %s to make room for subdirectory\n"
1971msgstr ""
1972
1973#: merge-recursive.c:777 merge-recursive.c:796
1974msgid ": perhaps a D/F conflict?"
1975msgstr ""
1976
1977#: merge-recursive.c:786
1978#, c-format
1979msgid "refusing to lose untracked file at '%s'"
1980msgstr ""
1981
1982#: merge-recursive.c:828 builtin/cat-file.c:37
1983#, c-format
1984msgid "cannot read object %s '%s'"
1985msgstr ""
1986
1987#: merge-recursive.c:830
1988#, c-format
1989msgid "blob expected for %s '%s'"
1990msgstr ""
1991
1992#: merge-recursive.c:854
1993#, c-format
1994msgid "failed to open '%s': %s"
1995msgstr ""
1996
1997#: merge-recursive.c:865
1998#, c-format
1999msgid "failed to symlink '%s': %s"
2000msgstr ""
2001
2002#: merge-recursive.c:870
2003#, c-format
2004msgid "do not know what to do with %06o %s '%s'"
2005msgstr ""
2006
2007#: merge-recursive.c:1010
2008msgid "Failed to execute internal merge"
2009msgstr ""
2010
2011#: merge-recursive.c:1014
2012#, c-format
2013msgid "Unable to add %s to database"
2014msgstr ""
2015
2016#: merge-recursive.c:1117
2017#, c-format
2018msgid ""
2019"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2020"in tree."
2021msgstr ""
2022
2023#: merge-recursive.c:1122
2024#, c-format
2025msgid ""
2026"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2027"left in tree."
2028msgstr ""
2029
2030#: merge-recursive.c:1129
2031#, c-format
2032msgid ""
2033"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2034"in tree at %s."
2035msgstr ""
2036
2037#: merge-recursive.c:1134
2038#, c-format
2039msgid ""
2040"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2041"left in tree at %s."
2042msgstr ""
2043
2044#: merge-recursive.c:1168
2045msgid "rename"
2046msgstr ""
2047
2048#: merge-recursive.c:1168
2049msgid "renamed"
2050msgstr ""
2051
2052#: merge-recursive.c:1225
2053#, c-format
2054msgid "%s is a directory in %s adding as %s instead"
2055msgstr ""
2056
2057#: merge-recursive.c:1250
2058#, c-format
2059msgid ""
2060"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2061"\"->\"%s\" in \"%s\"%s"
2062msgstr ""
2063
2064#: merge-recursive.c:1255
2065msgid " (left unresolved)"
2066msgstr ""
2067
2068#: merge-recursive.c:1317
2069#, c-format
2070msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2071msgstr ""
2072
2073#: merge-recursive.c:1350
2074#, c-format
2075msgid "Renaming %s to %s and %s to %s instead"
2076msgstr ""
2077
2078#: merge-recursive.c:1553
2079#, c-format
2080msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2081msgstr ""
2082
2083#: merge-recursive.c:1568
2084#, c-format
2085msgid "Adding merged %s"
2086msgstr ""
2087
2088#: merge-recursive.c:1575 merge-recursive.c:1805
2089#, c-format
2090msgid "Adding as %s instead"
2091msgstr ""
2092
2093#: merge-recursive.c:1632
2094#, c-format
2095msgid "cannot read object %s"
2096msgstr ""
2097
2098#: merge-recursive.c:1635
2099#, c-format
2100msgid "object %s is not a blob"
2101msgstr ""
2102
2103#: merge-recursive.c:1704
2104msgid "modify"
2105msgstr ""
2106
2107#: merge-recursive.c:1704
2108msgid "modified"
2109msgstr ""
2110
2111#: merge-recursive.c:1714
2112msgid "content"
2113msgstr ""
2114
2115#: merge-recursive.c:1721
2116msgid "add/add"
2117msgstr ""
2118
2119#: merge-recursive.c:1757
2120#, c-format
2121msgid "Skipped %s (merged same as existing)"
2122msgstr ""
2123
2124#: merge-recursive.c:1771
2125#, c-format
2126msgid "Auto-merging %s"
2127msgstr ""
2128
2129#: merge-recursive.c:1775 git-submodule.sh:932
2130msgid "submodule"
2131msgstr ""
2132
2133#: merge-recursive.c:1776
2134#, c-format
2135msgid "CONFLICT (%s): Merge conflict in %s"
2136msgstr ""
2137
2138#: merge-recursive.c:1870
2139#, c-format
2140msgid "Removing %s"
2141msgstr ""
2142
2143#: merge-recursive.c:1896
2144msgid "file/directory"
2145msgstr ""
2146
2147#: merge-recursive.c:1902
2148msgid "directory/file"
2149msgstr ""
2150
2151#: merge-recursive.c:1909
2152#, c-format
2153msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2154msgstr ""
2155
2156#: merge-recursive.c:1918
2157#, c-format
2158msgid "Adding %s"
2159msgstr ""
2160
2161#: merge-recursive.c:1958
2162#, c-format
2163msgid "Dirty index: cannot merge (dirty: %s)"
2164msgstr ""
2165
2166#: merge-recursive.c:1962
2167msgid "Already up to date!"
2168msgstr ""
2169
2170#: merge-recursive.c:1971
2171#, c-format
2172msgid "merging of trees %s and %s failed"
2173msgstr ""
2174
2175#: merge-recursive.c:2068
2176msgid "Merging:"
2177msgstr ""
2178
2179#: merge-recursive.c:2081
2180#, c-format
2181msgid "found %u common ancestor:"
2182msgid_plural "found %u common ancestors:"
2183msgstr[0] ""
2184msgstr[1] ""
2185
2186#: merge-recursive.c:2120
2187msgid "merge returned no commit"
2188msgstr ""
2189
2190#: merge-recursive.c:2183
2191#, c-format
2192msgid "Could not parse object '%s'"
2193msgstr ""
2194
2195#: merge-recursive.c:2197 builtin/merge.c:656 builtin/merge.c:815
2196msgid "Unable to write index."
2197msgstr ""
2198
2199#: notes-merge.c:272
2200#, c-format
2201msgid ""
2202"You have not concluded your previous notes merge (%s exists).\n"
2203"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2204"commit/abort the previous merge before you start a new notes merge."
2205msgstr ""
2206
2207#: notes-merge.c:279
2208#, c-format
2209msgid "You have not concluded your notes merge (%s exists)."
2210msgstr ""
2211
2212#: notes-utils.c:42
2213msgid "Cannot commit uninitialized/unreferenced notes tree"
2214msgstr ""
2215
2216#: notes-utils.c:101
2217#, c-format
2218msgid "Bad notes.rewriteMode value: '%s'"
2219msgstr ""
2220
2221#: notes-utils.c:111
2222#, c-format
2223msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2224msgstr ""
2225
2226#. TRANSLATORS: The first %s is the name of
2227#. the environment variable, the second %s is
2228#. its value.
2229#.
2230#: notes-utils.c:141
2231#, c-format
2232msgid "Bad %s value: '%s'"
2233msgstr ""
2234
2235#: object.c:239
2236#, c-format
2237msgid "unable to parse object: %s"
2238msgstr ""
2239
2240#: packfile.c:556
2241msgid "offset before end of packfile (broken .idx?)"
2242msgstr ""
2243
2244#: packfile.c:1683
2245#, c-format
2246msgid "offset before start of pack index for %s (corrupt index?)"
2247msgstr ""
2248
2249#: packfile.c:1687
2250#, c-format
2251msgid "offset beyond end of pack index for %s (truncated index?)"
2252msgstr ""
2253
2254#: parse-options.c:573
2255msgid "..."
2256msgstr ""
2257
2258#: parse-options.c:592
2259#, c-format
2260msgid "usage: %s"
2261msgstr ""
2262
2263#. TRANSLATORS: the colon here should align with the
2264#. one in "usage: %s" translation.
2265#.
2266#: parse-options.c:598
2267#, c-format
2268msgid "   or: %s"
2269msgstr ""
2270
2271#: parse-options.c:601
2272#, c-format
2273msgid "    %s"
2274msgstr ""
2275
2276#: parse-options.c:640
2277msgid "-NUM"
2278msgstr ""
2279
2280#: parse-options-cb.c:108
2281#, c-format
2282msgid "malformed object name '%s'"
2283msgstr ""
2284
2285#: path.c:891
2286#, c-format
2287msgid "Could not make %s writable by group"
2288msgstr ""
2289
2290#: pathspec.c:129
2291msgid "Escape character '\\' not allowed as last character in attr value"
2292msgstr ""
2293
2294#: pathspec.c:147
2295msgid "Only one 'attr:' specification is allowed."
2296msgstr ""
2297
2298#: pathspec.c:150
2299msgid "attr spec must not be empty"
2300msgstr ""
2301
2302#: pathspec.c:193
2303#, c-format
2304msgid "invalid attribute name %s"
2305msgstr ""
2306
2307#: pathspec.c:258
2308msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2309msgstr ""
2310
2311#: pathspec.c:265
2312msgid ""
2313"global 'literal' pathspec setting is incompatible with all other global "
2314"pathspec settings"
2315msgstr ""
2316
2317#: pathspec.c:305
2318msgid "invalid parameter for pathspec magic 'prefix'"
2319msgstr ""
2320
2321#: pathspec.c:326
2322#, c-format
2323msgid "Invalid pathspec magic '%.*s' in '%s'"
2324msgstr ""
2325
2326#: pathspec.c:331
2327#, c-format
2328msgid "Missing ')' at the end of pathspec magic in '%s'"
2329msgstr ""
2330
2331#: pathspec.c:369
2332#, c-format
2333msgid "Unimplemented pathspec magic '%c' in '%s'"
2334msgstr ""
2335
2336#: pathspec.c:428
2337#, c-format
2338msgid "%s: 'literal' and 'glob' are incompatible"
2339msgstr ""
2340
2341#: pathspec.c:441
2342#, c-format
2343msgid "%s: '%s' is outside repository"
2344msgstr ""
2345
2346#: pathspec.c:515
2347#, c-format
2348msgid "'%s' (mnemonic: '%c')"
2349msgstr ""
2350
2351#: pathspec.c:525
2352#, c-format
2353msgid "%s: pathspec magic not supported by this command: %s"
2354msgstr ""
2355
2356#: pathspec.c:592
2357#, c-format
2358msgid "pathspec '%s' is beyond a symbolic link"
2359msgstr ""
2360
2361#: pretty.c:962
2362msgid "unable to parse --pretty format"
2363msgstr ""
2364
2365#: read-cache.c:1472
2366#, c-format
2367msgid ""
2368"index.version set, but the value is invalid.\n"
2369"Using version %i"
2370msgstr ""
2371
2372#: read-cache.c:1482
2373#, c-format
2374msgid ""
2375"GIT_INDEX_VERSION set, but the value is invalid.\n"
2376"Using version %i"
2377msgstr ""
2378
2379#: read-cache.c:2370 sequencer.c:2731 wrapper.c:658 builtin/merge.c:1048
2380#, c-format
2381msgid "could not close '%s'"
2382msgstr ""
2383
2384#: read-cache.c:2442 sequencer.c:1369 sequencer.c:2096
2385#, c-format
2386msgid "could not stat '%s'"
2387msgstr ""
2388
2389#: read-cache.c:2455
2390#, c-format
2391msgid "unable to open git dir: %s"
2392msgstr ""
2393
2394#: read-cache.c:2467
2395#, c-format
2396msgid "unable to unlink: %s"
2397msgstr ""
2398
2399#: refs.c:706
2400#, c-format
2401msgid "Could not open '%s' for writing"
2402msgstr ""
2403
2404#: refs.c:1850
2405msgid "ref updates forbidden inside quarantine environment"
2406msgstr ""
2407
2408#: refs/files-backend.c:1189
2409#, c-format
2410msgid "could not remove reference %s"
2411msgstr ""
2412
2413#: refs/files-backend.c:1203 refs/packed-backend.c:1524
2414#: refs/packed-backend.c:1534
2415#, c-format
2416msgid "could not delete reference %s: %s"
2417msgstr ""
2418
2419#: refs/files-backend.c:1206 refs/packed-backend.c:1537
2420#, c-format
2421msgid "could not delete references: %s"
2422msgstr ""
2423
2424#: ref-filter.c:35 wt-status.c:1816
2425msgid "gone"
2426msgstr ""
2427
2428#: ref-filter.c:36
2429#, c-format
2430msgid "ahead %d"
2431msgstr ""
2432
2433#: ref-filter.c:37
2434#, c-format
2435msgid "behind %d"
2436msgstr ""
2437
2438#: ref-filter.c:38
2439#, c-format
2440msgid "ahead %d, behind %d"
2441msgstr ""
2442
2443#: ref-filter.c:107
2444#, c-format
2445msgid "expected format: %%(color:<color>)"
2446msgstr ""
2447
2448#: ref-filter.c:109
2449#, c-format
2450msgid "unrecognized color: %%(color:%s)"
2451msgstr ""
2452
2453#: ref-filter.c:129
2454#, c-format
2455msgid "Integer value expected refname:lstrip=%s"
2456msgstr ""
2457
2458#: ref-filter.c:133
2459#, c-format
2460msgid "Integer value expected refname:rstrip=%s"
2461msgstr ""
2462
2463#: ref-filter.c:135
2464#, c-format
2465msgid "unrecognized %%(%s) argument: %s"
2466msgstr ""
2467
2468#: ref-filter.c:184
2469#, c-format
2470msgid "%%(body) does not take arguments"
2471msgstr ""
2472
2473#: ref-filter.c:191
2474#, c-format
2475msgid "%%(subject) does not take arguments"
2476msgstr ""
2477
2478#: ref-filter.c:209
2479#, c-format
2480msgid "unknown %%(trailers) argument: %s"
2481msgstr ""
2482
2483#: ref-filter.c:232
2484#, c-format
2485msgid "positive value expected contents:lines=%s"
2486msgstr ""
2487
2488#: ref-filter.c:234
2489#, c-format
2490msgid "unrecognized %%(contents) argument: %s"
2491msgstr ""
2492
2493#: ref-filter.c:247
2494#, c-format
2495msgid "positive value expected objectname:short=%s"
2496msgstr ""
2497
2498#: ref-filter.c:251
2499#, c-format
2500msgid "unrecognized %%(objectname) argument: %s"
2501msgstr ""
2502
2503#: ref-filter.c:278
2504#, c-format
2505msgid "expected format: %%(align:<width>,<position>)"
2506msgstr ""
2507
2508#: ref-filter.c:290
2509#, c-format
2510msgid "unrecognized position:%s"
2511msgstr ""
2512
2513#: ref-filter.c:294
2514#, c-format
2515msgid "unrecognized width:%s"
2516msgstr ""
2517
2518#: ref-filter.c:300
2519#, c-format
2520msgid "unrecognized %%(align) argument: %s"
2521msgstr ""
2522
2523#: ref-filter.c:304
2524#, c-format
2525msgid "positive width expected with the %%(align) atom"
2526msgstr ""
2527
2528#: ref-filter.c:319
2529#, c-format
2530msgid "unrecognized %%(if) argument: %s"
2531msgstr ""
2532
2533#: ref-filter.c:409
2534#, c-format
2535msgid "malformed field name: %.*s"
2536msgstr ""
2537
2538#: ref-filter.c:435
2539#, c-format
2540msgid "unknown field name: %.*s"
2541msgstr ""
2542
2543#: ref-filter.c:547
2544#, c-format
2545msgid "format: %%(if) atom used without a %%(then) atom"
2546msgstr ""
2547
2548#: ref-filter.c:607
2549#, c-format
2550msgid "format: %%(then) atom used without an %%(if) atom"
2551msgstr ""
2552
2553#: ref-filter.c:609
2554#, c-format
2555msgid "format: %%(then) atom used more than once"
2556msgstr ""
2557
2558#: ref-filter.c:611
2559#, c-format
2560msgid "format: %%(then) atom used after %%(else)"
2561msgstr ""
2562
2563#: ref-filter.c:637
2564#, c-format
2565msgid "format: %%(else) atom used without an %%(if) atom"
2566msgstr ""
2567
2568#: ref-filter.c:639
2569#, c-format
2570msgid "format: %%(else) atom used without a %%(then) atom"
2571msgstr ""
2572
2573#: ref-filter.c:641
2574#, c-format
2575msgid "format: %%(else) atom used more than once"
2576msgstr ""
2577
2578#: ref-filter.c:654
2579#, c-format
2580msgid "format: %%(end) atom used without corresponding atom"
2581msgstr ""
2582
2583#: ref-filter.c:709
2584#, c-format
2585msgid "malformed format string %s"
2586msgstr ""
2587
2588#: ref-filter.c:1313
2589#, c-format
2590msgid "(no branch, rebasing %s)"
2591msgstr ""
2592
2593#: ref-filter.c:1316
2594#, c-format
2595msgid "(no branch, bisect started on %s)"
2596msgstr ""
2597
2598#. TRANSLATORS: make sure this matches "HEAD
2599#. detached at " in wt-status.c
2600#.
2601#: ref-filter.c:1324
2602#, c-format
2603msgid "(HEAD detached at %s)"
2604msgstr ""
2605
2606#. TRANSLATORS: make sure this matches "HEAD
2607#. detached from " in wt-status.c
2608#.
2609#: ref-filter.c:1331
2610#, c-format
2611msgid "(HEAD detached from %s)"
2612msgstr ""
2613
2614#: ref-filter.c:1335
2615msgid "(no branch)"
2616msgstr ""
2617
2618#: ref-filter.c:1488 ref-filter.c:1519
2619#, c-format
2620msgid "missing object %s for %s"
2621msgstr ""
2622
2623#: ref-filter.c:1491 ref-filter.c:1522
2624#, c-format
2625msgid "parse_object_buffer failed on %s for %s"
2626msgstr ""
2627
2628#: ref-filter.c:1822
2629#, c-format
2630msgid "malformed object at '%s'"
2631msgstr ""
2632
2633#: ref-filter.c:1889
2634#, c-format
2635msgid "ignoring ref with broken name %s"
2636msgstr ""
2637
2638#: ref-filter.c:1894
2639#, c-format
2640msgid "ignoring broken ref %s"
2641msgstr ""
2642
2643#: ref-filter.c:2156
2644#, c-format
2645msgid "format: %%(end) atom missing"
2646msgstr ""
2647
2648#: ref-filter.c:2250
2649#, c-format
2650msgid "malformed object name %s"
2651msgstr ""
2652
2653#: remote.c:780
2654#, c-format
2655msgid "Cannot fetch both %s and %s to %s"
2656msgstr ""
2657
2658#: remote.c:784
2659#, c-format
2660msgid "%s usually tracks %s, not %s"
2661msgstr ""
2662
2663#: remote.c:788
2664#, c-format
2665msgid "%s tracks both %s and %s"
2666msgstr ""
2667
2668#: remote.c:796
2669msgid "Internal error"
2670msgstr ""
2671
2672#: remote.c:1711 remote.c:1813
2673msgid "HEAD does not point to a branch"
2674msgstr ""
2675
2676#: remote.c:1720
2677#, c-format
2678msgid "no such branch: '%s'"
2679msgstr ""
2680
2681#: remote.c:1723
2682#, c-format
2683msgid "no upstream configured for branch '%s'"
2684msgstr ""
2685
2686#: remote.c:1729
2687#, c-format
2688msgid "upstream branch '%s' not stored as a remote-tracking branch"
2689msgstr ""
2690
2691#: remote.c:1744
2692#, c-format
2693msgid "push destination '%s' on remote '%s' has no local tracking branch"
2694msgstr ""
2695
2696#: remote.c:1756
2697#, c-format
2698msgid "branch '%s' has no remote for pushing"
2699msgstr ""
2700
2701#: remote.c:1767
2702#, c-format
2703msgid "push refspecs for '%s' do not include '%s'"
2704msgstr ""
2705
2706#: remote.c:1780
2707msgid "push has no destination (push.default is 'nothing')"
2708msgstr ""
2709
2710#: remote.c:1802
2711msgid "cannot resolve 'simple' push to a single destination"
2712msgstr ""
2713
2714#: remote.c:2106
2715#, c-format
2716msgid "Your branch is based on '%s', but the upstream is gone.\n"
2717msgstr ""
2718
2719#: remote.c:2110
2720msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
2721msgstr ""
2722
2723#: remote.c:2113
2724#, c-format
2725msgid "Your branch is up to date with '%s'.\n"
2726msgstr ""
2727
2728#: remote.c:2117
2729#, c-format
2730msgid "Your branch is ahead of '%s' by %d commit.\n"
2731msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2732msgstr[0] ""
2733msgstr[1] ""
2734
2735#: remote.c:2123
2736msgid "  (use \"git push\" to publish your local commits)\n"
2737msgstr ""
2738
2739#: remote.c:2126
2740#, c-format
2741msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2742msgid_plural ""
2743"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2744msgstr[0] ""
2745msgstr[1] ""
2746
2747#: remote.c:2134
2748msgid "  (use \"git pull\" to update your local branch)\n"
2749msgstr ""
2750
2751#: remote.c:2137
2752#, c-format
2753msgid ""
2754"Your branch and '%s' have diverged,\n"
2755"and have %d and %d different commit each, respectively.\n"
2756msgid_plural ""
2757"Your branch and '%s' have diverged,\n"
2758"and have %d and %d different commits each, respectively.\n"
2759msgstr[0] ""
2760msgstr[1] ""
2761
2762#: remote.c:2147
2763msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
2764msgstr ""
2765
2766#: revision.c:2268
2767msgid "your current branch appears to be broken"
2768msgstr ""
2769
2770#: revision.c:2271
2771#, c-format
2772msgid "your current branch '%s' does not have any commits yet"
2773msgstr ""
2774
2775#: revision.c:2465
2776msgid "--first-parent is incompatible with --bisect"
2777msgstr ""
2778
2779#: run-command.c:645
2780msgid "open /dev/null failed"
2781msgstr ""
2782
2783#: run-command.c:1188
2784#, c-format
2785msgid ""
2786"The '%s' hook was ignored because it's not set as executable.\n"
2787"You can disable this warning with `git config advice.ignoredHook false`."
2788msgstr ""
2789
2790#: send-pack.c:141
2791#, c-format
2792msgid "unable to parse remote unpack status: %s"
2793msgstr ""
2794
2795#: send-pack.c:143
2796#, c-format
2797msgid "remote unpack failed: %s"
2798msgstr ""
2799
2800#: send-pack.c:306
2801msgid "failed to sign the push certificate"
2802msgstr ""
2803
2804#: send-pack.c:419
2805msgid "the receiving end does not support --signed push"
2806msgstr ""
2807
2808#: send-pack.c:421
2809msgid ""
2810"not sending a push certificate since the receiving end does not support --"
2811"signed push"
2812msgstr ""
2813
2814#: send-pack.c:433
2815msgid "the receiving end does not support --atomic push"
2816msgstr ""
2817
2818#: send-pack.c:438
2819msgid "the receiving end does not support push options"
2820msgstr ""
2821
2822#: sequencer.c:218
2823msgid "revert"
2824msgstr ""
2825
2826#: sequencer.c:220
2827msgid "cherry-pick"
2828msgstr ""
2829
2830#: sequencer.c:222
2831msgid "rebase -i"
2832msgstr ""
2833
2834#: sequencer.c:224
2835#, c-format
2836msgid "Unknown action: %d"
2837msgstr ""
2838
2839#: sequencer.c:281
2840msgid ""
2841"after resolving the conflicts, mark the corrected paths\n"
2842"with 'git add <paths>' or 'git rm <paths>'"
2843msgstr ""
2844
2845#: sequencer.c:284
2846msgid ""
2847"after resolving the conflicts, mark the corrected paths\n"
2848"with 'git add <paths>' or 'git rm <paths>'\n"
2849"and commit the result with 'git commit'"
2850msgstr ""
2851
2852#: sequencer.c:297 sequencer.c:1718
2853#, c-format
2854msgid "could not lock '%s'"
2855msgstr ""
2856
2857#: sequencer.c:300 sequencer.c:1595 sequencer.c:1723 sequencer.c:1737
2858#: sequencer.c:2729 sequencer.c:2800 wrapper.c:656
2859#, c-format
2860msgid "could not write to '%s'"
2861msgstr ""
2862
2863#: sequencer.c:304
2864#, c-format
2865msgid "could not write eol to '%s'"
2866msgstr ""
2867
2868#: sequencer.c:308 sequencer.c:1600 sequencer.c:1725
2869#, c-format
2870msgid "failed to finalize '%s'."
2871msgstr ""
2872
2873#: sequencer.c:332 sequencer.c:829 sequencer.c:1621 builtin/am.c:259
2874#: builtin/commit.c:754 builtin/merge.c:1046
2875#, c-format
2876msgid "could not read '%s'"
2877msgstr ""
2878
2879#: sequencer.c:358
2880#, c-format
2881msgid "your local changes would be overwritten by %s."
2882msgstr ""
2883
2884#: sequencer.c:362
2885msgid "commit your changes or stash them to proceed."
2886msgstr ""
2887
2888#: sequencer.c:391
2889#, c-format
2890msgid "%s: fast-forward"
2891msgstr ""
2892
2893#. TRANSLATORS: %s will be "revert", "cherry-pick" or
2894#. "rebase -i".
2895#.
2896#: sequencer.c:477
2897#, c-format
2898msgid "%s: Unable to write new index file"
2899msgstr ""
2900
2901#: sequencer.c:496
2902msgid "could not resolve HEAD commit"
2903msgstr ""
2904
2905#: sequencer.c:516
2906msgid "unable to update cache tree"
2907msgstr ""
2908
2909#: sequencer.c:600
2910#, c-format
2911msgid ""
2912"you have staged changes in your working tree\n"
2913"If these changes are meant to be squashed into the previous commit, run:\n"
2914"\n"
2915"  git commit --amend %s\n"
2916"\n"
2917"If they are meant to go into a new commit, run:\n"
2918"\n"
2919"  git commit %s\n"
2920"\n"
2921"In both cases, once you're done, continue with:\n"
2922"\n"
2923"  git rebase --continue\n"
2924msgstr ""
2925
2926#: sequencer.c:702
2927#, c-format
2928msgid "could not parse commit %s"
2929msgstr ""
2930
2931#: sequencer.c:707
2932#, c-format
2933msgid "could not parse parent commit %s"
2934msgstr ""
2935
2936#: sequencer.c:836
2937#, c-format
2938msgid ""
2939"unexpected 1st line of squash message:\n"
2940"\n"
2941"\t%.*s"
2942msgstr ""
2943
2944#: sequencer.c:842
2945#, c-format
2946msgid ""
2947"invalid 1st line of squash message:\n"
2948"\n"
2949"\t%.*s"
2950msgstr ""
2951
2952#: sequencer.c:848 sequencer.c:873
2953#, c-format
2954msgid "This is a combination of %d commits."
2955msgstr ""
2956
2957#: sequencer.c:857 sequencer.c:2748
2958msgid "need a HEAD to fixup"
2959msgstr ""
2960
2961#: sequencer.c:859
2962msgid "could not read HEAD"
2963msgstr ""
2964
2965#: sequencer.c:861
2966msgid "could not read HEAD's commit message"
2967msgstr ""
2968
2969#: sequencer.c:867
2970#, c-format
2971msgid "cannot write '%s'"
2972msgstr ""
2973
2974#: sequencer.c:876 git-rebase--interactive.sh:446
2975msgid "This is the 1st commit message:"
2976msgstr ""
2977
2978#: sequencer.c:884
2979#, c-format
2980msgid "could not read commit message of %s"
2981msgstr ""
2982
2983#: sequencer.c:891
2984#, c-format
2985msgid "This is the commit message #%d:"
2986msgstr ""
2987
2988#: sequencer.c:896
2989#, c-format
2990msgid "The commit message #%d will be skipped:"
2991msgstr ""
2992
2993#: sequencer.c:901
2994#, c-format
2995msgid "unknown command: %d"
2996msgstr ""
2997
2998#: sequencer.c:967
2999msgid "your index file is unmerged."
3000msgstr ""
3001
3002#: sequencer.c:986
3003#, c-format
3004msgid "commit %s is a merge but no -m option was given."
3005msgstr ""
3006
3007#: sequencer.c:994
3008#, c-format
3009msgid "commit %s does not have parent %d"
3010msgstr ""
3011
3012#: sequencer.c:998
3013#, c-format
3014msgid "mainline was specified but commit %s is not a merge."
3015msgstr ""
3016
3017#: sequencer.c:1004
3018#, c-format
3019msgid "cannot get commit message for %s"
3020msgstr ""
3021
3022#. TRANSLATORS: The first %s will be a "todo" command like
3023#. "revert" or "pick", the second %s a SHA1.
3024#: sequencer.c:1023
3025#, c-format
3026msgid "%s: cannot parse parent commit %s"
3027msgstr ""
3028
3029#: sequencer.c:1086 sequencer.c:1867
3030#, c-format
3031msgid "could not rename '%s' to '%s'"
3032msgstr ""
3033
3034#: sequencer.c:1137
3035#, c-format
3036msgid "could not revert %s... %s"
3037msgstr ""
3038
3039#: sequencer.c:1138
3040#, c-format
3041msgid "could not apply %s... %s"
3042msgstr ""
3043
3044#: sequencer.c:1180
3045msgid "empty commit set passed"
3046msgstr ""
3047
3048#: sequencer.c:1190
3049#, c-format
3050msgid "git %s: failed to read the index"
3051msgstr ""
3052
3053#: sequencer.c:1196
3054#, c-format
3055msgid "git %s: failed to refresh the index"
3056msgstr ""
3057
3058#: sequencer.c:1270
3059#, c-format
3060msgid "%s does not accept arguments: '%s'"
3061msgstr ""
3062
3063#: sequencer.c:1279
3064#, c-format
3065msgid "missing arguments for %s"
3066msgstr ""
3067
3068#: sequencer.c:1322
3069#, c-format
3070msgid "invalid line %d: %.*s"
3071msgstr ""
3072
3073#: sequencer.c:1330
3074#, c-format
3075msgid "cannot '%s' without a previous commit"
3076msgstr ""
3077
3078#: sequencer.c:1363 sequencer.c:2525 sequencer.c:2560 sequencer.c:2642
3079#: sequencer.c:2668 sequencer.c:2758 sequencer.c:2859
3080#, c-format
3081msgid "could not read '%s'."
3082msgstr ""
3083
3084#: sequencer.c:1375
3085msgid "please fix this using 'git rebase --edit-todo'."
3086msgstr ""
3087
3088#: sequencer.c:1377
3089#, c-format
3090msgid "unusable instruction sheet: '%s'"
3091msgstr ""
3092
3093#: sequencer.c:1382
3094msgid "no commits parsed."
3095msgstr ""
3096
3097#: sequencer.c:1393
3098msgid "cannot cherry-pick during a revert."
3099msgstr ""
3100
3101#: sequencer.c:1395
3102msgid "cannot revert during a cherry-pick."
3103msgstr ""
3104
3105#: sequencer.c:1462
3106#, c-format
3107msgid "invalid key: %s"
3108msgstr ""
3109
3110#: sequencer.c:1465
3111#, c-format
3112msgid "invalid value for %s: %s"
3113msgstr ""
3114
3115#: sequencer.c:1531
3116#, c-format
3117msgid "malformed options sheet: '%s'"
3118msgstr ""
3119
3120#: sequencer.c:1569
3121msgid "a cherry-pick or revert is already in progress"
3122msgstr ""
3123
3124#: sequencer.c:1570
3125msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3126msgstr ""
3127
3128#: sequencer.c:1573
3129#, c-format
3130msgid "could not create sequencer directory '%s'"
3131msgstr ""
3132
3133#: sequencer.c:1588
3134msgid "could not lock HEAD"
3135msgstr ""
3136
3137#: sequencer.c:1646 sequencer.c:2230
3138msgid "no cherry-pick or revert in progress"
3139msgstr ""
3140
3141#: sequencer.c:1648
3142msgid "cannot resolve HEAD"
3143msgstr ""
3144
3145#: sequencer.c:1650 sequencer.c:1685
3146msgid "cannot abort from a branch yet to be born"
3147msgstr ""
3148
3149#: sequencer.c:1671 builtin/grep.c:713
3150#, c-format
3151msgid "cannot open '%s'"
3152msgstr ""
3153
3154#: sequencer.c:1673
3155#, c-format
3156msgid "cannot read '%s': %s"
3157msgstr ""
3158
3159#: sequencer.c:1674
3160msgid "unexpected end of file"
3161msgstr ""
3162
3163#: sequencer.c:1680
3164#, c-format
3165msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3166msgstr ""
3167
3168#: sequencer.c:1691
3169msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3170msgstr ""
3171
3172#: sequencer.c:1832 sequencer.c:2128
3173msgid "cannot read HEAD"
3174msgstr ""
3175
3176#: sequencer.c:1872 builtin/difftool.c:639
3177#, c-format
3178msgid "could not copy '%s' to '%s'"
3179msgstr ""
3180
3181#: sequencer.c:1891
3182msgid "could not read index"
3183msgstr ""
3184
3185#: sequencer.c:1896
3186#, c-format
3187msgid ""
3188"execution failed: %s\n"
3189"%sYou can fix the problem, and then run\n"
3190"\n"
3191"  git rebase --continue\n"
3192"\n"
3193msgstr ""
3194
3195#: sequencer.c:1902
3196msgid "and made changes to the index and/or the working tree\n"
3197msgstr ""
3198
3199#: sequencer.c:1908
3200#, c-format
3201msgid ""
3202"execution succeeded: %s\n"
3203"but left changes to the index and/or the working tree\n"
3204"Commit or stash your changes, and then run\n"
3205"\n"
3206"  git rebase --continue\n"
3207"\n"
3208msgstr ""
3209
3210#: sequencer.c:1967
3211#, c-format
3212msgid "Applied autostash.\n"
3213msgstr ""
3214
3215#: sequencer.c:1979
3216#, c-format
3217msgid "cannot store %s"
3218msgstr ""
3219
3220#: sequencer.c:1982 git-rebase.sh:175
3221#, c-format
3222msgid ""
3223"Applying autostash resulted in conflicts.\n"
3224"Your changes are safe in the stash.\n"
3225"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3226msgstr ""
3227
3228#: sequencer.c:2064
3229#, c-format
3230msgid "Stopped at %s...  %.*s\n"
3231msgstr ""
3232
3233#: sequencer.c:2106
3234#, c-format
3235msgid "unknown command %d"
3236msgstr ""
3237
3238#: sequencer.c:2136
3239msgid "could not read orig-head"
3240msgstr ""
3241
3242#: sequencer.c:2141 sequencer.c:2745
3243msgid "could not read 'onto'"
3244msgstr ""
3245
3246#: sequencer.c:2148
3247#, c-format
3248msgid "could not update %s"
3249msgstr ""
3250
3251#: sequencer.c:2155
3252#, c-format
3253msgid "could not update HEAD to %s"
3254msgstr ""
3255
3256#: sequencer.c:2239
3257msgid "cannot rebase: You have unstaged changes."
3258msgstr ""
3259
3260#: sequencer.c:2244
3261msgid "could not remove CHERRY_PICK_HEAD"
3262msgstr ""
3263
3264#: sequencer.c:2253
3265msgid "cannot amend non-existing commit"
3266msgstr ""
3267
3268#: sequencer.c:2255
3269#, c-format
3270msgid "invalid file: '%s'"
3271msgstr ""
3272
3273#: sequencer.c:2257
3274#, c-format
3275msgid "invalid contents: '%s'"
3276msgstr ""
3277
3278#: sequencer.c:2260
3279msgid ""
3280"\n"
3281"You have uncommitted changes in your working tree. Please, commit them\n"
3282"first and then run 'git rebase --continue' again."
3283msgstr ""
3284
3285#: sequencer.c:2270
3286msgid "could not commit staged changes."
3287msgstr ""
3288
3289#: sequencer.c:2350
3290#, c-format
3291msgid "%s: can't cherry-pick a %s"
3292msgstr ""
3293
3294#: sequencer.c:2354
3295#, c-format
3296msgid "%s: bad revision"
3297msgstr ""
3298
3299#: sequencer.c:2387
3300msgid "can't revert as initial commit"
3301msgstr ""
3302
3303#: sequencer.c:2492
3304msgid "make_script: unhandled options"
3305msgstr ""
3306
3307#: sequencer.c:2495
3308msgid "make_script: error preparing revisions"
3309msgstr ""
3310
3311#: sequencer.c:2529 sequencer.c:2564
3312#, c-format
3313msgid "unusable todo list: '%s'"
3314msgstr ""
3315
3316#: sequencer.c:2615
3317#, c-format
3318msgid ""
3319"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
3320msgstr ""
3321
3322#: sequencer.c:2695
3323#, c-format
3324msgid ""
3325"Warning: some commits may have been dropped accidentally.\n"
3326"Dropped commits (newer to older):\n"
3327msgstr ""
3328
3329#: sequencer.c:2702
3330#, c-format
3331msgid ""
3332"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3333"\n"
3334"Use 'git config rebase.missingCommitsCheck' to change the level of "
3335"warnings.\n"
3336"The possible behaviours are: ignore, warn, error.\n"
3337"\n"
3338msgstr ""
3339
3340#: sequencer.c:2714
3341#, c-format
3342msgid ""
3343"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3344"continue'.\n"
3345"Or you can abort the rebase with 'git rebase --abort'.\n"
3346msgstr ""
3347
3348#: sequencer.c:2727 sequencer.c:2794 wrapper.c:225 wrapper.c:395
3349#: builtin/am.c:779
3350#, c-format
3351msgid "could not open '%s' for writing"
3352msgstr ""
3353
3354#: sequencer.c:2775
3355#, c-format
3356msgid "could not parse commit '%s'"
3357msgstr ""
3358
3359#: sequencer.c:2897
3360msgid "the script was already rearranged."
3361msgstr ""
3362
3363#: setup.c:171
3364#, c-format
3365msgid ""
3366"%s: no such path in the working tree.\n"
3367"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3368msgstr ""
3369
3370#: setup.c:184
3371#, c-format
3372msgid ""
3373"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3374"Use '--' to separate paths from revisions, like this:\n"
3375"'git <command> [<revision>...] -- [<file>...]'"
3376msgstr ""
3377
3378#: setup.c:252
3379#, c-format
3380msgid ""
3381"ambiguous argument '%s': both revision and filename\n"
3382"Use '--' to separate paths from revisions, like this:\n"
3383"'git <command> [<revision>...] -- [<file>...]'"
3384msgstr ""
3385
3386#: setup.c:501
3387#, c-format
3388msgid "Expected git repo version <= %d, found %d"
3389msgstr ""
3390
3391#: setup.c:509
3392msgid "unknown repository extensions found:"
3393msgstr ""
3394
3395#: setup.c:811
3396#, c-format
3397msgid "Not a git repository (or any of the parent directories): %s"
3398msgstr ""
3399
3400#: setup.c:813 builtin/index-pack.c:1653
3401msgid "Cannot come back to cwd"
3402msgstr ""
3403
3404#: setup.c:1052
3405msgid "Unable to read current working directory"
3406msgstr ""
3407
3408#: setup.c:1064 setup.c:1070
3409#, c-format
3410msgid "Cannot change to '%s'"
3411msgstr ""
3412
3413#: setup.c:1083
3414#, c-format
3415msgid ""
3416"Not a git repository (or any parent up to mount point %s)\n"
3417"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3418msgstr ""
3419
3420#: setup.c:1167
3421#, c-format
3422msgid ""
3423"Problem with core.sharedRepository filemode value (0%.3o).\n"
3424"The owner of files must always have read and write permissions."
3425msgstr ""
3426
3427#: sha1_file.c:598
3428#, c-format
3429msgid "path '%s' does not exist"
3430msgstr ""
3431
3432#: sha1_file.c:624
3433#, c-format
3434msgid "reference repository '%s' as a linked checkout is not supported yet."
3435msgstr ""
3436
3437#: sha1_file.c:630
3438#, c-format
3439msgid "reference repository '%s' is not a local repository."
3440msgstr ""
3441
3442#: sha1_file.c:636
3443#, c-format
3444msgid "reference repository '%s' is shallow"
3445msgstr ""
3446
3447#: sha1_file.c:644
3448#, c-format
3449msgid "reference repository '%s' is grafted"
3450msgstr ""
3451
3452#: sha1_name.c:422
3453#, c-format
3454msgid "short SHA1 %s is ambiguous"
3455msgstr ""
3456
3457#: sha1_name.c:433
3458msgid "The candidates are:"
3459msgstr ""
3460
3461#: sha1_name.c:693
3462msgid ""
3463"Git normally never creates a ref that ends with 40 hex characters\n"
3464"because it will be ignored when you just specify 40-hex. These refs\n"
3465"may be created by mistake. For example,\n"
3466"\n"
3467"  git checkout -b $br $(git rev-parse ...)\n"
3468"\n"
3469"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3470"examine these refs and maybe delete them. Turn this message off by\n"
3471"running \"git config advice.objectNameWarning false\""
3472msgstr ""
3473
3474#: submodule.c:96 submodule.c:130
3475msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3476msgstr ""
3477
3478#: submodule.c:100 submodule.c:134
3479#, c-format
3480msgid "Could not find section in .gitmodules where path=%s"
3481msgstr ""
3482
3483#: submodule.c:108
3484#, c-format
3485msgid "Could not update .gitmodules entry %s"
3486msgstr ""
3487
3488#: submodule.c:141
3489#, c-format
3490msgid "Could not remove .gitmodules entry for %s"
3491msgstr ""
3492
3493#: submodule.c:152
3494msgid "staging updated .gitmodules failed"
3495msgstr ""
3496
3497#: submodule.c:312
3498#, c-format
3499msgid "in unpopulated submodule '%s'"
3500msgstr ""
3501
3502#: submodule.c:343
3503#, c-format
3504msgid "Pathspec '%s' is in submodule '%.*s'"
3505msgstr ""
3506
3507#: submodule.c:833
3508#, c-format
3509msgid "submodule entry '%s' (%s) is a %s, not a commit"
3510msgstr ""
3511
3512#: submodule.c:1065 builtin/branch.c:648 builtin/submodule--helper.c:1387
3513msgid "Failed to resolve HEAD as a valid ref."
3514msgstr ""
3515
3516#: submodule.c:1370
3517#, c-format
3518msgid "'%s' not recognized as a git repository"
3519msgstr ""
3520
3521#: submodule.c:1508
3522#, c-format
3523msgid "could not start 'git status' in submodule '%s'"
3524msgstr ""
3525
3526#: submodule.c:1521
3527#, c-format
3528msgid "could not run 'git status' in submodule '%s'"
3529msgstr ""
3530
3531#: submodule.c:1614
3532#, c-format
3533msgid "submodule '%s' has dirty index"
3534msgstr ""
3535
3536#: submodule.c:1876
3537#, c-format
3538msgid ""
3539"relocate_gitdir for submodule '%s' with more than one worktree not supported"
3540msgstr ""
3541
3542#: submodule.c:1888 submodule.c:1944
3543#, c-format
3544msgid "could not lookup name for submodule '%s'"
3545msgstr ""
3546
3547#: submodule.c:1892 builtin/submodule--helper.c:909
3548#: builtin/submodule--helper.c:919
3549#, c-format
3550msgid "could not create directory '%s'"
3551msgstr ""
3552
3553#: submodule.c:1895
3554#, c-format
3555msgid ""
3556"Migrating git directory of '%s%s' from\n"
3557"'%s' to\n"
3558"'%s'\n"
3559msgstr ""
3560
3561#: submodule.c:1979
3562#, c-format
3563msgid "could not recurse into submodule '%s'"
3564msgstr ""
3565
3566#: submodule.c:2023
3567msgid "could not start ls-files in .."
3568msgstr ""
3569
3570#: submodule.c:2043
3571msgid "BUG: returned path string doesn't match cwd?"
3572msgstr ""
3573
3574#: submodule.c:2062
3575#, c-format
3576msgid "ls-tree returned unexpected return code %d"
3577msgstr ""
3578
3579#: submodule-config.c:263
3580msgid "negative values not allowed for submodule.fetchjobs"
3581msgstr ""
3582
3583#: submodule-config.c:436
3584#, c-format
3585msgid "invalid value for %s"
3586msgstr ""
3587
3588#: trailer.c:238
3589#, c-format
3590msgid "running trailer command '%s' failed"
3591msgstr ""
3592
3593#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
3594#: trailer.c:557
3595#, c-format
3596msgid "unknown value '%s' for key '%s'"
3597msgstr ""
3598
3599#: trailer.c:539 trailer.c:544 builtin/remote.c:290
3600#, c-format
3601msgid "more than one %s"
3602msgstr ""
3603
3604#: trailer.c:730
3605#, c-format
3606msgid "empty trailer token in trailer '%.*s'"
3607msgstr ""
3608
3609#: trailer.c:750
3610#, c-format
3611msgid "could not read input file '%s'"
3612msgstr ""
3613
3614#: trailer.c:753
3615msgid "could not read from stdin"
3616msgstr ""
3617
3618#: trailer.c:1008 builtin/am.c:46
3619#, c-format
3620msgid "could not stat %s"
3621msgstr ""
3622
3623#: trailer.c:1010
3624#, c-format
3625msgid "file %s is not a regular file"
3626msgstr ""
3627
3628#: trailer.c:1012
3629#, c-format
3630msgid "file %s is not writable by user"
3631msgstr ""
3632
3633#: trailer.c:1024
3634msgid "could not open temporary file"
3635msgstr ""
3636
3637#: trailer.c:1064
3638#, c-format
3639msgid "could not rename temporary file to %s"
3640msgstr ""
3641
3642#: transport.c:63
3643#, c-format
3644msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3645msgstr ""
3646
3647#: transport.c:152
3648#, c-format
3649msgid "transport: invalid depth option '%s'"
3650msgstr ""
3651
3652#: transport.c:904
3653#, c-format
3654msgid ""
3655"The following submodule paths contain changes that can\n"
3656"not be found on any remote:\n"
3657msgstr ""
3658
3659#: transport.c:908
3660#, c-format
3661msgid ""
3662"\n"
3663"Please try\n"
3664"\n"
3665"\tgit push --recurse-submodules=on-demand\n"
3666"\n"
3667"or cd to the path and use\n"
3668"\n"
3669"\tgit push\n"
3670"\n"
3671"to push them to a remote.\n"
3672"\n"
3673msgstr ""
3674
3675#: transport.c:916
3676msgid "Aborting."
3677msgstr ""
3678
3679#: transport-helper.c:1074
3680#, c-format
3681msgid "Could not read ref %s"
3682msgstr ""
3683
3684#: tree-walk.c:31
3685msgid "too-short tree object"
3686msgstr ""
3687
3688#: tree-walk.c:37
3689msgid "malformed mode in tree entry"
3690msgstr ""
3691
3692#: tree-walk.c:41
3693msgid "empty filename in tree entry"
3694msgstr ""
3695
3696#: tree-walk.c:114
3697msgid "too-short tree file"
3698msgstr ""
3699
3700#: unpack-trees.c:107
3701#, c-format
3702msgid ""
3703"Your local changes to the following files would be overwritten by checkout:\n"
3704"%%sPlease commit your changes or stash them before you switch branches."
3705msgstr ""
3706
3707#: unpack-trees.c:109
3708#, c-format
3709msgid ""
3710"Your local changes to the following files would be overwritten by checkout:\n"
3711"%%s"
3712msgstr ""
3713
3714#: unpack-trees.c:112
3715#, c-format
3716msgid ""
3717"Your local changes to the following files would be overwritten by merge:\n"
3718"%%sPlease commit your changes or stash them before you merge."
3719msgstr ""
3720
3721#: unpack-trees.c:114
3722#, c-format
3723msgid ""
3724"Your local changes to the following files would be overwritten by merge:\n"
3725"%%s"
3726msgstr ""
3727
3728#: unpack-trees.c:117
3729#, c-format
3730msgid ""
3731"Your local changes to the following files would be overwritten by %s:\n"
3732"%%sPlease commit your changes or stash them before you %s."
3733msgstr ""
3734
3735#: unpack-trees.c:119
3736#, c-format
3737msgid ""
3738"Your local changes to the following files would be overwritten by %s:\n"
3739"%%s"
3740msgstr ""
3741
3742#: unpack-trees.c:124
3743#, c-format
3744msgid ""
3745"Updating the following directories would lose untracked files in them:\n"
3746"%s"
3747msgstr ""
3748
3749#: unpack-trees.c:128
3750#, c-format
3751msgid ""
3752"The following untracked working tree files would be removed by checkout:\n"
3753"%%sPlease move or remove them before you switch branches."
3754msgstr ""
3755
3756#: unpack-trees.c:130
3757#, c-format
3758msgid ""
3759"The following untracked working tree files would be removed by checkout:\n"
3760"%%s"
3761msgstr ""
3762
3763#: unpack-trees.c:133
3764#, c-format
3765msgid ""
3766"The following untracked working tree files would be removed by merge:\n"
3767"%%sPlease move or remove them before you merge."
3768msgstr ""
3769
3770#: unpack-trees.c:135
3771#, c-format
3772msgid ""
3773"The following untracked working tree files would be removed by merge:\n"
3774"%%s"
3775msgstr ""
3776
3777#: unpack-trees.c:138
3778#, c-format
3779msgid ""
3780"The following untracked working tree files would be removed by %s:\n"
3781"%%sPlease move or remove them before you %s."
3782msgstr ""
3783
3784#: unpack-trees.c:140
3785#, c-format
3786msgid ""
3787"The following untracked working tree files would be removed by %s:\n"
3788"%%s"
3789msgstr ""
3790
3791#: unpack-trees.c:145
3792#, c-format
3793msgid ""
3794"The following untracked working tree files would be overwritten by "
3795"checkout:\n"
3796"%%sPlease move or remove them before you switch branches."
3797msgstr ""
3798
3799#: unpack-trees.c:147
3800#, c-format
3801msgid ""
3802"The following untracked working tree files would be overwritten by "
3803"checkout:\n"
3804"%%s"
3805msgstr ""
3806
3807#: unpack-trees.c:150
3808#, c-format
3809msgid ""
3810"The following untracked working tree files would be overwritten by merge:\n"
3811"%%sPlease move or remove them before you merge."
3812msgstr ""
3813
3814#: unpack-trees.c:152
3815#, c-format
3816msgid ""
3817"The following untracked working tree files would be overwritten by merge:\n"
3818"%%s"
3819msgstr ""
3820
3821#: unpack-trees.c:155
3822#, c-format
3823msgid ""
3824"The following untracked working tree files would be overwritten by %s:\n"
3825"%%sPlease move or remove them before you %s."
3826msgstr ""
3827
3828#: unpack-trees.c:157
3829#, c-format
3830msgid ""
3831"The following untracked working tree files would be overwritten by %s:\n"
3832"%%s"
3833msgstr ""
3834
3835#: unpack-trees.c:164
3836#, c-format
3837msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
3838msgstr ""
3839
3840#: unpack-trees.c:167
3841#, c-format
3842msgid ""
3843"Cannot update sparse checkout: the following entries are not up to date:\n"
3844"%s"
3845msgstr ""
3846
3847#: unpack-trees.c:169
3848#, c-format
3849msgid ""
3850"The following working tree files would be overwritten by sparse checkout "
3851"update:\n"
3852"%s"
3853msgstr ""
3854
3855#: unpack-trees.c:171
3856#, c-format
3857msgid ""
3858"The following working tree files would be removed by sparse checkout "
3859"update:\n"
3860"%s"
3861msgstr ""
3862
3863#: unpack-trees.c:173
3864#, c-format
3865msgid ""
3866"Cannot update submodule:\n"
3867"%s"
3868msgstr ""
3869
3870#: unpack-trees.c:250
3871#, c-format
3872msgid "Aborting\n"
3873msgstr ""
3874
3875#: unpack-trees.c:332
3876msgid "Checking out files"
3877msgstr ""
3878
3879#: urlmatch.c:163
3880msgid "invalid URL scheme name or missing '://' suffix"
3881msgstr ""
3882
3883#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
3884#, c-format
3885msgid "invalid %XX escape sequence"
3886msgstr ""
3887
3888#: urlmatch.c:215
3889msgid "missing host and scheme is not 'file:'"
3890msgstr ""
3891
3892#: urlmatch.c:232
3893msgid "a 'file:' URL may not have a port number"
3894msgstr ""
3895
3896#: urlmatch.c:247
3897msgid "invalid characters in host name"
3898msgstr ""
3899
3900#: urlmatch.c:292 urlmatch.c:303
3901msgid "invalid port number"
3902msgstr ""
3903
3904#: urlmatch.c:371
3905msgid "invalid '..' path segment"
3906msgstr ""
3907
3908#: worktree.c:245
3909#, c-format
3910msgid "failed to read '%s'"
3911msgstr ""
3912
3913#: wrapper.c:223 wrapper.c:393
3914#, c-format
3915msgid "could not open '%s' for reading and writing"
3916msgstr ""
3917
3918#: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:770
3919#: builtin/am.c:862 builtin/merge.c:1043
3920#, c-format
3921msgid "could not open '%s' for reading"
3922msgstr ""
3923
3924#: wrapper.c:424 wrapper.c:624
3925#, c-format
3926msgid "unable to access '%s'"
3927msgstr ""
3928
3929#: wrapper.c:632
3930msgid "unable to get current working directory"
3931msgstr ""
3932
3933#: wt-status.c:150
3934msgid "Unmerged paths:"
3935msgstr ""
3936
3937#: wt-status.c:177 wt-status.c:204
3938#, c-format
3939msgid "  (use \"git reset %s <file>...\" to unstage)"
3940msgstr ""
3941
3942#: wt-status.c:179 wt-status.c:206
3943msgid "  (use \"git rm --cached <file>...\" to unstage)"
3944msgstr ""
3945
3946#: wt-status.c:183
3947msgid "  (use \"git add <file>...\" to mark resolution)"
3948msgstr ""
3949
3950#: wt-status.c:185 wt-status.c:189
3951msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3952msgstr ""
3953
3954#: wt-status.c:187
3955msgid "  (use \"git rm <file>...\" to mark resolution)"
3956msgstr ""
3957
3958#: wt-status.c:198 wt-status.c:984
3959msgid "Changes to be committed:"
3960msgstr ""
3961
3962#: wt-status.c:216 wt-status.c:993
3963msgid "Changes not staged for commit:"
3964msgstr ""
3965
3966#: wt-status.c:220
3967msgid "  (use \"git add <file>...\" to update what will be committed)"
3968msgstr ""
3969
3970#: wt-status.c:222
3971msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
3972msgstr ""
3973
3974#: wt-status.c:223
3975msgid ""
3976"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
3977msgstr ""
3978
3979#: wt-status.c:225
3980msgid "  (commit or discard the untracked or modified content in submodules)"
3981msgstr ""
3982
3983#: wt-status.c:237
3984#, c-format
3985msgid "  (use \"git %s <file>...\" to include in what will be committed)"
3986msgstr ""
3987
3988#: wt-status.c:252
3989msgid "both deleted:"
3990msgstr ""
3991
3992#: wt-status.c:254
3993msgid "added by us:"
3994msgstr ""
3995
3996#: wt-status.c:256
3997msgid "deleted by them:"
3998msgstr ""
3999
4000#: wt-status.c:258
4001msgid "added by them:"
4002msgstr ""
4003
4004#: wt-status.c:260
4005msgid "deleted by us:"
4006msgstr ""
4007
4008#: wt-status.c:262
4009msgid "both added:"
4010msgstr ""
4011
4012#: wt-status.c:264
4013msgid "both modified:"
4014msgstr ""
4015
4016#: wt-status.c:274
4017msgid "new file:"
4018msgstr ""
4019
4020#: wt-status.c:276
4021msgid "copied:"
4022msgstr ""
4023
4024#: wt-status.c:278
4025msgid "deleted:"
4026msgstr ""
4027
4028#: wt-status.c:280
4029msgid "modified:"
4030msgstr ""
4031
4032#: wt-status.c:282
4033msgid "renamed:"
4034msgstr ""
4035
4036#: wt-status.c:284
4037msgid "typechange:"
4038msgstr ""
4039
4040#: wt-status.c:286
4041msgid "unknown:"
4042msgstr ""
4043
4044#: wt-status.c:288
4045msgid "unmerged:"
4046msgstr ""
4047
4048#: wt-status.c:370
4049msgid "new commits, "
4050msgstr ""
4051
4052#: wt-status.c:372
4053msgid "modified content, "
4054msgstr ""
4055
4056#: wt-status.c:374
4057msgid "untracked content, "
4058msgstr ""
4059
4060#: wt-status.c:824
4061#, c-format
4062msgid "Your stash currently has %d entry"
4063msgid_plural "Your stash currently has %d entries"
4064msgstr[0] ""
4065msgstr[1] ""
4066
4067#: wt-status.c:856
4068msgid "Submodules changed but not updated:"
4069msgstr ""
4070
4071#: wt-status.c:858
4072msgid "Submodule changes to be committed:"
4073msgstr ""
4074
4075#: wt-status.c:940
4076msgid ""
4077"Do not modify or remove the line above.\n"
4078"Everything below it will be ignored."
4079msgstr ""
4080
4081#: wt-status.c:1053
4082msgid "You have unmerged paths."
4083msgstr ""
4084
4085#: wt-status.c:1056
4086msgid "  (fix conflicts and run \"git commit\")"
4087msgstr ""
4088
4089#: wt-status.c:1058
4090msgid "  (use \"git merge --abort\" to abort the merge)"
4091msgstr ""
4092
4093#: wt-status.c:1063
4094msgid "All conflicts fixed but you are still merging."
4095msgstr ""
4096
4097#: wt-status.c:1066
4098msgid "  (use \"git commit\" to conclude merge)"
4099msgstr ""
4100
4101#: wt-status.c:1076
4102msgid "You are in the middle of an am session."
4103msgstr ""
4104
4105#: wt-status.c:1079
4106msgid "The current patch is empty."
4107msgstr ""
4108
4109#: wt-status.c:1083
4110msgid "  (fix conflicts and then run \"git am --continue\")"
4111msgstr ""
4112
4113#: wt-status.c:1085
4114msgid "  (use \"git am --skip\" to skip this patch)"
4115msgstr ""
4116
4117#: wt-status.c:1087
4118msgid "  (use \"git am --abort\" to restore the original branch)"
4119msgstr ""
4120
4121#: wt-status.c:1219
4122msgid "git-rebase-todo is missing."
4123msgstr ""
4124
4125#: wt-status.c:1221
4126msgid "No commands done."
4127msgstr ""
4128
4129#: wt-status.c:1224
4130#, c-format
4131msgid "Last command done (%d command done):"
4132msgid_plural "Last commands done (%d commands done):"
4133msgstr[0] ""
4134msgstr[1] ""
4135
4136#: wt-status.c:1235
4137#, c-format
4138msgid "  (see more in file %s)"
4139msgstr ""
4140
4141#: wt-status.c:1240
4142msgid "No commands remaining."
4143msgstr ""
4144
4145#: wt-status.c:1243
4146#, c-format
4147msgid "Next command to do (%d remaining command):"
4148msgid_plural "Next commands to do (%d remaining commands):"
4149msgstr[0] ""
4150msgstr[1] ""
4151
4152#: wt-status.c:1251
4153msgid "  (use \"git rebase --edit-todo\" to view and edit)"
4154msgstr ""
4155
4156#: wt-status.c:1264
4157#, c-format
4158msgid "You are currently rebasing branch '%s' on '%s'."
4159msgstr ""
4160
4161#: wt-status.c:1269
4162msgid "You are currently rebasing."
4163msgstr ""
4164
4165#: wt-status.c:1283
4166msgid "  (fix conflicts and then run \"git rebase --continue\")"
4167msgstr ""
4168
4169#: wt-status.c:1285
4170msgid "  (use \"git rebase --skip\" to skip this patch)"
4171msgstr ""
4172
4173#: wt-status.c:1287
4174msgid "  (use \"git rebase --abort\" to check out the original branch)"
4175msgstr ""
4176
4177#: wt-status.c:1293
4178msgid "  (all conflicts fixed: run \"git rebase --continue\")"
4179msgstr ""
4180
4181#: wt-status.c:1297
4182#, c-format
4183msgid ""
4184"You are currently splitting a commit while rebasing branch '%s' on '%s'."
4185msgstr ""
4186
4187#: wt-status.c:1302
4188msgid "You are currently splitting a commit during a rebase."
4189msgstr ""
4190
4191#: wt-status.c:1305
4192msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
4193msgstr ""
4194
4195#: wt-status.c:1309
4196#, c-format
4197msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4198msgstr ""
4199
4200#: wt-status.c:1314
4201msgid "You are currently editing a commit during a rebase."
4202msgstr ""
4203
4204#: wt-status.c:1317
4205msgid "  (use \"git commit --amend\" to amend the current commit)"
4206msgstr ""
4207
4208#: wt-status.c:1319
4209msgid ""
4210"  (use \"git rebase --continue\" once you are satisfied with your changes)"
4211msgstr ""
4212
4213#: wt-status.c:1329
4214#, c-format
4215msgid "You are currently cherry-picking commit %s."
4216msgstr ""
4217
4218#: wt-status.c:1334
4219msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
4220msgstr ""
4221
4222#: wt-status.c:1337
4223msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
4224msgstr ""
4225
4226#: wt-status.c:1339
4227msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4228msgstr ""
4229
4230#: wt-status.c:1348
4231#, c-format
4232msgid "You are currently reverting commit %s."
4233msgstr ""
4234
4235#: wt-status.c:1353
4236msgid "  (fix conflicts and run \"git revert --continue\")"
4237msgstr ""
4238
4239#: wt-status.c:1356
4240msgid "  (all conflicts fixed: run \"git revert --continue\")"
4241msgstr ""
4242
4243#: wt-status.c:1358
4244msgid "  (use \"git revert --abort\" to cancel the revert operation)"
4245msgstr ""
4246
4247#: wt-status.c:1369
4248#, c-format
4249msgid "You are currently bisecting, started from branch '%s'."
4250msgstr ""
4251
4252#: wt-status.c:1373
4253msgid "You are currently bisecting."
4254msgstr ""
4255
4256#: wt-status.c:1376
4257msgid "  (use \"git bisect reset\" to get back to the original branch)"
4258msgstr ""
4259
4260#: wt-status.c:1573
4261msgid "On branch "
4262msgstr ""
4263
4264#: wt-status.c:1579
4265msgid "interactive rebase in progress; onto "
4266msgstr ""
4267
4268#: wt-status.c:1581
4269msgid "rebase in progress; onto "
4270msgstr ""
4271
4272#: wt-status.c:1586
4273msgid "HEAD detached at "
4274msgstr ""
4275
4276#: wt-status.c:1588
4277msgid "HEAD detached from "
4278msgstr ""
4279
4280#: wt-status.c:1591
4281msgid "Not currently on any branch."
4282msgstr ""
4283
4284#: wt-status.c:1611
4285msgid "Initial commit"
4286msgstr ""
4287
4288#: wt-status.c:1612
4289msgid "No commits yet"
4290msgstr ""
4291
4292#: wt-status.c:1626
4293msgid "Untracked files"
4294msgstr ""
4295
4296#: wt-status.c:1628
4297msgid "Ignored files"
4298msgstr ""
4299
4300#: wt-status.c:1632
4301#, c-format
4302msgid ""
4303"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4304"may speed it up, but you have to be careful not to forget to add\n"
4305"new files yourself (see 'git help status')."
4306msgstr ""
4307
4308#: wt-status.c:1638
4309#, c-format
4310msgid "Untracked files not listed%s"
4311msgstr ""
4312
4313#: wt-status.c:1640
4314msgid " (use -u option to show untracked files)"
4315msgstr ""
4316
4317#: wt-status.c:1646
4318msgid "No changes"
4319msgstr ""
4320
4321#: wt-status.c:1651
4322#, c-format
4323msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4324msgstr ""
4325
4326#: wt-status.c:1654
4327#, c-format
4328msgid "no changes added to commit\n"
4329msgstr ""
4330
4331#: wt-status.c:1657
4332#, c-format
4333msgid ""
4334"nothing added to commit but untracked files present (use \"git add\" to "
4335"track)\n"
4336msgstr ""
4337
4338#: wt-status.c:1660
4339#, c-format
4340msgid "nothing added to commit but untracked files present\n"
4341msgstr ""
4342
4343#: wt-status.c:1663
4344#, c-format
4345msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4346msgstr ""
4347
4348#: wt-status.c:1666 wt-status.c:1671
4349#, c-format
4350msgid "nothing to commit\n"
4351msgstr ""
4352
4353#: wt-status.c:1669
4354#, c-format
4355msgid "nothing to commit (use -u to show untracked files)\n"
4356msgstr ""
4357
4358#: wt-status.c:1673
4359#, c-format
4360msgid "nothing to commit, working tree clean\n"
4361msgstr ""
4362
4363#: wt-status.c:1785
4364msgid "No commits yet on "
4365msgstr ""
4366
4367#: wt-status.c:1789
4368msgid "HEAD (no branch)"
4369msgstr ""
4370
4371#: wt-status.c:1818 wt-status.c:1826
4372msgid "behind "
4373msgstr ""
4374
4375#: wt-status.c:1821 wt-status.c:1824
4376msgid "ahead "
4377msgstr ""
4378
4379#. TRANSLATORS: the action is e.g. "pull with rebase"
4380#: wt-status.c:2318
4381#, c-format
4382msgid "cannot %s: You have unstaged changes."
4383msgstr ""
4384
4385#: wt-status.c:2324
4386msgid "additionally, your index contains uncommitted changes."
4387msgstr ""
4388
4389#: wt-status.c:2326
4390#, c-format
4391msgid "cannot %s: Your index contains uncommitted changes."
4392msgstr ""
4393
4394#: compat/precompose_utf8.c:58 builtin/clone.c:437
4395#, c-format
4396msgid "failed to unlink '%s'"
4397msgstr ""
4398
4399#: builtin/add.c:24
4400msgid "git add [<options>] [--] <pathspec>..."
4401msgstr ""
4402
4403#: builtin/add.c:83
4404#, c-format
4405msgid "unexpected diff status %c"
4406msgstr ""
4407
4408#: builtin/add.c:88 builtin/commit.c:291
4409msgid "updating files failed"
4410msgstr ""
4411
4412#: builtin/add.c:98
4413#, c-format
4414msgid "remove '%s'\n"
4415msgstr ""
4416
4417#: builtin/add.c:173
4418msgid "Unstaged changes after refreshing the index:"
4419msgstr ""
4420
4421#: builtin/add.c:233 builtin/rev-parse.c:888
4422msgid "Could not read the index"
4423msgstr ""
4424
4425#: builtin/add.c:244
4426#, c-format
4427msgid "Could not open '%s' for writing."
4428msgstr ""
4429
4430#: builtin/add.c:248
4431msgid "Could not write patch"
4432msgstr ""
4433
4434#: builtin/add.c:251
4435msgid "editing patch failed"
4436msgstr ""
4437
4438#: builtin/add.c:254
4439#, c-format
4440msgid "Could not stat '%s'"
4441msgstr ""
4442
4443#: builtin/add.c:256
4444msgid "Empty patch. Aborted."
4445msgstr ""
4446
4447#: builtin/add.c:261
4448#, c-format
4449msgid "Could not apply '%s'"
4450msgstr ""
4451
4452#: builtin/add.c:271
4453msgid "The following paths are ignored by one of your .gitignore files:\n"
4454msgstr ""
4455
4456#: builtin/add.c:291 builtin/clean.c:911 builtin/fetch.c:133 builtin/mv.c:124
4457#: builtin/prune-packed.c:55 builtin/pull.c:207 builtin/push.c:541
4458#: builtin/remote.c:1333 builtin/rm.c:242 builtin/send-pack.c:164
4459msgid "dry run"
4460msgstr ""
4461
4462#: builtin/add.c:294
4463msgid "interactive picking"
4464msgstr ""
4465
4466#: builtin/add.c:295 builtin/checkout.c:1137 builtin/reset.c:310
4467msgid "select hunks interactively"
4468msgstr ""
4469
4470#: builtin/add.c:296
4471msgid "edit current diff and apply"
4472msgstr ""
4473
4474#: builtin/add.c:297
4475msgid "allow adding otherwise ignored files"
4476msgstr ""
4477
4478#: builtin/add.c:298
4479msgid "update tracked files"
4480msgstr ""
4481
4482#: builtin/add.c:299
4483msgid "renormalize EOL of tracked files (implies -u)"
4484msgstr ""
4485
4486#: builtin/add.c:300
4487msgid "record only the fact that the path will be added later"
4488msgstr ""
4489
4490#: builtin/add.c:301
4491msgid "add changes from all tracked and untracked files"
4492msgstr ""
4493
4494#: builtin/add.c:304
4495msgid "ignore paths removed in the working tree (same as --no-all)"
4496msgstr ""
4497
4498#: builtin/add.c:306
4499msgid "don't add, only refresh the index"
4500msgstr ""
4501
4502#: builtin/add.c:307
4503msgid "just skip files which cannot be added because of errors"
4504msgstr ""
4505
4506#: builtin/add.c:308
4507msgid "check if - even missing - files are ignored in dry run"
4508msgstr ""
4509
4510#: builtin/add.c:309 builtin/update-index.c:964
4511msgid "(+/-)x"
4512msgstr ""
4513
4514#: builtin/add.c:309 builtin/update-index.c:965
4515msgid "override the executable bit of the listed files"
4516msgstr ""
4517
4518#: builtin/add.c:311
4519msgid "warn when adding an embedded repository"
4520msgstr ""
4521
4522#: builtin/add.c:326
4523#, c-format
4524msgid ""
4525"You've added another git repository inside your current repository.\n"
4526"Clones of the outer repository will not contain the contents of\n"
4527"the embedded repository and will not know how to obtain it.\n"
4528"If you meant to add a submodule, use:\n"
4529"\n"
4530"\tgit submodule add <url> %s\n"
4531"\n"
4532"If you added this path by mistake, you can remove it from the\n"
4533"index with:\n"
4534"\n"
4535"\tgit rm --cached %s\n"
4536"\n"
4537"See \"git help submodule\" for more information."
4538msgstr ""
4539
4540#: builtin/add.c:354
4541#, c-format
4542msgid "adding embedded git repository: %s"
4543msgstr ""
4544
4545#: builtin/add.c:372
4546#, c-format
4547msgid "Use -f if you really want to add them.\n"
4548msgstr ""
4549
4550#: builtin/add.c:380
4551msgid "adding files failed"
4552msgstr ""
4553
4554#: builtin/add.c:417
4555msgid "-A and -u are mutually incompatible"
4556msgstr ""
4557
4558#: builtin/add.c:424
4559msgid "Option --ignore-missing can only be used together with --dry-run"
4560msgstr ""
4561
4562#: builtin/add.c:428
4563#, c-format
4564msgid "--chmod param '%s' must be either -x or +x"
4565msgstr ""
4566
4567#: builtin/add.c:443
4568#, c-format
4569msgid "Nothing specified, nothing added.\n"
4570msgstr ""
4571
4572#: builtin/add.c:444
4573#, c-format
4574msgid "Maybe you wanted to say 'git add .'?\n"
4575msgstr ""
4576
4577#: builtin/add.c:449 builtin/check-ignore.c:176 builtin/checkout.c:281
4578#: builtin/checkout.c:484 builtin/clean.c:958 builtin/commit.c:350
4579#: builtin/diff-tree.c:114 builtin/mv.c:143 builtin/reset.c:249
4580#: builtin/rm.c:271 builtin/submodule--helper.c:311
4581msgid "index file corrupt"
4582msgstr ""
4583
4584#: builtin/am.c:414
4585msgid "could not parse author script"
4586msgstr ""
4587
4588#: builtin/am.c:498
4589#, c-format
4590msgid "'%s' was deleted by the applypatch-msg hook"
4591msgstr ""
4592
4593#: builtin/am.c:539
4594#, c-format
4595msgid "Malformed input line: '%s'."
4596msgstr ""
4597
4598#: builtin/am.c:576
4599#, c-format
4600msgid "Failed to copy notes from '%s' to '%s'"
4601msgstr ""
4602
4603#: builtin/am.c:602
4604msgid "fseek failed"
4605msgstr ""
4606
4607#: builtin/am.c:790
4608#, c-format
4609msgid "could not parse patch '%s'"
4610msgstr ""
4611
4612#: builtin/am.c:855
4613msgid "Only one StGIT patch series can be applied at once"
4614msgstr ""
4615
4616#: builtin/am.c:903
4617msgid "invalid timestamp"
4618msgstr ""
4619
4620#: builtin/am.c:908 builtin/am.c:920
4621msgid "invalid Date line"
4622msgstr ""
4623
4624#: builtin/am.c:915
4625msgid "invalid timezone offset"
4626msgstr ""
4627
4628#: builtin/am.c:1008
4629msgid "Patch format detection failed."
4630msgstr ""
4631
4632#: builtin/am.c:1013 builtin/clone.c:402
4633#, c-format
4634msgid "failed to create directory '%s'"
4635msgstr ""
4636
4637#: builtin/am.c:1017
4638msgid "Failed to split patches."
4639msgstr ""
4640
4641#: builtin/am.c:1146 builtin/commit.c:376
4642msgid "unable to write index file"
4643msgstr ""
4644
4645#: builtin/am.c:1160
4646#, c-format
4647msgid "When you have resolved this problem, run \"%s --continue\"."
4648msgstr ""
4649
4650#: builtin/am.c:1161
4651#, c-format
4652msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4653msgstr ""
4654
4655#: builtin/am.c:1162
4656#, c-format
4657msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4658msgstr ""
4659
4660#: builtin/am.c:1269
4661msgid "Patch is empty."
4662msgstr ""
4663
4664#: builtin/am.c:1335
4665#, c-format
4666msgid "invalid ident line: %.*s"
4667msgstr ""
4668
4669#: builtin/am.c:1357
4670#, c-format
4671msgid "unable to parse commit %s"
4672msgstr ""
4673
4674#: builtin/am.c:1550
4675msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4676msgstr ""
4677
4678#: builtin/am.c:1552
4679msgid "Using index info to reconstruct a base tree..."
4680msgstr ""
4681
4682#: builtin/am.c:1571
4683msgid ""
4684"Did you hand edit your patch?\n"
4685"It does not apply to blobs recorded in its index."
4686msgstr ""
4687
4688#: builtin/am.c:1577
4689msgid "Falling back to patching base and 3-way merge..."
4690msgstr ""
4691
4692#: builtin/am.c:1602
4693msgid "Failed to merge in the changes."
4694msgstr ""
4695
4696#: builtin/am.c:1626 builtin/merge.c:642
4697msgid "git write-tree failed to write a tree"
4698msgstr ""
4699
4700#: builtin/am.c:1633
4701msgid "applying to an empty history"
4702msgstr ""
4703
4704#: builtin/am.c:1646 builtin/commit.c:1798 builtin/merge.c:825
4705#: builtin/merge.c:850
4706msgid "failed to write commit object"
4707msgstr ""
4708
4709#: builtin/am.c:1679 builtin/am.c:1683
4710#, c-format
4711msgid "cannot resume: %s does not exist."
4712msgstr ""
4713
4714#: builtin/am.c:1699
4715msgid "cannot be interactive without stdin connected to a terminal."
4716msgstr ""
4717
4718#: builtin/am.c:1704
4719msgid "Commit Body is:"
4720msgstr ""
4721
4722#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4723#. in your translation. The program will only accept English
4724#. input at this point.
4725#.
4726#: builtin/am.c:1714
4727msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4728msgstr ""
4729
4730#: builtin/am.c:1764
4731#, c-format
4732msgid "Dirty index: cannot apply patches (dirty: %s)"
4733msgstr ""
4734
4735#: builtin/am.c:1804 builtin/am.c:1876
4736#, c-format
4737msgid "Applying: %.*s"
4738msgstr ""
4739
4740#: builtin/am.c:1820
4741msgid "No changes -- Patch already applied."
4742msgstr ""
4743
4744#: builtin/am.c:1828
4745#, c-format
4746msgid "Patch failed at %s %.*s"
4747msgstr ""
4748
4749#: builtin/am.c:1834
4750#, c-format
4751msgid "The copy of the patch that failed is found in: %s"
4752msgstr ""
4753
4754#: builtin/am.c:1879
4755msgid ""
4756"No changes - did you forget to use 'git add'?\n"
4757"If there is nothing left to stage, chances are that something else\n"
4758"already introduced the same changes; you might want to skip this patch."
4759msgstr ""
4760
4761#: builtin/am.c:1886
4762msgid ""
4763"You still have unmerged paths in your index.\n"
4764"You should 'git add' each file with resolved conflicts to mark them as "
4765"such.\n"
4766"You might run `git rm` on a file to accept \"deleted by them\" for it."
4767msgstr ""
4768
4769#: builtin/am.c:1993 builtin/am.c:1997 builtin/am.c:2009 builtin/reset.c:332
4770#: builtin/reset.c:340
4771#, c-format
4772msgid "Could not parse object '%s'."
4773msgstr ""
4774
4775#: builtin/am.c:2045
4776msgid "failed to clean index"
4777msgstr ""
4778
4779#: builtin/am.c:2080
4780msgid ""
4781"You seem to have moved HEAD since the last 'am' failure.\n"
4782"Not rewinding to ORIG_HEAD"
4783msgstr ""
4784
4785#: builtin/am.c:2143
4786#, c-format
4787msgid "Invalid value for --patch-format: %s"
4788msgstr ""
4789
4790#: builtin/am.c:2176
4791msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4792msgstr ""
4793
4794#: builtin/am.c:2177
4795msgid "git am [<options>] (--continue | --skip | --abort)"
4796msgstr ""
4797
4798#: builtin/am.c:2183
4799msgid "run interactively"
4800msgstr ""
4801
4802#: builtin/am.c:2185
4803msgid "historical option -- no-op"
4804msgstr ""
4805
4806#: builtin/am.c:2187
4807msgid "allow fall back on 3way merging if needed"
4808msgstr ""
4809
4810#: builtin/am.c:2188 builtin/init-db.c:484 builtin/prune-packed.c:57
4811#: builtin/repack.c:180
4812msgid "be quiet"
4813msgstr ""
4814
4815#: builtin/am.c:2190
4816msgid "add a Signed-off-by line to the commit message"
4817msgstr ""
4818
4819#: builtin/am.c:2193
4820msgid "recode into utf8 (default)"
4821msgstr ""
4822
4823#: builtin/am.c:2195
4824msgid "pass -k flag to git-mailinfo"
4825msgstr ""
4826
4827#: builtin/am.c:2197
4828msgid "pass -b flag to git-mailinfo"
4829msgstr ""
4830
4831#: builtin/am.c:2199
4832msgid "pass -m flag to git-mailinfo"
4833msgstr ""
4834
4835#: builtin/am.c:2201
4836msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4837msgstr ""
4838
4839#: builtin/am.c:2204
4840msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4841msgstr ""
4842
4843#: builtin/am.c:2207
4844msgid "strip everything before a scissors line"
4845msgstr ""
4846
4847#: builtin/am.c:2209 builtin/am.c:2212 builtin/am.c:2215 builtin/am.c:2218
4848#: builtin/am.c:2221 builtin/am.c:2224 builtin/am.c:2227 builtin/am.c:2230
4849#: builtin/am.c:2236
4850msgid "pass it through git-apply"
4851msgstr ""
4852
4853#: builtin/am.c:2226 builtin/fmt-merge-msg.c:665 builtin/fmt-merge-msg.c:668
4854#: builtin/grep.c:845 builtin/merge.c:205 builtin/pull.c:145 builtin/pull.c:203
4855#: builtin/repack.c:189 builtin/repack.c:193 builtin/repack.c:195
4856#: builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:377
4857#: parse-options.h:132 parse-options.h:134 parse-options.h:245
4858msgid "n"
4859msgstr ""
4860
4861#: builtin/am.c:2232 builtin/branch.c:629 builtin/for-each-ref.c:38
4862#: builtin/replace.c:444 builtin/tag.c:412 builtin/verify-tag.c:39
4863msgid "format"
4864msgstr ""
4865
4866#: builtin/am.c:2233
4867msgid "format the patch(es) are in"
4868msgstr ""
4869
4870#: builtin/am.c:2239
4871msgid "override error message when patch failure occurs"
4872msgstr ""
4873
4874#: builtin/am.c:2241
4875msgid "continue applying patches after resolving a conflict"
4876msgstr ""
4877
4878#: builtin/am.c:2244
4879msgid "synonyms for --continue"
4880msgstr ""
4881
4882#: builtin/am.c:2247
4883msgid "skip the current patch"
4884msgstr ""
4885
4886#: builtin/am.c:2250
4887msgid "restore the original branch and abort the patching operation."
4888msgstr ""
4889
4890#: builtin/am.c:2254
4891msgid "lie about committer date"
4892msgstr ""
4893
4894#: builtin/am.c:2256
4895msgid "use current timestamp for author date"
4896msgstr ""
4897
4898#: builtin/am.c:2258 builtin/commit.c:1636 builtin/merge.c:236
4899#: builtin/pull.c:178 builtin/revert.c:112 builtin/tag.c:392
4900msgid "key-id"
4901msgstr ""
4902
4903#: builtin/am.c:2259
4904msgid "GPG-sign commits"
4905msgstr ""
4906
4907#: builtin/am.c:2262
4908msgid "(internal use for git-rebase)"
4909msgstr ""
4910
4911#: builtin/am.c:2280
4912msgid ""
4913"The -b/--binary option has been a no-op for long time, and\n"
4914"it will be removed. Please do not use it anymore."
4915msgstr ""
4916
4917#: builtin/am.c:2287
4918msgid "failed to read the index"
4919msgstr ""
4920
4921#: builtin/am.c:2302
4922#, c-format
4923msgid "previous rebase directory %s still exists but mbox given."
4924msgstr ""
4925
4926#: builtin/am.c:2326
4927#, c-format
4928msgid ""
4929"Stray %s directory found.\n"
4930"Use \"git am --abort\" to remove it."
4931msgstr ""
4932
4933#: builtin/am.c:2332
4934msgid "Resolve operation not in progress, we are not resuming."
4935msgstr ""
4936
4937#: builtin/apply.c:8
4938msgid "git apply [<options>] [<patch>...]"
4939msgstr ""
4940
4941#: builtin/archive.c:17
4942#, c-format
4943msgid "could not create archive file '%s'"
4944msgstr ""
4945
4946#: builtin/archive.c:20
4947msgid "could not redirect output"
4948msgstr ""
4949
4950#: builtin/archive.c:37
4951msgid "git archive: Remote with no URL"
4952msgstr ""
4953
4954#: builtin/archive.c:58
4955msgid "git archive: expected ACK/NAK, got EOF"
4956msgstr ""
4957
4958#: builtin/archive.c:61
4959#, c-format
4960msgid "git archive: NACK %s"
4961msgstr ""
4962
4963#: builtin/archive.c:64
4964msgid "git archive: protocol error"
4965msgstr ""
4966
4967#: builtin/archive.c:68
4968msgid "git archive: expected a flush"
4969msgstr ""
4970
4971#: builtin/bisect--helper.c:12
4972msgid "git bisect--helper --next-all [--no-checkout]"
4973msgstr ""
4974
4975#: builtin/bisect--helper.c:13
4976msgid "git bisect--helper --write-terms <bad_term> <good_term>"
4977msgstr ""
4978
4979#: builtin/bisect--helper.c:14
4980msgid "git bisect--helper --bisect-clean-state"
4981msgstr ""
4982
4983#: builtin/bisect--helper.c:46
4984#, c-format
4985msgid "'%s' is not a valid term"
4986msgstr ""
4987
4988#: builtin/bisect--helper.c:50
4989#, c-format
4990msgid "can't use the builtin command '%s' as a term"
4991msgstr ""
4992
4993#: builtin/bisect--helper.c:60
4994#, c-format
4995msgid "can't change the meaning of the term '%s'"
4996msgstr ""
4997
4998#: builtin/bisect--helper.c:71
4999msgid "please use two different terms"
5000msgstr ""
5001
5002#: builtin/bisect--helper.c:78
5003msgid "could not open the file BISECT_TERMS"
5004msgstr ""
5005
5006#: builtin/bisect--helper.c:120
5007msgid "perform 'git bisect next'"
5008msgstr ""
5009
5010#: builtin/bisect--helper.c:122
5011msgid "write the terms to .git/BISECT_TERMS"
5012msgstr ""
5013
5014#: builtin/bisect--helper.c:124
5015msgid "cleanup the bisection state"
5016msgstr ""
5017
5018#: builtin/bisect--helper.c:126
5019msgid "check for expected revs"
5020msgstr ""
5021
5022#: builtin/bisect--helper.c:128
5023msgid "update BISECT_HEAD instead of checking out the current commit"
5024msgstr ""
5025
5026#: builtin/bisect--helper.c:143
5027msgid "--write-terms requires two arguments"
5028msgstr ""
5029
5030#: builtin/bisect--helper.c:147
5031msgid "--bisect-clean-state requires no arguments"
5032msgstr ""
5033
5034#: builtin/blame.c:27
5035msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
5036msgstr ""
5037
5038#: builtin/blame.c:32
5039msgid "<rev-opts> are documented in git-rev-list(1)"
5040msgstr ""
5041
5042#: builtin/blame.c:668
5043msgid "Show blame entries as we find them, incrementally"
5044msgstr ""
5045
5046#: builtin/blame.c:669
5047msgid "Show blank SHA-1 for boundary commits (Default: off)"
5048msgstr ""
5049
5050#: builtin/blame.c:670
5051msgid "Do not treat root commits as boundaries (Default: off)"
5052msgstr ""
5053
5054#: builtin/blame.c:671
5055msgid "Show work cost statistics"
5056msgstr ""
5057
5058#: builtin/blame.c:672
5059msgid "Force progress reporting"
5060msgstr ""
5061
5062#: builtin/blame.c:673
5063msgid "Show output score for blame entries"
5064msgstr ""
5065
5066#: builtin/blame.c:674
5067msgid "Show original filename (Default: auto)"
5068msgstr ""
5069
5070#: builtin/blame.c:675
5071msgid "Show original linenumber (Default: off)"
5072msgstr ""
5073
5074#: builtin/blame.c:676
5075msgid "Show in a format designed for machine consumption"
5076msgstr ""
5077
5078#: builtin/blame.c:677
5079msgid "Show porcelain format with per-line commit information"
5080msgstr ""
5081
5082#: builtin/blame.c:678
5083msgid "Use the same output mode as git-annotate (Default: off)"
5084msgstr ""
5085
5086#: builtin/blame.c:679
5087msgid "Show raw timestamp (Default: off)"
5088msgstr ""
5089
5090#: builtin/blame.c:680
5091msgid "Show long commit SHA1 (Default: off)"
5092msgstr ""
5093
5094#: builtin/blame.c:681
5095msgid "Suppress author name and timestamp (Default: off)"
5096msgstr ""
5097
5098#: builtin/blame.c:682
5099msgid "Show author email instead of name (Default: off)"
5100msgstr ""
5101
5102#: builtin/blame.c:683
5103msgid "Ignore whitespace differences"
5104msgstr ""
5105
5106#: builtin/blame.c:690
5107msgid "Use an experimental heuristic to improve diffs"
5108msgstr ""
5109
5110#: builtin/blame.c:692
5111msgid "Spend extra cycles to find better match"
5112msgstr ""
5113
5114#: builtin/blame.c:693
5115msgid "Use revisions from <file> instead of calling git-rev-list"
5116msgstr ""
5117
5118#: builtin/blame.c:694
5119msgid "Use <file>'s contents as the final image"
5120msgstr ""
5121
5122#: builtin/blame.c:695 builtin/blame.c:696
5123msgid "score"
5124msgstr ""
5125
5126#: builtin/blame.c:695
5127msgid "Find line copies within and across files"
5128msgstr ""
5129
5130#: builtin/blame.c:696
5131msgid "Find line movements within and across files"
5132msgstr ""
5133
5134#: builtin/blame.c:697
5135msgid "n,m"
5136msgstr ""
5137
5138#: builtin/blame.c:697
5139msgid "Process only line range n,m, counting from 1"
5140msgstr ""
5141
5142#: builtin/blame.c:744
5143msgid "--progress can't be used with --incremental or porcelain formats"
5144msgstr ""
5145
5146#. TRANSLATORS: This string is used to tell us the
5147#. maximum display width for a relative timestamp in
5148#. "git blame" output.  For C locale, "4 years, 11
5149#. months ago", which takes 22 places, is the longest
5150#. among various forms of relative timestamps, but
5151#. your language may need more or fewer display
5152#. columns.
5153#.
5154#: builtin/blame.c:795
5155msgid "4 years, 11 months ago"
5156msgstr ""
5157
5158#: builtin/blame.c:882
5159#, c-format
5160msgid "file %s has only %lu line"
5161msgid_plural "file %s has only %lu lines"
5162msgstr[0] ""
5163msgstr[1] ""
5164
5165#: builtin/blame.c:928
5166msgid "Blaming lines"
5167msgstr ""
5168
5169#: builtin/branch.c:27
5170msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5171msgstr ""
5172
5173#: builtin/branch.c:28
5174msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5175msgstr ""
5176
5177#: builtin/branch.c:29
5178msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5179msgstr ""
5180
5181#: builtin/branch.c:30
5182msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5183msgstr ""
5184
5185#: builtin/branch.c:31
5186msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
5187msgstr ""
5188
5189#: builtin/branch.c:32
5190msgid "git branch [<options>] [-r | -a] [--points-at]"
5191msgstr ""
5192
5193#: builtin/branch.c:33
5194msgid "git branch [<options>] [-r | -a] [--format]"
5195msgstr ""
5196
5197#: builtin/branch.c:146
5198#, c-format
5199msgid ""
5200"deleting branch '%s' that has been merged to\n"
5201"         '%s', but not yet merged to HEAD."
5202msgstr ""
5203
5204#: builtin/branch.c:150
5205#, c-format
5206msgid ""
5207"not deleting branch '%s' that is not yet merged to\n"
5208"         '%s', even though it is merged to HEAD."
5209msgstr ""
5210
5211#: builtin/branch.c:164
5212#, c-format
5213msgid "Couldn't look up commit object for '%s'"
5214msgstr ""
5215
5216#: builtin/branch.c:168
5217#, c-format
5218msgid ""
5219"The branch '%s' is not fully merged.\n"
5220"If you are sure you want to delete it, run 'git branch -D %s'."
5221msgstr ""
5222
5223#: builtin/branch.c:181
5224msgid "Update of config-file failed"
5225msgstr ""
5226
5227#: builtin/branch.c:212
5228msgid "cannot use -a with -d"
5229msgstr ""
5230
5231#: builtin/branch.c:218
5232msgid "Couldn't look up commit object for HEAD"
5233msgstr ""
5234
5235#: builtin/branch.c:232
5236#, c-format
5237msgid "Cannot delete branch '%s' checked out at '%s'"
5238msgstr ""
5239
5240#: builtin/branch.c:247
5241#, c-format
5242msgid "remote-tracking branch '%s' not found."
5243msgstr ""
5244
5245#: builtin/branch.c:248
5246#, c-format
5247msgid "branch '%s' not found."
5248msgstr ""
5249
5250#: builtin/branch.c:263
5251#, c-format
5252msgid "Error deleting remote-tracking branch '%s'"
5253msgstr ""
5254
5255#: builtin/branch.c:264
5256#, c-format
5257msgid "Error deleting branch '%s'"
5258msgstr ""
5259
5260#: builtin/branch.c:271
5261#, c-format
5262msgid "Deleted remote-tracking branch %s (was %s).\n"
5263msgstr ""
5264
5265#: builtin/branch.c:272
5266#, c-format
5267msgid "Deleted branch %s (was %s).\n"
5268msgstr ""
5269
5270#: builtin/branch.c:417 builtin/tag.c:58
5271msgid "unable to parse format string"
5272msgstr ""
5273
5274#: builtin/branch.c:450
5275#, c-format
5276msgid "Branch %s is being rebased at %s"
5277msgstr ""
5278
5279#: builtin/branch.c:454
5280#, c-format
5281msgid "Branch %s is being bisected at %s"
5282msgstr ""
5283
5284#: builtin/branch.c:471
5285msgid "cannot copy the current branch while not on any."
5286msgstr ""
5287
5288#: builtin/branch.c:473
5289msgid "cannot rename the current branch while not on any."
5290msgstr ""
5291
5292#: builtin/branch.c:484
5293#, c-format
5294msgid "Invalid branch name: '%s'"
5295msgstr ""
5296
5297#: builtin/branch.c:511
5298msgid "Branch rename failed"
5299msgstr ""
5300
5301#: builtin/branch.c:513
5302msgid "Branch copy failed"
5303msgstr ""
5304
5305#: builtin/branch.c:517
5306#, c-format
5307msgid "Created a copy of a misnamed branch '%s'"
5308msgstr ""
5309
5310#: builtin/branch.c:520
5311#, c-format
5312msgid "Renamed a misnamed branch '%s' away"
5313msgstr ""
5314
5315#: builtin/branch.c:526
5316#, c-format
5317msgid "Branch renamed to %s, but HEAD is not updated!"
5318msgstr ""
5319
5320#: builtin/branch.c:535
5321msgid "Branch is renamed, but update of config-file failed"
5322msgstr ""
5323
5324#: builtin/branch.c:537
5325msgid "Branch is copied, but update of config-file failed"
5326msgstr ""
5327
5328#: builtin/branch.c:553
5329#, c-format
5330msgid ""
5331"Please edit the description for the branch\n"
5332"  %s\n"
5333"Lines starting with '%c' will be stripped.\n"
5334msgstr ""
5335
5336#: builtin/branch.c:586
5337msgid "Generic options"
5338msgstr ""
5339
5340#: builtin/branch.c:588
5341msgid "show hash and subject, give twice for upstream branch"
5342msgstr ""
5343
5344#: builtin/branch.c:589
5345msgid "suppress informational messages"
5346msgstr ""
5347
5348#: builtin/branch.c:590
5349msgid "set up tracking mode (see git-pull(1))"
5350msgstr ""
5351
5352#: builtin/branch.c:592
5353msgid "do not use"
5354msgstr ""
5355
5356#: builtin/branch.c:594
5357msgid "upstream"
5358msgstr ""
5359
5360#: builtin/branch.c:594
5361msgid "change the upstream info"
5362msgstr ""
5363
5364#: builtin/branch.c:595
5365msgid "Unset the upstream info"
5366msgstr ""
5367
5368#: builtin/branch.c:596
5369msgid "use colored output"
5370msgstr ""
5371
5372#: builtin/branch.c:597
5373msgid "act on remote-tracking branches"
5374msgstr ""
5375
5376#: builtin/branch.c:599 builtin/branch.c:601
5377msgid "print only branches that contain the commit"
5378msgstr ""
5379
5380#: builtin/branch.c:600 builtin/branch.c:602
5381msgid "print only branches that don't contain the commit"
5382msgstr ""
5383
5384#: builtin/branch.c:605
5385msgid "Specific git-branch actions:"
5386msgstr ""
5387
5388#: builtin/branch.c:606
5389msgid "list both remote-tracking and local branches"
5390msgstr ""
5391
5392#: builtin/branch.c:608
5393msgid "delete fully merged branch"
5394msgstr ""
5395
5396#: builtin/branch.c:609
5397msgid "delete branch (even if not merged)"
5398msgstr ""
5399
5400#: builtin/branch.c:610
5401msgid "move/rename a branch and its reflog"
5402msgstr ""
5403
5404#: builtin/branch.c:611
5405msgid "move/rename a branch, even if target exists"
5406msgstr ""
5407
5408#: builtin/branch.c:612
5409msgid "copy a branch and its reflog"
5410msgstr ""
5411
5412#: builtin/branch.c:613
5413msgid "copy a branch, even if target exists"
5414msgstr ""
5415
5416#: builtin/branch.c:614
5417msgid "list branch names"
5418msgstr ""
5419
5420#: builtin/branch.c:615
5421msgid "create the branch's reflog"
5422msgstr ""
5423
5424#: builtin/branch.c:617
5425msgid "edit the description for the branch"
5426msgstr ""
5427
5428#: builtin/branch.c:618
5429msgid "force creation, move/rename, deletion"
5430msgstr ""
5431
5432#: builtin/branch.c:619
5433msgid "print only branches that are merged"
5434msgstr ""
5435
5436#: builtin/branch.c:620
5437msgid "print only branches that are not merged"
5438msgstr ""
5439
5440#: builtin/branch.c:621
5441msgid "list branches in columns"
5442msgstr ""
5443
5444#: builtin/branch.c:622 builtin/for-each-ref.c:40 builtin/tag.c:405
5445msgid "key"
5446msgstr ""
5447
5448#: builtin/branch.c:623 builtin/for-each-ref.c:41 builtin/tag.c:406
5449msgid "field name to sort on"
5450msgstr ""
5451
5452#: builtin/branch.c:625 builtin/for-each-ref.c:43 builtin/notes.c:408
5453#: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
5454#: builtin/tag.c:408
5455msgid "object"
5456msgstr ""
5457
5458#: builtin/branch.c:626
5459msgid "print only branches of the object"
5460msgstr ""
5461
5462#: builtin/branch.c:628 builtin/for-each-ref.c:49 builtin/tag.c:415
5463msgid "sorting and filtering are case insensitive"
5464msgstr ""
5465
5466#: builtin/branch.c:629 builtin/for-each-ref.c:38 builtin/tag.c:413
5467#: builtin/verify-tag.c:39
5468msgid "format to use for the output"
5469msgstr ""
5470
5471#: builtin/branch.c:652 builtin/clone.c:730
5472msgid "HEAD not found below refs/heads!"
5473msgstr ""
5474
5475#: builtin/branch.c:675
5476msgid "--column and --verbose are incompatible"
5477msgstr ""
5478
5479#: builtin/branch.c:690 builtin/branch.c:742 builtin/branch.c:751
5480msgid "branch name required"
5481msgstr ""
5482
5483#: builtin/branch.c:718
5484msgid "Cannot give description to detached HEAD"
5485msgstr ""
5486
5487#: builtin/branch.c:723
5488msgid "cannot edit description of more than one branch"
5489msgstr ""
5490
5491#: builtin/branch.c:730
5492#, c-format
5493msgid "No commit on branch '%s' yet."
5494msgstr ""
5495
5496#: builtin/branch.c:733
5497#, c-format
5498msgid "No branch named '%s'."
5499msgstr ""
5500
5501#: builtin/branch.c:748
5502msgid "too many branches for a copy operation"
5503msgstr ""
5504
5505#: builtin/branch.c:757
5506msgid "too many arguments for a rename operation"
5507msgstr ""
5508
5509#: builtin/branch.c:762
5510msgid "too many arguments to set new upstream"
5511msgstr ""
5512
5513#: builtin/branch.c:766
5514#, c-format
5515msgid ""
5516"could not set upstream of HEAD to %s when it does not point to any branch."
5517msgstr ""
5518
5519#: builtin/branch.c:769 builtin/branch.c:791 builtin/branch.c:807
5520#, c-format
5521msgid "no such branch '%s'"
5522msgstr ""
5523
5524#: builtin/branch.c:773
5525#, c-format
5526msgid "branch '%s' does not exist"
5527msgstr ""
5528
5529#: builtin/branch.c:785
5530msgid "too many arguments to unset upstream"
5531msgstr ""
5532
5533#: builtin/branch.c:789
5534msgid "could not unset upstream of HEAD when it does not point to any branch."
5535msgstr ""
5536
5537#: builtin/branch.c:795
5538#, c-format
5539msgid "Branch '%s' has no upstream information"
5540msgstr ""
5541
5542#: builtin/branch.c:810
5543msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5544msgstr ""
5545
5546#: builtin/branch.c:813
5547msgid ""
5548"the '--set-upstream' option is no longer supported. Please use '--track' or "
5549"'--set-upstream-to' instead."
5550msgstr ""
5551
5552#: builtin/bundle.c:45
5553#, c-format
5554msgid "%s is okay\n"
5555msgstr ""
5556
5557#: builtin/bundle.c:58
5558msgid "Need a repository to create a bundle."
5559msgstr ""
5560
5561#: builtin/bundle.c:62
5562msgid "Need a repository to unbundle."
5563msgstr ""
5564
5565#: builtin/cat-file.c:521
5566msgid ""
5567"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5568"p | <type> | --textconv | --filters) [--path=<path>] <object>"
5569msgstr ""
5570
5571#: builtin/cat-file.c:522
5572msgid ""
5573"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5574"filters]"
5575msgstr ""
5576
5577#: builtin/cat-file.c:559
5578msgid "<type> can be one of: blob, tree, commit, tag"
5579msgstr ""
5580
5581#: builtin/cat-file.c:560
5582msgid "show object type"
5583msgstr ""
5584
5585#: builtin/cat-file.c:561
5586msgid "show object size"
5587msgstr ""
5588
5589#: builtin/cat-file.c:563
5590msgid "exit with zero when there's no error"
5591msgstr ""
5592
5593#: builtin/cat-file.c:564
5594msgid "pretty-print object's content"
5595msgstr ""
5596
5597#: builtin/cat-file.c:566
5598msgid "for blob objects, run textconv on object's content"
5599msgstr ""
5600
5601#: builtin/cat-file.c:568
5602msgid "for blob objects, run filters on object's content"
5603msgstr ""
5604
5605#: builtin/cat-file.c:569 git-submodule.sh:931
5606msgid "blob"
5607msgstr ""
5608
5609#: builtin/cat-file.c:570
5610msgid "use a specific path for --textconv/--filters"
5611msgstr ""
5612
5613#: builtin/cat-file.c:572
5614msgid "allow -s and -t to work with broken/corrupt objects"
5615msgstr ""
5616
5617#: builtin/cat-file.c:573
5618msgid "buffer --batch output"
5619msgstr ""
5620
5621#: builtin/cat-file.c:575
5622msgid "show info and content of objects fed from the standard input"
5623msgstr ""
5624
5625#: builtin/cat-file.c:578
5626msgid "show info about objects fed from the standard input"
5627msgstr ""
5628
5629#: builtin/cat-file.c:581
5630msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5631msgstr ""
5632
5633#: builtin/cat-file.c:583
5634msgid "show all objects with --batch or --batch-check"
5635msgstr ""
5636
5637#: builtin/check-attr.c:12
5638msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5639msgstr ""
5640
5641#: builtin/check-attr.c:13
5642msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5643msgstr ""
5644
5645#: builtin/check-attr.c:20
5646msgid "report all attributes set on file"
5647msgstr ""
5648
5649#: builtin/check-attr.c:21
5650msgid "use .gitattributes only from the index"
5651msgstr ""
5652
5653#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:99
5654msgid "read file names from stdin"
5655msgstr ""
5656
5657#: builtin/check-attr.c:24 builtin/check-ignore.c:26
5658msgid "terminate input and output records by a NUL character"
5659msgstr ""
5660
5661#: builtin/check-ignore.c:20 builtin/checkout.c:1118 builtin/gc.c:358
5662msgid "suppress progress reporting"
5663msgstr ""
5664
5665#: builtin/check-ignore.c:28
5666msgid "show non-matching input paths"
5667msgstr ""
5668
5669#: builtin/check-ignore.c:30
5670msgid "ignore index when checking"
5671msgstr ""
5672
5673#: builtin/check-ignore.c:158
5674msgid "cannot specify pathnames with --stdin"
5675msgstr ""
5676
5677#: builtin/check-ignore.c:161
5678msgid "-z only makes sense with --stdin"
5679msgstr ""
5680
5681#: builtin/check-ignore.c:163
5682msgid "no path specified"
5683msgstr ""
5684
5685#: builtin/check-ignore.c:167
5686msgid "--quiet is only valid with a single pathname"
5687msgstr ""
5688
5689#: builtin/check-ignore.c:169
5690msgid "cannot have both --quiet and --verbose"
5691msgstr ""
5692
5693#: builtin/check-ignore.c:172
5694msgid "--non-matching is only valid with --verbose"
5695msgstr ""
5696
5697#: builtin/check-mailmap.c:9
5698msgid "git check-mailmap [<options>] <contact>..."
5699msgstr ""
5700
5701#: builtin/check-mailmap.c:14
5702msgid "also read contacts from stdin"
5703msgstr ""
5704
5705#: builtin/check-mailmap.c:25
5706#, c-format
5707msgid "unable to parse contact: %s"
5708msgstr ""
5709
5710#: builtin/check-mailmap.c:48
5711msgid "no contacts specified"
5712msgstr ""
5713
5714#: builtin/checkout-index.c:128
5715msgid "git checkout-index [<options>] [--] [<file>...]"
5716msgstr ""
5717
5718#: builtin/checkout-index.c:143
5719msgid "stage should be between 1 and 3 or all"
5720msgstr ""
5721
5722#: builtin/checkout-index.c:159
5723msgid "check out all files in the index"
5724msgstr ""
5725
5726#: builtin/checkout-index.c:160
5727msgid "force overwrite of existing files"
5728msgstr ""
5729
5730#: builtin/checkout-index.c:162
5731msgid "no warning for existing files and files not in index"
5732msgstr ""
5733
5734#: builtin/checkout-index.c:164
5735msgid "don't checkout new files"
5736msgstr ""
5737
5738#: builtin/checkout-index.c:166
5739msgid "update stat information in the index file"
5740msgstr ""
5741
5742#: builtin/checkout-index.c:170
5743msgid "read list of paths from the standard input"
5744msgstr ""
5745
5746#: builtin/checkout-index.c:172
5747msgid "write the content to temporary files"
5748msgstr ""
5749
5750#: builtin/checkout-index.c:173 builtin/column.c:31
5751#: builtin/submodule--helper.c:866 builtin/submodule--helper.c:869
5752#: builtin/submodule--helper.c:875 builtin/submodule--helper.c:1237
5753#: builtin/worktree.c:552
5754msgid "string"
5755msgstr ""
5756
5757#: builtin/checkout-index.c:174
5758msgid "when creating files, prepend <string>"
5759msgstr ""
5760
5761#: builtin/checkout-index.c:176
5762msgid "copy out the files from named stage"
5763msgstr ""
5764
5765#: builtin/checkout.c:27
5766msgid "git checkout [<options>] <branch>"
5767msgstr ""
5768
5769#: builtin/checkout.c:28
5770msgid "git checkout [<options>] [<branch>] -- <file>..."
5771msgstr ""
5772
5773#: builtin/checkout.c:136 builtin/checkout.c:169
5774#, c-format
5775msgid "path '%s' does not have our version"
5776msgstr ""
5777
5778#: builtin/checkout.c:138 builtin/checkout.c:171
5779#, c-format
5780msgid "path '%s' does not have their version"
5781msgstr ""
5782
5783#: builtin/checkout.c:154
5784#, c-format
5785msgid "path '%s' does not have all necessary versions"
5786msgstr ""
5787
5788#: builtin/checkout.c:198
5789#, c-format
5790msgid "path '%s' does not have necessary versions"
5791msgstr ""
5792
5793#: builtin/checkout.c:215
5794#, c-format
5795msgid "path '%s': cannot merge"
5796msgstr ""
5797
5798#: builtin/checkout.c:232
5799#, c-format
5800msgid "Unable to add merge result for '%s'"
5801msgstr ""
5802
5803#: builtin/checkout.c:254 builtin/checkout.c:257 builtin/checkout.c:260
5804#: builtin/checkout.c:263
5805#, c-format
5806msgid "'%s' cannot be used with updating paths"
5807msgstr ""
5808
5809#: builtin/checkout.c:266 builtin/checkout.c:269
5810#, c-format
5811msgid "'%s' cannot be used with %s"
5812msgstr ""
5813
5814#: builtin/checkout.c:272
5815#, c-format
5816msgid "Cannot update paths and switch to branch '%s' at the same time."
5817msgstr ""
5818
5819#: builtin/checkout.c:341 builtin/checkout.c:348
5820#, c-format
5821msgid "path '%s' is unmerged"
5822msgstr ""
5823
5824#: builtin/checkout.c:506
5825msgid "you need to resolve your current index first"
5826msgstr ""
5827
5828#: builtin/checkout.c:637
5829#, c-format
5830msgid "Can not do reflog for '%s': %s\n"
5831msgstr ""
5832
5833#: builtin/checkout.c:678
5834msgid "HEAD is now at"
5835msgstr ""
5836
5837#: builtin/checkout.c:682 builtin/clone.c:684
5838msgid "unable to update HEAD"
5839msgstr ""
5840
5841#: builtin/checkout.c:686
5842#, c-format
5843msgid "Reset branch '%s'\n"
5844msgstr ""
5845
5846#: builtin/checkout.c:689
5847#, c-format
5848msgid "Already on '%s'\n"
5849msgstr ""
5850
5851#: builtin/checkout.c:693
5852#, c-format
5853msgid "Switched to and reset branch '%s'\n"
5854msgstr ""
5855
5856#: builtin/checkout.c:695 builtin/checkout.c:1051
5857#, c-format
5858msgid "Switched to a new branch '%s'\n"
5859msgstr ""
5860
5861#: builtin/checkout.c:697
5862#, c-format
5863msgid "Switched to branch '%s'\n"
5864msgstr ""
5865
5866#: builtin/checkout.c:748
5867#, c-format
5868msgid " ... and %d more.\n"
5869msgstr ""
5870
5871#: builtin/checkout.c:754
5872#, c-format
5873msgid ""
5874"Warning: you are leaving %d commit behind, not connected to\n"
5875"any of your branches:\n"
5876"\n"
5877"%s\n"
5878msgid_plural ""
5879"Warning: you are leaving %d commits behind, not connected to\n"
5880"any of your branches:\n"
5881"\n"
5882"%s\n"
5883msgstr[0] ""
5884msgstr[1] ""
5885
5886#: builtin/checkout.c:773
5887#, c-format
5888msgid ""
5889"If you want to keep it by creating a new branch, this may be a good time\n"
5890"to do so with:\n"
5891"\n"
5892" git branch <new-branch-name> %s\n"
5893"\n"
5894msgid_plural ""
5895"If you want to keep them by creating a new branch, this may be a good time\n"
5896"to do so with:\n"
5897"\n"
5898" git branch <new-branch-name> %s\n"
5899"\n"
5900msgstr[0] ""
5901msgstr[1] ""
5902
5903#: builtin/checkout.c:814
5904msgid "internal error in revision walk"
5905msgstr ""
5906
5907#: builtin/checkout.c:818
5908msgid "Previous HEAD position was"
5909msgstr ""
5910
5911#: builtin/checkout.c:848 builtin/checkout.c:1046
5912msgid "You are on a branch yet to be born"
5913msgstr ""
5914
5915#: builtin/checkout.c:952
5916#, c-format
5917msgid "only one reference expected, %d given."
5918msgstr ""
5919
5920#: builtin/checkout.c:992 builtin/worktree.c:247
5921#, c-format
5922msgid "invalid reference: %s"
5923msgstr ""
5924
5925#: builtin/checkout.c:1021
5926#, c-format
5927msgid "reference is not a tree: %s"
5928msgstr ""
5929
5930#: builtin/checkout.c:1060
5931msgid "paths cannot be used with switching branches"
5932msgstr ""
5933
5934#: builtin/checkout.c:1063 builtin/checkout.c:1067
5935#, c-format
5936msgid "'%s' cannot be used with switching branches"
5937msgstr ""
5938
5939#: builtin/checkout.c:1071 builtin/checkout.c:1074 builtin/checkout.c:1079
5940#: builtin/checkout.c:1082
5941#, c-format
5942msgid "'%s' cannot be used with '%s'"
5943msgstr ""
5944
5945#: builtin/checkout.c:1087
5946#, c-format
5947msgid "Cannot switch branch to a non-commit '%s'"
5948msgstr ""
5949
5950#: builtin/checkout.c:1119 builtin/checkout.c:1121 builtin/clone.c:114
5951#: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:369
5952#: builtin/worktree.c:371
5953msgid "branch"
5954msgstr ""
5955
5956#: builtin/checkout.c:1120
5957msgid "create and checkout a new branch"
5958msgstr ""
5959
5960#: builtin/checkout.c:1122
5961msgid "create/reset and checkout a branch"
5962msgstr ""
5963
5964#: builtin/checkout.c:1123
5965msgid "create reflog for new branch"
5966msgstr ""
5967
5968#: builtin/checkout.c:1124 builtin/worktree.c:373
5969msgid "detach HEAD at named commit"
5970msgstr ""
5971
5972#: builtin/checkout.c:1125
5973msgid "set upstream info for new branch"
5974msgstr ""
5975
5976#: builtin/checkout.c:1127
5977msgid "new-branch"
5978msgstr ""
5979
5980#: builtin/checkout.c:1127
5981msgid "new unparented branch"
5982msgstr ""
5983
5984#: builtin/checkout.c:1128
5985msgid "checkout our version for unmerged files"
5986msgstr ""
5987
5988#: builtin/checkout.c:1130
5989msgid "checkout their version for unmerged files"
5990msgstr ""
5991
5992#: builtin/checkout.c:1132
5993msgid "force checkout (throw away local modifications)"
5994msgstr ""
5995
5996#: builtin/checkout.c:1133
5997msgid "perform a 3-way merge with the new branch"
5998msgstr ""
5999
6000#: builtin/checkout.c:1134 builtin/merge.c:238
6001msgid "update ignored files (default)"
6002msgstr ""
6003
6004#: builtin/checkout.c:1135 builtin/log.c:1496 parse-options.h:251
6005msgid "style"
6006msgstr ""
6007
6008#: builtin/checkout.c:1136
6009msgid "conflict style (merge or diff3)"
6010msgstr ""
6011
6012#: builtin/checkout.c:1139
6013msgid "do not limit pathspecs to sparse entries only"
6014msgstr ""
6015
6016#: builtin/checkout.c:1141
6017msgid "second guess 'git checkout <no-such-branch>'"
6018msgstr ""
6019
6020#: builtin/checkout.c:1143
6021msgid "do not check if another worktree is holding the given ref"
6022msgstr ""
6023
6024#: builtin/checkout.c:1147 builtin/clone.c:81 builtin/fetch.c:137
6025#: builtin/merge.c:235 builtin/pull.c:123 builtin/push.c:556
6026#: builtin/send-pack.c:173
6027msgid "force progress reporting"
6028msgstr ""
6029
6030#: builtin/checkout.c:1177
6031msgid "-b, -B and --orphan are mutually exclusive"
6032msgstr ""
6033
6034#: builtin/checkout.c:1194
6035msgid "--track needs a branch name"
6036msgstr ""
6037
6038#: builtin/checkout.c:1199
6039msgid "Missing branch name; try -b"
6040msgstr ""
6041
6042#: builtin/checkout.c:1235
6043msgid "invalid path specification"
6044msgstr ""
6045
6046#: builtin/checkout.c:1242
6047#, c-format
6048msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
6049msgstr ""
6050
6051#: builtin/checkout.c:1246
6052#, c-format
6053msgid "git checkout: --detach does not take a path argument '%s'"
6054msgstr ""
6055
6056#: builtin/checkout.c:1250
6057msgid ""
6058"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
6059"checking out of the index."
6060msgstr ""
6061
6062#: builtin/clean.c:26
6063msgid ""
6064"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
6065msgstr ""
6066
6067#: builtin/clean.c:30
6068#, c-format
6069msgid "Removing %s\n"
6070msgstr ""
6071
6072#: builtin/clean.c:31
6073#, c-format
6074msgid "Would remove %s\n"
6075msgstr ""
6076
6077#: builtin/clean.c:32
6078#, c-format
6079msgid "Skipping repository %s\n"
6080msgstr ""
6081
6082#: builtin/clean.c:33
6083#, c-format
6084msgid "Would skip repository %s\n"
6085msgstr ""
6086
6087#: builtin/clean.c:34
6088#, c-format
6089msgid "failed to remove %s"
6090msgstr ""
6091
6092#: builtin/clean.c:302 git-add--interactive.perl:572
6093#, c-format
6094msgid ""
6095"Prompt help:\n"
6096"1          - select a numbered item\n"
6097"foo        - select item based on unique prefix\n"
6098"           - (empty) select nothing\n"
6099msgstr ""
6100
6101#: builtin/clean.c:306 git-add--interactive.perl:581
6102#, c-format
6103msgid ""
6104"Prompt help:\n"
6105"1          - select a single item\n"
6106"3-5        - select a range of items\n"
6107"2-3,6-9    - select multiple ranges\n"
6108"foo        - select item based on unique prefix\n"
6109"-...       - unselect specified items\n"
6110"*          - choose all items\n"
6111"           - (empty) finish selecting\n"
6112msgstr ""
6113
6114#: builtin/clean.c:522 git-add--interactive.perl:547
6115#: git-add--interactive.perl:552
6116#, c-format, perl-format
6117msgid "Huh (%s)?\n"
6118msgstr ""
6119
6120#: builtin/clean.c:664
6121#, c-format
6122msgid "Input ignore patterns>> "
6123msgstr ""
6124
6125#: builtin/clean.c:701
6126#, c-format
6127msgid "WARNING: Cannot find items matched by: %s"
6128msgstr ""
6129
6130#: builtin/clean.c:722
6131msgid "Select items to delete"
6132msgstr ""
6133
6134#. TRANSLATORS: Make sure to keep [y/N] as is
6135#: builtin/clean.c:763
6136#, c-format
6137msgid "Remove %s [y/N]? "
6138msgstr ""
6139
6140#: builtin/clean.c:788 git-add--interactive.perl:1616
6141#, c-format
6142msgid "Bye.\n"
6143msgstr ""
6144
6145#: builtin/clean.c:796
6146msgid ""
6147"clean               - start cleaning\n"
6148"filter by pattern   - exclude items from deletion\n"
6149"select by numbers   - select items to be deleted by numbers\n"
6150"ask each            - confirm each deletion (like \"rm -i\")\n"
6151"quit                - stop cleaning\n"
6152"help                - this screen\n"
6153"?                   - help for prompt selection"
6154msgstr ""
6155
6156#: builtin/clean.c:823 git-add--interactive.perl:1692
6157msgid "*** Commands ***"
6158msgstr ""
6159
6160#: builtin/clean.c:824 git-add--interactive.perl:1689
6161msgid "What now"
6162msgstr ""
6163
6164#: builtin/clean.c:832
6165msgid "Would remove the following item:"
6166msgid_plural "Would remove the following items:"
6167msgstr[0] ""
6168msgstr[1] ""
6169
6170#: builtin/clean.c:848
6171msgid "No more files to clean, exiting."
6172msgstr ""
6173
6174#: builtin/clean.c:910
6175msgid "do not print names of files removed"
6176msgstr ""
6177
6178#: builtin/clean.c:912
6179msgid "force"
6180msgstr ""
6181
6182#: builtin/clean.c:913
6183msgid "interactive cleaning"
6184msgstr ""
6185
6186#: builtin/clean.c:915
6187msgid "remove whole directories"
6188msgstr ""
6189
6190#: builtin/clean.c:916 builtin/describe.c:530 builtin/describe.c:532
6191#: builtin/grep.c:863 builtin/log.c:155 builtin/log.c:157
6192#: builtin/ls-files.c:548 builtin/name-rev.c:397 builtin/name-rev.c:399
6193#: builtin/show-ref.c:176
6194msgid "pattern"
6195msgstr ""
6196
6197#: builtin/clean.c:917
6198msgid "add <pattern> to ignore rules"
6199msgstr ""
6200
6201#: builtin/clean.c:918
6202msgid "remove ignored files, too"
6203msgstr ""
6204
6205#: builtin/clean.c:920
6206msgid "remove only ignored files"
6207msgstr ""
6208
6209#: builtin/clean.c:938
6210msgid "-x and -X cannot be used together"
6211msgstr ""
6212
6213#: builtin/clean.c:942
6214msgid ""
6215"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6216"clean"
6217msgstr ""
6218
6219#: builtin/clean.c:945
6220msgid ""
6221"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6222"refusing to clean"
6223msgstr ""
6224
6225#: builtin/clone.c:39
6226msgid "git clone [<options>] [--] <repo> [<dir>]"
6227msgstr ""
6228
6229#: builtin/clone.c:83
6230msgid "don't create a checkout"
6231msgstr ""
6232
6233#: builtin/clone.c:84 builtin/clone.c:86 builtin/init-db.c:479
6234msgid "create a bare repository"
6235msgstr ""
6236
6237#: builtin/clone.c:88
6238msgid "create a mirror repository (implies bare)"
6239msgstr ""
6240
6241#: builtin/clone.c:90
6242msgid "to clone from a local repository"
6243msgstr ""
6244
6245#: builtin/clone.c:92
6246msgid "don't use local hardlinks, always copy"
6247msgstr ""
6248
6249#: builtin/clone.c:94
6250msgid "setup as shared repository"
6251msgstr ""
6252
6253#: builtin/clone.c:96 builtin/clone.c:100
6254msgid "pathspec"
6255msgstr ""
6256
6257#: builtin/clone.c:96 builtin/clone.c:100
6258msgid "initialize submodules in the clone"
6259msgstr ""
6260
6261#: builtin/clone.c:103
6262msgid "number of submodules cloned in parallel"
6263msgstr ""
6264
6265#: builtin/clone.c:104 builtin/init-db.c:476
6266msgid "template-directory"
6267msgstr ""
6268
6269#: builtin/clone.c:105 builtin/init-db.c:477
6270msgid "directory from which templates will be used"
6271msgstr ""
6272
6273#: builtin/clone.c:107 builtin/clone.c:109 builtin/submodule--helper.c:873
6274#: builtin/submodule--helper.c:1240
6275msgid "reference repository"
6276msgstr ""
6277
6278#: builtin/clone.c:111
6279msgid "use --reference only while cloning"
6280msgstr ""
6281
6282#: builtin/clone.c:112 builtin/column.c:27 builtin/merge-file.c:44
6283msgid "name"
6284msgstr ""
6285
6286#: builtin/clone.c:113
6287msgid "use <name> instead of 'origin' to track upstream"
6288msgstr ""
6289
6290#: builtin/clone.c:115
6291msgid "checkout <branch> instead of the remote's HEAD"
6292msgstr ""
6293
6294#: builtin/clone.c:117
6295msgid "path to git-upload-pack on the remote"
6296msgstr ""
6297
6298#: builtin/clone.c:118 builtin/fetch.c:138 builtin/grep.c:806
6299#: builtin/pull.c:211
6300msgid "depth"
6301msgstr ""
6302
6303#: builtin/clone.c:119
6304msgid "create a shallow clone of that depth"
6305msgstr ""
6306
6307#: builtin/clone.c:120 builtin/fetch.c:140 builtin/pack-objects.c:2991
6308#: parse-options.h:142
6309msgid "time"
6310msgstr ""
6311
6312#: builtin/clone.c:121
6313msgid "create a shallow clone since a specific time"
6314msgstr ""
6315
6316#: builtin/clone.c:122 builtin/fetch.c:142
6317msgid "revision"
6318msgstr ""
6319
6320#: builtin/clone.c:123 builtin/fetch.c:143
6321msgid "deepen history of shallow clone, excluding rev"
6322msgstr ""
6323
6324#: builtin/clone.c:125
6325msgid "clone only one branch, HEAD or --branch"
6326msgstr ""
6327
6328#: builtin/clone.c:127
6329msgid "don't clone any tags, and make later fetches not to follow them"
6330msgstr ""
6331
6332#: builtin/clone.c:129
6333msgid "any cloned submodules will be shallow"
6334msgstr ""
6335
6336#: builtin/clone.c:130 builtin/init-db.c:485
6337msgid "gitdir"
6338msgstr ""
6339
6340#: builtin/clone.c:131 builtin/init-db.c:486
6341msgid "separate git dir from working tree"
6342msgstr ""
6343
6344#: builtin/clone.c:132
6345msgid "key=value"
6346msgstr ""
6347
6348#: builtin/clone.c:133
6349msgid "set config inside the new repository"
6350msgstr ""
6351
6352#: builtin/clone.c:134 builtin/fetch.c:160 builtin/pull.c:224
6353#: builtin/push.c:567
6354msgid "use IPv4 addresses only"
6355msgstr ""
6356
6357#: builtin/clone.c:136 builtin/fetch.c:162 builtin/pull.c:227
6358#: builtin/push.c:569
6359msgid "use IPv6 addresses only"
6360msgstr ""
6361
6362#: builtin/clone.c:273
6363msgid ""
6364"No directory name could be guessed.\n"
6365"Please specify a directory on the command line"
6366msgstr ""
6367
6368#: builtin/clone.c:326
6369#, c-format
6370msgid "info: Could not add alternate for '%s': %s\n"
6371msgstr ""
6372
6373#: builtin/clone.c:398
6374#, c-format
6375msgid "failed to open '%s'"
6376msgstr ""
6377
6378#: builtin/clone.c:406
6379#, c-format
6380msgid "%s exists and is not a directory"
6381msgstr ""
6382
6383#: builtin/clone.c:420
6384#, c-format
6385msgid "failed to stat %s\n"
6386msgstr ""
6387
6388#: builtin/clone.c:442
6389#, c-format
6390msgid "failed to create link '%s'"
6391msgstr ""
6392
6393#: builtin/clone.c:446
6394#, c-format
6395msgid "failed to copy file to '%s'"
6396msgstr ""
6397
6398#: builtin/clone.c:472
6399#, c-format
6400msgid "done.\n"
6401msgstr ""
6402
6403#: builtin/clone.c:484
6404msgid ""
6405"Clone succeeded, but checkout failed.\n"
6406"You can inspect what was checked out with 'git status'\n"
6407"and retry the checkout with 'git checkout -f HEAD'\n"
6408msgstr ""
6409
6410#: builtin/clone.c:561
6411#, c-format
6412msgid "Could not find remote branch %s to clone."
6413msgstr ""
6414
6415#: builtin/clone.c:656
6416msgid "remote did not send all necessary objects"
6417msgstr ""
6418
6419#: builtin/clone.c:672
6420#, c-format
6421msgid "unable to update %s"
6422msgstr ""
6423
6424#: builtin/clone.c:721
6425msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6426msgstr ""
6427
6428#: builtin/clone.c:751
6429msgid "unable to checkout working tree"
6430msgstr ""
6431
6432#: builtin/clone.c:796
6433msgid "unable to write parameters to config file"
6434msgstr ""
6435
6436#: builtin/clone.c:859
6437msgid "cannot repack to clean up"
6438msgstr ""
6439
6440#: builtin/clone.c:861
6441msgid "cannot unlink temporary alternates file"
6442msgstr ""
6443
6444#: builtin/clone.c:894 builtin/receive-pack.c:1945
6445msgid "Too many arguments."
6446msgstr ""
6447
6448#: builtin/clone.c:898
6449msgid "You must specify a repository to clone."
6450msgstr ""
6451
6452#: builtin/clone.c:911
6453#, c-format
6454msgid "--bare and --origin %s options are incompatible."
6455msgstr ""
6456
6457#: builtin/clone.c:914
6458msgid "--bare and --separate-git-dir are incompatible."
6459msgstr ""
6460
6461#: builtin/clone.c:927
6462#, c-format
6463msgid "repository '%s' does not exist"
6464msgstr ""
6465
6466#: builtin/clone.c:933 builtin/fetch.c:1358
6467#, c-format
6468msgid "depth %s is not a positive number"
6469msgstr ""
6470
6471#: builtin/clone.c:943
6472#, c-format
6473msgid "destination path '%s' already exists and is not an empty directory."
6474msgstr ""
6475
6476#: builtin/clone.c:953
6477#, c-format
6478msgid "working tree '%s' already exists."
6479msgstr ""
6480
6481#: builtin/clone.c:968 builtin/clone.c:979 builtin/difftool.c:270
6482#: builtin/worktree.c:253 builtin/worktree.c:283
6483#, c-format
6484msgid "could not create leading directories of '%s'"
6485msgstr ""
6486
6487#: builtin/clone.c:971
6488#, c-format
6489msgid "could not create work tree dir '%s'"
6490msgstr ""
6491
6492#: builtin/clone.c:983
6493#, c-format
6494msgid "Cloning into bare repository '%s'...\n"
6495msgstr ""
6496
6497#: builtin/clone.c:985
6498#, c-format
6499msgid "Cloning into '%s'...\n"
6500msgstr ""
6501
6502#: builtin/clone.c:1009
6503msgid ""
6504"clone --recursive is not compatible with both --reference and --reference-if-"
6505"able"
6506msgstr ""
6507
6508#: builtin/clone.c:1071
6509msgid "--depth is ignored in local clones; use file:// instead."
6510msgstr ""
6511
6512#: builtin/clone.c:1073
6513msgid "--shallow-since is ignored in local clones; use file:// instead."
6514msgstr ""
6515
6516#: builtin/clone.c:1075
6517msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6518msgstr ""
6519
6520#: builtin/clone.c:1078
6521msgid "source repository is shallow, ignoring --local"
6522msgstr ""
6523
6524#: builtin/clone.c:1083
6525msgid "--local is ignored"
6526msgstr ""
6527
6528#: builtin/clone.c:1139 builtin/clone.c:1147
6529#, c-format
6530msgid "Remote branch %s not found in upstream %s"
6531msgstr ""
6532
6533#: builtin/clone.c:1150
6534msgid "You appear to have cloned an empty repository."
6535msgstr ""
6536
6537#: builtin/column.c:10
6538msgid "git column [<options>]"
6539msgstr ""
6540
6541#: builtin/column.c:27
6542msgid "lookup config vars"
6543msgstr ""
6544
6545#: builtin/column.c:28 builtin/column.c:29
6546msgid "layout to use"
6547msgstr ""
6548
6549#: builtin/column.c:30
6550msgid "Maximum width"
6551msgstr ""
6552
6553#: builtin/column.c:31
6554msgid "Padding space on left border"
6555msgstr ""
6556
6557#: builtin/column.c:32
6558msgid "Padding space on right border"
6559msgstr ""
6560
6561#: builtin/column.c:33
6562msgid "Padding space between columns"
6563msgstr ""
6564
6565#: builtin/column.c:52
6566msgid "--command must be the first argument"
6567msgstr ""
6568
6569#: builtin/commit.c:39
6570msgid "git commit [<options>] [--] <pathspec>..."
6571msgstr ""
6572
6573#: builtin/commit.c:44
6574msgid "git status [<options>] [--] <pathspec>..."
6575msgstr ""
6576
6577#: builtin/commit.c:49
6578msgid ""
6579"Your name and email address were configured automatically based\n"
6580"on your username and hostname. Please check that they are accurate.\n"
6581"You can suppress this message by setting them explicitly. Run the\n"
6582"following command and follow the instructions in your editor to edit\n"
6583"your configuration file:\n"
6584"\n"
6585"    git config --global --edit\n"
6586"\n"
6587"After doing this, you may fix the identity used for this commit with:\n"
6588"\n"
6589"    git commit --amend --reset-author\n"
6590msgstr ""
6591
6592#: builtin/commit.c:62
6593msgid ""
6594"Your name and email address were configured automatically based\n"
6595"on your username and hostname. Please check that they are accurate.\n"
6596"You can suppress this message by setting them explicitly:\n"
6597"\n"
6598"    git config --global user.name \"Your Name\"\n"
6599"    git config --global user.email you@example.com\n"
6600"\n"
6601"After doing this, you may fix the identity used for this commit with:\n"
6602"\n"
6603"    git commit --amend --reset-author\n"
6604msgstr ""
6605
6606#: builtin/commit.c:74
6607msgid ""
6608"You asked to amend the most recent commit, but doing so would make\n"
6609"it empty. You can repeat your command with --allow-empty, or you can\n"
6610"remove the commit entirely with \"git reset HEAD^\".\n"
6611msgstr ""
6612
6613#: builtin/commit.c:79
6614msgid ""
6615"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6616"If you wish to commit it anyway, use:\n"
6617"\n"
6618"    git commit --allow-empty\n"
6619"\n"
6620msgstr ""
6621
6622#: builtin/commit.c:86
6623msgid "Otherwise, please use 'git reset'\n"
6624msgstr ""
6625
6626#: builtin/commit.c:89
6627msgid ""
6628"If you wish to skip this commit, use:\n"
6629"\n"
6630"    git reset\n"
6631"\n"
6632"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6633"the remaining commits.\n"
6634msgstr ""
6635
6636#: builtin/commit.c:318
6637msgid "failed to unpack HEAD tree object"
6638msgstr ""
6639
6640#: builtin/commit.c:359
6641msgid "unable to create temporary index"
6642msgstr ""
6643
6644#: builtin/commit.c:365
6645msgid "interactive add failed"
6646msgstr ""
6647
6648#: builtin/commit.c:378
6649msgid "unable to update temporary index"
6650msgstr ""
6651
6652#: builtin/commit.c:380
6653msgid "Failed to update main cache tree"
6654msgstr ""
6655
6656#: builtin/commit.c:405 builtin/commit.c:429 builtin/commit.c:478
6657msgid "unable to write new_index file"
6658msgstr ""
6659
6660#: builtin/commit.c:461
6661msgid "cannot do a partial commit during a merge."
6662msgstr ""
6663
6664#: builtin/commit.c:463
6665msgid "cannot do a partial commit during a cherry-pick."
6666msgstr ""
6667
6668#: builtin/commit.c:471
6669msgid "cannot read the index"
6670msgstr ""
6671
6672#: builtin/commit.c:490
6673msgid "unable to write temporary index file"
6674msgstr ""
6675
6676#: builtin/commit.c:587
6677#, c-format
6678msgid "commit '%s' lacks author header"
6679msgstr ""
6680
6681#: builtin/commit.c:589
6682#, c-format
6683msgid "commit '%s' has malformed author line"
6684msgstr ""
6685
6686#: builtin/commit.c:608
6687msgid "malformed --author parameter"
6688msgstr ""
6689
6690#: builtin/commit.c:660
6691msgid ""
6692"unable to select a comment character that is not used\n"
6693"in the current commit message"
6694msgstr ""
6695
6696#: builtin/commit.c:697 builtin/commit.c:730 builtin/commit.c:1114
6697#, c-format
6698msgid "could not lookup commit %s"
6699msgstr ""
6700
6701#: builtin/commit.c:709 builtin/shortlog.c:309
6702#, c-format
6703msgid "(reading log message from standard input)\n"
6704msgstr ""
6705
6706#: builtin/commit.c:711
6707msgid "could not read log from standard input"
6708msgstr ""
6709
6710#: builtin/commit.c:715
6711#, c-format
6712msgid "could not read log file '%s'"
6713msgstr ""
6714
6715#: builtin/commit.c:742 builtin/commit.c:750
6716msgid "could not read SQUASH_MSG"
6717msgstr ""
6718
6719#: builtin/commit.c:747
6720msgid "could not read MERGE_MSG"
6721msgstr ""
6722
6723#: builtin/commit.c:801
6724msgid "could not write commit template"
6725msgstr ""
6726
6727#: builtin/commit.c:819
6728#, c-format
6729msgid ""
6730"\n"
6731"It looks like you may be committing a merge.\n"
6732"If this is not correct, please remove the file\n"
6733"\t%s\n"
6734"and try again.\n"
6735msgstr ""
6736
6737#: builtin/commit.c:824
6738#, c-format
6739msgid ""
6740"\n"
6741"It looks like you may be committing a cherry-pick.\n"
6742"If this is not correct, please remove the file\n"
6743"\t%s\n"
6744"and try again.\n"
6745msgstr ""
6746
6747#: builtin/commit.c:837
6748#, c-format
6749msgid ""
6750"Please enter the commit message for your changes. Lines starting\n"
6751"with '%c' will be ignored, and an empty message aborts the commit.\n"
6752msgstr ""
6753
6754#: builtin/commit.c:844
6755#, c-format
6756msgid ""
6757"Please enter the commit message for your changes. Lines starting\n"
6758"with '%c' will be kept; you may remove them yourself if you want to.\n"
6759"An empty message aborts the commit.\n"
6760msgstr ""
6761
6762#: builtin/commit.c:861
6763#, c-format
6764msgid "%sAuthor:    %.*s <%.*s>"
6765msgstr ""
6766
6767#: builtin/commit.c:869
6768#, c-format
6769msgid "%sDate:      %s"
6770msgstr ""
6771
6772#: builtin/commit.c:876
6773#, c-format
6774msgid "%sCommitter: %.*s <%.*s>"
6775msgstr ""
6776
6777#: builtin/commit.c:893
6778msgid "Cannot read index"
6779msgstr ""
6780
6781#: builtin/commit.c:959
6782msgid "Error building trees"
6783msgstr ""
6784
6785#: builtin/commit.c:973 builtin/tag.c:252
6786#, c-format
6787msgid "Please supply the message using either -m or -F option.\n"
6788msgstr ""
6789
6790#: builtin/commit.c:1076
6791#, c-format
6792msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6793msgstr ""
6794
6795#: builtin/commit.c:1090
6796#, c-format
6797msgid "Invalid ignored mode '%s'"
6798msgstr ""
6799
6800#: builtin/commit.c:1104 builtin/commit.c:1349
6801#, c-format
6802msgid "Invalid untracked files mode '%s'"
6803msgstr ""
6804
6805#: builtin/commit.c:1142
6806msgid "--long and -z are incompatible"
6807msgstr ""
6808
6809#: builtin/commit.c:1172
6810msgid "Using both --reset-author and --author does not make sense"
6811msgstr ""
6812
6813#: builtin/commit.c:1181
6814msgid "You have nothing to amend."
6815msgstr ""
6816
6817#: builtin/commit.c:1184
6818msgid "You are in the middle of a merge -- cannot amend."
6819msgstr ""
6820
6821#: builtin/commit.c:1186
6822msgid "You are in the middle of a cherry-pick -- cannot amend."
6823msgstr ""
6824
6825#: builtin/commit.c:1189
6826msgid "Options --squash and --fixup cannot be used together"
6827msgstr ""
6828
6829#: builtin/commit.c:1199
6830msgid "Only one of -c/-C/-F/--fixup can be used."
6831msgstr ""
6832
6833#: builtin/commit.c:1201
6834msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6835msgstr ""
6836
6837#: builtin/commit.c:1209
6838msgid "--reset-author can be used only with -C, -c or --amend."
6839msgstr ""
6840
6841#: builtin/commit.c:1226
6842msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6843msgstr ""
6844
6845#: builtin/commit.c:1228
6846msgid "No paths with --include/--only does not make sense."
6847msgstr ""
6848
6849#: builtin/commit.c:1240 builtin/tag.c:535
6850#, c-format
6851msgid "Invalid cleanup mode %s"
6852msgstr ""
6853
6854#: builtin/commit.c:1245
6855msgid "Paths with -a does not make sense."
6856msgstr ""
6857
6858#: builtin/commit.c:1363 builtin/commit.c:1648
6859msgid "show status concisely"
6860msgstr ""
6861
6862#: builtin/commit.c:1365 builtin/commit.c:1650
6863msgid "show branch information"
6864msgstr ""
6865
6866#: builtin/commit.c:1367
6867msgid "show stash information"
6868msgstr ""
6869
6870#: builtin/commit.c:1369
6871msgid "version"
6872msgstr ""
6873
6874#: builtin/commit.c:1369 builtin/commit.c:1652 builtin/push.c:542
6875#: builtin/worktree.c:523
6876msgid "machine-readable output"
6877msgstr ""
6878
6879#: builtin/commit.c:1372 builtin/commit.c:1654
6880msgid "show status in long format (default)"
6881msgstr ""
6882
6883#: builtin/commit.c:1375 builtin/commit.c:1657
6884msgid "terminate entries with NUL"
6885msgstr ""
6886
6887#: builtin/commit.c:1377 builtin/commit.c:1381 builtin/commit.c:1660
6888#: builtin/fast-export.c:999 builtin/fast-export.c:1002 builtin/tag.c:390
6889msgid "mode"
6890msgstr ""
6891
6892#: builtin/commit.c:1378 builtin/commit.c:1660
6893msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6894msgstr ""
6895
6896#: builtin/commit.c:1382
6897msgid ""
6898"show ignored files, optional modes: traditional, matching, no. (Default: "
6899"traditional)"
6900msgstr ""
6901
6902#: builtin/commit.c:1384 parse-options.h:155
6903msgid "when"
6904msgstr ""
6905
6906#: builtin/commit.c:1385
6907msgid ""
6908"ignore changes to submodules, optional when: all, dirty, untracked. "
6909"(Default: all)"
6910msgstr ""
6911
6912#: builtin/commit.c:1387
6913msgid "list untracked files in columns"
6914msgstr ""
6915
6916#: builtin/commit.c:1406
6917msgid "Unsupported combination of ignored and untracked-files arguments"
6918msgstr ""
6919
6920#: builtin/commit.c:1469
6921msgid "couldn't look up newly created commit"
6922msgstr ""
6923
6924#: builtin/commit.c:1471
6925msgid "could not parse newly created commit"
6926msgstr ""
6927
6928#: builtin/commit.c:1516
6929msgid "unable to resolve HEAD after creating commit"
6930msgstr ""
6931
6932#: builtin/commit.c:1518
6933msgid "detached HEAD"
6934msgstr ""
6935
6936#: builtin/commit.c:1521
6937msgid " (root-commit)"
6938msgstr ""
6939
6940#: builtin/commit.c:1618
6941msgid "suppress summary after successful commit"
6942msgstr ""
6943
6944#: builtin/commit.c:1619
6945msgid "show diff in commit message template"
6946msgstr ""
6947
6948#: builtin/commit.c:1621
6949msgid "Commit message options"
6950msgstr ""
6951
6952#: builtin/commit.c:1622 builtin/tag.c:388
6953msgid "read message from file"
6954msgstr ""
6955
6956#: builtin/commit.c:1623
6957msgid "author"
6958msgstr ""
6959
6960#: builtin/commit.c:1623
6961msgid "override author for commit"
6962msgstr ""
6963
6964#: builtin/commit.c:1624 builtin/gc.c:359
6965msgid "date"
6966msgstr ""
6967
6968#: builtin/commit.c:1624
6969msgid "override date for commit"
6970msgstr ""
6971
6972#: builtin/commit.c:1625 builtin/merge.c:225 builtin/notes.c:402
6973#: builtin/notes.c:565 builtin/tag.c:386
6974msgid "message"
6975msgstr ""
6976
6977#: builtin/commit.c:1625
6978msgid "commit message"
6979msgstr ""
6980
6981#: builtin/commit.c:1626 builtin/commit.c:1627 builtin/commit.c:1628
6982#: builtin/commit.c:1629 parse-options.h:257 ref-filter.h:92
6983msgid "commit"
6984msgstr ""
6985
6986#: builtin/commit.c:1626
6987msgid "reuse and edit message from specified commit"
6988msgstr ""
6989
6990#: builtin/commit.c:1627
6991msgid "reuse message from specified commit"
6992msgstr ""
6993
6994#: builtin/commit.c:1628
6995msgid "use autosquash formatted message to fixup specified commit"
6996msgstr ""
6997
6998#: builtin/commit.c:1629
6999msgid "use autosquash formatted message to squash specified commit"
7000msgstr ""
7001
7002#: builtin/commit.c:1630
7003msgid "the commit is authored by me now (used with -C/-c/--amend)"
7004msgstr ""
7005
7006#: builtin/commit.c:1631 builtin/log.c:1443 builtin/merge.c:239
7007#: builtin/pull.c:149 builtin/revert.c:105
7008msgid "add Signed-off-by:"
7009msgstr ""
7010
7011#: builtin/commit.c:1632
7012msgid "use specified template file"
7013msgstr ""
7014
7015#: builtin/commit.c:1633
7016msgid "force edit of commit"
7017msgstr ""
7018
7019#: builtin/commit.c:1634
7020msgid "default"
7021msgstr ""
7022
7023#: builtin/commit.c:1634 builtin/tag.c:391
7024msgid "how to strip spaces and #comments from message"
7025msgstr ""
7026
7027#: builtin/commit.c:1635
7028msgid "include status in commit message template"
7029msgstr ""
7030
7031#: builtin/commit.c:1637 builtin/merge.c:237 builtin/pull.c:179
7032#: builtin/revert.c:113
7033msgid "GPG sign commit"
7034msgstr ""
7035
7036#: builtin/commit.c:1640
7037msgid "Commit contents options"
7038msgstr ""
7039
7040#: builtin/commit.c:1641
7041msgid "commit all changed files"
7042msgstr ""
7043
7044#: builtin/commit.c:1642
7045msgid "add specified files to index for commit"
7046msgstr ""
7047
7048#: builtin/commit.c:1643
7049msgid "interactively add files"
7050msgstr ""
7051
7052#: builtin/commit.c:1644
7053msgid "interactively add changes"
7054msgstr ""
7055
7056#: builtin/commit.c:1645
7057msgid "commit only specified files"
7058msgstr ""
7059
7060#: builtin/commit.c:1646
7061msgid "bypass pre-commit and commit-msg hooks"
7062msgstr ""
7063
7064#: builtin/commit.c:1647
7065msgid "show what would be committed"
7066msgstr ""
7067
7068#: builtin/commit.c:1658
7069msgid "amend previous commit"
7070msgstr ""
7071
7072#: builtin/commit.c:1659
7073msgid "bypass post-rewrite hook"
7074msgstr ""
7075
7076#: builtin/commit.c:1664
7077msgid "ok to record an empty change"
7078msgstr ""
7079
7080#: builtin/commit.c:1666
7081msgid "ok to record a change with an empty message"
7082msgstr ""
7083
7084#: builtin/commit.c:1696
7085msgid "could not parse HEAD commit"
7086msgstr ""
7087
7088#: builtin/commit.c:1741
7089#, c-format
7090msgid "Corrupt MERGE_HEAD file (%s)"
7091msgstr ""
7092
7093#: builtin/commit.c:1748
7094msgid "could not read MERGE_MODE"
7095msgstr ""
7096
7097#: builtin/commit.c:1767
7098#, c-format
7099msgid "could not read commit message: %s"
7100msgstr ""
7101
7102#: builtin/commit.c:1778
7103#, c-format
7104msgid "Aborting commit due to empty commit message.\n"
7105msgstr ""
7106
7107#: builtin/commit.c:1783
7108#, c-format
7109msgid "Aborting commit; you did not edit the message.\n"
7110msgstr ""
7111
7112#: builtin/commit.c:1831
7113msgid ""
7114"Repository has been updated, but unable to write\n"
7115"new_index file. Check that disk is not full and quota is\n"
7116"not exceeded, and then \"git reset HEAD\" to recover."
7117msgstr ""
7118
7119#: builtin/config.c:10
7120msgid "git config [<options>]"
7121msgstr ""
7122
7123#: builtin/config.c:58
7124msgid "Config file location"
7125msgstr ""
7126
7127#: builtin/config.c:59
7128msgid "use global config file"
7129msgstr ""
7130
7131#: builtin/config.c:60
7132msgid "use system config file"
7133msgstr ""
7134
7135#: builtin/config.c:61
7136msgid "use repository config file"
7137msgstr ""
7138
7139#: builtin/config.c:62
7140msgid "use given config file"
7141msgstr ""
7142
7143#: builtin/config.c:63
7144msgid "blob-id"
7145msgstr ""
7146
7147#: builtin/config.c:63
7148msgid "read config from given blob object"
7149msgstr ""
7150
7151#: builtin/config.c:64
7152msgid "Action"
7153msgstr ""
7154
7155#: builtin/config.c:65
7156msgid "get value: name [value-regex]"
7157msgstr ""
7158
7159#: builtin/config.c:66
7160msgid "get all values: key [value-regex]"
7161msgstr ""
7162
7163#: builtin/config.c:67
7164msgid "get values for regexp: name-regex [value-regex]"
7165msgstr ""
7166
7167#: builtin/config.c:68
7168msgid "get value specific for the URL: section[.var] URL"
7169msgstr ""
7170
7171#: builtin/config.c:69
7172msgid "replace all matching variables: name value [value_regex]"
7173msgstr ""
7174
7175#: builtin/config.c:70
7176msgid "add a new variable: name value"
7177msgstr ""
7178
7179#: builtin/config.c:71
7180msgid "remove a variable: name [value-regex]"
7181msgstr ""
7182
7183#: builtin/config.c:72
7184msgid "remove all matches: name [value-regex]"
7185msgstr ""
7186
7187#: builtin/config.c:73
7188msgid "rename section: old-name new-name"
7189msgstr ""
7190
7191#: builtin/config.c:74
7192msgid "remove a section: name"
7193msgstr ""
7194
7195#: builtin/config.c:75
7196msgid "list all"
7197msgstr ""
7198
7199#: builtin/config.c:76
7200msgid "open an editor"
7201msgstr ""
7202
7203#: builtin/config.c:77
7204msgid "find the color configured: slot [default]"
7205msgstr ""
7206
7207#: builtin/config.c:78
7208msgid "find the color setting: slot [stdout-is-tty]"
7209msgstr ""
7210
7211#: builtin/config.c:79
7212msgid "Type"
7213msgstr ""
7214
7215#: builtin/config.c:80
7216msgid "value is \"true\" or \"false\""
7217msgstr ""
7218
7219#: builtin/config.c:81
7220msgid "value is decimal number"
7221msgstr ""
7222
7223#: builtin/config.c:82
7224msgid "value is --bool or --int"
7225msgstr ""
7226
7227#: builtin/config.c:83
7228msgid "value is a path (file or directory name)"
7229msgstr ""
7230
7231#: builtin/config.c:84
7232msgid "value is an expiry date"
7233msgstr ""
7234
7235#: builtin/config.c:85
7236msgid "Other"
7237msgstr ""
7238
7239#: builtin/config.c:86
7240msgid "terminate values with NUL byte"
7241msgstr ""
7242
7243#: builtin/config.c:87
7244msgid "show variable names only"
7245msgstr ""
7246
7247#: builtin/config.c:88
7248msgid "respect include directives on lookup"
7249msgstr ""
7250
7251#: builtin/config.c:89
7252msgid "show origin of config (file, standard input, blob, command line)"
7253msgstr ""
7254
7255#: builtin/config.c:335
7256msgid "unable to parse default color value"
7257msgstr ""
7258
7259#: builtin/config.c:479
7260#, c-format
7261msgid ""
7262"# This is Git's per-user configuration file.\n"
7263"[user]\n"
7264"# Please adapt and uncomment the following lines:\n"
7265"#\tname = %s\n"
7266"#\temail = %s\n"
7267msgstr ""
7268
7269#: builtin/config.c:507
7270msgid "--local can only be used inside a git repository"
7271msgstr ""
7272
7273#: builtin/config.c:632
7274#, c-format
7275msgid "cannot create configuration file %s"
7276msgstr ""
7277
7278#: builtin/config.c:645
7279#, c-format
7280msgid ""
7281"cannot overwrite multiple values with a single value\n"
7282"       Use a regexp, --add or --replace-all to change %s."
7283msgstr ""
7284
7285#: builtin/count-objects.c:88
7286msgid "git count-objects [-v] [-H | --human-readable]"
7287msgstr ""
7288
7289#: builtin/count-objects.c:98
7290msgid "print sizes in human readable format"
7291msgstr ""
7292
7293#: builtin/describe.c:22
7294msgid "git describe [<options>] [<commit-ish>...]"
7295msgstr ""
7296
7297#: builtin/describe.c:23
7298msgid "git describe [<options>] --dirty"
7299msgstr ""
7300
7301#: builtin/describe.c:57
7302msgid "head"
7303msgstr ""
7304
7305#: builtin/describe.c:57
7306msgid "lightweight"
7307msgstr ""
7308
7309#: builtin/describe.c:57
7310msgid "annotated"
7311msgstr ""
7312
7313#: builtin/describe.c:267
7314#, c-format
7315msgid "annotated tag %s not available"
7316msgstr ""
7317
7318#: builtin/describe.c:271
7319#, c-format
7320msgid "annotated tag %s has no embedded name"
7321msgstr ""
7322
7323#: builtin/describe.c:273
7324#, c-format
7325msgid "tag '%s' is really '%s' here"
7326msgstr ""
7327
7328#: builtin/describe.c:314
7329#, c-format
7330msgid "no tag exactly matches '%s'"
7331msgstr ""
7332
7333#: builtin/describe.c:316
7334#, c-format
7335msgid "No exact match on refs or tags, searching to describe\n"
7336msgstr ""
7337
7338#: builtin/describe.c:363
7339#, c-format
7340msgid "finished search at %s\n"
7341msgstr ""
7342
7343#: builtin/describe.c:389
7344#, c-format
7345msgid ""
7346"No annotated tags can describe '%s'.\n"
7347"However, there were unannotated tags: try --tags."
7348msgstr ""
7349
7350#: builtin/describe.c:393
7351#, c-format
7352msgid ""
7353"No tags can describe '%s'.\n"
7354"Try --always, or create some tags."
7355msgstr ""
7356
7357#: builtin/describe.c:423
7358#, c-format
7359msgid "traversed %lu commits\n"
7360msgstr ""
7361
7362#: builtin/describe.c:426
7363#, c-format
7364msgid ""
7365"more than %i tags found; listed %i most recent\n"
7366"gave up search at %s\n"
7367msgstr ""
7368
7369#: builtin/describe.c:494
7370#, c-format
7371msgid "describe %s\n"
7372msgstr ""
7373
7374#: builtin/describe.c:497 builtin/log.c:500
7375#, c-format
7376msgid "Not a valid object name %s"
7377msgstr ""
7378
7379#: builtin/describe.c:505
7380#, c-format
7381msgid "%s is neither a commit nor blob"
7382msgstr ""
7383
7384#: builtin/describe.c:519
7385msgid "find the tag that comes after the commit"
7386msgstr ""
7387
7388#: builtin/describe.c:520
7389msgid "debug search strategy on stderr"
7390msgstr ""
7391
7392#: builtin/describe.c:521
7393msgid "use any ref"
7394msgstr ""
7395
7396#: builtin/describe.c:522
7397msgid "use any tag, even unannotated"
7398msgstr ""
7399
7400#: builtin/describe.c:523
7401msgid "always use long format"
7402msgstr ""
7403
7404#: builtin/describe.c:524
7405msgid "only follow first parent"
7406msgstr ""
7407
7408#: builtin/describe.c:527
7409msgid "only output exact matches"
7410msgstr ""
7411
7412#: builtin/describe.c:529
7413msgid "consider <n> most recent tags (default: 10)"
7414msgstr ""
7415
7416#: builtin/describe.c:531
7417msgid "only consider tags matching <pattern>"
7418msgstr ""
7419
7420#: builtin/describe.c:533
7421msgid "do not consider tags matching <pattern>"
7422msgstr ""
7423
7424#: builtin/describe.c:535 builtin/name-rev.c:406
7425msgid "show abbreviated commit object as fallback"
7426msgstr ""
7427
7428#: builtin/describe.c:536 builtin/describe.c:539
7429msgid "mark"
7430msgstr ""
7431
7432#: builtin/describe.c:537
7433msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7434msgstr ""
7435
7436#: builtin/describe.c:540
7437msgid "append <mark> on broken working tree (default: \"-broken\")"
7438msgstr ""
7439
7440#: builtin/describe.c:558
7441msgid "--long is incompatible with --abbrev=0"
7442msgstr ""
7443
7444#: builtin/describe.c:587
7445msgid "No names found, cannot describe anything."
7446msgstr ""
7447
7448#: builtin/describe.c:637
7449msgid "--dirty is incompatible with commit-ishes"
7450msgstr ""
7451
7452#: builtin/describe.c:639
7453msgid "--broken is incompatible with commit-ishes"
7454msgstr ""
7455
7456#: builtin/diff.c:83
7457#, c-format
7458msgid "'%s': not a regular file or symlink"
7459msgstr ""
7460
7461#: builtin/diff.c:234
7462#, c-format
7463msgid "invalid option: %s"
7464msgstr ""
7465
7466#: builtin/diff.c:356
7467msgid "Not a git repository"
7468msgstr ""
7469
7470#: builtin/diff.c:399
7471#, c-format
7472msgid "invalid object '%s' given."
7473msgstr ""
7474
7475#: builtin/diff.c:408
7476#, c-format
7477msgid "more than two blobs given: '%s'"
7478msgstr ""
7479
7480#: builtin/diff.c:413
7481#, c-format
7482msgid "unhandled object '%s' given."
7483msgstr ""
7484
7485#: builtin/difftool.c:29
7486msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7487msgstr ""
7488
7489#: builtin/difftool.c:259
7490#, c-format
7491msgid "failed: %d"
7492msgstr ""
7493
7494#: builtin/difftool.c:301
7495#, c-format
7496msgid "could not read symlink %s"
7497msgstr ""
7498
7499#: builtin/difftool.c:303
7500#, c-format
7501msgid "could not read symlink file %s"
7502msgstr ""
7503
7504#: builtin/difftool.c:311
7505#, c-format
7506msgid "could not read object %s for symlink %s"
7507msgstr ""
7508
7509#: builtin/difftool.c:412
7510msgid ""
7511"combined diff formats('-c' and '--cc') are not supported in\n"
7512"directory diff mode('-d' and '--dir-diff')."
7513msgstr ""
7514
7515#: builtin/difftool.c:632
7516#, c-format
7517msgid "both files modified: '%s' and '%s'."
7518msgstr ""
7519
7520#: builtin/difftool.c:634
7521msgid "working tree file has been left."
7522msgstr ""
7523
7524#: builtin/difftool.c:645
7525#, c-format
7526msgid "temporary files exist in '%s'."
7527msgstr ""
7528
7529#: builtin/difftool.c:646
7530msgid "you may want to cleanup or recover these."
7531msgstr ""
7532
7533#: builtin/difftool.c:695
7534msgid "use `diff.guitool` instead of `diff.tool`"
7535msgstr ""
7536
7537#: builtin/difftool.c:697
7538msgid "perform a full-directory diff"
7539msgstr ""
7540
7541#: builtin/difftool.c:699
7542msgid "do not prompt before launching a diff tool"
7543msgstr ""
7544
7545#: builtin/difftool.c:705
7546msgid "use symlinks in dir-diff mode"
7547msgstr ""
7548
7549#: builtin/difftool.c:706
7550msgid "<tool>"
7551msgstr ""
7552
7553#: builtin/difftool.c:707
7554msgid "use the specified diff tool"
7555msgstr ""
7556
7557#: builtin/difftool.c:709
7558msgid "print a list of diff tools that may be used with `--tool`"
7559msgstr ""
7560
7561#: builtin/difftool.c:712
7562msgid ""
7563"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7564"code"
7565msgstr ""
7566
7567#: builtin/difftool.c:714
7568msgid "<command>"
7569msgstr ""
7570
7571#: builtin/difftool.c:715
7572msgid "specify a custom command for viewing diffs"
7573msgstr ""
7574
7575#: builtin/difftool.c:739
7576msgid "no <tool> given for --tool=<tool>"
7577msgstr ""
7578
7579#: builtin/difftool.c:746
7580msgid "no <cmd> given for --extcmd=<cmd>"
7581msgstr ""
7582
7583#: builtin/fast-export.c:26
7584msgid "git fast-export [rev-list-opts]"
7585msgstr ""
7586
7587#: builtin/fast-export.c:998
7588msgid "show progress after <n> objects"
7589msgstr ""
7590
7591#: builtin/fast-export.c:1000
7592msgid "select handling of signed tags"
7593msgstr ""
7594
7595#: builtin/fast-export.c:1003
7596msgid "select handling of tags that tag filtered objects"
7597msgstr ""
7598
7599#: builtin/fast-export.c:1006
7600msgid "Dump marks to this file"
7601msgstr ""
7602
7603#: builtin/fast-export.c:1008
7604msgid "Import marks from this file"
7605msgstr ""
7606
7607#: builtin/fast-export.c:1010
7608msgid "Fake a tagger when tags lack one"
7609msgstr ""
7610
7611#: builtin/fast-export.c:1012
7612msgid "Output full tree for each commit"
7613msgstr ""
7614
7615#: builtin/fast-export.c:1014
7616msgid "Use the done feature to terminate the stream"
7617msgstr ""
7618
7619#: builtin/fast-export.c:1015
7620msgid "Skip output of blob data"
7621msgstr ""
7622
7623#: builtin/fast-export.c:1016
7624msgid "refspec"
7625msgstr ""
7626
7627#: builtin/fast-export.c:1017
7628msgid "Apply refspec to exported refs"
7629msgstr ""
7630
7631#: builtin/fast-export.c:1018
7632msgid "anonymize output"
7633msgstr ""
7634
7635#: builtin/fetch.c:24
7636msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7637msgstr ""
7638
7639#: builtin/fetch.c:25
7640msgid "git fetch [<options>] <group>"
7641msgstr ""
7642
7643#: builtin/fetch.c:26
7644msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7645msgstr ""
7646
7647#: builtin/fetch.c:27
7648msgid "git fetch --all [<options>]"
7649msgstr ""
7650
7651#: builtin/fetch.c:113 builtin/pull.c:188
7652msgid "fetch from all remotes"
7653msgstr ""
7654
7655#: builtin/fetch.c:115 builtin/pull.c:191
7656msgid "append to .git/FETCH_HEAD instead of overwriting"
7657msgstr ""
7658
7659#: builtin/fetch.c:117 builtin/pull.c:194
7660msgid "path to upload pack on remote end"
7661msgstr ""
7662
7663#: builtin/fetch.c:118 builtin/pull.c:196
7664msgid "force overwrite of local branch"
7665msgstr ""
7666
7667#: builtin/fetch.c:120
7668msgid "fetch from multiple remotes"
7669msgstr ""
7670
7671#: builtin/fetch.c:122 builtin/pull.c:198
7672msgid "fetch all tags and associated objects"
7673msgstr ""
7674
7675#: builtin/fetch.c:124
7676msgid "do not fetch all tags (--no-tags)"
7677msgstr ""
7678
7679#: builtin/fetch.c:126
7680msgid "number of submodules fetched in parallel"
7681msgstr ""
7682
7683#: builtin/fetch.c:128 builtin/pull.c:201
7684msgid "prune remote-tracking branches no longer on remote"
7685msgstr ""
7686
7687#: builtin/fetch.c:129 builtin/fetch.c:152 builtin/pull.c:126
7688msgid "on-demand"
7689msgstr ""
7690
7691#: builtin/fetch.c:130
7692msgid "control recursive fetching of submodules"
7693msgstr ""
7694
7695#: builtin/fetch.c:134 builtin/pull.c:209
7696msgid "keep downloaded pack"
7697msgstr ""
7698
7699#: builtin/fetch.c:136
7700msgid "allow updating of HEAD ref"
7701msgstr ""
7702
7703#: builtin/fetch.c:139 builtin/fetch.c:145 builtin/pull.c:212
7704msgid "deepen history of shallow clone"
7705msgstr ""
7706
7707#: builtin/fetch.c:141
7708msgid "deepen history of shallow repository based on time"
7709msgstr ""
7710
7711#: builtin/fetch.c:147 builtin/pull.c:215
7712msgid "convert to a complete repository"
7713msgstr ""
7714
7715#: builtin/fetch.c:149 builtin/log.c:1463
7716msgid "dir"
7717msgstr ""
7718
7719#: builtin/fetch.c:150
7720msgid "prepend this to submodule path output"
7721msgstr ""
7722
7723#: builtin/fetch.c:153
7724msgid ""
7725"default for recursive fetching of submodules (lower priority than config "
7726"files)"
7727msgstr ""
7728
7729#: builtin/fetch.c:157 builtin/pull.c:218
7730msgid "accept refs that update .git/shallow"
7731msgstr ""
7732
7733#: builtin/fetch.c:158 builtin/pull.c:220
7734msgid "refmap"
7735msgstr ""
7736
7737#: builtin/fetch.c:159 builtin/pull.c:221
7738msgid "specify fetch refmap"
7739msgstr ""
7740
7741#: builtin/fetch.c:417
7742msgid "Couldn't find remote ref HEAD"
7743msgstr ""
7744
7745#: builtin/fetch.c:535
7746#, c-format
7747msgid "configuration fetch.output contains invalid value %s"
7748msgstr ""
7749
7750#: builtin/fetch.c:628
7751#, c-format
7752msgid "object %s not found"
7753msgstr ""
7754
7755#: builtin/fetch.c:632
7756msgid "[up to date]"
7757msgstr ""
7758
7759#: builtin/fetch.c:645 builtin/fetch.c:725
7760msgid "[rejected]"
7761msgstr ""
7762
7763#: builtin/fetch.c:646
7764msgid "can't fetch in current branch"
7765msgstr ""
7766
7767#: builtin/fetch.c:655
7768msgid "[tag update]"
7769msgstr ""
7770
7771#: builtin/fetch.c:656 builtin/fetch.c:689 builtin/fetch.c:705
7772#: builtin/fetch.c:720
7773msgid "unable to update local ref"
7774msgstr ""
7775
7776#: builtin/fetch.c:675
7777msgid "[new tag]"
7778msgstr ""
7779
7780#: builtin/fetch.c:678
7781msgid "[new branch]"
7782msgstr ""
7783
7784#: builtin/fetch.c:681
7785msgid "[new ref]"
7786msgstr ""
7787
7788#: builtin/fetch.c:720
7789msgid "forced update"
7790msgstr ""
7791
7792#: builtin/fetch.c:725
7793msgid "non-fast-forward"
7794msgstr ""
7795
7796#: builtin/fetch.c:770
7797#, c-format
7798msgid "%s did not send all necessary objects\n"
7799msgstr ""
7800
7801#: builtin/fetch.c:790
7802#, c-format
7803msgid "reject %s because shallow roots are not allowed to be updated"
7804msgstr ""
7805
7806#: builtin/fetch.c:878 builtin/fetch.c:974
7807#, c-format
7808msgid "From %.*s\n"
7809msgstr ""
7810
7811#: builtin/fetch.c:889
7812#, c-format
7813msgid ""
7814"some local refs could not be updated; try running\n"
7815" 'git remote prune %s' to remove any old, conflicting branches"
7816msgstr ""
7817
7818#: builtin/fetch.c:944
7819#, c-format
7820msgid "   (%s will become dangling)"
7821msgstr ""
7822
7823#: builtin/fetch.c:945
7824#, c-format
7825msgid "   (%s has become dangling)"
7826msgstr ""
7827
7828#: builtin/fetch.c:977
7829msgid "[deleted]"
7830msgstr ""
7831
7832#: builtin/fetch.c:978 builtin/remote.c:1024
7833msgid "(none)"
7834msgstr ""
7835
7836#: builtin/fetch.c:1001
7837#, c-format
7838msgid "Refusing to fetch into current branch %s of non-bare repository"
7839msgstr ""
7840
7841#: builtin/fetch.c:1020
7842#, c-format
7843msgid "Option \"%s\" value \"%s\" is not valid for %s"
7844msgstr ""
7845
7846#: builtin/fetch.c:1023
7847#, c-format
7848msgid "Option \"%s\" is ignored for %s\n"
7849msgstr ""
7850
7851#: builtin/fetch.c:1256
7852#, c-format
7853msgid "Fetching %s\n"
7854msgstr ""
7855
7856#: builtin/fetch.c:1258 builtin/remote.c:97
7857#, c-format
7858msgid "Could not fetch %s"
7859msgstr ""
7860
7861#: builtin/fetch.c:1276
7862msgid ""
7863"No remote repository specified.  Please, specify either a URL or a\n"
7864"remote name from which new revisions should be fetched."
7865msgstr ""
7866
7867#: builtin/fetch.c:1299
7868msgid "You need to specify a tag name."
7869msgstr ""
7870
7871#: builtin/fetch.c:1342
7872msgid "Negative depth in --deepen is not supported"
7873msgstr ""
7874
7875#: builtin/fetch.c:1344
7876msgid "--deepen and --depth are mutually exclusive"
7877msgstr ""
7878
7879#: builtin/fetch.c:1349
7880msgid "--depth and --unshallow cannot be used together"
7881msgstr ""
7882
7883#: builtin/fetch.c:1351
7884msgid "--unshallow on a complete repository does not make sense"
7885msgstr ""
7886
7887#: builtin/fetch.c:1364
7888msgid "fetch --all does not take a repository argument"
7889msgstr ""
7890
7891#: builtin/fetch.c:1366
7892msgid "fetch --all does not make sense with refspecs"
7893msgstr ""
7894
7895#: builtin/fetch.c:1377
7896#, c-format
7897msgid "No such remote or remote group: %s"
7898msgstr ""
7899
7900#: builtin/fetch.c:1385
7901msgid "Fetching a group and specifying refspecs does not make sense"
7902msgstr ""
7903
7904#: builtin/fmt-merge-msg.c:15
7905msgid ""
7906"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7907msgstr ""
7908
7909#: builtin/fmt-merge-msg.c:666
7910msgid "populate log with at most <n> entries from shortlog"
7911msgstr ""
7912
7913#: builtin/fmt-merge-msg.c:669
7914msgid "alias for --log (deprecated)"
7915msgstr ""
7916
7917#: builtin/fmt-merge-msg.c:672
7918msgid "text"
7919msgstr ""
7920
7921#: builtin/fmt-merge-msg.c:673
7922msgid "use <text> as start of message"
7923msgstr ""
7924
7925#: builtin/fmt-merge-msg.c:674
7926msgid "file to read from"
7927msgstr ""
7928
7929#: builtin/for-each-ref.c:10
7930msgid "git for-each-ref [<options>] [<pattern>]"
7931msgstr ""
7932
7933#: builtin/for-each-ref.c:11
7934msgid "git for-each-ref [--points-at <object>]"
7935msgstr ""
7936
7937#: builtin/for-each-ref.c:12
7938msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
7939msgstr ""
7940
7941#: builtin/for-each-ref.c:13
7942msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
7943msgstr ""
7944
7945#: builtin/for-each-ref.c:28
7946msgid "quote placeholders suitably for shells"
7947msgstr ""
7948
7949#: builtin/for-each-ref.c:30
7950msgid "quote placeholders suitably for perl"
7951msgstr ""
7952
7953#: builtin/for-each-ref.c:32
7954msgid "quote placeholders suitably for python"
7955msgstr ""
7956
7957#: builtin/for-each-ref.c:34
7958msgid "quote placeholders suitably for Tcl"
7959msgstr ""
7960
7961#: builtin/for-each-ref.c:37
7962msgid "show only <n> matched refs"
7963msgstr ""
7964
7965#: builtin/for-each-ref.c:39 builtin/tag.c:414
7966msgid "respect format colors"
7967msgstr ""
7968
7969#: builtin/for-each-ref.c:43
7970msgid "print only refs which points at the given object"
7971msgstr ""
7972
7973#: builtin/for-each-ref.c:45
7974msgid "print only refs that are merged"
7975msgstr ""
7976
7977#: builtin/for-each-ref.c:46
7978msgid "print only refs that are not merged"
7979msgstr ""
7980
7981#: builtin/for-each-ref.c:47
7982msgid "print only refs which contain the commit"
7983msgstr ""
7984
7985#: builtin/for-each-ref.c:48
7986msgid "print only refs which don't contain the commit"
7987msgstr ""
7988
7989#: builtin/fsck.c:543
7990msgid "Checking object directories"
7991msgstr ""
7992
7993#: builtin/fsck.c:635
7994msgid "git fsck [<options>] [<object>...]"
7995msgstr ""
7996
7997#: builtin/fsck.c:641
7998msgid "show unreachable objects"
7999msgstr ""
8000
8001#: builtin/fsck.c:642
8002msgid "show dangling objects"
8003msgstr ""
8004
8005#: builtin/fsck.c:643
8006msgid "report tags"
8007msgstr ""
8008
8009#: builtin/fsck.c:644
8010msgid "report root nodes"
8011msgstr ""
8012
8013#: builtin/fsck.c:645
8014msgid "make index objects head nodes"
8015msgstr ""
8016
8017#: builtin/fsck.c:646
8018msgid "make reflogs head nodes (default)"
8019msgstr ""
8020
8021#: builtin/fsck.c:647
8022msgid "also consider packs and alternate objects"
8023msgstr ""
8024
8025#: builtin/fsck.c:648
8026msgid "check only connectivity"
8027msgstr ""
8028
8029#: builtin/fsck.c:649
8030msgid "enable more strict checking"
8031msgstr ""
8032
8033#: builtin/fsck.c:651
8034msgid "write dangling objects in .git/lost-found"
8035msgstr ""
8036
8037#: builtin/fsck.c:652 builtin/prune.c:107
8038msgid "show progress"
8039msgstr ""
8040
8041#: builtin/fsck.c:653
8042msgid "show verbose names for reachable objects"
8043msgstr ""
8044
8045#: builtin/fsck.c:714
8046msgid "Checking objects"
8047msgstr ""
8048
8049#: builtin/gc.c:27
8050msgid "git gc [<options>]"
8051msgstr ""
8052
8053#: builtin/gc.c:80
8054#, c-format
8055msgid "Failed to fstat %s: %s"
8056msgstr ""
8057
8058#: builtin/gc.c:312
8059#, c-format
8060msgid "Can't stat %s"
8061msgstr ""
8062
8063#: builtin/gc.c:321
8064#, c-format
8065msgid ""
8066"The last gc run reported the following. Please correct the root cause\n"
8067"and remove %s.\n"
8068"Automatic cleanup will not be performed until the file is removed.\n"
8069"\n"
8070"%s"
8071msgstr ""
8072
8073#: builtin/gc.c:360
8074msgid "prune unreferenced objects"
8075msgstr ""
8076
8077#: builtin/gc.c:362
8078msgid "be more thorough (increased runtime)"
8079msgstr ""
8080
8081#: builtin/gc.c:363
8082msgid "enable auto-gc mode"
8083msgstr ""
8084
8085#: builtin/gc.c:364
8086msgid "force running gc even if there may be another gc running"
8087msgstr ""
8088
8089#: builtin/gc.c:381
8090#, c-format
8091msgid "Failed to parse gc.logexpiry value %s"
8092msgstr ""
8093
8094#: builtin/gc.c:409
8095#, c-format
8096msgid "Auto packing the repository in background for optimum performance.\n"
8097msgstr ""
8098
8099#: builtin/gc.c:411
8100#, c-format
8101msgid "Auto packing the repository for optimum performance.\n"
8102msgstr ""
8103
8104#: builtin/gc.c:412
8105#, c-format
8106msgid "See \"git help gc\" for manual housekeeping.\n"
8107msgstr ""
8108
8109#: builtin/gc.c:437
8110#, c-format
8111msgid ""
8112"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8113msgstr ""
8114
8115#: builtin/gc.c:481
8116msgid ""
8117"There are too many unreachable loose objects; run 'git prune' to remove them."
8118msgstr ""
8119
8120#: builtin/grep.c:27
8121msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
8122msgstr ""
8123
8124#: builtin/grep.c:226
8125#, c-format
8126msgid "grep: failed to create thread: %s"
8127msgstr ""
8128
8129#: builtin/grep.c:284
8130#, c-format
8131msgid "invalid number of threads specified (%d) for %s"
8132msgstr ""
8133
8134#. TRANSLATORS: %s is the configuration
8135#. variable for tweaking threads, currently
8136#. grep.threads
8137#.
8138#: builtin/grep.c:293 builtin/index-pack.c:1495 builtin/index-pack.c:1688
8139#, c-format
8140msgid "no threads support, ignoring %s"
8141msgstr ""
8142
8143#: builtin/grep.c:453 builtin/grep.c:573 builtin/grep.c:615
8144#, c-format
8145msgid "unable to read tree (%s)"
8146msgstr ""
8147
8148#: builtin/grep.c:630
8149#, c-format
8150msgid "unable to grep from object of type %s"
8151msgstr ""
8152
8153#: builtin/grep.c:696
8154#, c-format
8155msgid "switch `%c' expects a numerical value"
8156msgstr ""
8157
8158#: builtin/grep.c:783
8159msgid "search in index instead of in the work tree"
8160msgstr ""
8161
8162#: builtin/grep.c:785
8163msgid "find in contents not managed by git"
8164msgstr ""
8165
8166#: builtin/grep.c:787
8167msgid "search in both tracked and untracked files"
8168msgstr ""
8169
8170#: builtin/grep.c:789
8171msgid "ignore files specified via '.gitignore'"
8172msgstr ""
8173
8174#: builtin/grep.c:791
8175msgid "recursively search in each submodule"
8176msgstr ""
8177
8178#: builtin/grep.c:794
8179msgid "show non-matching lines"
8180msgstr ""
8181
8182#: builtin/grep.c:796
8183msgid "case insensitive matching"
8184msgstr ""
8185
8186#: builtin/grep.c:798
8187msgid "match patterns only at word boundaries"
8188msgstr ""
8189
8190#: builtin/grep.c:800
8191msgid "process binary files as text"
8192msgstr ""
8193
8194#: builtin/grep.c:802
8195msgid "don't match patterns in binary files"
8196msgstr ""
8197
8198#: builtin/grep.c:805
8199msgid "process binary files with textconv filters"
8200msgstr ""
8201
8202#: builtin/grep.c:807
8203msgid "descend at most <depth> levels"
8204msgstr ""
8205
8206#: builtin/grep.c:811
8207msgid "use extended POSIX regular expressions"
8208msgstr ""
8209
8210#: builtin/grep.c:814
8211msgid "use basic POSIX regular expressions (default)"
8212msgstr ""
8213
8214#: builtin/grep.c:817
8215msgid "interpret patterns as fixed strings"
8216msgstr ""
8217
8218#: builtin/grep.c:820
8219msgid "use Perl-compatible regular expressions"
8220msgstr ""
8221
8222#: builtin/grep.c:823
8223msgid "show line numbers"
8224msgstr ""
8225
8226#: builtin/grep.c:824
8227msgid "don't show filenames"
8228msgstr ""
8229
8230#: builtin/grep.c:825
8231msgid "show filenames"
8232msgstr ""
8233
8234#: builtin/grep.c:827
8235msgid "show filenames relative to top directory"
8236msgstr ""
8237
8238#: builtin/grep.c:829
8239msgid "show only filenames instead of matching lines"
8240msgstr ""
8241
8242#: builtin/grep.c:831
8243msgid "synonym for --files-with-matches"
8244msgstr ""
8245
8246#: builtin/grep.c:834
8247msgid "show only the names of files without match"
8248msgstr ""
8249
8250#: builtin/grep.c:836
8251msgid "print NUL after filenames"
8252msgstr ""
8253
8254#: builtin/grep.c:838
8255msgid "show the number of matches instead of matching lines"
8256msgstr ""
8257
8258#: builtin/grep.c:839
8259msgid "highlight matches"
8260msgstr ""
8261
8262#: builtin/grep.c:841
8263msgid "print empty line between matches from different files"
8264msgstr ""
8265
8266#: builtin/grep.c:843
8267msgid "show filename only once above matches from same file"
8268msgstr ""
8269
8270#: builtin/grep.c:846
8271msgid "show <n> context lines before and after matches"
8272msgstr ""
8273
8274#: builtin/grep.c:849
8275msgid "show <n> context lines before matches"
8276msgstr ""
8277
8278#: builtin/grep.c:851
8279msgid "show <n> context lines after matches"
8280msgstr ""
8281
8282#: builtin/grep.c:853
8283msgid "use <n> worker threads"
8284msgstr ""
8285
8286#: builtin/grep.c:854
8287msgid "shortcut for -C NUM"
8288msgstr ""
8289
8290#: builtin/grep.c:857
8291msgid "show a line with the function name before matches"
8292msgstr ""
8293
8294#: builtin/grep.c:859
8295msgid "show the surrounding function"
8296msgstr ""
8297
8298#: builtin/grep.c:862
8299msgid "read patterns from file"
8300msgstr ""
8301
8302#: builtin/grep.c:864
8303msgid "match <pattern>"
8304msgstr ""
8305
8306#: builtin/grep.c:866
8307msgid "combine patterns specified with -e"
8308msgstr ""
8309
8310#: builtin/grep.c:878
8311msgid "indicate hit with exit status without output"
8312msgstr ""
8313
8314#: builtin/grep.c:880
8315msgid "show only matches from files that match all patterns"
8316msgstr ""
8317
8318#: builtin/grep.c:882
8319msgid "show parse tree for grep expression"
8320msgstr ""
8321
8322#: builtin/grep.c:886
8323msgid "pager"
8324msgstr ""
8325
8326#: builtin/grep.c:886
8327msgid "show matching files in the pager"
8328msgstr ""
8329
8330#: builtin/grep.c:889
8331msgid "allow calling of grep(1) (ignored by this build)"
8332msgstr ""
8333
8334#: builtin/grep.c:952
8335msgid "no pattern given."
8336msgstr ""
8337
8338#: builtin/grep.c:984
8339msgid "--no-index or --untracked cannot be used with revs"
8340msgstr ""
8341
8342#: builtin/grep.c:991
8343#, c-format
8344msgid "unable to resolve revision: %s"
8345msgstr ""
8346
8347#: builtin/grep.c:1026 builtin/index-pack.c:1491
8348#, c-format
8349msgid "invalid number of threads specified (%d)"
8350msgstr ""
8351
8352#: builtin/grep.c:1031
8353msgid "no threads support, ignoring --threads"
8354msgstr ""
8355
8356#: builtin/grep.c:1055
8357msgid "--open-files-in-pager only works on the worktree"
8358msgstr ""
8359
8360#: builtin/grep.c:1078
8361msgid "option not supported with --recurse-submodules."
8362msgstr ""
8363
8364#: builtin/grep.c:1084
8365msgid "--cached or --untracked cannot be used with --no-index."
8366msgstr ""
8367
8368#: builtin/grep.c:1090
8369msgid "--[no-]exclude-standard cannot be used for tracked contents."
8370msgstr ""
8371
8372#: builtin/grep.c:1098
8373msgid "both --cached and trees are given."
8374msgstr ""
8375
8376#: builtin/hash-object.c:82
8377msgid ""
8378"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8379"[--] <file>..."
8380msgstr ""
8381
8382#: builtin/hash-object.c:83
8383msgid "git hash-object  --stdin-paths"
8384msgstr ""
8385
8386#: builtin/hash-object.c:95
8387msgid "type"
8388msgstr ""
8389
8390#: builtin/hash-object.c:95
8391msgid "object type"
8392msgstr ""
8393
8394#: builtin/hash-object.c:96
8395msgid "write the object into the object database"
8396msgstr ""
8397
8398#: builtin/hash-object.c:98
8399msgid "read the object from stdin"
8400msgstr ""
8401
8402#: builtin/hash-object.c:100
8403msgid "store file as is without filters"
8404msgstr ""
8405
8406#: builtin/hash-object.c:101
8407msgid ""
8408"just hash any random garbage to create corrupt objects for debugging Git"
8409msgstr ""
8410
8411#: builtin/hash-object.c:102
8412msgid "process file as it were from this path"
8413msgstr ""
8414
8415#: builtin/help.c:43
8416msgid "print all available commands"
8417msgstr ""
8418
8419#: builtin/help.c:44
8420msgid "exclude guides"
8421msgstr ""
8422
8423#: builtin/help.c:45
8424msgid "print list of useful guides"
8425msgstr ""
8426
8427#: builtin/help.c:46
8428msgid "show man page"
8429msgstr ""
8430
8431#: builtin/help.c:47
8432msgid "show manual in web browser"
8433msgstr ""
8434
8435#: builtin/help.c:49
8436msgid "show info page"
8437msgstr ""
8438
8439#: builtin/help.c:55
8440msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8441msgstr ""
8442
8443#: builtin/help.c:67
8444#, c-format
8445msgid "unrecognized help format '%s'"
8446msgstr ""
8447
8448#: builtin/help.c:94
8449msgid "Failed to start emacsclient."
8450msgstr ""
8451
8452#: builtin/help.c:107
8453msgid "Failed to parse emacsclient version."
8454msgstr ""
8455
8456#: builtin/help.c:115
8457#, c-format
8458msgid "emacsclient version '%d' too old (< 22)."
8459msgstr ""
8460
8461#: builtin/help.c:133 builtin/help.c:155 builtin/help.c:165 builtin/help.c:173
8462#, c-format
8463msgid "failed to exec '%s'"
8464msgstr ""
8465
8466#: builtin/help.c:211
8467#, c-format
8468msgid ""
8469"'%s': path for unsupported man viewer.\n"
8470"Please consider using 'man.<tool>.cmd' instead."
8471msgstr ""
8472
8473#: builtin/help.c:223
8474#, c-format
8475msgid ""
8476"'%s': cmd for supported man viewer.\n"
8477"Please consider using 'man.<tool>.path' instead."
8478msgstr ""
8479
8480#: builtin/help.c:340
8481#, c-format
8482msgid "'%s': unknown man viewer."
8483msgstr ""
8484
8485#: builtin/help.c:357
8486msgid "no man viewer handled the request"
8487msgstr ""
8488
8489#: builtin/help.c:365
8490msgid "no info viewer handled the request"
8491msgstr ""
8492
8493#: builtin/help.c:407
8494msgid "Defining attributes per path"
8495msgstr ""
8496
8497#: builtin/help.c:408
8498msgid "Everyday Git With 20 Commands Or So"
8499msgstr ""
8500
8501#: builtin/help.c:409
8502msgid "A Git glossary"
8503msgstr ""
8504
8505#: builtin/help.c:410
8506msgid "Specifies intentionally untracked files to ignore"
8507msgstr ""
8508
8509#: builtin/help.c:411
8510msgid "Defining submodule properties"
8511msgstr ""
8512
8513#: builtin/help.c:412
8514msgid "Specifying revisions and ranges for Git"
8515msgstr ""
8516
8517#: builtin/help.c:413
8518msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8519msgstr ""
8520
8521#: builtin/help.c:414
8522msgid "An overview of recommended workflows with Git"
8523msgstr ""
8524
8525#: builtin/help.c:426
8526msgid "The common Git guides are:\n"
8527msgstr ""
8528
8529#: builtin/help.c:444
8530#, c-format
8531msgid "'%s' is aliased to '%s'"
8532msgstr ""
8533
8534#: builtin/help.c:466 builtin/help.c:483
8535#, c-format
8536msgid "usage: %s%s"
8537msgstr ""
8538
8539#: builtin/index-pack.c:156
8540#, c-format
8541msgid "unable to open %s"
8542msgstr ""
8543
8544#: builtin/index-pack.c:206
8545#, c-format
8546msgid "object type mismatch at %s"
8547msgstr ""
8548
8549#: builtin/index-pack.c:226
8550#, c-format
8551msgid "did not receive expected object %s"
8552msgstr ""
8553
8554#: builtin/index-pack.c:229
8555#, c-format
8556msgid "object %s: expected type %s, found %s"
8557msgstr ""
8558
8559#: builtin/index-pack.c:271
8560#, c-format
8561msgid "cannot fill %d byte"
8562msgid_plural "cannot fill %d bytes"
8563msgstr[0] ""
8564msgstr[1] ""
8565
8566#: builtin/index-pack.c:281
8567msgid "early EOF"
8568msgstr ""
8569
8570#: builtin/index-pack.c:282
8571msgid "read error on input"
8572msgstr ""
8573
8574#: builtin/index-pack.c:294
8575msgid "used more bytes than were available"
8576msgstr ""
8577
8578#: builtin/index-pack.c:301
8579msgid "pack too large for current definition of off_t"
8580msgstr ""
8581
8582#: builtin/index-pack.c:304 builtin/unpack-objects.c:93
8583msgid "pack exceeds maximum allowed size"
8584msgstr ""
8585
8586#: builtin/index-pack.c:319
8587#, c-format
8588msgid "unable to create '%s'"
8589msgstr ""
8590
8591#: builtin/index-pack.c:325
8592#, c-format
8593msgid "cannot open packfile '%s'"
8594msgstr ""
8595
8596#: builtin/index-pack.c:339
8597msgid "pack signature mismatch"
8598msgstr ""
8599
8600#: builtin/index-pack.c:341
8601#, c-format
8602msgid "pack version %<PRIu32> unsupported"
8603msgstr ""
8604
8605#: builtin/index-pack.c:359
8606#, c-format
8607msgid "pack has bad object at offset %<PRIuMAX>: %s"
8608msgstr ""
8609
8610#: builtin/index-pack.c:480
8611#, c-format
8612msgid "inflate returned %d"
8613msgstr ""
8614
8615#: builtin/index-pack.c:529
8616msgid "offset value overflow for delta base object"
8617msgstr ""
8618
8619#: builtin/index-pack.c:537
8620msgid "delta base offset is out of bound"
8621msgstr ""
8622
8623#: builtin/index-pack.c:545
8624#, c-format
8625msgid "unknown object type %d"
8626msgstr ""
8627
8628#: builtin/index-pack.c:576
8629msgid "cannot pread pack file"
8630msgstr ""
8631
8632#: builtin/index-pack.c:578
8633#, c-format
8634msgid "premature end of pack file, %<PRIuMAX> byte missing"
8635msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8636msgstr[0] ""
8637msgstr[1] ""
8638
8639#: builtin/index-pack.c:604
8640msgid "serious inflate inconsistency"
8641msgstr ""
8642
8643#: builtin/index-pack.c:749 builtin/index-pack.c:755 builtin/index-pack.c:778
8644#: builtin/index-pack.c:817 builtin/index-pack.c:826
8645#, c-format
8646msgid "SHA1 COLLISION FOUND WITH %s !"
8647msgstr ""
8648
8649#: builtin/index-pack.c:752 builtin/pack-objects.c:179
8650#: builtin/pack-objects.c:273
8651#, c-format
8652msgid "unable to read %s"
8653msgstr ""
8654
8655#: builtin/index-pack.c:815
8656#, c-format
8657msgid "cannot read existing object info %s"
8658msgstr ""
8659
8660#: builtin/index-pack.c:823
8661#, c-format
8662msgid "cannot read existing object %s"
8663msgstr ""
8664
8665#: builtin/index-pack.c:837
8666#, c-format
8667msgid "invalid blob object %s"
8668msgstr ""
8669
8670#: builtin/index-pack.c:852
8671#, c-format
8672msgid "invalid %s"
8673msgstr ""
8674
8675#: builtin/index-pack.c:855
8676msgid "Error in object"
8677msgstr ""
8678
8679#: builtin/index-pack.c:857
8680#, c-format
8681msgid "Not all child objects of %s are reachable"
8682msgstr ""
8683
8684#: builtin/index-pack.c:929 builtin/index-pack.c:960
8685msgid "failed to apply delta"
8686msgstr ""
8687
8688#: builtin/index-pack.c:1131
8689msgid "Receiving objects"
8690msgstr ""
8691
8692#: builtin/index-pack.c:1131
8693msgid "Indexing objects"
8694msgstr ""
8695
8696#: builtin/index-pack.c:1165
8697msgid "pack is corrupted (SHA1 mismatch)"
8698msgstr ""
8699
8700#: builtin/index-pack.c:1170
8701msgid "cannot fstat packfile"
8702msgstr ""
8703
8704#: builtin/index-pack.c:1173
8705msgid "pack has junk at the end"
8706msgstr ""
8707
8708#: builtin/index-pack.c:1185
8709msgid "confusion beyond insanity in parse_pack_objects()"
8710msgstr ""
8711
8712#: builtin/index-pack.c:1208
8713msgid "Resolving deltas"
8714msgstr ""
8715
8716#: builtin/index-pack.c:1219
8717#, c-format
8718msgid "unable to create thread: %s"
8719msgstr ""
8720
8721#: builtin/index-pack.c:1261
8722msgid "confusion beyond insanity"
8723msgstr ""
8724
8725#: builtin/index-pack.c:1267
8726#, c-format
8727msgid "completed with %d local object"
8728msgid_plural "completed with %d local objects"
8729msgstr[0] ""
8730msgstr[1] ""
8731
8732#: builtin/index-pack.c:1279
8733#, c-format
8734msgid "Unexpected tail checksum for %s (disk corruption?)"
8735msgstr ""
8736
8737#: builtin/index-pack.c:1283
8738#, c-format
8739msgid "pack has %d unresolved delta"
8740msgid_plural "pack has %d unresolved deltas"
8741msgstr[0] ""
8742msgstr[1] ""
8743
8744#: builtin/index-pack.c:1307
8745#, c-format
8746msgid "unable to deflate appended object (%d)"
8747msgstr ""
8748
8749#: builtin/index-pack.c:1383
8750#, c-format
8751msgid "local object %s is corrupt"
8752msgstr ""
8753
8754#: builtin/index-pack.c:1409
8755msgid "error while closing pack file"
8756msgstr ""
8757
8758#: builtin/index-pack.c:1421
8759#, c-format
8760msgid "cannot write keep file '%s'"
8761msgstr ""
8762
8763#: builtin/index-pack.c:1429
8764#, c-format
8765msgid "cannot close written keep file '%s'"
8766msgstr ""
8767
8768#: builtin/index-pack.c:1439
8769msgid "cannot store pack file"
8770msgstr ""
8771
8772#: builtin/index-pack.c:1447
8773msgid "cannot store index file"
8774msgstr ""
8775
8776#: builtin/index-pack.c:1485
8777#, c-format
8778msgid "bad pack.indexversion=%<PRIu32>"
8779msgstr ""
8780
8781#: builtin/index-pack.c:1553
8782#, c-format
8783msgid "Cannot open existing pack file '%s'"
8784msgstr ""
8785
8786#: builtin/index-pack.c:1555
8787#, c-format
8788msgid "Cannot open existing pack idx file for '%s'"
8789msgstr ""
8790
8791#: builtin/index-pack.c:1603
8792#, c-format
8793msgid "non delta: %d object"
8794msgid_plural "non delta: %d objects"
8795msgstr[0] ""
8796msgstr[1] ""
8797
8798#: builtin/index-pack.c:1610
8799#, c-format
8800msgid "chain length = %d: %lu object"
8801msgid_plural "chain length = %d: %lu objects"
8802msgstr[0] ""
8803msgstr[1] ""
8804
8805#: builtin/index-pack.c:1623
8806#, c-format
8807msgid "packfile name '%s' does not end with '.pack'"
8808msgstr ""
8809
8810#: builtin/index-pack.c:1700 builtin/index-pack.c:1703
8811#: builtin/index-pack.c:1719 builtin/index-pack.c:1723
8812#, c-format
8813msgid "bad %s"
8814msgstr ""
8815
8816#: builtin/index-pack.c:1739
8817msgid "--fix-thin cannot be used without --stdin"
8818msgstr ""
8819
8820#: builtin/index-pack.c:1741
8821msgid "--stdin requires a git repository"
8822msgstr ""
8823
8824#: builtin/index-pack.c:1749
8825msgid "--verify with no packfile name given"
8826msgstr ""
8827
8828#: builtin/init-db.c:55
8829#, c-format
8830msgid "cannot stat '%s'"
8831msgstr ""
8832
8833#: builtin/init-db.c:61
8834#, c-format
8835msgid "cannot stat template '%s'"
8836msgstr ""
8837
8838#: builtin/init-db.c:66
8839#, c-format
8840msgid "cannot opendir '%s'"
8841msgstr ""
8842
8843#: builtin/init-db.c:77
8844#, c-format
8845msgid "cannot readlink '%s'"
8846msgstr ""
8847
8848#: builtin/init-db.c:79
8849#, c-format
8850msgid "cannot symlink '%s' '%s'"
8851msgstr ""
8852
8853#: builtin/init-db.c:85
8854#, c-format
8855msgid "cannot copy '%s' to '%s'"
8856msgstr ""
8857
8858#: builtin/init-db.c:89
8859#, c-format
8860msgid "ignoring template %s"
8861msgstr ""
8862
8863#: builtin/init-db.c:120
8864#, c-format
8865msgid "templates not found %s"
8866msgstr ""
8867
8868#: builtin/init-db.c:135
8869#, c-format
8870msgid "not copying templates from '%s': %s"
8871msgstr ""
8872
8873#: builtin/init-db.c:328
8874#, c-format
8875msgid "unable to handle file type %d"
8876msgstr ""
8877
8878#: builtin/init-db.c:331
8879#, c-format
8880msgid "unable to move %s to %s"
8881msgstr ""
8882
8883#: builtin/init-db.c:348 builtin/init-db.c:351
8884#, c-format
8885msgid "%s already exists"
8886msgstr ""
8887
8888#: builtin/init-db.c:404
8889#, c-format
8890msgid "Reinitialized existing shared Git repository in %s%s\n"
8891msgstr ""
8892
8893#: builtin/init-db.c:405
8894#, c-format
8895msgid "Reinitialized existing Git repository in %s%s\n"
8896msgstr ""
8897
8898#: builtin/init-db.c:409
8899#, c-format
8900msgid "Initialized empty shared Git repository in %s%s\n"
8901msgstr ""
8902
8903#: builtin/init-db.c:410
8904#, c-format
8905msgid "Initialized empty Git repository in %s%s\n"
8906msgstr ""
8907
8908#: builtin/init-db.c:458
8909msgid ""
8910"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8911"shared[=<permissions>]] [<directory>]"
8912msgstr ""
8913
8914#: builtin/init-db.c:481
8915msgid "permissions"
8916msgstr ""
8917
8918#: builtin/init-db.c:482
8919msgid "specify that the git repository is to be shared amongst several users"
8920msgstr ""
8921
8922#: builtin/init-db.c:516 builtin/init-db.c:521
8923#, c-format
8924msgid "cannot mkdir %s"
8925msgstr ""
8926
8927#: builtin/init-db.c:525
8928#, c-format
8929msgid "cannot chdir to %s"
8930msgstr ""
8931
8932#: builtin/init-db.c:546
8933#, c-format
8934msgid ""
8935"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8936"dir=<directory>)"
8937msgstr ""
8938
8939#: builtin/init-db.c:574
8940#, c-format
8941msgid "Cannot access work tree '%s'"
8942msgstr ""
8943
8944#: builtin/interpret-trailers.c:15
8945msgid ""
8946"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8947"<token>[(=|:)<value>])...] [<file>...]"
8948msgstr ""
8949
8950#: builtin/interpret-trailers.c:92
8951msgid "edit files in place"
8952msgstr ""
8953
8954#: builtin/interpret-trailers.c:93
8955msgid "trim empty trailers"
8956msgstr ""
8957
8958#: builtin/interpret-trailers.c:96
8959msgid "where to place the new trailer"
8960msgstr ""
8961
8962#: builtin/interpret-trailers.c:98
8963msgid "action if trailer already exists"
8964msgstr ""
8965
8966#: builtin/interpret-trailers.c:100
8967msgid "action if trailer is missing"
8968msgstr ""
8969
8970#: builtin/interpret-trailers.c:102
8971msgid "output only the trailers"
8972msgstr ""
8973
8974#: builtin/interpret-trailers.c:103
8975msgid "do not apply config rules"
8976msgstr ""
8977
8978#: builtin/interpret-trailers.c:104
8979msgid "join whitespace-continued values"
8980msgstr ""
8981
8982#: builtin/interpret-trailers.c:105
8983msgid "set parsing options"
8984msgstr ""
8985
8986#: builtin/interpret-trailers.c:107
8987msgid "trailer"
8988msgstr ""
8989
8990#: builtin/interpret-trailers.c:108
8991msgid "trailer(s) to add"
8992msgstr ""
8993
8994#: builtin/interpret-trailers.c:117
8995msgid "--trailer with --only-input does not make sense"
8996msgstr ""
8997
8998#: builtin/interpret-trailers.c:127
8999msgid "no input file given for in-place editing"
9000msgstr ""
9001
9002#: builtin/log.c:46
9003msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
9004msgstr ""
9005
9006#: builtin/log.c:47
9007msgid "git show [<options>] <object>..."
9008msgstr ""
9009
9010#: builtin/log.c:91
9011#, c-format
9012msgid "invalid --decorate option: %s"
9013msgstr ""
9014
9015#: builtin/log.c:151
9016msgid "suppress diff output"
9017msgstr ""
9018
9019#: builtin/log.c:152
9020msgid "show source"
9021msgstr ""
9022
9023#: builtin/log.c:153
9024msgid "Use mail map file"
9025msgstr ""
9026
9027#: builtin/log.c:155
9028msgid "only decorate refs that match <pattern>"
9029msgstr ""
9030
9031#: builtin/log.c:157
9032msgid "do not decorate refs that match <pattern>"
9033msgstr ""
9034
9035#: builtin/log.c:158
9036msgid "decorate options"
9037msgstr ""
9038
9039#: builtin/log.c:161
9040msgid "Process line range n,m in file, counting from 1"
9041msgstr ""
9042
9043#: builtin/log.c:257
9044#, c-format
9045msgid "Final output: %d %s\n"
9046msgstr ""
9047
9048#: builtin/log.c:508
9049#, c-format
9050msgid "git show %s: bad file"
9051msgstr ""
9052
9053#: builtin/log.c:523 builtin/log.c:617
9054#, c-format
9055msgid "Could not read object %s"
9056msgstr ""
9057
9058#: builtin/log.c:641
9059#, c-format
9060msgid "Unknown type: %d"
9061msgstr ""
9062
9063#: builtin/log.c:762
9064msgid "format.headers without value"
9065msgstr ""
9066
9067#: builtin/log.c:863
9068msgid "name of output directory is too long"
9069msgstr ""
9070
9071#: builtin/log.c:879
9072#, c-format
9073msgid "Cannot open patch file %s"
9074msgstr ""
9075
9076#: builtin/log.c:896
9077msgid "Need exactly one range."
9078msgstr ""
9079
9080#: builtin/log.c:906
9081msgid "Not a range."
9082msgstr ""
9083
9084#: builtin/log.c:1012
9085msgid "Cover letter needs email format"
9086msgstr ""
9087
9088#: builtin/log.c:1092
9089#, c-format
9090msgid "insane in-reply-to: %s"
9091msgstr ""
9092
9093#: builtin/log.c:1119
9094msgid "git format-patch [<options>] [<since> | <revision-range>]"
9095msgstr ""
9096
9097#: builtin/log.c:1169
9098msgid "Two output directories?"
9099msgstr ""
9100
9101#: builtin/log.c:1276 builtin/log.c:1927 builtin/log.c:1929 builtin/log.c:1941
9102#, c-format
9103msgid "Unknown commit %s"
9104msgstr ""
9105
9106#: builtin/log.c:1286 builtin/notes.c:887 builtin/tag.c:516
9107#, c-format
9108msgid "Failed to resolve '%s' as a valid ref."
9109msgstr ""
9110
9111#: builtin/log.c:1291
9112msgid "Could not find exact merge base."
9113msgstr ""
9114
9115#: builtin/log.c:1295
9116msgid ""
9117"Failed to get upstream, if you want to record base commit automatically,\n"
9118"please use git branch --set-upstream-to to track a remote branch.\n"
9119"Or you could specify base commit by --base=<base-commit-id> manually."
9120msgstr ""
9121
9122#: builtin/log.c:1315
9123msgid "Failed to find exact merge base"
9124msgstr ""
9125
9126#: builtin/log.c:1326
9127msgid "base commit should be the ancestor of revision list"
9128msgstr ""
9129
9130#: builtin/log.c:1330
9131msgid "base commit shouldn't be in revision list"
9132msgstr ""
9133
9134#: builtin/log.c:1379
9135msgid "cannot get patch id"
9136msgstr ""
9137
9138#: builtin/log.c:1438
9139msgid "use [PATCH n/m] even with a single patch"
9140msgstr ""
9141
9142#: builtin/log.c:1441
9143msgid "use [PATCH] even with multiple patches"
9144msgstr ""
9145
9146#: builtin/log.c:1445
9147msgid "print patches to standard out"
9148msgstr ""
9149
9150#: builtin/log.c:1447
9151msgid "generate a cover letter"
9152msgstr ""
9153
9154#: builtin/log.c:1449
9155msgid "use simple number sequence for output file names"
9156msgstr ""
9157
9158#: builtin/log.c:1450
9159msgid "sfx"
9160msgstr ""
9161
9162#: builtin/log.c:1451
9163msgid "use <sfx> instead of '.patch'"
9164msgstr ""
9165
9166#: builtin/log.c:1453
9167msgid "start numbering patches at <n> instead of 1"
9168msgstr ""
9169
9170#: builtin/log.c:1455
9171msgid "mark the series as Nth re-roll"
9172msgstr ""
9173
9174#: builtin/log.c:1457
9175msgid "Use [RFC PATCH] instead of [PATCH]"
9176msgstr ""
9177
9178#: builtin/log.c:1460
9179msgid "Use [<prefix>] instead of [PATCH]"
9180msgstr ""
9181
9182#: builtin/log.c:1463
9183msgid "store resulting files in <dir>"
9184msgstr ""
9185
9186#: builtin/log.c:1466
9187msgid "don't strip/add [PATCH]"
9188msgstr ""
9189
9190#: builtin/log.c:1469
9191msgid "don't output binary diffs"
9192msgstr ""
9193
9194#: builtin/log.c:1471
9195msgid "output all-zero hash in From header"
9196msgstr ""
9197
9198#: builtin/log.c:1473
9199msgid "don't include a patch matching a commit upstream"
9200msgstr ""
9201
9202#: builtin/log.c:1475
9203msgid "show patch format instead of default (patch + stat)"
9204msgstr ""
9205
9206#: builtin/log.c:1477
9207msgid "Messaging"
9208msgstr ""
9209
9210#: builtin/log.c:1478
9211msgid "header"
9212msgstr ""
9213
9214#: builtin/log.c:1479
9215msgid "add email header"
9216msgstr ""
9217
9218#: builtin/log.c:1480 builtin/log.c:1482
9219msgid "email"
9220msgstr ""
9221
9222#: builtin/log.c:1480
9223msgid "add To: header"
9224msgstr ""
9225
9226#: builtin/log.c:1482
9227msgid "add Cc: header"
9228msgstr ""
9229
9230#: builtin/log.c:1484
9231msgid "ident"
9232msgstr ""
9233
9234#: builtin/log.c:1485
9235msgid "set From address to <ident> (or committer ident if absent)"
9236msgstr ""
9237
9238#: builtin/log.c:1487
9239msgid "message-id"
9240msgstr ""
9241
9242#: builtin/log.c:1488
9243msgid "make first mail a reply to <message-id>"
9244msgstr ""
9245
9246#: builtin/log.c:1489 builtin/log.c:1492
9247msgid "boundary"
9248msgstr ""
9249
9250#: builtin/log.c:1490
9251msgid "attach the patch"
9252msgstr ""
9253
9254#: builtin/log.c:1493
9255msgid "inline the patch"
9256msgstr ""
9257
9258#: builtin/log.c:1497
9259msgid "enable message threading, styles: shallow, deep"
9260msgstr ""
9261
9262#: builtin/log.c:1499
9263msgid "signature"
9264msgstr ""
9265
9266#: builtin/log.c:1500
9267msgid "add a signature"
9268msgstr ""
9269
9270#: builtin/log.c:1501
9271msgid "base-commit"
9272msgstr ""
9273
9274#: builtin/log.c:1502
9275msgid "add prerequisite tree info to the patch series"
9276msgstr ""
9277
9278#: builtin/log.c:1504
9279msgid "add a signature from a file"
9280msgstr ""
9281
9282#: builtin/log.c:1505
9283msgid "don't print the patch filenames"
9284msgstr ""
9285
9286#: builtin/log.c:1507
9287msgid "show progress while generating patches"
9288msgstr ""
9289
9290#: builtin/log.c:1582
9291#, c-format
9292msgid "invalid ident line: %s"
9293msgstr ""
9294
9295#: builtin/log.c:1597
9296msgid "-n and -k are mutually exclusive."
9297msgstr ""
9298
9299#: builtin/log.c:1599
9300msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9301msgstr ""
9302
9303#: builtin/log.c:1607
9304msgid "--name-only does not make sense"
9305msgstr ""
9306
9307#: builtin/log.c:1609
9308msgid "--name-status does not make sense"
9309msgstr ""
9310
9311#: builtin/log.c:1611
9312msgid "--check does not make sense"
9313msgstr ""
9314
9315#: builtin/log.c:1641
9316msgid "standard output, or directory, which one?"
9317msgstr ""
9318
9319#: builtin/log.c:1643
9320#, c-format
9321msgid "Could not create directory '%s'"
9322msgstr ""
9323
9324#: builtin/log.c:1736
9325#, c-format
9326msgid "unable to read signature file '%s'"
9327msgstr ""
9328
9329#: builtin/log.c:1768
9330msgid "Generating patches"
9331msgstr ""
9332
9333#: builtin/log.c:1812
9334msgid "Failed to create output files"
9335msgstr ""
9336
9337#: builtin/log.c:1862
9338msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9339msgstr ""
9340
9341#: builtin/log.c:1916
9342#, c-format
9343msgid ""
9344"Could not find a tracked remote branch, please specify <upstream> manually.\n"
9345msgstr ""
9346
9347#: builtin/ls-files.c:468
9348msgid "git ls-files [<options>] [<file>...]"
9349msgstr ""
9350
9351#: builtin/ls-files.c:517
9352msgid "identify the file status with tags"
9353msgstr ""
9354
9355#: builtin/ls-files.c:519
9356msgid "use lowercase letters for 'assume unchanged' files"
9357msgstr ""
9358
9359#: builtin/ls-files.c:521
9360msgid "use lowercase letters for 'fsmonitor clean' files"
9361msgstr ""
9362
9363#: builtin/ls-files.c:523
9364msgid "show cached files in the output (default)"
9365msgstr ""
9366
9367#: builtin/ls-files.c:525
9368msgid "show deleted files in the output"
9369msgstr ""
9370
9371#: builtin/ls-files.c:527
9372msgid "show modified files in the output"
9373msgstr ""
9374
9375#: builtin/ls-files.c:529
9376msgid "show other files in the output"
9377msgstr ""
9378
9379#: builtin/ls-files.c:531
9380msgid "show ignored files in the output"
9381msgstr ""
9382
9383#: builtin/ls-files.c:534
9384msgid "show staged contents' object name in the output"
9385msgstr ""
9386
9387#: builtin/ls-files.c:536
9388msgid "show files on the filesystem that need to be removed"
9389msgstr ""
9390
9391#: builtin/ls-files.c:538
9392msgid "show 'other' directories' names only"
9393msgstr ""
9394
9395#: builtin/ls-files.c:540
9396msgid "show line endings of files"
9397msgstr ""
9398
9399#: builtin/ls-files.c:542
9400msgid "don't show empty directories"
9401msgstr ""
9402
9403#: builtin/ls-files.c:545
9404msgid "show unmerged files in the output"
9405msgstr ""
9406
9407#: builtin/ls-files.c:547
9408msgid "show resolve-undo information"
9409msgstr ""
9410
9411#: builtin/ls-files.c:549
9412msgid "skip files matching pattern"
9413msgstr ""
9414
9415#: builtin/ls-files.c:552
9416msgid "exclude patterns are read from <file>"
9417msgstr ""
9418
9419#: builtin/ls-files.c:555
9420msgid "read additional per-directory exclude patterns in <file>"
9421msgstr ""
9422
9423#: builtin/ls-files.c:557
9424msgid "add the standard git exclusions"
9425msgstr ""
9426
9427#: builtin/ls-files.c:560
9428msgid "make the output relative to the project top directory"
9429msgstr ""
9430
9431#: builtin/ls-files.c:563
9432msgid "recurse through submodules"
9433msgstr ""
9434
9435#: builtin/ls-files.c:565
9436msgid "if any <file> is not in the index, treat this as an error"
9437msgstr ""
9438
9439#: builtin/ls-files.c:566
9440msgid "tree-ish"
9441msgstr ""
9442
9443#: builtin/ls-files.c:567
9444msgid "pretend that paths removed since <tree-ish> are still present"
9445msgstr ""
9446
9447#: builtin/ls-files.c:569
9448msgid "show debugging data"
9449msgstr ""
9450
9451#: builtin/ls-remote.c:7
9452msgid ""
9453"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9454"                     [-q | --quiet] [--exit-code] [--get-url]\n"
9455"                     [--symref] [<repository> [<refs>...]]"
9456msgstr ""
9457
9458#: builtin/ls-remote.c:52
9459msgid "do not print remote URL"
9460msgstr ""
9461
9462#: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9463msgid "exec"
9464msgstr ""
9465
9466#: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9467msgid "path of git-upload-pack on the remote host"
9468msgstr ""
9469
9470#: builtin/ls-remote.c:58
9471msgid "limit to tags"
9472msgstr ""
9473
9474#: builtin/ls-remote.c:59
9475msgid "limit to heads"
9476msgstr ""
9477
9478#: builtin/ls-remote.c:60
9479msgid "do not show peeled tags"
9480msgstr ""
9481
9482#: builtin/ls-remote.c:62
9483msgid "take url.<base>.insteadOf into account"
9484msgstr ""
9485
9486#: builtin/ls-remote.c:64
9487msgid "exit with exit code 2 if no matching refs are found"
9488msgstr ""
9489
9490#: builtin/ls-remote.c:66
9491msgid "show underlying ref in addition to the object pointed by it"
9492msgstr ""
9493
9494#: builtin/ls-tree.c:29
9495msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9496msgstr ""
9497
9498#: builtin/ls-tree.c:127
9499msgid "only show trees"
9500msgstr ""
9501
9502#: builtin/ls-tree.c:129
9503msgid "recurse into subtrees"
9504msgstr ""
9505
9506#: builtin/ls-tree.c:131
9507msgid "show trees when recursing"
9508msgstr ""
9509
9510#: builtin/ls-tree.c:134
9511msgid "terminate entries with NUL byte"
9512msgstr ""
9513
9514#: builtin/ls-tree.c:135
9515msgid "include object size"
9516msgstr ""
9517
9518#: builtin/ls-tree.c:137 builtin/ls-tree.c:139
9519msgid "list only filenames"
9520msgstr ""
9521
9522#: builtin/ls-tree.c:142
9523msgid "use full path names"
9524msgstr ""
9525
9526#: builtin/ls-tree.c:144
9527msgid "list entire tree; not just current directory (implies --full-name)"
9528msgstr ""
9529
9530#: builtin/mailsplit.c:241
9531#, c-format
9532msgid "empty mbox: '%s'"
9533msgstr ""
9534
9535#: builtin/merge.c:48
9536msgid "git merge [<options>] [<commit>...]"
9537msgstr ""
9538
9539#: builtin/merge.c:49
9540msgid "git merge --abort"
9541msgstr ""
9542
9543#: builtin/merge.c:50
9544msgid "git merge --continue"
9545msgstr ""
9546
9547#: builtin/merge.c:107
9548msgid "switch `m' requires a value"
9549msgstr ""
9550
9551#: builtin/merge.c:144
9552#, c-format
9553msgid "Could not find merge strategy '%s'.\n"
9554msgstr ""
9555
9556#: builtin/merge.c:145
9557#, c-format
9558msgid "Available strategies are:"
9559msgstr ""
9560
9561#: builtin/merge.c:150
9562#, c-format
9563msgid "Available custom strategies are:"
9564msgstr ""
9565
9566#: builtin/merge.c:200 builtin/pull.c:137
9567msgid "do not show a diffstat at the end of the merge"
9568msgstr ""
9569
9570#: builtin/merge.c:203 builtin/pull.c:140
9571msgid "show a diffstat at the end of the merge"
9572msgstr ""
9573
9574#: builtin/merge.c:204 builtin/pull.c:143
9575msgid "(synonym to --stat)"
9576msgstr ""
9577
9578#: builtin/merge.c:206 builtin/pull.c:146
9579msgid "add (at most <n>) entries from shortlog to merge commit message"
9580msgstr ""
9581
9582#: builtin/merge.c:209 builtin/pull.c:152
9583msgid "create a single commit instead of doing a merge"
9584msgstr ""
9585
9586#: builtin/merge.c:211 builtin/pull.c:155
9587msgid "perform a commit if the merge succeeds (default)"
9588msgstr ""
9589
9590#: builtin/merge.c:213 builtin/pull.c:158
9591msgid "edit message before committing"
9592msgstr ""
9593
9594#: builtin/merge.c:214
9595msgid "allow fast-forward (default)"
9596msgstr ""
9597
9598#: builtin/merge.c:216 builtin/pull.c:164
9599msgid "abort if fast-forward is not possible"
9600msgstr ""
9601
9602#: builtin/merge.c:220 builtin/pull.c:167
9603msgid "verify that the named commit has a valid GPG signature"
9604msgstr ""
9605
9606#: builtin/merge.c:221 builtin/notes.c:777 builtin/pull.c:171
9607#: builtin/revert.c:109
9608msgid "strategy"
9609msgstr ""
9610
9611#: builtin/merge.c:222 builtin/pull.c:172
9612msgid "merge strategy to use"
9613msgstr ""
9614
9615#: builtin/merge.c:223 builtin/pull.c:175
9616msgid "option=value"
9617msgstr ""
9618
9619#: builtin/merge.c:224 builtin/pull.c:176
9620msgid "option for selected merge strategy"
9621msgstr ""
9622
9623#: builtin/merge.c:226
9624msgid "merge commit message (for a non-fast-forward merge)"
9625msgstr ""
9626
9627#: builtin/merge.c:230
9628msgid "abort the current in-progress merge"
9629msgstr ""
9630
9631#: builtin/merge.c:232
9632msgid "continue the current in-progress merge"
9633msgstr ""
9634
9635#: builtin/merge.c:234 builtin/pull.c:183
9636msgid "allow merging unrelated histories"
9637msgstr ""
9638
9639#: builtin/merge.c:240
9640msgid "verify commit-msg hook"
9641msgstr ""
9642
9643#: builtin/merge.c:265
9644msgid "could not run stash."
9645msgstr ""
9646
9647#: builtin/merge.c:270
9648msgid "stash failed"
9649msgstr ""
9650
9651#: builtin/merge.c:275
9652#, c-format
9653msgid "not a valid object: %s"
9654msgstr ""
9655
9656#: builtin/merge.c:297 builtin/merge.c:314
9657msgid "read-tree failed"
9658msgstr ""
9659
9660#: builtin/merge.c:344
9661msgid " (nothing to squash)"
9662msgstr ""
9663
9664#: builtin/merge.c:355
9665#, c-format
9666msgid "Squash commit -- not updating HEAD\n"
9667msgstr ""
9668
9669#: builtin/merge.c:405
9670#, c-format
9671msgid "No merge message -- not updating HEAD\n"
9672msgstr ""
9673
9674#: builtin/merge.c:455
9675#, c-format
9676msgid "'%s' does not point to a commit"
9677msgstr ""
9678
9679#: builtin/merge.c:545
9680#, c-format
9681msgid "Bad branch.%s.mergeoptions string: %s"
9682msgstr ""
9683
9684#: builtin/merge.c:667
9685msgid "Not handling anything other than two heads merge."
9686msgstr ""
9687
9688#: builtin/merge.c:681
9689#, c-format
9690msgid "Unknown option for merge-recursive: -X%s"
9691msgstr ""
9692
9693#: builtin/merge.c:696
9694#, c-format
9695msgid "unable to write %s"
9696msgstr ""
9697
9698#: builtin/merge.c:748
9699#, c-format
9700msgid "Could not read from '%s'"
9701msgstr ""
9702
9703#: builtin/merge.c:757
9704#, c-format
9705msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9706msgstr ""
9707
9708#: builtin/merge.c:763
9709#, c-format
9710msgid ""
9711"Please enter a commit message to explain why this merge is necessary,\n"
9712"especially if it merges an updated upstream into a topic branch.\n"
9713"\n"
9714"Lines starting with '%c' will be ignored, and an empty message aborts\n"
9715"the commit.\n"
9716msgstr ""
9717
9718#: builtin/merge.c:799
9719msgid "Empty commit message."
9720msgstr ""
9721
9722#: builtin/merge.c:819
9723#, c-format
9724msgid "Wonderful.\n"
9725msgstr ""
9726
9727#: builtin/merge.c:872
9728#, c-format
9729msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9730msgstr ""
9731
9732#: builtin/merge.c:911
9733msgid "No current branch."
9734msgstr ""
9735
9736#: builtin/merge.c:913
9737msgid "No remote for the current branch."
9738msgstr ""
9739
9740#: builtin/merge.c:915
9741msgid "No default upstream defined for the current branch."
9742msgstr ""
9743
9744#: builtin/merge.c:920
9745#, c-format
9746msgid "No remote-tracking branch for %s from %s"
9747msgstr ""
9748
9749#: builtin/merge.c:973
9750#, c-format
9751msgid "Bad value '%s' in environment '%s'"
9752msgstr ""
9753
9754#: builtin/merge.c:1075
9755#, c-format
9756msgid "not something we can merge in %s: %s"
9757msgstr ""
9758
9759#: builtin/merge.c:1109
9760msgid "not something we can merge"
9761msgstr ""
9762
9763#: builtin/merge.c:1174
9764msgid "--abort expects no arguments"
9765msgstr ""
9766
9767#: builtin/merge.c:1178
9768msgid "There is no merge to abort (MERGE_HEAD missing)."
9769msgstr ""
9770
9771#: builtin/merge.c:1190
9772msgid "--continue expects no arguments"
9773msgstr ""
9774
9775#: builtin/merge.c:1194
9776msgid "There is no merge in progress (MERGE_HEAD missing)."
9777msgstr ""
9778
9779#: builtin/merge.c:1210
9780msgid ""
9781"You have not concluded your merge (MERGE_HEAD exists).\n"
9782"Please, commit your changes before you merge."
9783msgstr ""
9784
9785#: builtin/merge.c:1217
9786msgid ""
9787"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9788"Please, commit your changes before you merge."
9789msgstr ""
9790
9791#: builtin/merge.c:1220
9792msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9793msgstr ""
9794
9795#: builtin/merge.c:1229
9796msgid "You cannot combine --squash with --no-ff."
9797msgstr ""
9798
9799#: builtin/merge.c:1237
9800msgid "No commit specified and merge.defaultToUpstream not set."
9801msgstr ""
9802
9803#: builtin/merge.c:1254
9804msgid "Squash commit into empty head not supported yet"
9805msgstr ""
9806
9807#: builtin/merge.c:1256
9808msgid "Non-fast-forward commit does not make sense into an empty head"
9809msgstr ""
9810
9811#: builtin/merge.c:1261
9812#, c-format
9813msgid "%s - not something we can merge"
9814msgstr ""
9815
9816#: builtin/merge.c:1263
9817msgid "Can merge only exactly one commit into empty head"
9818msgstr ""
9819
9820#: builtin/merge.c:1297
9821#, c-format
9822msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9823msgstr ""
9824
9825#: builtin/merge.c:1300
9826#, c-format
9827msgid "Commit %s has a bad GPG signature allegedly by %s."
9828msgstr ""
9829
9830#: builtin/merge.c:1303
9831#, c-format
9832msgid "Commit %s does not have a GPG signature."
9833msgstr ""
9834
9835#: builtin/merge.c:1306
9836#, c-format
9837msgid "Commit %s has a good GPG signature by %s\n"
9838msgstr ""
9839
9840#: builtin/merge.c:1368
9841msgid "refusing to merge unrelated histories"
9842msgstr ""
9843
9844#: builtin/merge.c:1377
9845msgid "Already up to date."
9846msgstr ""
9847
9848#: builtin/merge.c:1387
9849#, c-format
9850msgid "Updating %s..%s\n"
9851msgstr ""
9852
9853#: builtin/merge.c:1428
9854#, c-format
9855msgid "Trying really trivial in-index merge...\n"
9856msgstr ""
9857
9858#: builtin/merge.c:1435
9859#, c-format
9860msgid "Nope.\n"
9861msgstr ""
9862
9863#: builtin/merge.c:1460
9864msgid "Already up to date. Yeeah!"
9865msgstr ""
9866
9867#: builtin/merge.c:1466
9868msgid "Not possible to fast-forward, aborting."
9869msgstr ""
9870
9871#: builtin/merge.c:1489 builtin/merge.c:1568
9872#, c-format
9873msgid "Rewinding the tree to pristine...\n"
9874msgstr ""
9875
9876#: builtin/merge.c:1493
9877#, c-format
9878msgid "Trying merge strategy %s...\n"
9879msgstr ""
9880
9881#: builtin/merge.c:1559
9882#, c-format
9883msgid "No merge strategy handled the merge.\n"
9884msgstr ""
9885
9886#: builtin/merge.c:1561
9887#, c-format
9888msgid "Merge with strategy %s failed.\n"
9889msgstr ""
9890
9891#: builtin/merge.c:1570
9892#, c-format
9893msgid "Using the %s to prepare resolving by hand.\n"
9894msgstr ""
9895
9896#: builtin/merge.c:1582
9897#, c-format
9898msgid "Automatic merge went well; stopped before committing as requested\n"
9899msgstr ""
9900
9901#: builtin/merge-base.c:30
9902msgid "git merge-base [-a | --all] <commit> <commit>..."
9903msgstr ""
9904
9905#: builtin/merge-base.c:31
9906msgid "git merge-base [-a | --all] --octopus <commit>..."
9907msgstr ""
9908
9909#: builtin/merge-base.c:32
9910msgid "git merge-base --independent <commit>..."
9911msgstr ""
9912
9913#: builtin/merge-base.c:33
9914msgid "git merge-base --is-ancestor <commit> <commit>"
9915msgstr ""
9916
9917#: builtin/merge-base.c:34
9918msgid "git merge-base --fork-point <ref> [<commit>]"
9919msgstr ""
9920
9921#: builtin/merge-base.c:220
9922msgid "output all common ancestors"
9923msgstr ""
9924
9925#: builtin/merge-base.c:222
9926msgid "find ancestors for a single n-way merge"
9927msgstr ""
9928
9929#: builtin/merge-base.c:224
9930msgid "list revs not reachable from others"
9931msgstr ""
9932
9933#: builtin/merge-base.c:226
9934msgid "is the first one ancestor of the other?"
9935msgstr ""
9936
9937#: builtin/merge-base.c:228
9938msgid "find where <commit> forked from reflog of <ref>"
9939msgstr ""
9940
9941#: builtin/merge-file.c:9
9942msgid ""
9943"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9944"<orig-file> <file2>"
9945msgstr ""
9946
9947#: builtin/merge-file.c:33
9948msgid "send results to standard output"
9949msgstr ""
9950
9951#: builtin/merge-file.c:34
9952msgid "use a diff3 based merge"
9953msgstr ""
9954
9955#: builtin/merge-file.c:35
9956msgid "for conflicts, use our version"
9957msgstr ""
9958
9959#: builtin/merge-file.c:37
9960msgid "for conflicts, use their version"
9961msgstr ""
9962
9963#: builtin/merge-file.c:39
9964msgid "for conflicts, use a union version"
9965msgstr ""
9966
9967#: builtin/merge-file.c:42
9968msgid "for conflicts, use this marker size"
9969msgstr ""
9970
9971#: builtin/merge-file.c:43
9972msgid "do not warn about conflicts"
9973msgstr ""
9974
9975#: builtin/merge-file.c:45
9976msgid "set labels for file1/orig-file/file2"
9977msgstr ""
9978
9979#: builtin/merge-recursive.c:45
9980#, c-format
9981msgid "unknown option %s"
9982msgstr ""
9983
9984#: builtin/merge-recursive.c:51
9985#, c-format
9986msgid "could not parse object '%s'"
9987msgstr ""
9988
9989#: builtin/merge-recursive.c:55
9990#, c-format
9991msgid "cannot handle more than %d base. Ignoring %s."
9992msgid_plural "cannot handle more than %d bases. Ignoring %s."
9993msgstr[0] ""
9994msgstr[1] ""
9995
9996#: builtin/merge-recursive.c:63
9997msgid "not handling anything other than two heads merge."
9998msgstr ""
9999
10000#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
10001#, c-format
10002msgid "could not resolve ref '%s'"
10003msgstr ""
10004
10005#: builtin/merge-recursive.c:77
10006#, c-format
10007msgid "Merging %s with %s\n"
10008msgstr ""
10009
10010#: builtin/mktree.c:65
10011msgid "git mktree [-z] [--missing] [--batch]"
10012msgstr ""
10013
10014#: builtin/mktree.c:153
10015msgid "input is NUL terminated"
10016msgstr ""
10017
10018#: builtin/mktree.c:154 builtin/write-tree.c:25
10019msgid "allow missing objects"
10020msgstr ""
10021
10022#: builtin/mktree.c:155
10023msgid "allow creation of more than one tree"
10024msgstr ""
10025
10026#: builtin/mv.c:17
10027msgid "git mv [<options>] <source>... <destination>"
10028msgstr ""
10029
10030#: builtin/mv.c:83
10031#, c-format
10032msgid "Directory %s is in index and no submodule?"
10033msgstr ""
10034
10035#: builtin/mv.c:85 builtin/rm.c:289
10036msgid "Please stage your changes to .gitmodules or stash them to proceed"
10037msgstr ""
10038
10039#: builtin/mv.c:103
10040#, c-format
10041msgid "%.*s is in index"
10042msgstr ""
10043
10044#: builtin/mv.c:125
10045msgid "force move/rename even if target exists"
10046msgstr ""
10047
10048#: builtin/mv.c:126
10049msgid "skip move/rename errors"
10050msgstr ""
10051
10052#: builtin/mv.c:167
10053#, c-format
10054msgid "destination '%s' is not a directory"
10055msgstr ""
10056
10057#: builtin/mv.c:178
10058#, c-format
10059msgid "Checking rename of '%s' to '%s'\n"
10060msgstr ""
10061
10062#: builtin/mv.c:182
10063msgid "bad source"
10064msgstr ""
10065
10066#: builtin/mv.c:185
10067msgid "can not move directory into itself"
10068msgstr ""
10069
10070#: builtin/mv.c:188
10071msgid "cannot move directory over file"
10072msgstr ""
10073
10074#: builtin/mv.c:197
10075msgid "source directory is empty"
10076msgstr ""
10077
10078#: builtin/mv.c:222
10079msgid "not under version control"
10080msgstr ""
10081
10082#: builtin/mv.c:225
10083msgid "destination exists"
10084msgstr ""
10085
10086#: builtin/mv.c:233
10087#, c-format
10088msgid "overwriting '%s'"
10089msgstr ""
10090
10091#: builtin/mv.c:236
10092msgid "Cannot overwrite"
10093msgstr ""
10094
10095#: builtin/mv.c:239
10096msgid "multiple sources for the same target"
10097msgstr ""
10098
10099#: builtin/mv.c:241
10100msgid "destination directory does not exist"
10101msgstr ""
10102
10103#: builtin/mv.c:248
10104#, c-format
10105msgid "%s, source=%s, destination=%s"
10106msgstr ""
10107
10108#: builtin/mv.c:269
10109#, c-format
10110msgid "Renaming %s to %s\n"
10111msgstr ""
10112
10113#: builtin/mv.c:275 builtin/remote.c:712 builtin/repack.c:390
10114#, c-format
10115msgid "renaming '%s' failed"
10116msgstr ""
10117
10118#: builtin/name-rev.c:338
10119msgid "git name-rev [<options>] <commit>..."
10120msgstr ""
10121
10122#: builtin/name-rev.c:339
10123msgid "git name-rev [<options>] --all"
10124msgstr ""
10125
10126#: builtin/name-rev.c:340
10127msgid "git name-rev [<options>] --stdin"
10128msgstr ""
10129
10130#: builtin/name-rev.c:395
10131msgid "print only names (no SHA-1)"
10132msgstr ""
10133
10134#: builtin/name-rev.c:396
10135msgid "only use tags to name the commits"
10136msgstr ""
10137
10138#: builtin/name-rev.c:398
10139msgid "only use refs matching <pattern>"
10140msgstr ""
10141
10142#: builtin/name-rev.c:400
10143msgid "ignore refs matching <pattern>"
10144msgstr ""
10145
10146#: builtin/name-rev.c:402
10147msgid "list all commits reachable from all refs"
10148msgstr ""
10149
10150#: builtin/name-rev.c:403
10151msgid "read from stdin"
10152msgstr ""
10153
10154#: builtin/name-rev.c:404
10155msgid "allow to print `undefined` names (default)"
10156msgstr ""
10157
10158#: builtin/name-rev.c:410
10159msgid "dereference tags in the input (internal use)"
10160msgstr ""
10161
10162#: builtin/notes.c:26
10163msgid "git notes [--ref <notes-ref>] [list [<object>]]"
10164msgstr ""
10165
10166#: builtin/notes.c:27
10167msgid ""
10168"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
10169"| (-c | -C) <object>] [<object>]"
10170msgstr ""
10171
10172#: builtin/notes.c:28
10173msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
10174msgstr ""
10175
10176#: builtin/notes.c:29
10177msgid ""
10178"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
10179"(-c | -C) <object>] [<object>]"
10180msgstr ""
10181
10182#: builtin/notes.c:30
10183msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
10184msgstr ""
10185
10186#: builtin/notes.c:31
10187msgid "git notes [--ref <notes-ref>] show [<object>]"
10188msgstr ""
10189
10190#: builtin/notes.c:32
10191msgid ""
10192"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
10193msgstr ""
10194
10195#: builtin/notes.c:33
10196msgid "git notes merge --commit [-v | -q]"
10197msgstr ""
10198
10199#: builtin/notes.c:34
10200msgid "git notes merge --abort [-v | -q]"
10201msgstr ""
10202
10203#: builtin/notes.c:35
10204msgid "git notes [--ref <notes-ref>] remove [<object>...]"
10205msgstr ""
10206
10207#: builtin/notes.c:36
10208msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
10209msgstr ""
10210
10211#: builtin/notes.c:37
10212msgid "git notes [--ref <notes-ref>] get-ref"
10213msgstr ""
10214
10215#: builtin/notes.c:42
10216msgid "git notes [list [<object>]]"
10217msgstr ""
10218
10219#: builtin/notes.c:47
10220msgid "git notes add [<options>] [<object>]"
10221msgstr ""
10222
10223#: builtin/notes.c:52
10224msgid "git notes copy [<options>] <from-object> <to-object>"
10225msgstr ""
10226
10227#: builtin/notes.c:53
10228msgid "git notes copy --stdin [<from-object> <to-object>]..."
10229msgstr ""
10230
10231#: builtin/notes.c:58
10232msgid "git notes append [<options>] [<object>]"
10233msgstr ""
10234
10235#: builtin/notes.c:63
10236msgid "git notes edit [<object>]"
10237msgstr ""
10238
10239#: builtin/notes.c:68
10240msgid "git notes show [<object>]"
10241msgstr ""
10242
10243#: builtin/notes.c:73
10244msgid "git notes merge [<options>] <notes-ref>"
10245msgstr ""
10246
10247#: builtin/notes.c:74
10248msgid "git notes merge --commit [<options>]"
10249msgstr ""
10250
10251#: builtin/notes.c:75
10252msgid "git notes merge --abort [<options>]"
10253msgstr ""
10254
10255#: builtin/notes.c:80
10256msgid "git notes remove [<object>]"
10257msgstr ""
10258
10259#: builtin/notes.c:85
10260msgid "git notes prune [<options>]"
10261msgstr ""
10262
10263#: builtin/notes.c:90
10264msgid "git notes get-ref"
10265msgstr ""
10266
10267#: builtin/notes.c:95
10268msgid "Write/edit the notes for the following object:"
10269msgstr ""
10270
10271#: builtin/notes.c:148
10272#, c-format
10273msgid "unable to start 'show' for object '%s'"
10274msgstr ""
10275
10276#: builtin/notes.c:152
10277msgid "could not read 'show' output"
10278msgstr ""
10279
10280#: builtin/notes.c:160
10281#, c-format
10282msgid "failed to finish 'show' for object '%s'"
10283msgstr ""
10284
10285#: builtin/notes.c:195
10286msgid "please supply the note contents using either -m or -F option"
10287msgstr ""
10288
10289#: builtin/notes.c:204
10290msgid "unable to write note object"
10291msgstr ""
10292
10293#: builtin/notes.c:206
10294#, c-format
10295msgid "the note contents have been left in %s"
10296msgstr ""
10297
10298#: builtin/notes.c:234 builtin/tag.c:500
10299#, c-format
10300msgid "cannot read '%s'"
10301msgstr ""
10302
10303#: builtin/notes.c:236 builtin/tag.c:503
10304#, c-format
10305msgid "could not open or read '%s'"
10306msgstr ""
10307
10308#: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10309#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:517
10310#: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:662
10311#, c-format
10312msgid "failed to resolve '%s' as a valid ref."
10313msgstr ""
10314
10315#: builtin/notes.c:258
10316#, c-format
10317msgid "failed to read object '%s'."
10318msgstr ""
10319
10320#: builtin/notes.c:262
10321#, c-format
10322msgid "cannot read note data from non-blob object '%s'."
10323msgstr ""
10324
10325#: builtin/notes.c:302
10326#, c-format
10327msgid "malformed input line: '%s'."
10328msgstr ""
10329
10330#: builtin/notes.c:317
10331#, c-format
10332msgid "failed to copy notes from '%s' to '%s'"
10333msgstr ""
10334
10335#. TRANSLATORS: the first %s will be replaced by a git
10336#. notes command: 'add', 'merge', 'remove', etc.
10337#.
10338#: builtin/notes.c:349
10339#, c-format
10340msgid "refusing to %s notes in %s (outside of refs/notes/)"
10341msgstr ""
10342
10343#: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:500
10344#: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:655
10345#: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:973
10346msgid "too many parameters"
10347msgstr ""
10348
10349#: builtin/notes.c:382 builtin/notes.c:668
10350#, c-format
10351msgid "no note found for object %s."
10352msgstr ""
10353
10354#: builtin/notes.c:403 builtin/notes.c:566
10355msgid "note contents as a string"
10356msgstr ""
10357
10358#: builtin/notes.c:406 builtin/notes.c:569
10359msgid "note contents in a file"
10360msgstr ""
10361
10362#: builtin/notes.c:409 builtin/notes.c:572
10363msgid "reuse and edit specified note object"
10364msgstr ""
10365
10366#: builtin/notes.c:412 builtin/notes.c:575
10367msgid "reuse specified note object"
10368msgstr ""
10369
10370#: builtin/notes.c:415 builtin/notes.c:578
10371msgid "allow storing empty note"
10372msgstr ""
10373
10374#: builtin/notes.c:416 builtin/notes.c:487
10375msgid "replace existing notes"
10376msgstr ""
10377
10378#: builtin/notes.c:441
10379#, c-format
10380msgid ""
10381"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10382"existing notes"
10383msgstr ""
10384
10385#: builtin/notes.c:456 builtin/notes.c:535
10386#, c-format
10387msgid "Overwriting existing notes for object %s\n"
10388msgstr ""
10389
10390#: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:892
10391#, c-format
10392msgid "Removing note for object %s\n"
10393msgstr ""
10394
10395#: builtin/notes.c:488
10396msgid "read objects from stdin"
10397msgstr ""
10398
10399#: builtin/notes.c:490
10400msgid "load rewriting config for <command> (implies --stdin)"
10401msgstr ""
10402
10403#: builtin/notes.c:508
10404msgid "too few parameters"
10405msgstr ""
10406
10407#: builtin/notes.c:529
10408#, c-format
10409msgid ""
10410"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10411"existing notes"
10412msgstr ""
10413
10414#: builtin/notes.c:541
10415#, c-format
10416msgid "missing notes on source object %s. Cannot copy."
10417msgstr ""
10418
10419#: builtin/notes.c:593
10420#, c-format
10421msgid ""
10422"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10423"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10424msgstr ""
10425
10426#: builtin/notes.c:688
10427msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10428msgstr ""
10429
10430#: builtin/notes.c:690
10431msgid "failed to delete ref NOTES_MERGE_REF"
10432msgstr ""
10433
10434#: builtin/notes.c:692
10435msgid "failed to remove 'git notes merge' worktree"
10436msgstr ""
10437
10438#: builtin/notes.c:712
10439msgid "failed to read ref NOTES_MERGE_PARTIAL"
10440msgstr ""
10441
10442#: builtin/notes.c:714
10443msgid "could not find commit from NOTES_MERGE_PARTIAL."
10444msgstr ""
10445
10446#: builtin/notes.c:716
10447msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10448msgstr ""
10449
10450#: builtin/notes.c:729
10451msgid "failed to resolve NOTES_MERGE_REF"
10452msgstr ""
10453
10454#: builtin/notes.c:732
10455msgid "failed to finalize notes merge"
10456msgstr ""
10457
10458#: builtin/notes.c:758
10459#, c-format
10460msgid "unknown notes merge strategy %s"
10461msgstr ""
10462
10463#: builtin/notes.c:774
10464msgid "General options"
10465msgstr ""
10466
10467#: builtin/notes.c:776
10468msgid "Merge options"
10469msgstr ""
10470
10471#: builtin/notes.c:778
10472msgid ""
10473"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10474"cat_sort_uniq)"
10475msgstr ""
10476
10477#: builtin/notes.c:780
10478msgid "Committing unmerged notes"
10479msgstr ""
10480
10481#: builtin/notes.c:782
10482msgid "finalize notes merge by committing unmerged notes"
10483msgstr ""
10484
10485#: builtin/notes.c:784
10486msgid "Aborting notes merge resolution"
10487msgstr ""
10488
10489#: builtin/notes.c:786
10490msgid "abort notes merge"
10491msgstr ""
10492
10493#: builtin/notes.c:797
10494msgid "cannot mix --commit, --abort or -s/--strategy"
10495msgstr ""
10496
10497#: builtin/notes.c:802
10498msgid "must specify a notes ref to merge"
10499msgstr ""
10500
10501#: builtin/notes.c:826
10502#, c-format
10503msgid "unknown -s/--strategy: %s"
10504msgstr ""
10505
10506#: builtin/notes.c:863
10507#, c-format
10508msgid "a notes merge into %s is already in-progress at %s"
10509msgstr ""
10510
10511#: builtin/notes.c:866
10512#, c-format
10513msgid "failed to store link to current notes ref (%s)"
10514msgstr ""
10515
10516#: builtin/notes.c:868
10517#, c-format
10518msgid ""
10519"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10520"'git notes merge --commit', or abort the merge with 'git notes merge --"
10521"abort'.\n"
10522msgstr ""
10523
10524#: builtin/notes.c:890
10525#, c-format
10526msgid "Object %s has no note\n"
10527msgstr ""
10528
10529#: builtin/notes.c:902
10530msgid "attempt to remove non-existent note is not an error"
10531msgstr ""
10532
10533#: builtin/notes.c:905
10534msgid "read object names from the standard input"
10535msgstr ""
10536
10537#: builtin/notes.c:943 builtin/prune.c:105 builtin/worktree.c:158
10538msgid "do not remove, show only"
10539msgstr ""
10540
10541#: builtin/notes.c:944
10542msgid "report pruned notes"
10543msgstr ""
10544
10545#: builtin/notes.c:986
10546msgid "notes-ref"
10547msgstr ""
10548
10549#: builtin/notes.c:987
10550msgid "use notes from <notes-ref>"
10551msgstr ""
10552
10553#: builtin/notes.c:1022
10554#, c-format
10555msgid "unknown subcommand: %s"
10556msgstr ""
10557
10558#: builtin/pack-objects.c:33
10559msgid ""
10560"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10561msgstr ""
10562
10563#: builtin/pack-objects.c:34
10564msgid ""
10565"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10566msgstr ""
10567
10568#: builtin/pack-objects.c:192 builtin/pack-objects.c:195
10569#, c-format
10570msgid "deflate error (%d)"
10571msgstr ""
10572
10573#: builtin/pack-objects.c:788
10574msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10575msgstr ""
10576
10577#: builtin/pack-objects.c:801
10578msgid "Writing objects"
10579msgstr ""
10580
10581#: builtin/pack-objects.c:1081
10582msgid "disabling bitmap writing, as some objects are not being packed"
10583msgstr ""
10584
10585#: builtin/pack-objects.c:2451
10586msgid "Compressing objects"
10587msgstr ""
10588
10589#: builtin/pack-objects.c:2599
10590msgid "invalid value for --missing"
10591msgstr ""
10592
10593#: builtin/pack-objects.c:2902
10594#, c-format
10595msgid "unsupported index version %s"
10596msgstr ""
10597
10598#: builtin/pack-objects.c:2906
10599#, c-format
10600msgid "bad index version '%s'"
10601msgstr ""
10602
10603#: builtin/pack-objects.c:2936
10604msgid "do not show progress meter"
10605msgstr ""
10606
10607#: builtin/pack-objects.c:2938
10608msgid "show progress meter"
10609msgstr ""
10610
10611#: builtin/pack-objects.c:2940
10612msgid "show progress meter during object writing phase"
10613msgstr ""
10614
10615#: builtin/pack-objects.c:2943
10616msgid "similar to --all-progress when progress meter is shown"
10617msgstr ""
10618
10619#: builtin/pack-objects.c:2944
10620msgid "version[,offset]"
10621msgstr ""
10622
10623#: builtin/pack-objects.c:2945
10624msgid "write the pack index file in the specified idx format version"
10625msgstr ""
10626
10627#: builtin/pack-objects.c:2948
10628msgid "maximum size of each output pack file"
10629msgstr ""
10630
10631#: builtin/pack-objects.c:2950
10632msgid "ignore borrowed objects from alternate object store"
10633msgstr ""
10634
10635#: builtin/pack-objects.c:2952
10636msgid "ignore packed objects"
10637msgstr ""
10638
10639#: builtin/pack-objects.c:2954
10640msgid "limit pack window by objects"
10641msgstr ""
10642
10643#: builtin/pack-objects.c:2956
10644msgid "limit pack window by memory in addition to object limit"
10645msgstr ""
10646
10647#: builtin/pack-objects.c:2958
10648msgid "maximum length of delta chain allowed in the resulting pack"
10649msgstr ""
10650
10651#: builtin/pack-objects.c:2960
10652msgid "reuse existing deltas"
10653msgstr ""
10654
10655#: builtin/pack-objects.c:2962
10656msgid "reuse existing objects"
10657msgstr ""
10658
10659#: builtin/pack-objects.c:2964
10660msgid "use OFS_DELTA objects"
10661msgstr ""
10662
10663#: builtin/pack-objects.c:2966
10664msgid "use threads when searching for best delta matches"
10665msgstr ""
10666
10667#: builtin/pack-objects.c:2968
10668msgid "do not create an empty pack output"
10669msgstr ""
10670
10671#: builtin/pack-objects.c:2970
10672msgid "read revision arguments from standard input"
10673msgstr ""
10674
10675#: builtin/pack-objects.c:2972
10676msgid "limit the objects to those that are not yet packed"
10677msgstr ""
10678
10679#: builtin/pack-objects.c:2975
10680msgid "include objects reachable from any reference"
10681msgstr ""
10682
10683#: builtin/pack-objects.c:2978
10684msgid "include objects referred by reflog entries"
10685msgstr ""
10686
10687#: builtin/pack-objects.c:2981
10688msgid "include objects referred to by the index"
10689msgstr ""
10690
10691#: builtin/pack-objects.c:2984
10692msgid "output pack to stdout"
10693msgstr ""
10694
10695#: builtin/pack-objects.c:2986
10696msgid "include tag objects that refer to objects to be packed"
10697msgstr ""
10698
10699#: builtin/pack-objects.c:2988
10700msgid "keep unreachable objects"
10701msgstr ""
10702
10703#: builtin/pack-objects.c:2990
10704msgid "pack loose unreachable objects"
10705msgstr ""
10706
10707#: builtin/pack-objects.c:2992
10708msgid "unpack unreachable objects newer than <time>"
10709msgstr ""
10710
10711#: builtin/pack-objects.c:2995
10712msgid "create thin packs"
10713msgstr ""
10714
10715#: builtin/pack-objects.c:2997
10716msgid "create packs suitable for shallow fetches"
10717msgstr ""
10718
10719#: builtin/pack-objects.c:2999
10720msgid "ignore packs that have companion .keep file"
10721msgstr ""
10722
10723#: builtin/pack-objects.c:3001
10724msgid "pack compression level"
10725msgstr ""
10726
10727#: builtin/pack-objects.c:3003
10728msgid "do not hide commits by grafts"
10729msgstr ""
10730
10731#: builtin/pack-objects.c:3005
10732msgid "use a bitmap index if available to speed up counting objects"
10733msgstr ""
10734
10735#: builtin/pack-objects.c:3007
10736msgid "write a bitmap index together with the pack index"
10737msgstr ""
10738
10739#: builtin/pack-objects.c:3010
10740msgid "handling for missing objects"
10741msgstr ""
10742
10743#: builtin/pack-objects.c:3144
10744msgid "Counting objects"
10745msgstr ""
10746
10747#: builtin/pack-refs.c:6
10748msgid "git pack-refs [<options>]"
10749msgstr ""
10750
10751#: builtin/pack-refs.c:14
10752msgid "pack everything"
10753msgstr ""
10754
10755#: builtin/pack-refs.c:15
10756msgid "prune loose refs (default)"
10757msgstr ""
10758
10759#: builtin/prune-packed.c:8
10760msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10761msgstr ""
10762
10763#: builtin/prune-packed.c:41
10764msgid "Removing duplicate objects"
10765msgstr ""
10766
10767#: builtin/prune.c:11
10768msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
10769msgstr ""
10770
10771#: builtin/prune.c:106
10772msgid "report pruned objects"
10773msgstr ""
10774
10775#: builtin/prune.c:109
10776msgid "expire objects older than <time>"
10777msgstr ""
10778
10779#: builtin/prune.c:123
10780msgid "cannot prune in a precious-objects repo"
10781msgstr ""
10782
10783#: builtin/pull.c:54 builtin/pull.c:56
10784#, c-format
10785msgid "Invalid value for %s: %s"
10786msgstr ""
10787
10788#: builtin/pull.c:76
10789msgid "git pull [<options>] [<repository> [<refspec>...]]"
10790msgstr ""
10791
10792#: builtin/pull.c:127
10793msgid "control for recursive fetching of submodules"
10794msgstr ""
10795
10796#: builtin/pull.c:131
10797msgid "Options related to merging"
10798msgstr ""
10799
10800#: builtin/pull.c:134
10801msgid "incorporate changes by rebasing rather than merging"
10802msgstr ""
10803
10804#: builtin/pull.c:161 builtin/rebase--helper.c:23 builtin/revert.c:121
10805msgid "allow fast-forward"
10806msgstr ""
10807
10808#: builtin/pull.c:170
10809msgid "automatically stash/stash pop before and after rebase"
10810msgstr ""
10811
10812#: builtin/pull.c:186
10813msgid "Options related to fetching"
10814msgstr ""
10815
10816#: builtin/pull.c:204
10817msgid "number of submodules pulled in parallel"
10818msgstr ""
10819
10820#: builtin/pull.c:299
10821#, c-format
10822msgid "Invalid value for pull.ff: %s"
10823msgstr ""
10824
10825#: builtin/pull.c:415
10826msgid ""
10827"There is no candidate for rebasing against among the refs that you just "
10828"fetched."
10829msgstr ""
10830
10831#: builtin/pull.c:417
10832msgid ""
10833"There are no candidates for merging among the refs that you just fetched."
10834msgstr ""
10835
10836#: builtin/pull.c:418
10837msgid ""
10838"Generally this means that you provided a wildcard refspec which had no\n"
10839"matches on the remote end."
10840msgstr ""
10841
10842#: builtin/pull.c:421
10843#, c-format
10844msgid ""
10845"You asked to pull from the remote '%s', but did not specify\n"
10846"a branch. Because this is not the default configured remote\n"
10847"for your current branch, you must specify a branch on the command line."
10848msgstr ""
10849
10850#: builtin/pull.c:426 git-parse-remote.sh:73
10851msgid "You are not currently on a branch."
10852msgstr ""
10853
10854#: builtin/pull.c:428 builtin/pull.c:443 git-parse-remote.sh:79
10855msgid "Please specify which branch you want to rebase against."
10856msgstr ""
10857
10858#: builtin/pull.c:430 builtin/pull.c:445 git-parse-remote.sh:82
10859msgid "Please specify which branch you want to merge with."
10860msgstr ""
10861
10862#: builtin/pull.c:431 builtin/pull.c:446
10863msgid "See git-pull(1) for details."
10864msgstr ""
10865
10866#: builtin/pull.c:433 builtin/pull.c:439 builtin/pull.c:448
10867#: git-parse-remote.sh:64
10868msgid "<remote>"
10869msgstr ""
10870
10871#: builtin/pull.c:433 builtin/pull.c:448 builtin/pull.c:453 git-rebase.sh:466
10872#: git-parse-remote.sh:65
10873msgid "<branch>"
10874msgstr ""
10875
10876#: builtin/pull.c:441 git-parse-remote.sh:75
10877msgid "There is no tracking information for the current branch."
10878msgstr ""
10879
10880#: builtin/pull.c:450 git-parse-remote.sh:95
10881msgid ""
10882"If you wish to set tracking information for this branch you can do so with:"
10883msgstr ""
10884
10885#: builtin/pull.c:455
10886#, c-format
10887msgid ""
10888"Your configuration specifies to merge with the ref '%s'\n"
10889"from the remote, but no such ref was fetched."
10890msgstr ""
10891
10892#: builtin/pull.c:817
10893msgid "ignoring --verify-signatures for rebase"
10894msgstr ""
10895
10896#: builtin/pull.c:865
10897msgid "--[no-]autostash option is only valid with --rebase."
10898msgstr ""
10899
10900#: builtin/pull.c:873
10901msgid "Updating an unborn branch with changes added to the index."
10902msgstr ""
10903
10904#: builtin/pull.c:876
10905msgid "pull with rebase"
10906msgstr ""
10907
10908#: builtin/pull.c:877
10909msgid "please commit or stash them."
10910msgstr ""
10911
10912#: builtin/pull.c:902
10913#, c-format
10914msgid ""
10915"fetch updated the current branch head.\n"
10916"fast-forwarding your working tree from\n"
10917"commit %s."
10918msgstr ""
10919
10920#: builtin/pull.c:907
10921#, c-format
10922msgid ""
10923"Cannot fast-forward your working tree.\n"
10924"After making sure that you saved anything precious from\n"
10925"$ git diff %s\n"
10926"output, run\n"
10927"$ git reset --hard\n"
10928"to recover."
10929msgstr ""
10930
10931#: builtin/pull.c:922
10932msgid "Cannot merge multiple branches into empty head."
10933msgstr ""
10934
10935#: builtin/pull.c:926
10936msgid "Cannot rebase onto multiple branches."
10937msgstr ""
10938
10939#: builtin/pull.c:933
10940msgid "cannot rebase with locally recorded submodule modifications"
10941msgstr ""
10942
10943#: builtin/push.c:17
10944msgid "git push [<options>] [<repository> [<refspec>...]]"
10945msgstr ""
10946
10947#: builtin/push.c:92
10948msgid "tag shorthand without <tag>"
10949msgstr ""
10950
10951#: builtin/push.c:102
10952msgid "--delete only accepts plain target ref names"
10953msgstr ""
10954
10955#: builtin/push.c:146
10956msgid ""
10957"\n"
10958"To choose either option permanently, see push.default in 'git help config'."
10959msgstr ""
10960
10961#: builtin/push.c:149
10962#, c-format
10963msgid ""
10964"The upstream branch of your current branch does not match\n"
10965"the name of your current branch.  To push to the upstream branch\n"
10966"on the remote, use\n"
10967"\n"
10968"    git push %s HEAD:%s\n"
10969"\n"
10970"To push to the branch of the same name on the remote, use\n"
10971"\n"
10972"    git push %s %s\n"
10973"%s"
10974msgstr ""
10975
10976#: builtin/push.c:164
10977#, c-format
10978msgid ""
10979"You are not currently on a branch.\n"
10980"To push the history leading to the current (detached HEAD)\n"
10981"state now, use\n"
10982"\n"
10983"    git push %s HEAD:<name-of-remote-branch>\n"
10984msgstr ""
10985
10986#: builtin/push.c:178
10987#, c-format
10988msgid ""
10989"The current branch %s has no upstream branch.\n"
10990"To push the current branch and set the remote as upstream, use\n"
10991"\n"
10992"    git push --set-upstream %s %s\n"
10993msgstr ""
10994
10995#: builtin/push.c:186
10996#, c-format
10997msgid "The current branch %s has multiple upstream branches, refusing to push."
10998msgstr ""
10999
11000#: builtin/push.c:189
11001#, c-format
11002msgid ""
11003"You are pushing to remote '%s', which is not the upstream of\n"
11004"your current branch '%s', without telling me what to push\n"
11005"to update which remote branch."
11006msgstr ""
11007
11008#: builtin/push.c:248
11009msgid ""
11010"You didn't specify any refspecs to push, and push.default is \"nothing\"."
11011msgstr ""
11012
11013#: builtin/push.c:255
11014msgid ""
11015"Updates were rejected because the tip of your current branch is behind\n"
11016"its remote counterpart. Integrate the remote changes (e.g.\n"
11017"'git pull ...') before pushing again.\n"
11018"See the 'Note about fast-forwards' in 'git push --help' for details."
11019msgstr ""
11020
11021#: builtin/push.c:261
11022msgid ""
11023"Updates were rejected because a pushed branch tip is behind its remote\n"
11024"counterpart. Check out this branch and integrate the remote changes\n"
11025"(e.g. 'git pull ...') before pushing again.\n"
11026"See the 'Note about fast-forwards' in 'git push --help' for details."
11027msgstr ""
11028
11029#: builtin/push.c:267
11030msgid ""
11031"Updates were rejected because the remote contains work that you do\n"
11032"not have locally. This is usually caused by another repository pushing\n"
11033"to the same ref. You may want to first integrate the remote changes\n"
11034"(e.g., 'git pull ...') before pushing again.\n"
11035"See the 'Note about fast-forwards' in 'git push --help' for details."
11036msgstr ""
11037
11038#: builtin/push.c:274
11039msgid "Updates were rejected because the tag already exists in the remote."
11040msgstr ""
11041
11042#: builtin/push.c:277
11043msgid ""
11044"You cannot update a remote ref that points at a non-commit object,\n"
11045"or update a remote ref to make it point at a non-commit object,\n"
11046"without using the '--force' option.\n"
11047msgstr ""
11048
11049#: builtin/push.c:337
11050#, c-format
11051msgid "Pushing to %s\n"
11052msgstr ""
11053
11054#: builtin/push.c:341
11055#, c-format
11056msgid "failed to push some refs to '%s'"
11057msgstr ""
11058
11059#: builtin/push.c:372
11060#, c-format
11061msgid "bad repository '%s'"
11062msgstr ""
11063
11064#: builtin/push.c:373
11065msgid ""
11066"No configured push destination.\n"
11067"Either specify the URL from the command-line or configure a remote "
11068"repository using\n"
11069"\n"
11070"    git remote add <name> <url>\n"
11071"\n"
11072"and then push using the remote name\n"
11073"\n"
11074"    git push <name>\n"
11075msgstr ""
11076
11077#: builtin/push.c:391
11078msgid "--all and --tags are incompatible"
11079msgstr ""
11080
11081#: builtin/push.c:392
11082msgid "--all can't be combined with refspecs"
11083msgstr ""
11084
11085#: builtin/push.c:397
11086msgid "--mirror and --tags are incompatible"
11087msgstr ""
11088
11089#: builtin/push.c:398
11090msgid "--mirror can't be combined with refspecs"
11091msgstr ""
11092
11093#: builtin/push.c:403
11094msgid "--all and --mirror are incompatible"
11095msgstr ""
11096
11097#: builtin/push.c:535
11098msgid "repository"
11099msgstr ""
11100
11101#: builtin/push.c:536 builtin/send-pack.c:163
11102msgid "push all refs"
11103msgstr ""
11104
11105#: builtin/push.c:537 builtin/send-pack.c:165
11106msgid "mirror all refs"
11107msgstr ""
11108
11109#: builtin/push.c:539
11110msgid "delete refs"
11111msgstr ""
11112
11113#: builtin/push.c:540
11114msgid "push tags (can't be used with --all or --mirror)"
11115msgstr ""
11116
11117#: builtin/push.c:543 builtin/send-pack.c:166
11118msgid "force updates"
11119msgstr ""
11120
11121#: builtin/push.c:545 builtin/send-pack.c:180
11122msgid "refname>:<expect"
11123msgstr ""
11124
11125#: builtin/push.c:546 builtin/send-pack.c:181
11126msgid "require old value of ref to be at this value"
11127msgstr ""
11128
11129#: builtin/push.c:549
11130msgid "control recursive pushing of submodules"
11131msgstr ""
11132
11133#: builtin/push.c:551 builtin/send-pack.c:174
11134msgid "use thin pack"
11135msgstr ""
11136
11137#: builtin/push.c:552 builtin/push.c:553 builtin/send-pack.c:160
11138#: builtin/send-pack.c:161
11139msgid "receive pack program"
11140msgstr ""
11141
11142#: builtin/push.c:554
11143msgid "set upstream for git pull/status"
11144msgstr ""
11145
11146#: builtin/push.c:557
11147msgid "prune locally removed refs"
11148msgstr ""
11149
11150#: builtin/push.c:559
11151msgid "bypass pre-push hook"
11152msgstr ""
11153
11154#: builtin/push.c:560
11155msgid "push missing but relevant tags"
11156msgstr ""
11157
11158#: builtin/push.c:563 builtin/send-pack.c:168
11159msgid "GPG sign the push"
11160msgstr ""
11161
11162#: builtin/push.c:565 builtin/send-pack.c:175
11163msgid "request atomic transaction on remote side"
11164msgstr ""
11165
11166#: builtin/push.c:566 builtin/send-pack.c:171
11167msgid "server-specific"
11168msgstr ""
11169
11170#: builtin/push.c:566 builtin/send-pack.c:172
11171msgid "option to transmit"
11172msgstr ""
11173
11174#: builtin/push.c:583
11175msgid "--delete is incompatible with --all, --mirror and --tags"
11176msgstr ""
11177
11178#: builtin/push.c:585
11179msgid "--delete doesn't make sense without any refs"
11180msgstr ""
11181
11182#: builtin/push.c:604
11183msgid "push options must not have new line characters"
11184msgstr ""
11185
11186#: builtin/read-tree.c:40
11187msgid ""
11188"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
11189"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11190"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11191msgstr ""
11192
11193#: builtin/read-tree.c:121
11194msgid "write resulting index to <file>"
11195msgstr ""
11196
11197#: builtin/read-tree.c:124
11198msgid "only empty the index"
11199msgstr ""
11200
11201#: builtin/read-tree.c:126
11202msgid "Merging"
11203msgstr ""
11204
11205#: builtin/read-tree.c:128
11206msgid "perform a merge in addition to a read"
11207msgstr ""
11208
11209#: builtin/read-tree.c:130
11210msgid "3-way merge if no file level merging required"
11211msgstr ""
11212
11213#: builtin/read-tree.c:132
11214msgid "3-way merge in presence of adds and removes"
11215msgstr ""
11216
11217#: builtin/read-tree.c:134
11218msgid "same as -m, but discard unmerged entries"
11219msgstr ""
11220
11221#: builtin/read-tree.c:135
11222msgid "<subdirectory>/"
11223msgstr ""
11224
11225#: builtin/read-tree.c:136
11226msgid "read the tree into the index under <subdirectory>/"
11227msgstr ""
11228
11229#: builtin/read-tree.c:139
11230msgid "update working tree with merge result"
11231msgstr ""
11232
11233#: builtin/read-tree.c:141
11234msgid "gitignore"
11235msgstr ""
11236
11237#: builtin/read-tree.c:142
11238msgid "allow explicitly ignored files to be overwritten"
11239msgstr ""
11240
11241#: builtin/read-tree.c:145
11242msgid "don't check the working tree after merging"
11243msgstr ""
11244
11245#: builtin/read-tree.c:146
11246msgid "don't update the index or the work tree"
11247msgstr ""
11248
11249#: builtin/read-tree.c:148
11250msgid "skip applying sparse checkout filter"
11251msgstr ""
11252
11253#: builtin/read-tree.c:150
11254msgid "debug unpack-trees"
11255msgstr ""
11256
11257#: builtin/rebase--helper.c:8
11258msgid "git rebase--helper [<options>]"
11259msgstr ""
11260
11261#: builtin/rebase--helper.c:24
11262msgid "keep empty commits"
11263msgstr ""
11264
11265#: builtin/rebase--helper.c:25
11266msgid "continue rebase"
11267msgstr ""
11268
11269#: builtin/rebase--helper.c:27
11270msgid "abort rebase"
11271msgstr ""
11272
11273#: builtin/rebase--helper.c:30
11274msgid "make rebase script"
11275msgstr ""
11276
11277#: builtin/rebase--helper.c:32
11278msgid "shorten commit ids in the todo list"
11279msgstr ""
11280
11281#: builtin/rebase--helper.c:34
11282msgid "expand commit ids in the todo list"
11283msgstr ""
11284
11285#: builtin/rebase--helper.c:36
11286msgid "check the todo list"
11287msgstr ""
11288
11289#: builtin/rebase--helper.c:38
11290msgid "skip unnecessary picks"
11291msgstr ""
11292
11293#: builtin/rebase--helper.c:40
11294msgid "rearrange fixup/squash lines"
11295msgstr ""
11296
11297#: builtin/rebase--helper.c:42
11298msgid "insert exec commands in todo list"
11299msgstr ""
11300
11301#: builtin/receive-pack.c:30
11302msgid "git receive-pack <git-dir>"
11303msgstr ""
11304
11305#: builtin/receive-pack.c:840
11306msgid ""
11307"By default, updating the current branch in a non-bare repository\n"
11308"is denied, because it will make the index and work tree inconsistent\n"
11309"with what you pushed, and will require 'git reset --hard' to match\n"
11310"the work tree to HEAD.\n"
11311"\n"
11312"You can set the 'receive.denyCurrentBranch' configuration variable\n"
11313"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11314"its current branch; however, this is not recommended unless you\n"
11315"arranged to update its work tree to match what you pushed in some\n"
11316"other way.\n"
11317"\n"
11318"To squelch this message and still keep the default behaviour, set\n"
11319"'receive.denyCurrentBranch' configuration variable to 'refuse'."
11320msgstr ""
11321
11322#: builtin/receive-pack.c:860
11323msgid ""
11324"By default, deleting the current branch is denied, because the next\n"
11325"'git clone' won't result in any file checked out, causing confusion.\n"
11326"\n"
11327"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11328"'warn' or 'ignore' in the remote repository to allow deleting the\n"
11329"current branch, with or without a warning message.\n"
11330"\n"
11331"To squelch this message, you can set it to 'refuse'."
11332msgstr ""
11333
11334#: builtin/receive-pack.c:1933
11335msgid "quiet"
11336msgstr ""
11337
11338#: builtin/receive-pack.c:1947
11339msgid "You must specify a directory."
11340msgstr ""
11341
11342#: builtin/reflog.c:531 builtin/reflog.c:536
11343#, c-format
11344msgid "'%s' is not a valid timestamp"
11345msgstr ""
11346
11347#: builtin/remote.c:13
11348msgid "git remote [-v | --verbose]"
11349msgstr ""
11350
11351#: builtin/remote.c:14
11352msgid ""
11353"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11354"mirror=<fetch|push>] <name> <url>"
11355msgstr ""
11356
11357#: builtin/remote.c:15 builtin/remote.c:35
11358msgid "git remote rename <old> <new>"
11359msgstr ""
11360
11361#: builtin/remote.c:16 builtin/remote.c:40
11362msgid "git remote remove <name>"
11363msgstr ""
11364
11365#: builtin/remote.c:17 builtin/remote.c:45
11366msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11367msgstr ""
11368
11369#: builtin/remote.c:18
11370msgid "git remote [-v | --verbose] show [-n] <name>"
11371msgstr ""
11372
11373#: builtin/remote.c:19
11374msgid "git remote prune [-n | --dry-run] <name>"
11375msgstr ""
11376
11377#: builtin/remote.c:20
11378msgid ""
11379"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11380msgstr ""
11381
11382#: builtin/remote.c:21
11383msgid "git remote set-branches [--add] <name> <branch>..."
11384msgstr ""
11385
11386#: builtin/remote.c:22 builtin/remote.c:71
11387msgid "git remote get-url [--push] [--all] <name>"
11388msgstr ""
11389
11390#: builtin/remote.c:23 builtin/remote.c:76
11391msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11392msgstr ""
11393
11394#: builtin/remote.c:24 builtin/remote.c:77
11395msgid "git remote set-url --add <name> <newurl>"
11396msgstr ""
11397
11398#: builtin/remote.c:25 builtin/remote.c:78
11399msgid "git remote set-url --delete <name> <url>"
11400msgstr ""
11401
11402#: builtin/remote.c:30
11403msgid "git remote add [<options>] <name> <url>"
11404msgstr ""
11405
11406#: builtin/remote.c:50
11407msgid "git remote set-branches <name> <branch>..."
11408msgstr ""
11409
11410#: builtin/remote.c:51
11411msgid "git remote set-branches --add <name> <branch>..."
11412msgstr ""
11413
11414#: builtin/remote.c:56
11415msgid "git remote show [<options>] <name>"
11416msgstr ""
11417
11418#: builtin/remote.c:61
11419msgid "git remote prune [<options>] <name>"
11420msgstr ""
11421
11422#: builtin/remote.c:66
11423msgid "git remote update [<options>] [<group> | <remote>]..."
11424msgstr ""
11425
11426#: builtin/remote.c:95
11427#, c-format
11428msgid "Updating %s"
11429msgstr ""
11430
11431#: builtin/remote.c:127
11432msgid ""
11433"--mirror is dangerous and deprecated; please\n"
11434"\t use --mirror=fetch or --mirror=push instead"
11435msgstr ""
11436
11437#: builtin/remote.c:144
11438#, c-format
11439msgid "unknown mirror argument: %s"
11440msgstr ""
11441
11442#: builtin/remote.c:160
11443msgid "fetch the remote branches"
11444msgstr ""
11445
11446#: builtin/remote.c:162
11447msgid "import all tags and associated objects when fetching"
11448msgstr ""
11449
11450#: builtin/remote.c:165
11451msgid "or do not fetch any tag at all (--no-tags)"
11452msgstr ""
11453
11454#: builtin/remote.c:167
11455msgid "branch(es) to track"
11456msgstr ""
11457
11458#: builtin/remote.c:168
11459msgid "master branch"
11460msgstr ""
11461
11462#: builtin/remote.c:169
11463msgid "push|fetch"
11464msgstr ""
11465
11466#: builtin/remote.c:170
11467msgid "set up remote as a mirror to push to or fetch from"
11468msgstr ""
11469
11470#: builtin/remote.c:182
11471msgid "specifying a master branch makes no sense with --mirror"
11472msgstr ""
11473
11474#: builtin/remote.c:184
11475msgid "specifying branches to track makes sense only with fetch mirrors"
11476msgstr ""
11477
11478#: builtin/remote.c:191 builtin/remote.c:631
11479#, c-format
11480msgid "remote %s already exists."
11481msgstr ""
11482
11483#: builtin/remote.c:195 builtin/remote.c:635
11484#, c-format
11485msgid "'%s' is not a valid remote name"
11486msgstr ""
11487
11488#: builtin/remote.c:235
11489#, c-format
11490msgid "Could not setup master '%s'"
11491msgstr ""
11492
11493#: builtin/remote.c:337
11494#, c-format
11495msgid "Could not get fetch map for refspec %s"
11496msgstr ""
11497
11498#: builtin/remote.c:438 builtin/remote.c:446
11499msgid "(matching)"
11500msgstr ""
11501
11502#: builtin/remote.c:450
11503msgid "(delete)"
11504msgstr ""
11505
11506#: builtin/remote.c:624 builtin/remote.c:759 builtin/remote.c:858
11507#, c-format
11508msgid "No such remote: %s"
11509msgstr ""
11510
11511#: builtin/remote.c:641
11512#, c-format
11513msgid "Could not rename config section '%s' to '%s'"
11514msgstr ""
11515
11516#: builtin/remote.c:661
11517#, c-format
11518msgid ""
11519"Not updating non-default fetch refspec\n"
11520"\t%s\n"
11521"\tPlease update the configuration manually if necessary."
11522msgstr ""
11523
11524#: builtin/remote.c:697
11525#, c-format
11526msgid "deleting '%s' failed"
11527msgstr ""
11528
11529#: builtin/remote.c:731
11530#, c-format
11531msgid "creating '%s' failed"
11532msgstr ""
11533
11534#: builtin/remote.c:796
11535msgid ""
11536"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11537"to delete it, use:"
11538msgid_plural ""
11539"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11540"to delete them, use:"
11541msgstr[0] ""
11542msgstr[1] ""
11543
11544#: builtin/remote.c:810
11545#, c-format
11546msgid "Could not remove config section '%s'"
11547msgstr ""
11548
11549#: builtin/remote.c:911
11550#, c-format
11551msgid " new (next fetch will store in remotes/%s)"
11552msgstr ""
11553
11554#: builtin/remote.c:914
11555msgid " tracked"
11556msgstr ""
11557
11558#: builtin/remote.c:916
11559msgid " stale (use 'git remote prune' to remove)"
11560msgstr ""
11561
11562#: builtin/remote.c:918
11563msgid " ???"
11564msgstr ""
11565
11566#: builtin/remote.c:959
11567#, c-format
11568msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11569msgstr ""
11570
11571#: builtin/remote.c:967
11572#, c-format
11573msgid "rebases interactively onto remote %s"
11574msgstr ""
11575
11576#: builtin/remote.c:968
11577#, c-format
11578msgid "rebases onto remote %s"
11579msgstr ""
11580
11581#: builtin/remote.c:971
11582#, c-format
11583msgid " merges with remote %s"
11584msgstr ""
11585
11586#: builtin/remote.c:974
11587#, c-format
11588msgid "merges with remote %s"
11589msgstr ""
11590
11591#: builtin/remote.c:977
11592#, c-format
11593msgid "%-*s    and with remote %s\n"
11594msgstr ""
11595
11596#: builtin/remote.c:1020
11597msgid "create"
11598msgstr ""
11599
11600#: builtin/remote.c:1023
11601msgid "delete"
11602msgstr ""
11603
11604#: builtin/remote.c:1027
11605msgid "up to date"
11606msgstr ""
11607
11608#: builtin/remote.c:1030
11609msgid "fast-forwardable"
11610msgstr ""
11611
11612#: builtin/remote.c:1033
11613msgid "local out of date"
11614msgstr ""
11615
11616#: builtin/remote.c:1040
11617#, c-format
11618msgid "    %-*s forces to %-*s (%s)"
11619msgstr ""
11620
11621#: builtin/remote.c:1043
11622#, c-format
11623msgid "    %-*s pushes to %-*s (%s)"
11624msgstr ""
11625
11626#: builtin/remote.c:1047
11627#, c-format
11628msgid "    %-*s forces to %s"
11629msgstr ""
11630
11631#: builtin/remote.c:1050
11632#, c-format
11633msgid "    %-*s pushes to %s"
11634msgstr ""
11635
11636#: builtin/remote.c:1118
11637msgid "do not query remotes"
11638msgstr ""
11639
11640#: builtin/remote.c:1145
11641#, c-format
11642msgid "* remote %s"
11643msgstr ""
11644
11645#: builtin/remote.c:1146
11646#, c-format
11647msgid "  Fetch URL: %s"
11648msgstr ""
11649
11650#: builtin/remote.c:1147 builtin/remote.c:1163 builtin/remote.c:1302
11651msgid "(no URL)"
11652msgstr ""
11653
11654#. TRANSLATORS: the colon ':' should align
11655#. with the one in " Fetch URL: %s"
11656#. translation.
11657#.
11658#: builtin/remote.c:1161 builtin/remote.c:1163
11659#, c-format
11660msgid "  Push  URL: %s"
11661msgstr ""
11662
11663#: builtin/remote.c:1165 builtin/remote.c:1167 builtin/remote.c:1169
11664#, c-format
11665msgid "  HEAD branch: %s"
11666msgstr ""
11667
11668#: builtin/remote.c:1165
11669msgid "(not queried)"
11670msgstr ""
11671
11672#: builtin/remote.c:1167
11673msgid "(unknown)"
11674msgstr ""
11675
11676#: builtin/remote.c:1171
11677#, c-format
11678msgid ""
11679"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11680msgstr ""
11681
11682#: builtin/remote.c:1183
11683#, c-format
11684msgid "  Remote branch:%s"
11685msgid_plural "  Remote branches:%s"
11686msgstr[0] ""
11687msgstr[1] ""
11688
11689#: builtin/remote.c:1186 builtin/remote.c:1212
11690msgid " (status not queried)"
11691msgstr ""
11692
11693#: builtin/remote.c:1195
11694msgid "  Local branch configured for 'git pull':"
11695msgid_plural "  Local branches configured for 'git pull':"
11696msgstr[0] ""
11697msgstr[1] ""
11698
11699#: builtin/remote.c:1203
11700msgid "  Local refs will be mirrored by 'git push'"
11701msgstr ""
11702
11703#: builtin/remote.c:1209
11704#, c-format
11705msgid "  Local ref configured for 'git push'%s:"
11706msgid_plural "  Local refs configured for 'git push'%s:"
11707msgstr[0] ""
11708msgstr[1] ""
11709
11710#: builtin/remote.c:1230
11711msgid "set refs/remotes/<name>/HEAD according to remote"
11712msgstr ""
11713
11714#: builtin/remote.c:1232
11715msgid "delete refs/remotes/<name>/HEAD"
11716msgstr ""
11717
11718#: builtin/remote.c:1247
11719msgid "Cannot determine remote HEAD"
11720msgstr ""
11721
11722#: builtin/remote.c:1249
11723msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11724msgstr ""
11725
11726#: builtin/remote.c:1259
11727#, c-format
11728msgid "Could not delete %s"
11729msgstr ""
11730
11731#: builtin/remote.c:1267
11732#, c-format
11733msgid "Not a valid ref: %s"
11734msgstr ""
11735
11736#: builtin/remote.c:1269
11737#, c-format
11738msgid "Could not setup %s"
11739msgstr ""
11740
11741#: builtin/remote.c:1287
11742#, c-format
11743msgid " %s will become dangling!"
11744msgstr ""
11745
11746#: builtin/remote.c:1288
11747#, c-format
11748msgid " %s has become dangling!"
11749msgstr ""
11750
11751#: builtin/remote.c:1298
11752#, c-format
11753msgid "Pruning %s"
11754msgstr ""
11755
11756#: builtin/remote.c:1299
11757#, c-format
11758msgid "URL: %s"
11759msgstr ""
11760
11761#: builtin/remote.c:1315
11762#, c-format
11763msgid " * [would prune] %s"
11764msgstr ""
11765
11766#: builtin/remote.c:1318
11767#, c-format
11768msgid " * [pruned] %s"
11769msgstr ""
11770
11771#: builtin/remote.c:1363
11772msgid "prune remotes after fetching"
11773msgstr ""
11774
11775#: builtin/remote.c:1426 builtin/remote.c:1480 builtin/remote.c:1548
11776#, c-format
11777msgid "No such remote '%s'"
11778msgstr ""
11779
11780#: builtin/remote.c:1442
11781msgid "add branch"
11782msgstr ""
11783
11784#: builtin/remote.c:1449
11785msgid "no remote specified"
11786msgstr ""
11787
11788#: builtin/remote.c:1466
11789msgid "query push URLs rather than fetch URLs"
11790msgstr ""
11791
11792#: builtin/remote.c:1468
11793msgid "return all URLs"
11794msgstr ""
11795
11796#: builtin/remote.c:1496
11797#, c-format
11798msgid "no URLs configured for remote '%s'"
11799msgstr ""
11800
11801#: builtin/remote.c:1522
11802msgid "manipulate push URLs"
11803msgstr ""
11804
11805#: builtin/remote.c:1524
11806msgid "add URL"
11807msgstr ""
11808
11809#: builtin/remote.c:1526
11810msgid "delete URLs"
11811msgstr ""
11812
11813#: builtin/remote.c:1533
11814msgid "--add --delete doesn't make sense"
11815msgstr ""
11816
11817#: builtin/remote.c:1572
11818#, c-format
11819msgid "Invalid old URL pattern: %s"
11820msgstr ""
11821
11822#: builtin/remote.c:1580
11823#, c-format
11824msgid "No such URL found: %s"
11825msgstr ""
11826
11827#: builtin/remote.c:1582
11828msgid "Will not delete all non-push URLs"
11829msgstr ""
11830
11831#: builtin/remote.c:1598
11832msgid "be verbose; must be placed before a subcommand"
11833msgstr ""
11834
11835#: builtin/remote.c:1629
11836#, c-format
11837msgid "Unknown subcommand: %s"
11838msgstr ""
11839
11840#: builtin/repack.c:18
11841msgid "git repack [<options>]"
11842msgstr ""
11843
11844#: builtin/repack.c:23
11845msgid ""
11846"Incremental repacks are incompatible with bitmap indexes.  Use\n"
11847"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11848msgstr ""
11849
11850#: builtin/repack.c:168
11851msgid "pack everything in a single pack"
11852msgstr ""
11853
11854#: builtin/repack.c:170
11855msgid "same as -a, and turn unreachable objects loose"
11856msgstr ""
11857
11858#: builtin/repack.c:173
11859msgid "remove redundant packs, and run git-prune-packed"
11860msgstr ""
11861
11862#: builtin/repack.c:175
11863msgid "pass --no-reuse-delta to git-pack-objects"
11864msgstr ""
11865
11866#: builtin/repack.c:177
11867msgid "pass --no-reuse-object to git-pack-objects"
11868msgstr ""
11869
11870#: builtin/repack.c:179
11871msgid "do not run git-update-server-info"
11872msgstr ""
11873
11874#: builtin/repack.c:182
11875msgid "pass --local to git-pack-objects"
11876msgstr ""
11877
11878#: builtin/repack.c:184
11879msgid "write bitmap index"
11880msgstr ""
11881
11882#: builtin/repack.c:185
11883msgid "approxidate"
11884msgstr ""
11885
11886#: builtin/repack.c:186
11887msgid "with -A, do not loosen objects older than this"
11888msgstr ""
11889
11890#: builtin/repack.c:188
11891msgid "with -a, repack unreachable objects"
11892msgstr ""
11893
11894#: builtin/repack.c:190
11895msgid "size of the window used for delta compression"
11896msgstr ""
11897
11898#: builtin/repack.c:191 builtin/repack.c:197
11899msgid "bytes"
11900msgstr ""
11901
11902#: builtin/repack.c:192
11903msgid "same as the above, but limit memory size instead of entries count"
11904msgstr ""
11905
11906#: builtin/repack.c:194
11907msgid "limits the maximum delta depth"
11908msgstr ""
11909
11910#: builtin/repack.c:196
11911msgid "limits the maximum number of threads"
11912msgstr ""
11913
11914#: builtin/repack.c:198
11915msgid "maximum size of each packfile"
11916msgstr ""
11917
11918#: builtin/repack.c:200
11919msgid "repack objects in packs marked with .keep"
11920msgstr ""
11921
11922#: builtin/repack.c:210
11923msgid "cannot delete packs in a precious-objects repo"
11924msgstr ""
11925
11926#: builtin/repack.c:214
11927msgid "--keep-unreachable and -A are incompatible"
11928msgstr ""
11929
11930#: builtin/repack.c:406 builtin/worktree.c:146
11931#, c-format
11932msgid "failed to remove '%s'"
11933msgstr ""
11934
11935#: builtin/replace.c:20
11936msgid "git replace [-f] <object> <replacement>"
11937msgstr ""
11938
11939#: builtin/replace.c:21
11940msgid "git replace [-f] --edit <object>"
11941msgstr ""
11942
11943#: builtin/replace.c:22
11944msgid "git replace [-f] --graft <commit> [<parent>...]"
11945msgstr ""
11946
11947#: builtin/replace.c:23
11948msgid "git replace -d <object>..."
11949msgstr ""
11950
11951#: builtin/replace.c:24
11952msgid "git replace [--format=<format>] [-l [<pattern>]]"
11953msgstr ""
11954
11955#: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
11956#, c-format
11957msgid "Not a valid object name: '%s'"
11958msgstr ""
11959
11960#: builtin/replace.c:361
11961#, c-format
11962msgid "bad mergetag in commit '%s'"
11963msgstr ""
11964
11965#: builtin/replace.c:363
11966#, c-format
11967msgid "malformed mergetag in commit '%s'"
11968msgstr ""
11969
11970#: builtin/replace.c:374
11971#, c-format
11972msgid ""
11973"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11974"instead of --graft"
11975msgstr ""
11976
11977#: builtin/replace.c:407
11978#, c-format
11979msgid "the original commit '%s' has a gpg signature."
11980msgstr ""
11981
11982#: builtin/replace.c:408
11983msgid "the signature will be removed in the replacement commit!"
11984msgstr ""
11985
11986#: builtin/replace.c:414
11987#, c-format
11988msgid "could not write replacement commit for: '%s'"
11989msgstr ""
11990
11991#: builtin/replace.c:438
11992msgid "list replace refs"
11993msgstr ""
11994
11995#: builtin/replace.c:439
11996msgid "delete replace refs"
11997msgstr ""
11998
11999#: builtin/replace.c:440
12000msgid "edit existing object"
12001msgstr ""
12002
12003#: builtin/replace.c:441
12004msgid "change a commit's parents"
12005msgstr ""
12006
12007#: builtin/replace.c:442
12008msgid "replace the ref if it exists"
12009msgstr ""
12010
12011#: builtin/replace.c:443
12012msgid "do not pretty-print contents for --edit"
12013msgstr ""
12014
12015#: builtin/replace.c:444
12016msgid "use this format"
12017msgstr ""
12018
12019#: builtin/rerere.c:13
12020msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
12021msgstr ""
12022
12023#: builtin/rerere.c:59
12024msgid "register clean resolutions in index"
12025msgstr ""
12026
12027#: builtin/reset.c:29
12028msgid ""
12029"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
12030msgstr ""
12031
12032#: builtin/reset.c:30
12033msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
12034msgstr ""
12035
12036#: builtin/reset.c:31
12037msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
12038msgstr ""
12039
12040#: builtin/reset.c:37
12041msgid "mixed"
12042msgstr ""
12043
12044#: builtin/reset.c:37
12045msgid "soft"
12046msgstr ""
12047
12048#: builtin/reset.c:37
12049msgid "hard"
12050msgstr ""
12051
12052#: builtin/reset.c:37
12053msgid "merge"
12054msgstr ""
12055
12056#: builtin/reset.c:37
12057msgid "keep"
12058msgstr ""
12059
12060#: builtin/reset.c:78
12061msgid "You do not have a valid HEAD."
12062msgstr ""
12063
12064#: builtin/reset.c:80
12065msgid "Failed to find tree of HEAD."
12066msgstr ""
12067
12068#: builtin/reset.c:86
12069#, c-format
12070msgid "Failed to find tree of %s."
12071msgstr ""
12072
12073#: builtin/reset.c:113
12074#, c-format
12075msgid "HEAD is now at %s"
12076msgstr ""
12077
12078#: builtin/reset.c:197
12079#, c-format
12080msgid "Cannot do a %s reset in the middle of a merge."
12081msgstr ""
12082
12083#: builtin/reset.c:297
12084msgid "be quiet, only report errors"
12085msgstr ""
12086
12087#: builtin/reset.c:299
12088msgid "reset HEAD and index"
12089msgstr ""
12090
12091#: builtin/reset.c:300
12092msgid "reset only HEAD"
12093msgstr ""
12094
12095#: builtin/reset.c:302 builtin/reset.c:304
12096msgid "reset HEAD, index and working tree"
12097msgstr ""
12098
12099#: builtin/reset.c:306
12100msgid "reset HEAD but keep local changes"
12101msgstr ""
12102
12103#: builtin/reset.c:312
12104msgid "record only the fact that removed paths will be added later"
12105msgstr ""
12106
12107#: builtin/reset.c:329
12108#, c-format
12109msgid "Failed to resolve '%s' as a valid revision."
12110msgstr ""
12111
12112#: builtin/reset.c:337
12113#, c-format
12114msgid "Failed to resolve '%s' as a valid tree."
12115msgstr ""
12116
12117#: builtin/reset.c:346
12118msgid "--patch is incompatible with --{hard,mixed,soft}"
12119msgstr ""
12120
12121#: builtin/reset.c:355
12122msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
12123msgstr ""
12124
12125#: builtin/reset.c:357
12126#, c-format
12127msgid "Cannot do %s reset with paths."
12128msgstr ""
12129
12130#: builtin/reset.c:367
12131#, c-format
12132msgid "%s reset is not allowed in a bare repository"
12133msgstr ""
12134
12135#: builtin/reset.c:371
12136msgid "-N can only be used with --mixed"
12137msgstr ""
12138
12139#: builtin/reset.c:388
12140msgid "Unstaged changes after reset:"
12141msgstr ""
12142
12143#: builtin/reset.c:394
12144#, c-format
12145msgid "Could not reset index file to revision '%s'."
12146msgstr ""
12147
12148#: builtin/reset.c:398
12149msgid "Could not write new index file."
12150msgstr ""
12151
12152#: builtin/rev-list.c:399
12153msgid "object filtering requires --objects"
12154msgstr ""
12155
12156#: builtin/rev-list.c:402
12157#, c-format
12158msgid "invalid sparse value '%s'"
12159msgstr ""
12160
12161#: builtin/rev-list.c:442
12162msgid "rev-list does not support display of notes"
12163msgstr ""
12164
12165#: builtin/rev-list.c:445
12166msgid "cannot combine --use-bitmap-index with object filtering"
12167msgstr ""
12168
12169#: builtin/rev-parse.c:402
12170msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
12171msgstr ""
12172
12173#: builtin/rev-parse.c:407
12174msgid "keep the `--` passed as an arg"
12175msgstr ""
12176
12177#: builtin/rev-parse.c:409
12178msgid "stop parsing after the first non-option argument"
12179msgstr ""
12180
12181#: builtin/rev-parse.c:412
12182msgid "output in stuck long form"
12183msgstr ""
12184
12185#: builtin/rev-parse.c:545
12186msgid ""
12187"git rev-parse --parseopt [<options>] -- [<args>...]\n"
12188"   or: git rev-parse --sq-quote [<arg>...]\n"
12189"   or: git rev-parse [<options>] [<arg>...]\n"
12190"\n"
12191"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
12192msgstr ""
12193
12194#: builtin/revert.c:23
12195msgid "git revert [<options>] <commit-ish>..."
12196msgstr ""
12197
12198#: builtin/revert.c:24
12199msgid "git revert <subcommand>"
12200msgstr ""
12201
12202#: builtin/revert.c:29
12203msgid "git cherry-pick [<options>] <commit-ish>..."
12204msgstr ""
12205
12206#: builtin/revert.c:30
12207msgid "git cherry-pick <subcommand>"
12208msgstr ""
12209
12210#: builtin/revert.c:90
12211#, c-format
12212msgid "%s: %s cannot be used with %s"
12213msgstr ""
12214
12215#: builtin/revert.c:99
12216msgid "end revert or cherry-pick sequence"
12217msgstr ""
12218
12219#: builtin/revert.c:100
12220msgid "resume revert or cherry-pick sequence"
12221msgstr ""
12222
12223#: builtin/revert.c:101
12224msgid "cancel revert or cherry-pick sequence"
12225msgstr ""
12226
12227#: builtin/revert.c:102
12228msgid "don't automatically commit"
12229msgstr ""
12230
12231#: builtin/revert.c:103
12232msgid "edit the commit message"
12233msgstr ""
12234
12235#: builtin/revert.c:106
12236msgid "parent-number"
12237msgstr ""
12238
12239#: builtin/revert.c:107
12240msgid "select mainline parent"
12241msgstr ""
12242
12243#: builtin/revert.c:109
12244msgid "merge strategy"
12245msgstr ""
12246
12247#: builtin/revert.c:110
12248msgid "option"
12249msgstr ""
12250
12251#: builtin/revert.c:111
12252msgid "option for merge strategy"
12253msgstr ""
12254
12255#: builtin/revert.c:120
12256msgid "append commit name"
12257msgstr ""
12258
12259#: builtin/revert.c:122
12260msgid "preserve initially empty commits"
12261msgstr ""
12262
12263#: builtin/revert.c:123
12264msgid "allow commits with empty messages"
12265msgstr ""
12266
12267#: builtin/revert.c:124
12268msgid "keep redundant, empty commits"
12269msgstr ""
12270
12271#: builtin/revert.c:214
12272msgid "revert failed"
12273msgstr ""
12274
12275#: builtin/revert.c:227
12276msgid "cherry-pick failed"
12277msgstr ""
12278
12279#: builtin/rm.c:18
12280msgid "git rm [<options>] [--] <file>..."
12281msgstr ""
12282
12283#: builtin/rm.c:206
12284msgid ""
12285"the following file has staged content different from both the\n"
12286"file and the HEAD:"
12287msgid_plural ""
12288"the following files have staged content different from both the\n"
12289"file and the HEAD:"
12290msgstr[0] ""
12291msgstr[1] ""
12292
12293#: builtin/rm.c:211
12294msgid ""
12295"\n"
12296"(use -f to force removal)"
12297msgstr ""
12298
12299#: builtin/rm.c:215
12300msgid "the following file has changes staged in the index:"
12301msgid_plural "the following files have changes staged in the index:"
12302msgstr[0] ""
12303msgstr[1] ""
12304
12305#: builtin/rm.c:219 builtin/rm.c:228
12306msgid ""
12307"\n"
12308"(use --cached to keep the file, or -f to force removal)"
12309msgstr ""
12310
12311#: builtin/rm.c:225
12312msgid "the following file has local modifications:"
12313msgid_plural "the following files have local modifications:"
12314msgstr[0] ""
12315msgstr[1] ""
12316
12317#: builtin/rm.c:243
12318msgid "do not list removed files"
12319msgstr ""
12320
12321#: builtin/rm.c:244
12322msgid "only remove from the index"
12323msgstr ""
12324
12325#: builtin/rm.c:245
12326msgid "override the up-to-date check"
12327msgstr ""
12328
12329#: builtin/rm.c:246
12330msgid "allow recursive removal"
12331msgstr ""
12332
12333#: builtin/rm.c:248
12334msgid "exit with a zero status even if nothing matched"
12335msgstr ""
12336
12337#: builtin/rm.c:307
12338#, c-format
12339msgid "not removing '%s' recursively without -r"
12340msgstr ""
12341
12342#: builtin/rm.c:346
12343#, c-format
12344msgid "git rm: unable to remove %s"
12345msgstr ""
12346
12347#: builtin/rm.c:369
12348#, c-format
12349msgid "could not remove '%s'"
12350msgstr ""
12351
12352#: builtin/send-pack.c:19
12353msgid ""
12354"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12355"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12356"[<ref>...]\n"
12357"  --all and explicit <ref> specification are mutually exclusive."
12358msgstr ""
12359
12360#: builtin/send-pack.c:162
12361msgid "remote name"
12362msgstr ""
12363
12364#: builtin/send-pack.c:176
12365msgid "use stateless RPC protocol"
12366msgstr ""
12367
12368#: builtin/send-pack.c:177
12369msgid "read refs from stdin"
12370msgstr ""
12371
12372#: builtin/send-pack.c:178
12373msgid "print status from remote helper"
12374msgstr ""
12375
12376#: builtin/shortlog.c:14
12377msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
12378msgstr ""
12379
12380#: builtin/shortlog.c:263
12381msgid "Group by committer rather than author"
12382msgstr ""
12383
12384#: builtin/shortlog.c:265
12385msgid "sort output according to the number of commits per author"
12386msgstr ""
12387
12388#: builtin/shortlog.c:267
12389msgid "Suppress commit descriptions, only provides commit count"
12390msgstr ""
12391
12392#: builtin/shortlog.c:269
12393msgid "Show the email address of each author"
12394msgstr ""
12395
12396#: builtin/shortlog.c:270
12397msgid "w[,i1[,i2]]"
12398msgstr ""
12399
12400#: builtin/shortlog.c:271
12401msgid "Linewrap output"
12402msgstr ""
12403
12404#: builtin/show-branch.c:12
12405msgid ""
12406"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12407"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12408"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12409"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12410msgstr ""
12411
12412#: builtin/show-branch.c:16
12413msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12414msgstr ""
12415
12416#: builtin/show-branch.c:376
12417#, c-format
12418msgid "ignoring %s; cannot handle more than %d ref"
12419msgid_plural "ignoring %s; cannot handle more than %d refs"
12420msgstr[0] ""
12421msgstr[1] ""
12422
12423#: builtin/show-branch.c:530
12424#, c-format
12425msgid "no matching refs with %s"
12426msgstr ""
12427
12428#: builtin/show-branch.c:626
12429msgid "show remote-tracking and local branches"
12430msgstr ""
12431
12432#: builtin/show-branch.c:628
12433msgid "show remote-tracking branches"
12434msgstr ""
12435
12436#: builtin/show-branch.c:630
12437msgid "color '*!+-' corresponding to the branch"
12438msgstr ""
12439
12440#: builtin/show-branch.c:632
12441msgid "show <n> more commits after the common ancestor"
12442msgstr ""
12443
12444#: builtin/show-branch.c:634
12445msgid "synonym to more=-1"
12446msgstr ""
12447
12448#: builtin/show-branch.c:635
12449msgid "suppress naming strings"
12450msgstr ""
12451
12452#: builtin/show-branch.c:637
12453msgid "include the current branch"
12454msgstr ""
12455
12456#: builtin/show-branch.c:639
12457msgid "name commits with their object names"
12458msgstr ""
12459
12460#: builtin/show-branch.c:641
12461msgid "show possible merge bases"
12462msgstr ""
12463
12464#: builtin/show-branch.c:643
12465msgid "show refs unreachable from any other ref"
12466msgstr ""
12467
12468#: builtin/show-branch.c:645
12469msgid "show commits in topological order"
12470msgstr ""
12471
12472#: builtin/show-branch.c:648
12473msgid "show only commits not on the first branch"
12474msgstr ""
12475
12476#: builtin/show-branch.c:650
12477msgid "show merges reachable from only one tip"
12478msgstr ""
12479
12480#: builtin/show-branch.c:652
12481msgid "topologically sort, maintaining date order where possible"
12482msgstr ""
12483
12484#: builtin/show-branch.c:655
12485msgid "<n>[,<base>]"
12486msgstr ""
12487
12488#: builtin/show-branch.c:656
12489msgid "show <n> most recent ref-log entries starting at base"
12490msgstr ""
12491
12492#: builtin/show-branch.c:690
12493msgid ""
12494"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12495msgstr ""
12496
12497#: builtin/show-branch.c:714
12498msgid "no branches given, and HEAD is not valid"
12499msgstr ""
12500
12501#: builtin/show-branch.c:717
12502msgid "--reflog option needs one branch name"
12503msgstr ""
12504
12505#: builtin/show-branch.c:720
12506#, c-format
12507msgid "only %d entry can be shown at one time."
12508msgid_plural "only %d entries can be shown at one time."
12509msgstr[0] ""
12510msgstr[1] ""
12511
12512#: builtin/show-branch.c:724
12513#, c-format
12514msgid "no such ref %s"
12515msgstr ""
12516
12517#: builtin/show-branch.c:808
12518#, c-format
12519msgid "cannot handle more than %d rev."
12520msgid_plural "cannot handle more than %d revs."
12521msgstr[0] ""
12522msgstr[1] ""
12523
12524#: builtin/show-branch.c:812
12525#, c-format
12526msgid "'%s' is not a valid ref."
12527msgstr ""
12528
12529#: builtin/show-branch.c:815
12530#, c-format
12531msgid "cannot find commit %s (%s)"
12532msgstr ""
12533
12534#: builtin/show-ref.c:10
12535msgid ""
12536"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12537"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12538msgstr ""
12539
12540#: builtin/show-ref.c:11
12541msgid "git show-ref --exclude-existing[=<pattern>]"
12542msgstr ""
12543
12544#: builtin/show-ref.c:159
12545msgid "only show tags (can be combined with heads)"
12546msgstr ""
12547
12548#: builtin/show-ref.c:160
12549msgid "only show heads (can be combined with tags)"
12550msgstr ""
12551
12552#: builtin/show-ref.c:161
12553msgid "stricter reference checking, requires exact ref path"
12554msgstr ""
12555
12556#: builtin/show-ref.c:164 builtin/show-ref.c:166
12557msgid "show the HEAD reference, even if it would be filtered out"
12558msgstr ""
12559
12560#: builtin/show-ref.c:168
12561msgid "dereference tags into object IDs"
12562msgstr ""
12563
12564#: builtin/show-ref.c:170
12565msgid "only show SHA1 hash using <n> digits"
12566msgstr ""
12567
12568#: builtin/show-ref.c:174
12569msgid "do not print results to stdout (useful with --verify)"
12570msgstr ""
12571
12572#: builtin/show-ref.c:176
12573msgid "show refs from stdin that aren't in local repository"
12574msgstr ""
12575
12576#: builtin/stripspace.c:18
12577msgid "git stripspace [-s | --strip-comments]"
12578msgstr ""
12579
12580#: builtin/stripspace.c:19
12581msgid "git stripspace [-c | --comment-lines]"
12582msgstr ""
12583
12584#: builtin/stripspace.c:36
12585msgid "skip and remove all lines starting with comment character"
12586msgstr ""
12587
12588#: builtin/stripspace.c:39
12589msgid "prepend comment character and space to each line"
12590msgstr ""
12591
12592#: builtin/submodule--helper.c:34 builtin/submodule--helper.c:1332
12593#, c-format
12594msgid "No such ref: %s"
12595msgstr ""
12596
12597#: builtin/submodule--helper.c:41 builtin/submodule--helper.c:1341
12598#, c-format
12599msgid "Expecting a full ref name, got %s"
12600msgstr ""
12601
12602#: builtin/submodule--helper.c:81
12603#, c-format
12604msgid "cannot strip one component off url '%s'"
12605msgstr ""
12606
12607#: builtin/submodule--helper.c:370 builtin/submodule--helper.c:861
12608msgid "alternative anchor for relative paths"
12609msgstr ""
12610
12611#: builtin/submodule--helper.c:375
12612msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12613msgstr ""
12614
12615#: builtin/submodule--helper.c:426 builtin/submodule--helper.c:449
12616#, c-format
12617msgid "No url found for submodule path '%s' in .gitmodules"
12618msgstr ""
12619
12620#: builtin/submodule--helper.c:464
12621#, c-format
12622msgid ""
12623"could not lookup configuration '%s'. Assuming this repository is its own "
12624"authoritative upstream."
12625msgstr ""
12626
12627#: builtin/submodule--helper.c:475
12628#, c-format
12629msgid "Failed to register url for submodule path '%s'"
12630msgstr ""
12631
12632#: builtin/submodule--helper.c:479
12633#, c-format
12634msgid "Submodule '%s' (%s) registered for path '%s'\n"
12635msgstr ""
12636
12637#: builtin/submodule--helper.c:489
12638#, c-format
12639msgid "warning: command update mode suggested for submodule '%s'\n"
12640msgstr ""
12641
12642#: builtin/submodule--helper.c:496
12643#, c-format
12644msgid "Failed to register update mode for submodule path '%s'"
12645msgstr ""
12646
12647#: builtin/submodule--helper.c:518
12648msgid "Suppress output for initializing a submodule"
12649msgstr ""
12650
12651#: builtin/submodule--helper.c:523
12652msgid "git submodule--helper init [<path>]"
12653msgstr ""
12654
12655#: builtin/submodule--helper.c:591 builtin/submodule--helper.c:713
12656#, c-format
12657msgid "no submodule mapping found in .gitmodules for path '%s'"
12658msgstr ""
12659
12660#: builtin/submodule--helper.c:626
12661#, c-format
12662msgid "could not resolve HEAD ref inside the submodule '%s'"
12663msgstr ""
12664
12665#: builtin/submodule--helper.c:653
12666#, c-format
12667msgid "failed to recurse into submodule '%s'"
12668msgstr ""
12669
12670#: builtin/submodule--helper.c:677
12671msgid "Suppress submodule status output"
12672msgstr ""
12673
12674#: builtin/submodule--helper.c:678
12675msgid ""
12676"Use commit stored in the index instead of the one stored in the submodule "
12677"HEAD"
12678msgstr ""
12679
12680#: builtin/submodule--helper.c:679
12681msgid "recurse into nested submodules"
12682msgstr ""
12683
12684#: builtin/submodule--helper.c:684
12685msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
12686msgstr ""
12687
12688#: builtin/submodule--helper.c:708
12689msgid "git submodule--helper name <path>"
12690msgstr ""
12691
12692#: builtin/submodule--helper.c:796 builtin/submodule--helper.c:799
12693#, c-format
12694msgid "submodule '%s' cannot add alternate: %s"
12695msgstr ""
12696
12697#: builtin/submodule--helper.c:835
12698#, c-format
12699msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12700msgstr ""
12701
12702#: builtin/submodule--helper.c:842
12703#, c-format
12704msgid "Value '%s' for submodule.alternateLocation is not recognized"
12705msgstr ""
12706
12707#: builtin/submodule--helper.c:864
12708msgid "where the new submodule will be cloned to"
12709msgstr ""
12710
12711#: builtin/submodule--helper.c:867
12712msgid "name of the new submodule"
12713msgstr ""
12714
12715#: builtin/submodule--helper.c:870
12716msgid "url where to clone the submodule from"
12717msgstr ""
12718
12719#: builtin/submodule--helper.c:876
12720msgid "depth for shallow clones"
12721msgstr ""
12722
12723#: builtin/submodule--helper.c:879 builtin/submodule--helper.c:1250
12724msgid "force cloning progress"
12725msgstr ""
12726
12727#: builtin/submodule--helper.c:884
12728msgid ""
12729"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12730"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12731msgstr ""
12732
12733#: builtin/submodule--helper.c:915
12734#, c-format
12735msgid "clone of '%s' into submodule path '%s' failed"
12736msgstr ""
12737
12738#: builtin/submodule--helper.c:930
12739#, c-format
12740msgid "could not get submodule directory for '%s'"
12741msgstr ""
12742
12743#: builtin/submodule--helper.c:995
12744#, c-format
12745msgid "Submodule path '%s' not initialized"
12746msgstr ""
12747
12748#: builtin/submodule--helper.c:999
12749msgid "Maybe you want to use 'update --init'?"
12750msgstr ""
12751
12752#: builtin/submodule--helper.c:1028
12753#, c-format
12754msgid "Skipping unmerged submodule %s"
12755msgstr ""
12756
12757#: builtin/submodule--helper.c:1057
12758#, c-format
12759msgid "Skipping submodule '%s'"
12760msgstr ""
12761
12762#: builtin/submodule--helper.c:1190
12763#, c-format
12764msgid "Failed to clone '%s'. Retry scheduled"
12765msgstr ""
12766
12767#: builtin/submodule--helper.c:1201
12768#, c-format
12769msgid "Failed to clone '%s' a second time, aborting"
12770msgstr ""
12771
12772#: builtin/submodule--helper.c:1231 builtin/submodule--helper.c:1451
12773msgid "path into the working tree"
12774msgstr ""
12775
12776#: builtin/submodule--helper.c:1234
12777msgid "path into the working tree, across nested submodule boundaries"
12778msgstr ""
12779
12780#: builtin/submodule--helper.c:1238
12781msgid "rebase, merge, checkout or none"
12782msgstr ""
12783
12784#: builtin/submodule--helper.c:1242
12785msgid "Create a shallow clone truncated to the specified number of revisions"
12786msgstr ""
12787
12788#: builtin/submodule--helper.c:1245
12789msgid "parallel jobs"
12790msgstr ""
12791
12792#: builtin/submodule--helper.c:1247
12793msgid "whether the initial clone should follow the shallow recommendation"
12794msgstr ""
12795
12796#: builtin/submodule--helper.c:1248
12797msgid "don't print cloning progress"
12798msgstr ""
12799
12800#: builtin/submodule--helper.c:1255
12801msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12802msgstr ""
12803
12804#: builtin/submodule--helper.c:1268
12805msgid "bad value for update parameter"
12806msgstr ""
12807
12808#: builtin/submodule--helper.c:1336
12809#, c-format
12810msgid ""
12811"Submodule (%s) branch configured to inherit branch from superproject, but "
12812"the superproject is not on any branch"
12813msgstr ""
12814
12815#: builtin/submodule--helper.c:1452
12816msgid "recurse into submodules"
12817msgstr ""
12818
12819#: builtin/submodule--helper.c:1458
12820msgid "git submodule--helper embed-git-dir [<path>...]"
12821msgstr ""
12822
12823#: builtin/submodule--helper.c:1517
12824#, c-format
12825msgid "%s doesn't support --super-prefix"
12826msgstr ""
12827
12828#: builtin/submodule--helper.c:1523
12829#, c-format
12830msgid "'%s' is not a valid submodule--helper subcommand"
12831msgstr ""
12832
12833#: builtin/symbolic-ref.c:8
12834msgid "git symbolic-ref [<options>] <name> [<ref>]"
12835msgstr ""
12836
12837#: builtin/symbolic-ref.c:9
12838msgid "git symbolic-ref -d [-q] <name>"
12839msgstr ""
12840
12841#: builtin/symbolic-ref.c:40
12842msgid "suppress error message for non-symbolic (detached) refs"
12843msgstr ""
12844
12845#: builtin/symbolic-ref.c:41
12846msgid "delete symbolic ref"
12847msgstr ""
12848
12849#: builtin/symbolic-ref.c:42
12850msgid "shorten ref output"
12851msgstr ""
12852
12853#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12854msgid "reason"
12855msgstr ""
12856
12857#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12858msgid "reason of the update"
12859msgstr ""
12860
12861#: builtin/tag.c:24
12862msgid ""
12863"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12864"[<head>]"
12865msgstr ""
12866
12867#: builtin/tag.c:25
12868msgid "git tag -d <tagname>..."
12869msgstr ""
12870
12871#: builtin/tag.c:26
12872msgid ""
12873"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
12874"points-at <object>]\n"
12875"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12876msgstr ""
12877
12878#: builtin/tag.c:28
12879msgid "git tag -v [--format=<format>] <tagname>..."
12880msgstr ""
12881
12882#: builtin/tag.c:86
12883#, c-format
12884msgid "tag '%s' not found."
12885msgstr ""
12886
12887#: builtin/tag.c:102
12888#, c-format
12889msgid "Deleted tag '%s' (was %s)\n"
12890msgstr ""
12891
12892#: builtin/tag.c:131
12893#, c-format
12894msgid ""
12895"\n"
12896"Write a message for tag:\n"
12897"  %s\n"
12898"Lines starting with '%c' will be ignored.\n"
12899msgstr ""
12900
12901#: builtin/tag.c:135
12902#, c-format
12903msgid ""
12904"\n"
12905"Write a message for tag:\n"
12906"  %s\n"
12907"Lines starting with '%c' will be kept; you may remove them yourself if you "
12908"want to.\n"
12909msgstr ""
12910
12911#: builtin/tag.c:189
12912msgid "unable to sign the tag"
12913msgstr ""
12914
12915#: builtin/tag.c:191
12916msgid "unable to write tag file"
12917msgstr ""
12918
12919#: builtin/tag.c:215
12920msgid "bad object type."
12921msgstr ""
12922
12923#: builtin/tag.c:261
12924msgid "no tag message?"
12925msgstr ""
12926
12927#: builtin/tag.c:268
12928#, c-format
12929msgid "The tag message has been left in %s\n"
12930msgstr ""
12931
12932#: builtin/tag.c:376
12933msgid "list tag names"
12934msgstr ""
12935
12936#: builtin/tag.c:378
12937msgid "print <n> lines of each tag message"
12938msgstr ""
12939
12940#: builtin/tag.c:380
12941msgid "delete tags"
12942msgstr ""
12943
12944#: builtin/tag.c:381
12945msgid "verify tags"
12946msgstr ""
12947
12948#: builtin/tag.c:383
12949msgid "Tag creation options"
12950msgstr ""
12951
12952#: builtin/tag.c:385
12953msgid "annotated tag, needs a message"
12954msgstr ""
12955
12956#: builtin/tag.c:387
12957msgid "tag message"
12958msgstr ""
12959
12960#: builtin/tag.c:389
12961msgid "annotated and GPG-signed tag"
12962msgstr ""
12963
12964#: builtin/tag.c:393
12965msgid "use another key to sign the tag"
12966msgstr ""
12967
12968#: builtin/tag.c:394
12969msgid "replace the tag if exists"
12970msgstr ""
12971
12972#: builtin/tag.c:395 builtin/update-ref.c:368
12973msgid "create a reflog"
12974msgstr ""
12975
12976#: builtin/tag.c:397
12977msgid "Tag listing options"
12978msgstr ""
12979
12980#: builtin/tag.c:398
12981msgid "show tag list in columns"
12982msgstr ""
12983
12984#: builtin/tag.c:399 builtin/tag.c:401
12985msgid "print only tags that contain the commit"
12986msgstr ""
12987
12988#: builtin/tag.c:400 builtin/tag.c:402
12989msgid "print only tags that don't contain the commit"
12990msgstr ""
12991
12992#: builtin/tag.c:403
12993msgid "print only tags that are merged"
12994msgstr ""
12995
12996#: builtin/tag.c:404
12997msgid "print only tags that are not merged"
12998msgstr ""
12999
13000#: builtin/tag.c:409
13001msgid "print only tags of the object"
13002msgstr ""
13003
13004#: builtin/tag.c:453
13005msgid "--column and -n are incompatible"
13006msgstr ""
13007
13008#: builtin/tag.c:475
13009msgid "-n option is only allowed in list mode"
13010msgstr ""
13011
13012#: builtin/tag.c:477
13013msgid "--contains option is only allowed in list mode"
13014msgstr ""
13015
13016#: builtin/tag.c:479
13017msgid "--no-contains option is only allowed in list mode"
13018msgstr ""
13019
13020#: builtin/tag.c:481
13021msgid "--points-at option is only allowed in list mode"
13022msgstr ""
13023
13024#: builtin/tag.c:483
13025msgid "--merged and --no-merged options are only allowed in list mode"
13026msgstr ""
13027
13028#: builtin/tag.c:494
13029msgid "only one -F or -m option is allowed."
13030msgstr ""
13031
13032#: builtin/tag.c:513
13033msgid "too many params"
13034msgstr ""
13035
13036#: builtin/tag.c:519
13037#, c-format
13038msgid "'%s' is not a valid tag name."
13039msgstr ""
13040
13041#: builtin/tag.c:524
13042#, c-format
13043msgid "tag '%s' already exists"
13044msgstr ""
13045
13046#: builtin/tag.c:554
13047#, c-format
13048msgid "Updated tag '%s' (was %s)\n"
13049msgstr ""
13050
13051#: builtin/unpack-objects.c:494
13052msgid "Unpacking objects"
13053msgstr ""
13054
13055#: builtin/update-index.c:82
13056#, c-format
13057msgid "failed to create directory %s"
13058msgstr ""
13059
13060#: builtin/update-index.c:88
13061#, c-format
13062msgid "failed to stat %s"
13063msgstr ""
13064
13065#: builtin/update-index.c:98
13066#, c-format
13067msgid "failed to create file %s"
13068msgstr ""
13069
13070#: builtin/update-index.c:106
13071#, c-format
13072msgid "failed to delete file %s"
13073msgstr ""
13074
13075#: builtin/update-index.c:113 builtin/update-index.c:219
13076#, c-format
13077msgid "failed to delete directory %s"
13078msgstr ""
13079
13080#: builtin/update-index.c:138
13081#, c-format
13082msgid "Testing mtime in '%s' "
13083msgstr ""
13084
13085#: builtin/update-index.c:152
13086msgid "directory stat info does not change after adding a new file"
13087msgstr ""
13088
13089#: builtin/update-index.c:165
13090msgid "directory stat info does not change after adding a new directory"
13091msgstr ""
13092
13093#: builtin/update-index.c:178
13094msgid "directory stat info changes after updating a file"
13095msgstr ""
13096
13097#: builtin/update-index.c:189
13098msgid "directory stat info changes after adding a file inside subdirectory"
13099msgstr ""
13100
13101#: builtin/update-index.c:200
13102msgid "directory stat info does not change after deleting a file"
13103msgstr ""
13104
13105#: builtin/update-index.c:213
13106msgid "directory stat info does not change after deleting a directory"
13107msgstr ""
13108
13109#: builtin/update-index.c:220
13110msgid " OK"
13111msgstr ""
13112
13113#: builtin/update-index.c:579
13114msgid "git update-index [<options>] [--] [<file>...]"
13115msgstr ""
13116
13117#: builtin/update-index.c:936
13118msgid "continue refresh even when index needs update"
13119msgstr ""
13120
13121#: builtin/update-index.c:939
13122msgid "refresh: ignore submodules"
13123msgstr ""
13124
13125#: builtin/update-index.c:942
13126msgid "do not ignore new files"
13127msgstr ""
13128
13129#: builtin/update-index.c:944
13130msgid "let files replace directories and vice-versa"
13131msgstr ""
13132
13133#: builtin/update-index.c:946
13134msgid "notice files missing from worktree"
13135msgstr ""
13136
13137#: builtin/update-index.c:948
13138msgid "refresh even if index contains unmerged entries"
13139msgstr ""
13140
13141#: builtin/update-index.c:951
13142msgid "refresh stat information"
13143msgstr ""
13144
13145#: builtin/update-index.c:955
13146msgid "like --refresh, but ignore assume-unchanged setting"
13147msgstr ""
13148
13149#: builtin/update-index.c:959
13150msgid "<mode>,<object>,<path>"
13151msgstr ""
13152
13153#: builtin/update-index.c:960
13154msgid "add the specified entry to the index"
13155msgstr ""
13156
13157#: builtin/update-index.c:969
13158msgid "mark files as \"not changing\""
13159msgstr ""
13160
13161#: builtin/update-index.c:972
13162msgid "clear assumed-unchanged bit"
13163msgstr ""
13164
13165#: builtin/update-index.c:975
13166msgid "mark files as \"index-only\""
13167msgstr ""
13168
13169#: builtin/update-index.c:978
13170msgid "clear skip-worktree bit"
13171msgstr ""
13172
13173#: builtin/update-index.c:981
13174msgid "add to index only; do not add content to object database"
13175msgstr ""
13176
13177#: builtin/update-index.c:983
13178msgid "remove named paths even if present in worktree"
13179msgstr ""
13180
13181#: builtin/update-index.c:985
13182msgid "with --stdin: input lines are terminated by null bytes"
13183msgstr ""
13184
13185#: builtin/update-index.c:987
13186msgid "read list of paths to be updated from standard input"
13187msgstr ""
13188
13189#: builtin/update-index.c:991
13190msgid "add entries from standard input to the index"
13191msgstr ""
13192
13193#: builtin/update-index.c:995
13194msgid "repopulate stages #2 and #3 for the listed paths"
13195msgstr ""
13196
13197#: builtin/update-index.c:999
13198msgid "only update entries that differ from HEAD"
13199msgstr ""
13200
13201#: builtin/update-index.c:1003
13202msgid "ignore files missing from worktree"
13203msgstr ""
13204
13205#: builtin/update-index.c:1006
13206msgid "report actions to standard output"
13207msgstr ""
13208
13209#: builtin/update-index.c:1008
13210msgid "(for porcelains) forget saved unresolved conflicts"
13211msgstr ""
13212
13213#: builtin/update-index.c:1012
13214msgid "write index in this format"
13215msgstr ""
13216
13217#: builtin/update-index.c:1014
13218msgid "enable or disable split index"
13219msgstr ""
13220
13221#: builtin/update-index.c:1016
13222msgid "enable/disable untracked cache"
13223msgstr ""
13224
13225#: builtin/update-index.c:1018
13226msgid "test if the filesystem supports untracked cache"
13227msgstr ""
13228
13229#: builtin/update-index.c:1020
13230msgid "enable untracked cache without testing the filesystem"
13231msgstr ""
13232
13233#: builtin/update-index.c:1022
13234msgid "write out the index even if is not flagged as changed"
13235msgstr ""
13236
13237#: builtin/update-index.c:1024
13238msgid "enable or disable file system monitor"
13239msgstr ""
13240
13241#: builtin/update-index.c:1026
13242msgid "mark files as fsmonitor valid"
13243msgstr ""
13244
13245#: builtin/update-index.c:1029
13246msgid "clear fsmonitor valid bit"
13247msgstr ""
13248
13249#: builtin/update-index.c:1127
13250msgid ""
13251"core.splitIndex is set to false; remove or change it, if you really want to "
13252"enable split index"
13253msgstr ""
13254
13255#: builtin/update-index.c:1136
13256msgid ""
13257"core.splitIndex is set to true; remove or change it, if you really want to "
13258"disable split index"
13259msgstr ""
13260
13261#: builtin/update-index.c:1147
13262msgid ""
13263"core.untrackedCache is set to true; remove or change it, if you really want "
13264"to disable the untracked cache"
13265msgstr ""
13266
13267#: builtin/update-index.c:1151
13268msgid "Untracked cache disabled"
13269msgstr ""
13270
13271#: builtin/update-index.c:1159
13272msgid ""
13273"core.untrackedCache is set to false; remove or change it, if you really want "
13274"to enable the untracked cache"
13275msgstr ""
13276
13277#: builtin/update-index.c:1163
13278#, c-format
13279msgid "Untracked cache enabled for '%s'"
13280msgstr ""
13281
13282#: builtin/update-index.c:1171
13283msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
13284msgstr ""
13285
13286#: builtin/update-index.c:1175
13287msgid "fsmonitor enabled"
13288msgstr ""
13289
13290#: builtin/update-index.c:1178
13291msgid ""
13292"core.fsmonitor is set; remove it if you really want to disable fsmonitor"
13293msgstr ""
13294
13295#: builtin/update-index.c:1182
13296msgid "fsmonitor disabled"
13297msgstr ""
13298
13299#: builtin/update-ref.c:10
13300msgid "git update-ref [<options>] -d <refname> [<old-val>]"
13301msgstr ""
13302
13303#: builtin/update-ref.c:11
13304msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
13305msgstr ""
13306
13307#: builtin/update-ref.c:12
13308msgid "git update-ref [<options>] --stdin [-z]"
13309msgstr ""
13310
13311#: builtin/update-ref.c:363
13312msgid "delete the reference"
13313msgstr ""
13314
13315#: builtin/update-ref.c:365
13316msgid "update <refname> not the one it points to"
13317msgstr ""
13318
13319#: builtin/update-ref.c:366
13320msgid "stdin has NUL-terminated arguments"
13321msgstr ""
13322
13323#: builtin/update-ref.c:367
13324msgid "read updates from stdin"
13325msgstr ""
13326
13327#: builtin/update-server-info.c:7
13328msgid "git update-server-info [--force]"
13329msgstr ""
13330
13331#: builtin/update-server-info.c:15
13332msgid "update the info files from scratch"
13333msgstr ""
13334
13335#: builtin/verify-commit.c:18
13336msgid "git verify-commit [-v | --verbose] <commit>..."
13337msgstr ""
13338
13339#: builtin/verify-commit.c:73
13340msgid "print commit contents"
13341msgstr ""
13342
13343#: builtin/verify-commit.c:74 builtin/verify-tag.c:38
13344msgid "print raw gpg status output"
13345msgstr ""
13346
13347#: builtin/verify-pack.c:55
13348msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
13349msgstr ""
13350
13351#: builtin/verify-pack.c:65
13352msgid "verbose"
13353msgstr ""
13354
13355#: builtin/verify-pack.c:67
13356msgid "show statistics only"
13357msgstr ""
13358
13359#: builtin/verify-tag.c:19
13360msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
13361msgstr ""
13362
13363#: builtin/verify-tag.c:37
13364msgid "print tag contents"
13365msgstr ""
13366
13367#: builtin/worktree.c:17
13368msgid "git worktree add [<options>] <path> [<branch>]"
13369msgstr ""
13370
13371#: builtin/worktree.c:18
13372msgid "git worktree list [<options>]"
13373msgstr ""
13374
13375#: builtin/worktree.c:19
13376msgid "git worktree lock [<options>] <path>"
13377msgstr ""
13378
13379#: builtin/worktree.c:20
13380msgid "git worktree prune [<options>]"
13381msgstr ""
13382
13383#: builtin/worktree.c:21
13384msgid "git worktree unlock <path>"
13385msgstr ""
13386
13387#: builtin/worktree.c:58
13388#, c-format
13389msgid "Removing worktrees/%s: not a valid directory"
13390msgstr ""
13391
13392#: builtin/worktree.c:64
13393#, c-format
13394msgid "Removing worktrees/%s: gitdir file does not exist"
13395msgstr ""
13396
13397#: builtin/worktree.c:69 builtin/worktree.c:78
13398#, c-format
13399msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
13400msgstr ""
13401
13402#: builtin/worktree.c:88
13403#, c-format
13404msgid ""
13405"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
13406"%<PRIuMAX>)"
13407msgstr ""
13408
13409#: builtin/worktree.c:96
13410#, c-format
13411msgid "Removing worktrees/%s: invalid gitdir file"
13412msgstr ""
13413
13414#: builtin/worktree.c:112
13415#, c-format
13416msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13417msgstr ""
13418
13419#: builtin/worktree.c:159
13420msgid "report pruned working trees"
13421msgstr ""
13422
13423#: builtin/worktree.c:161
13424msgid "expire working trees older than <time>"
13425msgstr ""
13426
13427#: builtin/worktree.c:236
13428#, c-format
13429msgid "'%s' already exists"
13430msgstr ""
13431
13432#: builtin/worktree.c:267
13433#, c-format
13434msgid "could not create directory of '%s'"
13435msgstr ""
13436
13437#: builtin/worktree.c:306
13438#, c-format
13439msgid "Preparing %s (identifier %s)"
13440msgstr ""
13441
13442#: builtin/worktree.c:368
13443msgid "checkout <branch> even if already checked out in other worktree"
13444msgstr ""
13445
13446#: builtin/worktree.c:370
13447msgid "create a new branch"
13448msgstr ""
13449
13450#: builtin/worktree.c:372
13451msgid "create or reset a branch"
13452msgstr ""
13453
13454#: builtin/worktree.c:374
13455msgid "populate the new working tree"
13456msgstr ""
13457
13458#: builtin/worktree.c:375
13459msgid "keep the new working tree locked"
13460msgstr ""
13461
13462#: builtin/worktree.c:377
13463msgid "set up tracking mode (see git-branch(1))"
13464msgstr ""
13465
13466#: builtin/worktree.c:380
13467msgid "try to match the new branch name with a remote-tracking branch"
13468msgstr ""
13469
13470#: builtin/worktree.c:388
13471msgid "-b, -B, and --detach are mutually exclusive"
13472msgstr ""
13473
13474#: builtin/worktree.c:453
13475msgid "--[no-]track can only be used if a new branch is created"
13476msgstr ""
13477
13478#: builtin/worktree.c:553
13479msgid "reason for locking"
13480msgstr ""
13481
13482#: builtin/worktree.c:565 builtin/worktree.c:598
13483#, c-format
13484msgid "'%s' is not a working tree"
13485msgstr ""
13486
13487#: builtin/worktree.c:567 builtin/worktree.c:600
13488msgid "The main working tree cannot be locked or unlocked"
13489msgstr ""
13490
13491#: builtin/worktree.c:572
13492#, c-format
13493msgid "'%s' is already locked, reason: %s"
13494msgstr ""
13495
13496#: builtin/worktree.c:574
13497#, c-format
13498msgid "'%s' is already locked"
13499msgstr ""
13500
13501#: builtin/worktree.c:602
13502#, c-format
13503msgid "'%s' is not locked"
13504msgstr ""
13505
13506#: builtin/write-tree.c:14
13507msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13508msgstr ""
13509
13510#: builtin/write-tree.c:27
13511msgid "<prefix>/"
13512msgstr ""
13513
13514#: builtin/write-tree.c:28
13515msgid "write tree object for a subdirectory <prefix>"
13516msgstr ""
13517
13518#: builtin/write-tree.c:31
13519msgid "only useful for debugging"
13520msgstr ""
13521
13522#: upload-pack.c:24
13523msgid "git upload-pack [<options>] <dir>"
13524msgstr ""
13525
13526#: upload-pack.c:1041
13527msgid "quit after a single request/response exchange"
13528msgstr ""
13529
13530#: upload-pack.c:1043
13531msgid "exit immediately after initial ref advertisement"
13532msgstr ""
13533
13534#: upload-pack.c:1045
13535msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13536msgstr ""
13537
13538#: upload-pack.c:1047
13539msgid "interrupt transfer after <n> seconds of inactivity"
13540msgstr ""
13541
13542#: credential-cache--daemon.c:222
13543#, c-format
13544msgid ""
13545"The permissions on your socket directory are too loose; other\n"
13546"users may be able to read your cached credentials. Consider running:\n"
13547"\n"
13548"\tchmod 0700 %s"
13549msgstr ""
13550
13551#: credential-cache--daemon.c:271
13552msgid "print debugging messages to stderr"
13553msgstr ""
13554
13555#: git.c:15
13556msgid ""
13557"'git help -a' and 'git help -g' list available subcommands and some\n"
13558"concept guides. See 'git help <command>' or 'git help <concept>'\n"
13559"to read about a specific subcommand or concept."
13560msgstr ""
13561
13562#: http.c:339
13563#, c-format
13564msgid "negative value for http.postbuffer; defaulting to %d"
13565msgstr ""
13566
13567#: http.c:360
13568msgid "Delegation control is not supported with cURL < 7.22.0"
13569msgstr ""
13570
13571#: http.c:369
13572msgid "Public key pinning not supported with cURL < 7.44.0"
13573msgstr ""
13574
13575#: http.c:1791
13576#, c-format
13577msgid ""
13578"unable to update url base from redirection:\n"
13579"  asked for: %s\n"
13580"   redirect: %s"
13581msgstr ""
13582
13583#: remote-curl.c:324
13584#, c-format
13585msgid "redirecting to %s"
13586msgstr ""
13587
13588#: list-objects-filter-options.h:54
13589msgid "args"
13590msgstr ""
13591
13592#: list-objects-filter-options.h:55
13593msgid "object filtering"
13594msgstr ""
13595
13596#: common-cmds.h:9
13597msgid "start a working area (see also: git help tutorial)"
13598msgstr ""
13599
13600#: common-cmds.h:10
13601msgid "work on the current change (see also: git help everyday)"
13602msgstr ""
13603
13604#: common-cmds.h:11
13605msgid "examine the history and state (see also: git help revisions)"
13606msgstr ""
13607
13608#: common-cmds.h:12
13609msgid "grow, mark and tweak your common history"
13610msgstr ""
13611
13612#: common-cmds.h:13
13613msgid "collaborate (see also: git help workflows)"
13614msgstr ""
13615
13616#: common-cmds.h:17
13617msgid "Add file contents to the index"
13618msgstr ""
13619
13620#: common-cmds.h:18
13621msgid "Use binary search to find the commit that introduced a bug"
13622msgstr ""
13623
13624#: common-cmds.h:19
13625msgid "List, create, or delete branches"
13626msgstr ""
13627
13628#: common-cmds.h:20
13629msgid "Switch branches or restore working tree files"
13630msgstr ""
13631
13632#: common-cmds.h:21
13633msgid "Clone a repository into a new directory"
13634msgstr ""
13635
13636#: common-cmds.h:22
13637msgid "Record changes to the repository"
13638msgstr ""
13639
13640#: common-cmds.h:23
13641msgid "Show changes between commits, commit and working tree, etc"
13642msgstr ""
13643
13644#: common-cmds.h:24
13645msgid "Download objects and refs from another repository"
13646msgstr ""
13647
13648#: common-cmds.h:25
13649msgid "Print lines matching a pattern"
13650msgstr ""
13651
13652#: common-cmds.h:26
13653msgid "Create an empty Git repository or reinitialize an existing one"
13654msgstr ""
13655
13656#: common-cmds.h:27
13657msgid "Show commit logs"
13658msgstr ""
13659
13660#: common-cmds.h:28
13661msgid "Join two or more development histories together"
13662msgstr ""
13663
13664#: common-cmds.h:29
13665msgid "Move or rename a file, a directory, or a symlink"
13666msgstr ""
13667
13668#: common-cmds.h:30
13669msgid "Fetch from and integrate with another repository or a local branch"
13670msgstr ""
13671
13672#: common-cmds.h:31
13673msgid "Update remote refs along with associated objects"
13674msgstr ""
13675
13676#: common-cmds.h:32
13677msgid "Reapply commits on top of another base tip"
13678msgstr ""
13679
13680#: common-cmds.h:33
13681msgid "Reset current HEAD to the specified state"
13682msgstr ""
13683
13684#: common-cmds.h:34
13685msgid "Remove files from the working tree and from the index"
13686msgstr ""
13687
13688#: common-cmds.h:35
13689msgid "Show various types of objects"
13690msgstr ""
13691
13692#: common-cmds.h:36
13693msgid "Show the working tree status"
13694msgstr ""
13695
13696#: common-cmds.h:37
13697msgid "Create, list, delete or verify a tag object signed with GPG"
13698msgstr ""
13699
13700#: parse-options.h:145
13701msgid "expiry-date"
13702msgstr ""
13703
13704#: parse-options.h:160
13705msgid "no-op (backward compatibility)"
13706msgstr ""
13707
13708#: parse-options.h:238
13709msgid "be more verbose"
13710msgstr ""
13711
13712#: parse-options.h:240
13713msgid "be more quiet"
13714msgstr ""
13715
13716#: parse-options.h:246
13717msgid "use <n> digits to display SHA-1s"
13718msgstr ""
13719
13720#: rerere.h:40
13721msgid "update the index with reused conflict resolution if possible"
13722msgstr ""
13723
13724#: git-bisect.sh:54
13725msgid "You need to start by \"git bisect start\""
13726msgstr ""
13727
13728#. TRANSLATORS: Make sure to include [Y] and [n] in your
13729#. translation. The program will only accept English input
13730#. at this point.
13731#: git-bisect.sh:60
13732msgid "Do you want me to do it for you [Y/n]? "
13733msgstr ""
13734
13735#: git-bisect.sh:121
13736#, sh-format
13737msgid "unrecognised option: '$arg'"
13738msgstr ""
13739
13740#: git-bisect.sh:125
13741#, sh-format
13742msgid "'$arg' does not appear to be a valid revision"
13743msgstr ""
13744
13745#: git-bisect.sh:154
13746msgid "Bad HEAD - I need a HEAD"
13747msgstr ""
13748
13749#: git-bisect.sh:167
13750#, sh-format
13751msgid ""
13752"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
13753msgstr ""
13754
13755#: git-bisect.sh:177
13756msgid "won't bisect on cg-seek'ed tree"
13757msgstr ""
13758
13759#: git-bisect.sh:181
13760msgid "Bad HEAD - strange symbolic ref"
13761msgstr ""
13762
13763#: git-bisect.sh:233
13764#, sh-format
13765msgid "Bad bisect_write argument: $state"
13766msgstr ""
13767
13768#: git-bisect.sh:246
13769#, sh-format
13770msgid "Bad rev input: $arg"
13771msgstr ""
13772
13773#: git-bisect.sh:265
13774#, sh-format
13775msgid "Bad rev input: $bisected_head"
13776msgstr ""
13777
13778#: git-bisect.sh:274
13779#, sh-format
13780msgid "Bad rev input: $rev"
13781msgstr ""
13782
13783#: git-bisect.sh:283
13784#, sh-format
13785msgid "'git bisect $TERM_BAD' can take only one argument."
13786msgstr ""
13787
13788#: git-bisect.sh:306
13789#, sh-format
13790msgid "Warning: bisecting only with a $TERM_BAD commit."
13791msgstr ""
13792
13793#. TRANSLATORS: Make sure to include [Y] and [n] in your
13794#. translation. The program will only accept English input
13795#. at this point.
13796#: git-bisect.sh:312
13797msgid "Are you sure [Y/n]? "
13798msgstr ""
13799
13800#: git-bisect.sh:324
13801#, sh-format
13802msgid ""
13803"You need to give me at least one $bad_syn and one $good_syn revision.\n"
13804"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13805msgstr ""
13806
13807#: git-bisect.sh:327
13808#, sh-format
13809msgid ""
13810"You need to start by \"git bisect start\".\n"
13811"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13812"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13813msgstr ""
13814
13815#: git-bisect.sh:398 git-bisect.sh:512
13816msgid "We are not bisecting."
13817msgstr ""
13818
13819#: git-bisect.sh:405
13820#, sh-format
13821msgid "'$invalid' is not a valid commit"
13822msgstr ""
13823
13824#: git-bisect.sh:414
13825#, sh-format
13826msgid ""
13827"Could not check out original HEAD '$branch'.\n"
13828"Try 'git bisect reset <commit>'."
13829msgstr ""
13830
13831#: git-bisect.sh:422
13832msgid "No logfile given"
13833msgstr ""
13834
13835#: git-bisect.sh:423
13836#, sh-format
13837msgid "cannot read $file for replaying"
13838msgstr ""
13839
13840#: git-bisect.sh:444
13841msgid "?? what are you talking about?"
13842msgstr ""
13843
13844#: git-bisect.sh:453
13845msgid "bisect run failed: no command provided."
13846msgstr ""
13847
13848#: git-bisect.sh:458
13849#, sh-format
13850msgid "running $command"
13851msgstr ""
13852
13853#: git-bisect.sh:465
13854#, sh-format
13855msgid ""
13856"bisect run failed:\n"
13857"exit code $res from '$command' is < 0 or >= 128"
13858msgstr ""
13859
13860#: git-bisect.sh:491
13861msgid "bisect run cannot continue any more"
13862msgstr ""
13863
13864#: git-bisect.sh:497
13865#, sh-format
13866msgid ""
13867"bisect run failed:\n"
13868"'bisect_state $state' exited with error code $res"
13869msgstr ""
13870
13871#: git-bisect.sh:504
13872msgid "bisect run success"
13873msgstr ""
13874
13875#: git-bisect.sh:533
13876#, sh-format
13877msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13878msgstr ""
13879
13880#: git-bisect.sh:567
13881msgid "no terms defined"
13882msgstr ""
13883
13884#: git-bisect.sh:584
13885#, sh-format
13886msgid ""
13887"invalid argument $arg for 'git bisect terms'.\n"
13888"Supported options are: --term-good|--term-old and --term-bad|--term-new."
13889msgstr ""
13890
13891#: git-merge-octopus.sh:46
13892msgid ""
13893"Error: Your local changes to the following files would be overwritten by "
13894"merge"
13895msgstr ""
13896
13897#: git-merge-octopus.sh:61
13898msgid "Automated merge did not work."
13899msgstr ""
13900
13901#: git-merge-octopus.sh:62
13902msgid "Should not be doing an octopus."
13903msgstr ""
13904
13905#: git-merge-octopus.sh:73
13906#, sh-format
13907msgid "Unable to find common commit with $pretty_name"
13908msgstr ""
13909
13910#: git-merge-octopus.sh:77
13911#, sh-format
13912msgid "Already up to date with $pretty_name"
13913msgstr ""
13914
13915#: git-merge-octopus.sh:89
13916#, sh-format
13917msgid "Fast-forwarding to: $pretty_name"
13918msgstr ""
13919
13920#: git-merge-octopus.sh:97
13921#, sh-format
13922msgid "Trying simple merge with $pretty_name"
13923msgstr ""
13924
13925#: git-merge-octopus.sh:102
13926msgid "Simple merge did not work, trying automatic merge."
13927msgstr ""
13928
13929#: git-rebase.sh:58
13930msgid ""
13931"Resolve all conflicts manually, mark them as resolved with\n"
13932"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
13933"You can instead skip this commit: run \"git rebase --skip\".\n"
13934"To abort and get back to the state before \"git rebase\", run \"git rebase --"
13935"abort\"."
13936msgstr ""
13937
13938#: git-rebase.sh:160 git-rebase.sh:402
13939#, sh-format
13940msgid "Could not move back to $head_name"
13941msgstr ""
13942
13943#: git-rebase.sh:171
13944msgid "Applied autostash."
13945msgstr ""
13946
13947#: git-rebase.sh:174
13948#, sh-format
13949msgid "Cannot store $stash_sha1"
13950msgstr ""
13951
13952#: git-rebase.sh:214
13953msgid "The pre-rebase hook refused to rebase."
13954msgstr ""
13955
13956#: git-rebase.sh:219
13957msgid "It looks like 'git am' is in progress. Cannot rebase."
13958msgstr ""
13959
13960#: git-rebase.sh:363
13961msgid "No rebase in progress?"
13962msgstr ""
13963
13964#: git-rebase.sh:374
13965msgid "The --edit-todo action can only be used during interactive rebase."
13966msgstr ""
13967
13968#: git-rebase.sh:381
13969msgid "Cannot read HEAD"
13970msgstr ""
13971
13972#: git-rebase.sh:384
13973msgid ""
13974"You must edit all merge conflicts and then\n"
13975"mark them as resolved using git add"
13976msgstr ""
13977
13978#: git-rebase.sh:424
13979#, sh-format
13980msgid ""
13981"It seems that there is already a $state_dir_base directory, and\n"
13982"I wonder if you are in the middle of another rebase.  If that is the\n"
13983"case, please try\n"
13984"\t$cmd_live_rebase\n"
13985"If that is not the case, please\n"
13986"\t$cmd_clear_stale_rebase\n"
13987"and run me again.  I am stopping in case you still have something\n"
13988"valuable there."
13989msgstr ""
13990
13991#: git-rebase.sh:480
13992#, sh-format
13993msgid "invalid upstream '$upstream_name'"
13994msgstr ""
13995
13996#: git-rebase.sh:504
13997#, sh-format
13998msgid "$onto_name: there are more than one merge bases"
13999msgstr ""
14000
14001#: git-rebase.sh:507 git-rebase.sh:511
14002#, sh-format
14003msgid "$onto_name: there is no merge base"
14004msgstr ""
14005
14006#: git-rebase.sh:516
14007#, sh-format
14008msgid "Does not point to a valid commit: $onto_name"
14009msgstr ""
14010
14011#: git-rebase.sh:542
14012#, sh-format
14013msgid "fatal: no such branch/commit '$branch_name'"
14014msgstr ""
14015
14016#: git-rebase.sh:575
14017msgid "Cannot autostash"
14018msgstr ""
14019
14020#: git-rebase.sh:580
14021#, sh-format
14022msgid "Created autostash: $stash_abbrev"
14023msgstr ""
14024
14025#: git-rebase.sh:584
14026msgid "Please commit or stash them."
14027msgstr ""
14028
14029#: git-rebase.sh:607
14030#, sh-format
14031msgid "HEAD is up to date."
14032msgstr ""
14033
14034#: git-rebase.sh:609
14035#, sh-format
14036msgid "Current branch $branch_name is up to date."
14037msgstr ""
14038
14039#: git-rebase.sh:617
14040#, sh-format
14041msgid "HEAD is up to date, rebase forced."
14042msgstr ""
14043
14044#: git-rebase.sh:619
14045#, sh-format
14046msgid "Current branch $branch_name is up to date, rebase forced."
14047msgstr ""
14048
14049#: git-rebase.sh:631
14050#, sh-format
14051msgid "Changes from $mb to $onto:"
14052msgstr ""
14053
14054#: git-rebase.sh:640
14055msgid "First, rewinding head to replay your work on top of it..."
14056msgstr ""
14057
14058#: git-rebase.sh:650
14059#, sh-format
14060msgid "Fast-forwarded $branch_name to $onto_name."
14061msgstr ""
14062
14063#: git-stash.sh:61
14064msgid "git stash clear with parameters is unimplemented"
14065msgstr ""
14066
14067#: git-stash.sh:108
14068msgid "You do not have the initial commit yet"
14069msgstr ""
14070
14071#: git-stash.sh:123
14072msgid "Cannot save the current index state"
14073msgstr ""
14074
14075#: git-stash.sh:138
14076msgid "Cannot save the untracked files"
14077msgstr ""
14078
14079#: git-stash.sh:158 git-stash.sh:171
14080msgid "Cannot save the current worktree state"
14081msgstr ""
14082
14083#: git-stash.sh:175
14084msgid "No changes selected"
14085msgstr ""
14086
14087#: git-stash.sh:178
14088msgid "Cannot remove temporary index (can't happen)"
14089msgstr ""
14090
14091#: git-stash.sh:191
14092msgid "Cannot record working tree state"
14093msgstr ""
14094
14095#: git-stash.sh:229
14096#, sh-format
14097msgid "Cannot update $ref_stash with $w_commit"
14098msgstr ""
14099
14100#: git-stash.sh:281
14101#, sh-format
14102msgid "error: unknown option for 'stash push': $option"
14103msgstr ""
14104
14105#: git-stash.sh:295
14106msgid "Can't use --patch and --include-untracked or --all at the same time"
14107msgstr ""
14108
14109#: git-stash.sh:303
14110msgid "No local changes to save"
14111msgstr ""
14112
14113#: git-stash.sh:308
14114msgid "Cannot initialize stash"
14115msgstr ""
14116
14117#: git-stash.sh:312
14118msgid "Cannot save the current status"
14119msgstr ""
14120
14121#: git-stash.sh:313
14122#, sh-format
14123msgid "Saved working directory and index state $stash_msg"
14124msgstr ""
14125
14126#: git-stash.sh:341
14127msgid "Cannot remove worktree changes"
14128msgstr ""
14129
14130#: git-stash.sh:489
14131#, sh-format
14132msgid "unknown option: $opt"
14133msgstr ""
14134
14135#: git-stash.sh:502
14136msgid "No stash entries found."
14137msgstr ""
14138
14139#: git-stash.sh:509
14140#, sh-format
14141msgid "Too many revisions specified: $REV"
14142msgstr ""
14143
14144#: git-stash.sh:524
14145#, sh-format
14146msgid "$reference is not a valid reference"
14147msgstr ""
14148
14149#: git-stash.sh:552
14150#, sh-format
14151msgid "'$args' is not a stash-like commit"
14152msgstr ""
14153
14154#: git-stash.sh:563
14155#, sh-format
14156msgid "'$args' is not a stash reference"
14157msgstr ""
14158
14159#: git-stash.sh:571
14160msgid "unable to refresh index"
14161msgstr ""
14162
14163#: git-stash.sh:575
14164msgid "Cannot apply a stash in the middle of a merge"
14165msgstr ""
14166
14167#: git-stash.sh:583
14168msgid "Conflicts in index. Try without --index."
14169msgstr ""
14170
14171#: git-stash.sh:585
14172msgid "Could not save index tree"
14173msgstr ""
14174
14175#: git-stash.sh:594
14176msgid "Could not restore untracked files from stash entry"
14177msgstr ""
14178
14179#: git-stash.sh:619
14180msgid "Cannot unstage modified files"
14181msgstr ""
14182
14183#: git-stash.sh:634
14184msgid "Index was not unstashed."
14185msgstr ""
14186
14187#: git-stash.sh:648
14188msgid "The stash entry is kept in case you need it again."
14189msgstr ""
14190
14191#: git-stash.sh:657
14192#, sh-format
14193msgid "Dropped ${REV} ($s)"
14194msgstr ""
14195
14196#: git-stash.sh:658
14197#, sh-format
14198msgid "${REV}: Could not drop stash entry"
14199msgstr ""
14200
14201#: git-stash.sh:666
14202msgid "No branch name specified"
14203msgstr ""
14204
14205#: git-stash.sh:745
14206msgid "(To restore them type \"git stash apply\")"
14207msgstr ""
14208
14209#: git-submodule.sh:181
14210msgid "Relative path can only be used from the toplevel of the working tree"
14211msgstr ""
14212
14213#: git-submodule.sh:191
14214#, sh-format
14215msgid "repo URL: '$repo' must be absolute or begin with ./|../"
14216msgstr ""
14217
14218#: git-submodule.sh:210
14219#, sh-format
14220msgid "'$sm_path' already exists in the index"
14221msgstr ""
14222
14223#: git-submodule.sh:213
14224#, sh-format
14225msgid "'$sm_path' already exists in the index and is not a submodule"
14226msgstr ""
14227
14228#: git-submodule.sh:219
14229#, sh-format
14230msgid ""
14231"The following path is ignored by one of your .gitignore files:\n"
14232"$sm_path\n"
14233"Use -f if you really want to add it."
14234msgstr ""
14235
14236#: git-submodule.sh:237
14237#, sh-format
14238msgid "Adding existing repo at '$sm_path' to the index"
14239msgstr ""
14240
14241#: git-submodule.sh:239
14242#, sh-format
14243msgid "'$sm_path' already exists and is not a valid git repo"
14244msgstr ""
14245
14246#: git-submodule.sh:247
14247#, sh-format
14248msgid "A git directory for '$sm_name' is found locally with remote(s):"
14249msgstr ""
14250
14251#: git-submodule.sh:249
14252#, sh-format
14253msgid ""
14254"If you want to reuse this local git directory instead of cloning again from\n"
14255"  $realrepo\n"
14256"use the '--force' option. If the local git directory is not the correct "
14257"repo\n"
14258"or you are unsure what this means choose another name with the '--name' "
14259"option."
14260msgstr ""
14261
14262#: git-submodule.sh:255
14263#, sh-format
14264msgid "Reactivating local git directory for submodule '$sm_name'."
14265msgstr ""
14266
14267#: git-submodule.sh:267
14268#, sh-format
14269msgid "Unable to checkout submodule '$sm_path'"
14270msgstr ""
14271
14272#: git-submodule.sh:272
14273#, sh-format
14274msgid "Failed to add submodule '$sm_path'"
14275msgstr ""
14276
14277#: git-submodule.sh:281
14278#, sh-format
14279msgid "Failed to register submodule '$sm_path'"
14280msgstr ""
14281
14282#: git-submodule.sh:342
14283#, sh-format
14284msgid "Entering '$displaypath'"
14285msgstr ""
14286
14287#: git-submodule.sh:362
14288#, sh-format
14289msgid "Stopping at '$displaypath'; script returned non-zero status."
14290msgstr ""
14291
14292#: git-submodule.sh:433
14293#, sh-format
14294msgid "pathspec and --all are incompatible"
14295msgstr ""
14296
14297#: git-submodule.sh:438
14298#, sh-format
14299msgid "Use '--all' if you really want to deinitialize all submodules"
14300msgstr ""
14301
14302#: git-submodule.sh:458
14303#, sh-format
14304msgid ""
14305"Submodule work tree '$displaypath' contains a .git directory\n"
14306"(use 'rm -rf' if you really want to remove it including all of its history)"
14307msgstr ""
14308
14309#: git-submodule.sh:466
14310#, sh-format
14311msgid ""
14312"Submodule work tree '$displaypath' contains local modifications; use '-f' to "
14313"discard them"
14314msgstr ""
14315
14316#: git-submodule.sh:469
14317#, sh-format
14318msgid "Cleared directory '$displaypath'"
14319msgstr ""
14320
14321#: git-submodule.sh:470
14322#, sh-format
14323msgid "Could not remove submodule work tree '$displaypath'"
14324msgstr ""
14325
14326#: git-submodule.sh:473
14327#, sh-format
14328msgid "Could not create empty submodule directory '$displaypath'"
14329msgstr ""
14330
14331#: git-submodule.sh:482
14332#, sh-format
14333msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
14334msgstr ""
14335
14336#: git-submodule.sh:637
14337#, sh-format
14338msgid "Unable to find current revision in submodule path '$displaypath'"
14339msgstr ""
14340
14341#: git-submodule.sh:647
14342#, sh-format
14343msgid "Unable to fetch in submodule path '$sm_path'"
14344msgstr ""
14345
14346#: git-submodule.sh:652
14347#, sh-format
14348msgid ""
14349"Unable to find current ${remote_name}/${branch} revision in submodule path "
14350"'$sm_path'"
14351msgstr ""
14352
14353#: git-submodule.sh:670
14354#, sh-format
14355msgid "Unable to fetch in submodule path '$displaypath'"
14356msgstr ""
14357
14358#: git-submodule.sh:676
14359#, sh-format
14360msgid ""
14361"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
14362"Direct fetching of that commit failed."
14363msgstr ""
14364
14365#: git-submodule.sh:683
14366#, sh-format
14367msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
14368msgstr ""
14369
14370#: git-submodule.sh:684
14371#, sh-format
14372msgid "Submodule path '$displaypath': checked out '$sha1'"
14373msgstr ""
14374
14375#: git-submodule.sh:688
14376#, sh-format
14377msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
14378msgstr ""
14379
14380#: git-submodule.sh:689
14381#, sh-format
14382msgid "Submodule path '$displaypath': rebased into '$sha1'"
14383msgstr ""
14384
14385#: git-submodule.sh:694
14386#, sh-format
14387msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
14388msgstr ""
14389
14390#: git-submodule.sh:695
14391#, sh-format
14392msgid "Submodule path '$displaypath': merged in '$sha1'"
14393msgstr ""
14394
14395#: git-submodule.sh:700
14396#, sh-format
14397msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
14398msgstr ""
14399
14400#: git-submodule.sh:701
14401#, sh-format
14402msgid "Submodule path '$displaypath': '$command $sha1'"
14403msgstr ""
14404
14405#: git-submodule.sh:732
14406#, sh-format
14407msgid "Failed to recurse into submodule path '$displaypath'"
14408msgstr ""
14409
14410#: git-submodule.sh:828
14411msgid "The --cached option cannot be used with the --files option"
14412msgstr ""
14413
14414#: git-submodule.sh:880
14415#, sh-format
14416msgid "unexpected mode $mod_dst"
14417msgstr ""
14418
14419#: git-submodule.sh:900
14420#, sh-format
14421msgid "  Warn: $display_name doesn't contain commit $sha1_src"
14422msgstr ""
14423
14424#: git-submodule.sh:903
14425#, sh-format
14426msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
14427msgstr ""
14428
14429#: git-submodule.sh:906
14430#, sh-format
14431msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
14432msgstr ""
14433
14434#: git-submodule.sh:1077
14435#, sh-format
14436msgid "Synchronizing submodule url for '$displaypath'"
14437msgstr ""
14438
14439#: git-parse-remote.sh:89
14440#, sh-format
14441msgid "See git-${cmd}(1) for details."
14442msgstr ""
14443
14444#: git-rebase--interactive.sh:140
14445#, sh-format
14446msgid "Rebasing ($new_count/$total)"
14447msgstr ""
14448
14449#: git-rebase--interactive.sh:156
14450msgid ""
14451"\n"
14452"Commands:\n"
14453"p, pick = use commit\n"
14454"r, reword = use commit, but edit the commit message\n"
14455"e, edit = use commit, but stop for amending\n"
14456"s, squash = use commit, but meld into previous commit\n"
14457"f, fixup = like \"squash\", but discard this commit's log message\n"
14458"x, exec = run command (the rest of the line) using shell\n"
14459"d, drop = remove commit\n"
14460"\n"
14461"These lines can be re-ordered; they are executed from top to bottom.\n"
14462msgstr ""
14463
14464#: git-rebase--interactive.sh:171
14465msgid ""
14466"\n"
14467"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14468msgstr ""
14469
14470#: git-rebase--interactive.sh:175
14471msgid ""
14472"\n"
14473"If you remove a line here THAT COMMIT WILL BE LOST.\n"
14474msgstr ""
14475
14476#: git-rebase--interactive.sh:211
14477#, sh-format
14478msgid ""
14479"You can amend the commit now, with\n"
14480"\n"
14481"\tgit commit --amend $gpg_sign_opt_quoted\n"
14482"\n"
14483"Once you are satisfied with your changes, run\n"
14484"\n"
14485"\tgit rebase --continue"
14486msgstr ""
14487
14488#: git-rebase--interactive.sh:236
14489#, sh-format
14490msgid "$sha1: not a commit that can be picked"
14491msgstr ""
14492
14493#: git-rebase--interactive.sh:275
14494#, sh-format
14495msgid "Invalid commit name: $sha1"
14496msgstr ""
14497
14498#: git-rebase--interactive.sh:317
14499msgid "Cannot write current commit's replacement sha1"
14500msgstr ""
14501
14502#: git-rebase--interactive.sh:369
14503#, sh-format
14504msgid "Fast-forward to $sha1"
14505msgstr ""
14506
14507#: git-rebase--interactive.sh:371
14508#, sh-format
14509msgid "Cannot fast-forward to $sha1"
14510msgstr ""
14511
14512#: git-rebase--interactive.sh:380
14513#, sh-format
14514msgid "Cannot move HEAD to $first_parent"
14515msgstr ""
14516
14517#: git-rebase--interactive.sh:385
14518#, sh-format
14519msgid "Refusing to squash a merge: $sha1"
14520msgstr ""
14521
14522#: git-rebase--interactive.sh:400
14523#, sh-format
14524msgid "Error redoing merge $sha1"
14525msgstr ""
14526
14527#: git-rebase--interactive.sh:408
14528#, sh-format
14529msgid "Could not pick $sha1"
14530msgstr ""
14531
14532#: git-rebase--interactive.sh:417
14533#, sh-format
14534msgid "This is the commit message #${n}:"
14535msgstr ""
14536
14537#: git-rebase--interactive.sh:422
14538#, sh-format
14539msgid "The commit message #${n} will be skipped:"
14540msgstr ""
14541
14542#: git-rebase--interactive.sh:433
14543#, sh-format
14544msgid "This is a combination of $count commit."
14545msgid_plural "This is a combination of $count commits."
14546msgstr[0] ""
14547msgstr[1] ""
14548
14549#: git-rebase--interactive.sh:442
14550#, sh-format
14551msgid "Cannot write $fixup_msg"
14552msgstr ""
14553
14554#: git-rebase--interactive.sh:445
14555msgid "This is a combination of 2 commits."
14556msgstr ""
14557
14558#: git-rebase--interactive.sh:486 git-rebase--interactive.sh:529
14559#: git-rebase--interactive.sh:532
14560#, sh-format
14561msgid "Could not apply $sha1... $rest"
14562msgstr ""
14563
14564#: git-rebase--interactive.sh:560
14565#, sh-format
14566msgid ""
14567"Could not amend commit after successfully picking $sha1... $rest\n"
14568"This is most likely due to an empty commit message, or the pre-commit hook\n"
14569"failed. If the pre-commit hook failed, you may need to resolve the issue "
14570"before\n"
14571"you are able to reword the commit."
14572msgstr ""
14573
14574#: git-rebase--interactive.sh:575
14575#, sh-format
14576msgid "Stopped at $sha1_abbrev... $rest"
14577msgstr ""
14578
14579#: git-rebase--interactive.sh:590
14580#, sh-format
14581msgid "Cannot '$squash_style' without a previous commit"
14582msgstr ""
14583
14584#: git-rebase--interactive.sh:632
14585#, sh-format
14586msgid "Executing: $rest"
14587msgstr ""
14588
14589#: git-rebase--interactive.sh:640
14590#, sh-format
14591msgid "Execution failed: $rest"
14592msgstr ""
14593
14594#: git-rebase--interactive.sh:642
14595msgid "and made changes to the index and/or the working tree"
14596msgstr ""
14597
14598#: git-rebase--interactive.sh:644
14599msgid ""
14600"You can fix the problem, and then run\n"
14601"\n"
14602"\tgit rebase --continue"
14603msgstr ""
14604
14605#. TRANSLATORS: after these lines is a command to be issued by the user
14606#: git-rebase--interactive.sh:657
14607#, sh-format
14608msgid ""
14609"Execution succeeded: $rest\n"
14610"but left changes to the index and/or the working tree\n"
14611"Commit or stash your changes, and then run\n"
14612"\n"
14613"\tgit rebase --continue"
14614msgstr ""
14615
14616#: git-rebase--interactive.sh:668
14617#, sh-format
14618msgid "Unknown command: $command $sha1 $rest"
14619msgstr ""
14620
14621#: git-rebase--interactive.sh:669
14622msgid "Please fix this using 'git rebase --edit-todo'."
14623msgstr ""
14624
14625#: git-rebase--interactive.sh:704
14626#, sh-format
14627msgid "Successfully rebased and updated $head_name."
14628msgstr ""
14629
14630#: git-rebase--interactive.sh:728
14631msgid "could not detach HEAD"
14632msgstr ""
14633
14634#: git-rebase--interactive.sh:763
14635msgid "Could not remove CHERRY_PICK_HEAD"
14636msgstr ""
14637
14638#: git-rebase--interactive.sh:768
14639#, sh-format
14640msgid ""
14641"You have staged changes in your working tree.\n"
14642"If these changes are meant to be\n"
14643"squashed into the previous commit, run:\n"
14644"\n"
14645"  git commit --amend $gpg_sign_opt_quoted\n"
14646"\n"
14647"If they are meant to go into a new commit, run:\n"
14648"\n"
14649"  git commit $gpg_sign_opt_quoted\n"
14650"\n"
14651"In both cases, once you're done, continue with:\n"
14652"\n"
14653"  git rebase --continue\n"
14654msgstr ""
14655
14656#: git-rebase--interactive.sh:785
14657msgid "Error trying to find the author identity to amend commit"
14658msgstr ""
14659
14660#: git-rebase--interactive.sh:790
14661msgid ""
14662"You have uncommitted changes in your working tree. Please commit them\n"
14663"first and then run 'git rebase --continue' again."
14664msgstr ""
14665
14666#: git-rebase--interactive.sh:795 git-rebase--interactive.sh:799
14667msgid "Could not commit staged changes."
14668msgstr ""
14669
14670#: git-rebase--interactive.sh:827
14671msgid ""
14672"\n"
14673"You are editing the todo file of an ongoing interactive rebase.\n"
14674"To continue rebase after editing, run:\n"
14675"    git rebase --continue\n"
14676"\n"
14677msgstr ""
14678
14679#: git-rebase--interactive.sh:835 git-rebase--interactive.sh:995
14680msgid "Could not execute editor"
14681msgstr ""
14682
14683#: git-rebase--interactive.sh:848
14684#, sh-format
14685msgid "Could not checkout $switch_to"
14686msgstr ""
14687
14688#: git-rebase--interactive.sh:853
14689msgid "No HEAD?"
14690msgstr ""
14691
14692#: git-rebase--interactive.sh:854
14693#, sh-format
14694msgid "Could not create temporary $state_dir"
14695msgstr ""
14696
14697#: git-rebase--interactive.sh:856
14698msgid "Could not mark as interactive"
14699msgstr ""
14700
14701#: git-rebase--interactive.sh:866 git-rebase--interactive.sh:871
14702msgid "Could not init rewritten commits"
14703msgstr ""
14704
14705#: git-rebase--interactive.sh:897
14706msgid "Could not generate todo list"
14707msgstr ""
14708
14709#: git-rebase--interactive.sh:973
14710#, sh-format
14711msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14712msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14713msgstr[0] ""
14714msgstr[1] ""
14715
14716#: git-rebase--interactive.sh:978
14717msgid ""
14718"\n"
14719"However, if you remove everything, the rebase will be aborted.\n"
14720"\n"
14721msgstr ""
14722
14723#: git-rebase--interactive.sh:985
14724msgid "Note that empty commits are commented out"
14725msgstr ""
14726
14727#: git-sh-setup.sh:89 git-sh-setup.sh:94
14728#, sh-format
14729msgid "usage: $dashless $USAGE"
14730msgstr ""
14731
14732#: git-sh-setup.sh:190
14733#, sh-format
14734msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14735msgstr ""
14736
14737#: git-sh-setup.sh:199 git-sh-setup.sh:206
14738#, sh-format
14739msgid "fatal: $program_name cannot be used without a working tree."
14740msgstr ""
14741
14742#: git-sh-setup.sh:220
14743msgid "Cannot rebase: You have unstaged changes."
14744msgstr ""
14745
14746#: git-sh-setup.sh:223
14747msgid "Cannot rewrite branches: You have unstaged changes."
14748msgstr ""
14749
14750#: git-sh-setup.sh:226
14751msgid "Cannot pull with rebase: You have unstaged changes."
14752msgstr ""
14753
14754#: git-sh-setup.sh:229
14755#, sh-format
14756msgid "Cannot $action: You have unstaged changes."
14757msgstr ""
14758
14759#: git-sh-setup.sh:242
14760msgid "Cannot rebase: Your index contains uncommitted changes."
14761msgstr ""
14762
14763#: git-sh-setup.sh:245
14764msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14765msgstr ""
14766
14767#: git-sh-setup.sh:248
14768#, sh-format
14769msgid "Cannot $action: Your index contains uncommitted changes."
14770msgstr ""
14771
14772#: git-sh-setup.sh:252
14773msgid "Additionally, your index contains uncommitted changes."
14774msgstr ""
14775
14776#: git-sh-setup.sh:372
14777msgid "You need to run this command from the toplevel of the working tree."
14778msgstr ""
14779
14780#: git-sh-setup.sh:377
14781msgid "Unable to determine absolute path of git directory"
14782msgstr ""
14783
14784#. TRANSLATORS: you can adjust this to align "git add -i" status menu
14785#: git-add--interactive.perl:196
14786#, perl-format
14787msgid "%12s %12s %s"
14788msgstr ""
14789
14790#: git-add--interactive.perl:197
14791msgid "staged"
14792msgstr ""
14793
14794#: git-add--interactive.perl:197
14795msgid "unstaged"
14796msgstr ""
14797
14798#: git-add--interactive.perl:246 git-add--interactive.perl:271
14799msgid "binary"
14800msgstr ""
14801
14802#: git-add--interactive.perl:255 git-add--interactive.perl:309
14803msgid "nothing"
14804msgstr ""
14805
14806#: git-add--interactive.perl:291 git-add--interactive.perl:306
14807msgid "unchanged"
14808msgstr ""
14809
14810#: git-add--interactive.perl:602
14811#, perl-format
14812msgid "added %d path\n"
14813msgid_plural "added %d paths\n"
14814msgstr[0] ""
14815msgstr[1] ""
14816
14817#: git-add--interactive.perl:605
14818#, perl-format
14819msgid "updated %d path\n"
14820msgid_plural "updated %d paths\n"
14821msgstr[0] ""
14822msgstr[1] ""
14823
14824#: git-add--interactive.perl:608
14825#, perl-format
14826msgid "reverted %d path\n"
14827msgid_plural "reverted %d paths\n"
14828msgstr[0] ""
14829msgstr[1] ""
14830
14831#: git-add--interactive.perl:611
14832#, perl-format
14833msgid "touched %d path\n"
14834msgid_plural "touched %d paths\n"
14835msgstr[0] ""
14836msgstr[1] ""
14837
14838#: git-add--interactive.perl:620
14839msgid "Update"
14840msgstr ""
14841
14842#: git-add--interactive.perl:632
14843msgid "Revert"
14844msgstr ""
14845
14846#: git-add--interactive.perl:655
14847#, perl-format
14848msgid "note: %s is untracked now.\n"
14849msgstr ""
14850
14851#: git-add--interactive.perl:666
14852msgid "Add untracked"
14853msgstr ""
14854
14855#: git-add--interactive.perl:672
14856msgid "No untracked files.\n"
14857msgstr ""
14858
14859#: git-add--interactive.perl:985
14860msgid ""
14861"If the patch applies cleanly, the edited hunk will immediately be\n"
14862"marked for staging."
14863msgstr ""
14864
14865#: git-add--interactive.perl:988
14866msgid ""
14867"If the patch applies cleanly, the edited hunk will immediately be\n"
14868"marked for stashing."
14869msgstr ""
14870
14871#: git-add--interactive.perl:991
14872msgid ""
14873"If the patch applies cleanly, the edited hunk will immediately be\n"
14874"marked for unstaging."
14875msgstr ""
14876
14877#: git-add--interactive.perl:994 git-add--interactive.perl:1003
14878msgid ""
14879"If the patch applies cleanly, the edited hunk will immediately be\n"
14880"marked for applying."
14881msgstr ""
14882
14883#: git-add--interactive.perl:997 git-add--interactive.perl:1000
14884msgid ""
14885"If the patch applies cleanly, the edited hunk will immediately be\n"
14886"marked for discarding."
14887msgstr ""
14888
14889#: git-add--interactive.perl:1013
14890#, perl-format
14891msgid "failed to open hunk edit file for writing: %s"
14892msgstr ""
14893
14894#: git-add--interactive.perl:1014
14895msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14896msgstr ""
14897
14898#: git-add--interactive.perl:1020
14899#, perl-format
14900msgid ""
14901"---\n"
14902"To remove '%s' lines, make them ' ' lines (context).\n"
14903"To remove '%s' lines, delete them.\n"
14904"Lines starting with %s will be removed.\n"
14905msgstr ""
14906
14907#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
14908#: git-add--interactive.perl:1028
14909msgid ""
14910"If it does not apply cleanly, you will be given an opportunity to\n"
14911"edit again.  If all lines of the hunk are removed, then the edit is\n"
14912"aborted and the hunk is left unchanged.\n"
14913msgstr ""
14914
14915#: git-add--interactive.perl:1042
14916#, perl-format
14917msgid "failed to open hunk edit file for reading: %s"
14918msgstr ""
14919
14920#. TRANSLATORS: do not translate [y/n]
14921#. The program will only accept that input
14922#. at this point.
14923#. Consider translating (saying "no" discards!) as
14924#. (saying "n" for "no" discards!) if the translation
14925#. of the word "no" does not start with n.
14926#: git-add--interactive.perl:1134
14927msgid ""
14928"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14929msgstr ""
14930
14931#: git-add--interactive.perl:1143
14932msgid ""
14933"y - stage this hunk\n"
14934"n - do not stage this hunk\n"
14935"q - quit; do not stage this hunk or any of the remaining ones\n"
14936"a - stage this hunk and all later hunks in the file\n"
14937"d - do not stage this hunk or any of the later hunks in the file"
14938msgstr ""
14939
14940#: git-add--interactive.perl:1149
14941msgid ""
14942"y - stash this hunk\n"
14943"n - do not stash this hunk\n"
14944"q - quit; do not stash this hunk or any of the remaining ones\n"
14945"a - stash this hunk and all later hunks in the file\n"
14946"d - do not stash this hunk or any of the later hunks in the file"
14947msgstr ""
14948
14949#: git-add--interactive.perl:1155
14950msgid ""
14951"y - unstage this hunk\n"
14952"n - do not unstage this hunk\n"
14953"q - quit; do not unstage this hunk or any of the remaining ones\n"
14954"a - unstage this hunk and all later hunks in the file\n"
14955"d - do not unstage this hunk or any of the later hunks in the file"
14956msgstr ""
14957
14958#: git-add--interactive.perl:1161
14959msgid ""
14960"y - apply this hunk to index\n"
14961"n - do not apply this hunk to index\n"
14962"q - quit; do not apply this hunk or any of the remaining ones\n"
14963"a - apply this hunk and all later hunks in the file\n"
14964"d - do not apply this hunk or any of the later hunks in the file"
14965msgstr ""
14966
14967#: git-add--interactive.perl:1167
14968msgid ""
14969"y - discard this hunk from worktree\n"
14970"n - do not discard this hunk from worktree\n"
14971"q - quit; do not discard this hunk or any of the remaining ones\n"
14972"a - discard this hunk and all later hunks in the file\n"
14973"d - do not discard this hunk or any of the later hunks in the file"
14974msgstr ""
14975
14976#: git-add--interactive.perl:1173
14977msgid ""
14978"y - discard this hunk from index and worktree\n"
14979"n - do not discard this hunk from index and worktree\n"
14980"q - quit; do not discard this hunk or any of the remaining ones\n"
14981"a - discard this hunk and all later hunks in the file\n"
14982"d - do not discard this hunk or any of the later hunks in the file"
14983msgstr ""
14984
14985#: git-add--interactive.perl:1179
14986msgid ""
14987"y - apply this hunk to index and worktree\n"
14988"n - do not apply this hunk to index and worktree\n"
14989"q - quit; do not apply this hunk or any of the remaining ones\n"
14990"a - apply this hunk and all later hunks in the file\n"
14991"d - do not apply this hunk or any of the later hunks in the file"
14992msgstr ""
14993
14994#: git-add--interactive.perl:1188
14995msgid ""
14996"g - select a hunk to go to\n"
14997"/ - search for a hunk matching the given regex\n"
14998"j - leave this hunk undecided, see next undecided hunk\n"
14999"J - leave this hunk undecided, see next hunk\n"
15000"k - leave this hunk undecided, see previous undecided hunk\n"
15001"K - leave this hunk undecided, see previous hunk\n"
15002"s - split the current hunk into smaller hunks\n"
15003"e - manually edit the current hunk\n"
15004"? - print help\n"
15005msgstr ""
15006
15007#: git-add--interactive.perl:1219
15008msgid "The selected hunks do not apply to the index!\n"
15009msgstr ""
15010
15011#: git-add--interactive.perl:1220
15012msgid "Apply them to the worktree anyway? "
15013msgstr ""
15014
15015#: git-add--interactive.perl:1223
15016msgid "Nothing was applied.\n"
15017msgstr ""
15018
15019#: git-add--interactive.perl:1234
15020#, perl-format
15021msgid "ignoring unmerged: %s\n"
15022msgstr ""
15023
15024#: git-add--interactive.perl:1243
15025msgid "Only binary files changed.\n"
15026msgstr ""
15027
15028#: git-add--interactive.perl:1245
15029msgid "No changes.\n"
15030msgstr ""
15031
15032#: git-add--interactive.perl:1253
15033msgid "Patch update"
15034msgstr ""
15035
15036#: git-add--interactive.perl:1305
15037#, perl-format
15038msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
15039msgstr ""
15040
15041#: git-add--interactive.perl:1306
15042#, perl-format
15043msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
15044msgstr ""
15045
15046#: git-add--interactive.perl:1307
15047#, perl-format
15048msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
15049msgstr ""
15050
15051#: git-add--interactive.perl:1310
15052#, perl-format
15053msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
15054msgstr ""
15055
15056#: git-add--interactive.perl:1311
15057#, perl-format
15058msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
15059msgstr ""
15060
15061#: git-add--interactive.perl:1312
15062#, perl-format
15063msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
15064msgstr ""
15065
15066#: git-add--interactive.perl:1315
15067#, perl-format
15068msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
15069msgstr ""
15070
15071#: git-add--interactive.perl:1316
15072#, perl-format
15073msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
15074msgstr ""
15075
15076#: git-add--interactive.perl:1317
15077#, perl-format
15078msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
15079msgstr ""
15080
15081#: git-add--interactive.perl:1320
15082#, perl-format
15083msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
15084msgstr ""
15085
15086#: git-add--interactive.perl:1321
15087#, perl-format
15088msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
15089msgstr ""
15090
15091#: git-add--interactive.perl:1322
15092#, perl-format
15093msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
15094msgstr ""
15095
15096#: git-add--interactive.perl:1325
15097#, perl-format
15098msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
15099msgstr ""
15100
15101#: git-add--interactive.perl:1326
15102#, perl-format
15103msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
15104msgstr ""
15105
15106#: git-add--interactive.perl:1327
15107#, perl-format
15108msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
15109msgstr ""
15110
15111#: git-add--interactive.perl:1330
15112#, perl-format
15113msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
15114msgstr ""
15115
15116#: git-add--interactive.perl:1331
15117#, perl-format
15118msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
15119msgstr ""
15120
15121#: git-add--interactive.perl:1332
15122#, perl-format
15123msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
15124msgstr ""
15125
15126#: git-add--interactive.perl:1335
15127#, perl-format
15128msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
15129msgstr ""
15130
15131#: git-add--interactive.perl:1336
15132#, perl-format
15133msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
15134msgstr ""
15135
15136#: git-add--interactive.perl:1337
15137#, perl-format
15138msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
15139msgstr ""
15140
15141#: git-add--interactive.perl:1440
15142msgid "go to which hunk (<ret> to see more)? "
15143msgstr ""
15144
15145#: git-add--interactive.perl:1442
15146msgid "go to which hunk? "
15147msgstr ""
15148
15149#: git-add--interactive.perl:1451
15150#, perl-format
15151msgid "Invalid number: '%s'\n"
15152msgstr ""
15153
15154#: git-add--interactive.perl:1456
15155#, perl-format
15156msgid "Sorry, only %d hunk available.\n"
15157msgid_plural "Sorry, only %d hunks available.\n"
15158msgstr[0] ""
15159msgstr[1] ""
15160
15161#: git-add--interactive.perl:1482
15162msgid "search for regex? "
15163msgstr ""
15164
15165#: git-add--interactive.perl:1495
15166#, perl-format
15167msgid "Malformed search regexp %s: %s\n"
15168msgstr ""
15169
15170#: git-add--interactive.perl:1505
15171msgid "No hunk matches the given pattern\n"
15172msgstr ""
15173
15174#: git-add--interactive.perl:1517 git-add--interactive.perl:1539
15175msgid "No previous hunk\n"
15176msgstr ""
15177
15178#: git-add--interactive.perl:1526 git-add--interactive.perl:1545
15179msgid "No next hunk\n"
15180msgstr ""
15181
15182#: git-add--interactive.perl:1553
15183#, perl-format
15184msgid "Split into %d hunk.\n"
15185msgid_plural "Split into %d hunks.\n"
15186msgstr[0] ""
15187msgstr[1] ""
15188
15189#: git-add--interactive.perl:1605
15190msgid "Review diff"
15191msgstr ""
15192
15193#. TRANSLATORS: please do not translate the command names
15194#. 'status', 'update', 'revert', etc.
15195#: git-add--interactive.perl:1624
15196msgid ""
15197"status        - show paths with changes\n"
15198"update        - add working tree state to the staged set of changes\n"
15199"revert        - revert staged set of changes back to the HEAD version\n"
15200"patch         - pick hunks and update selectively\n"
15201"diff          - view diff between HEAD and index\n"
15202"add untracked - add contents of untracked files to the staged set of "
15203"changes\n"
15204msgstr ""
15205
15206#: git-add--interactive.perl:1641 git-add--interactive.perl:1646
15207#: git-add--interactive.perl:1649 git-add--interactive.perl:1656
15208#: git-add--interactive.perl:1660 git-add--interactive.perl:1666
15209msgid "missing --"
15210msgstr ""
15211
15212#: git-add--interactive.perl:1662
15213#, perl-format
15214msgid "unknown --patch mode: %s"
15215msgstr ""
15216
15217#: git-add--interactive.perl:1668 git-add--interactive.perl:1674
15218#, perl-format
15219msgid "invalid argument %s, expecting --"
15220msgstr ""
15221
15222#: git-send-email.perl:126
15223msgid "local zone differs from GMT by a non-minute interval\n"
15224msgstr ""
15225
15226#: git-send-email.perl:133 git-send-email.perl:139
15227msgid "local time offset greater than or equal to 24 hours\n"
15228msgstr ""
15229
15230#: git-send-email.perl:207 git-send-email.perl:213
15231msgid "the editor exited uncleanly, aborting everything"
15232msgstr ""
15233
15234#: git-send-email.perl:290
15235#, perl-format
15236msgid ""
15237"'%s' contains an intermediate version of the email you were composing.\n"
15238msgstr ""
15239
15240#: git-send-email.perl:295
15241#, perl-format
15242msgid "'%s.final' contains the composed email.\n"
15243msgstr ""
15244
15245#: git-send-email.perl:313
15246msgid "--dump-aliases incompatible with other options\n"
15247msgstr ""
15248
15249#: git-send-email.perl:378 git-send-email.perl:629
15250msgid "Cannot run git format-patch from outside a repository\n"
15251msgstr ""
15252
15253#: git-send-email.perl:447
15254#, perl-format
15255msgid "Unknown --suppress-cc field: '%s'\n"
15256msgstr ""
15257
15258#: git-send-email.perl:476
15259#, perl-format
15260msgid "Unknown --confirm setting: '%s'\n"
15261msgstr ""
15262
15263#: git-send-email.perl:504
15264#, perl-format
15265msgid "warning: sendmail alias with quotes is not supported: %s\n"
15266msgstr ""
15267
15268#: git-send-email.perl:506
15269#, perl-format
15270msgid "warning: `:include:` not supported: %s\n"
15271msgstr ""
15272
15273#: git-send-email.perl:508
15274#, perl-format
15275msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
15276msgstr ""
15277
15278#: git-send-email.perl:513
15279#, perl-format
15280msgid "warning: sendmail line is not recognized: %s\n"
15281msgstr ""
15282
15283#: git-send-email.perl:595
15284#, perl-format
15285msgid ""
15286"File '%s' exists but it could also be the range of commits\n"
15287"to produce patches for.  Please disambiguate by...\n"
15288"\n"
15289"    * Saying \"./%s\" if you mean a file; or\n"
15290"    * Giving --format-patch option if you mean a range.\n"
15291msgstr ""
15292
15293#: git-send-email.perl:616
15294#, perl-format
15295msgid "Failed to opendir %s: %s"
15296msgstr ""
15297
15298#: git-send-email.perl:640
15299#, perl-format
15300msgid ""
15301"fatal: %s: %s\n"
15302"warning: no patches were sent\n"
15303msgstr ""
15304
15305#: git-send-email.perl:651
15306msgid ""
15307"\n"
15308"No patch files specified!\n"
15309"\n"
15310msgstr ""
15311
15312#: git-send-email.perl:664
15313#, perl-format
15314msgid "No subject line in %s?"
15315msgstr ""
15316
15317#: git-send-email.perl:674
15318#, perl-format
15319msgid "Failed to open for writing %s: %s"
15320msgstr ""
15321
15322#: git-send-email.perl:684
15323msgid ""
15324"Lines beginning in \"GIT:\" will be removed.\n"
15325"Consider including an overall diffstat or table of contents\n"
15326"for the patch you are writing.\n"
15327"\n"
15328"Clear the body content if you don't wish to send a summary.\n"
15329msgstr ""
15330
15331#: git-send-email.perl:707
15332#, perl-format
15333msgid "Failed to open %s.final: %s"
15334msgstr ""
15335
15336#: git-send-email.perl:710
15337#, perl-format
15338msgid "Failed to open %s: %s"
15339msgstr ""
15340
15341#: git-send-email.perl:745
15342msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
15343msgstr ""
15344
15345#: git-send-email.perl:754
15346msgid "Summary email is empty, skipping it\n"
15347msgstr ""
15348
15349#. TRANSLATORS: please keep [y/N] as is.
15350#: git-send-email.perl:786
15351#, perl-format
15352msgid "Are you sure you want to use <%s> [y/N]? "
15353msgstr ""
15354
15355#: git-send-email.perl:815
15356msgid ""
15357"The following files are 8bit, but do not declare a Content-Transfer-"
15358"Encoding.\n"
15359msgstr ""
15360
15361#: git-send-email.perl:820
15362msgid "Which 8bit encoding should I declare [UTF-8]? "
15363msgstr ""
15364
15365#: git-send-email.perl:828
15366#, perl-format
15367msgid ""
15368"Refusing to send because the patch\n"
15369"\t%s\n"
15370"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15371"want to send.\n"
15372msgstr ""
15373
15374#: git-send-email.perl:847
15375msgid "To whom should the emails be sent (if anyone)?"
15376msgstr ""
15377
15378#: git-send-email.perl:865
15379#, perl-format
15380msgid "fatal: alias '%s' expands to itself\n"
15381msgstr ""
15382
15383#: git-send-email.perl:877
15384msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15385msgstr ""
15386
15387#: git-send-email.perl:929 git-send-email.perl:937
15388#, perl-format
15389msgid "error: unable to extract a valid address from: %s\n"
15390msgstr ""
15391
15392#. TRANSLATORS: Make sure to include [q] [d] [e] in your
15393#. translation. The program will only accept English input
15394#. at this point.
15395#: git-send-email.perl:941
15396msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
15397msgstr ""
15398
15399#: git-send-email.perl:1262
15400#, perl-format
15401msgid "CA path \"%s\" does not exist"
15402msgstr ""
15403
15404#: git-send-email.perl:1337
15405msgid ""
15406"    The Cc list above has been expanded by additional\n"
15407"    addresses found in the patch commit message. By default\n"
15408"    send-email prompts before sending whenever this occurs.\n"
15409"    This behavior is controlled by the sendemail.confirm\n"
15410"    configuration setting.\n"
15411"\n"
15412"    For additional information, run 'git send-email --help'.\n"
15413"    To retain the current behavior, but squelch this message,\n"
15414"    run 'git config --global sendemail.confirm auto'.\n"
15415"\n"
15416msgstr ""
15417
15418#. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15419#. translation. The program will only accept English input
15420#. at this point.
15421#: git-send-email.perl:1352
15422msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15423msgstr ""
15424
15425#: git-send-email.perl:1355
15426msgid "Send this email reply required"
15427msgstr ""
15428
15429#: git-send-email.perl:1381
15430msgid "The required SMTP server is not properly defined."
15431msgstr ""
15432
15433#: git-send-email.perl:1428
15434#, perl-format
15435msgid "Server does not support STARTTLS! %s"
15436msgstr ""
15437
15438#: git-send-email.perl:1433 git-send-email.perl:1437
15439#, perl-format
15440msgid "STARTTLS failed! %s"
15441msgstr ""
15442
15443#: git-send-email.perl:1447
15444msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15445msgstr ""
15446
15447#: git-send-email.perl:1465
15448#, perl-format
15449msgid "Failed to send %s\n"
15450msgstr ""
15451
15452#: git-send-email.perl:1468
15453#, perl-format
15454msgid "Dry-Sent %s\n"
15455msgstr ""
15456
15457#: git-send-email.perl:1468
15458#, perl-format
15459msgid "Sent %s\n"
15460msgstr ""
15461
15462#: git-send-email.perl:1470
15463msgid "Dry-OK. Log says:\n"
15464msgstr ""
15465
15466#: git-send-email.perl:1470
15467msgid "OK. Log says:\n"
15468msgstr ""
15469
15470#: git-send-email.perl:1482
15471msgid "Result: "
15472msgstr ""
15473
15474#: git-send-email.perl:1485
15475msgid "Result: OK\n"
15476msgstr ""
15477
15478#: git-send-email.perl:1498
15479#, perl-format
15480msgid "can't open file %s"
15481msgstr ""
15482
15483#: git-send-email.perl:1545 git-send-email.perl:1565
15484#, perl-format
15485msgid "(mbox) Adding cc: %s from line '%s'\n"
15486msgstr ""
15487
15488#: git-send-email.perl:1551
15489#, perl-format
15490msgid "(mbox) Adding to: %s from line '%s'\n"
15491msgstr ""
15492
15493#: git-send-email.perl:1599
15494#, perl-format
15495msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15496msgstr ""
15497
15498#: git-send-email.perl:1624
15499#, perl-format
15500msgid "(body) Adding cc: %s from line '%s'\n"
15501msgstr ""
15502
15503#: git-send-email.perl:1730
15504#, perl-format
15505msgid "(%s) Could not execute '%s'"
15506msgstr ""
15507
15508#: git-send-email.perl:1737
15509#, perl-format
15510msgid "(%s) Adding %s: %s from: '%s'\n"
15511msgstr ""
15512
15513#: git-send-email.perl:1741
15514#, perl-format
15515msgid "(%s) failed to close pipe to '%s'"
15516msgstr ""
15517
15518#: git-send-email.perl:1768
15519msgid "cannot send message as 7bit"
15520msgstr ""
15521
15522#: git-send-email.perl:1776
15523msgid "invalid transfer encoding"
15524msgstr ""
15525
15526#: git-send-email.perl:1814 git-send-email.perl:1865 git-send-email.perl:1875
15527#, perl-format
15528msgid "unable to open %s: %s\n"
15529msgstr ""
15530
15531#: git-send-email.perl:1817
15532#, perl-format
15533msgid "%s: patch contains a line longer than 998 characters"
15534msgstr ""
15535
15536#: git-send-email.perl:1833
15537#, perl-format
15538msgid "Skipping %s with backup suffix '%s'.\n"
15539msgstr ""
15540
15541#. TRANSLATORS: please keep "[y|N]" as is.
15542#: git-send-email.perl:1837
15543#, perl-format
15544msgid "Do you really want to send %s? [y|N]: "
15545msgstr ""