po / git.poton commit Merge branch 'jk/diff-highlight-graph-fix' (d19e556)
   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-03-16 07:29+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:1251
  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:235 builtin/reset.c:140
 442#, c-format
 443msgid "make_cache_entry failed for path '%s'"
 444msgstr ""
 445
 446#: apply.c:4099
 447#, c-format
 448msgid "could not add %s to temporary index"
 449msgstr ""
 450
 451#: apply.c:4109
 452#, c-format
 453msgid "could not write temporary index to %s"
 454msgstr ""
 455
 456#: apply.c:4247
 457#, c-format
 458msgid "unable to remove %s from index"
 459msgstr ""
 460
 461#: apply.c:4282
 462#, c-format
 463msgid "corrupt patch for submodule %s"
 464msgstr ""
 465
 466#: apply.c:4288
 467#, c-format
 468msgid "unable to stat newly created file '%s'"
 469msgstr ""
 470
 471#: apply.c:4296
 472#, c-format
 473msgid "unable to create backing store for newly created file %s"
 474msgstr ""
 475
 476#: apply.c:4302 apply.c:4446
 477#, c-format
 478msgid "unable to add cache entry for %s"
 479msgstr ""
 480
 481#: apply.c:4343
 482#, c-format
 483msgid "failed to write to '%s'"
 484msgstr ""
 485
 486#: apply.c:4347
 487#, c-format
 488msgid "closing file '%s'"
 489msgstr ""
 490
 491#: apply.c:4417
 492#, c-format
 493msgid "unable to write file '%s' mode %o"
 494msgstr ""
 495
 496#: apply.c:4515
 497#, c-format
 498msgid "Applied patch %s cleanly."
 499msgstr ""
 500
 501#: apply.c:4523
 502msgid "internal error"
 503msgstr ""
 504
 505#: apply.c:4526
 506#, c-format
 507msgid "Applying patch %%s with %d reject..."
 508msgid_plural "Applying patch %%s with %d rejects..."
 509msgstr[0] ""
 510msgstr[1] ""
 511
 512#: apply.c:4537
 513#, c-format
 514msgid "truncating .rej filename to %.*s.rej"
 515msgstr ""
 516
 517#: apply.c:4545 builtin/fetch.c:775 builtin/fetch.c:1025
 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:2254 builtin/am.c:2257
 576#: builtin/clone.c:118 builtin/fetch.c:127 builtin/pull.c:193
 577#: builtin/submodule--helper.c:403 builtin/submodule--helper.c:1197
 578#: builtin/submodule--helper.c:1200 builtin/submodule--helper.c:1567
 579#: builtin/submodule--helper.c:1570 builtin/submodule--helper.c:1787
 580#: git-add--interactive.perl:197
 581msgid "path"
 582msgstr ""
 583
 584#: apply.c:4922
 585msgid "don't apply changes matching the given path"
 586msgstr ""
 587
 588#: apply.c:4925
 589msgid "apply changes matching the given path"
 590msgstr ""
 591
 592#: apply.c:4927 builtin/am.c:2263
 593msgid "num"
 594msgstr ""
 595
 596#: apply.c:4928
 597msgid "remove <num> leading slashes from traditional diff paths"
 598msgstr ""
 599
 600#: apply.c:4931
 601msgid "ignore additions made by the patch"
 602msgstr ""
 603
 604#: apply.c:4933
 605msgid "instead of applying the patch, output diffstat for the input"
 606msgstr ""
 607
 608#: apply.c:4937
 609msgid "show number of added and deleted lines in decimal notation"
 610msgstr ""
 611
 612#: apply.c:4939
 613msgid "instead of applying the patch, output a summary for the input"
 614msgstr ""
 615
 616#: apply.c:4941
 617msgid "instead of applying the patch, see if the patch is applicable"
 618msgstr ""
 619
 620#: apply.c:4943
 621msgid "make sure the patch is applicable to the current index"
 622msgstr ""
 623
 624#: apply.c:4945
 625msgid "apply a patch without touching the working tree"
 626msgstr ""
 627
 628#: apply.c:4947
 629msgid "accept a patch that touches outside the working area"
 630msgstr ""
 631
 632#: apply.c:4950
 633msgid "also apply the patch (use with --stat/--summary/--check)"
 634msgstr ""
 635
 636#: apply.c:4952
 637msgid "attempt three-way merge if a patch does not apply"
 638msgstr ""
 639
 640#: apply.c:4954
 641msgid "build a temporary index based on embedded index information"
 642msgstr ""
 643
 644#: apply.c:4957 builtin/checkout-index.c:168 builtin/ls-files.c:515
 645msgid "paths are separated with NUL character"
 646msgstr ""
 647
 648#: apply.c:4959
 649msgid "ensure at least <n> lines of context match"
 650msgstr ""
 651
 652#: apply.c:4960 builtin/am.c:2242 builtin/interpret-trailers.c:95
 653#: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
 654#: builtin/pack-objects.c:3035
 655msgid "action"
 656msgstr ""
 657
 658#: apply.c:4961
 659msgid "detect new or modified lines that have whitespace errors"
 660msgstr ""
 661
 662#: apply.c:4964 apply.c:4967
 663msgid "ignore changes in whitespace when finding context"
 664msgstr ""
 665
 666#: apply.c:4970
 667msgid "apply the patch in reverse"
 668msgstr ""
 669
 670#: apply.c:4972
 671msgid "don't expect at least one line of context"
 672msgstr ""
 673
 674#: apply.c:4974
 675msgid "leave the rejected hunks in corresponding *.rej files"
 676msgstr ""
 677
 678#: apply.c:4976
 679msgid "allow overlapping hunks"
 680msgstr ""
 681
 682#: apply.c:4977 builtin/add.c:292 builtin/check-ignore.c:21
 683#: builtin/commit.c:1276 builtin/count-objects.c:96 builtin/fsck.c:665
 684#: builtin/log.c:1901 builtin/mv.c:123 builtin/read-tree.c:125
 685msgid "be verbose"
 686msgstr ""
 687
 688#: apply.c:4979
 689msgid "tolerate incorrectly detected missing new-line at the end of file"
 690msgstr ""
 691
 692#: apply.c:4982
 693msgid "do not trust the line counts in the hunk headers"
 694msgstr ""
 695
 696#: apply.c:4984 builtin/am.c:2251
 697msgid "root"
 698msgstr ""
 699
 700#: apply.c:4985
 701msgid "prepend <root> to all filenames"
 702msgstr ""
 703
 704#: archive.c:13
 705msgid "git archive [<options>] <tree-ish> [<path>...]"
 706msgstr ""
 707
 708#: archive.c:14
 709msgid "git archive --list"
 710msgstr ""
 711
 712#: archive.c:15
 713msgid ""
 714"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
 715msgstr ""
 716
 717#: archive.c:16
 718msgid "git archive --remote <repo> [--exec <cmd>] --list"
 719msgstr ""
 720
 721#: archive.c:351 builtin/add.c:176 builtin/add.c: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:1462
 735msgid "prefix"
 736msgstr ""
 737
 738#: archive.c:438
 739msgid "prepend prefix to each pathname in the archive"
 740msgstr ""
 741
 742#: archive.c:439 builtin/blame.c:702 builtin/blame.c:703 builtin/config.c:62
 743#: builtin/fast-export.c:1005 builtin/fast-export.c:1007 builtin/grep.c:869
 744#: builtin/hash-object.c:103 builtin/ls-files.c:551 builtin/ls-files.c:554
 745#: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:120
 746#: parse-options.h:165
 747msgid "file"
 748msgstr ""
 749
 750#: archive.c:440 builtin/archive.c:89
 751msgid "write the archive to this file"
 752msgstr ""
 753
 754#: archive.c:442
 755msgid "read .gitattributes in working directory"
 756msgstr ""
 757
 758#: archive.c:443
 759msgid "report archived files on stderr"
 760msgstr ""
 761
 762#: archive.c:444
 763msgid "store only"
 764msgstr ""
 765
 766#: archive.c:445
 767msgid "compress faster"
 768msgstr ""
 769
 770#: archive.c:453
 771msgid "compress better"
 772msgstr ""
 773
 774#: archive.c:456
 775msgid "list supported archive formats"
 776msgstr ""
 777
 778#: archive.c:458 builtin/archive.c:90 builtin/clone.c:108 builtin/clone.c:111
 779#: builtin/submodule--helper.c:1209 builtin/submodule--helper.c:1576
 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:460
 829#, c-format
 830msgid "Badly quoted content in file '%s': %s"
 831msgstr ""
 832
 833#: bisect.c:668
 834#, c-format
 835msgid "We cannot bisect more!\n"
 836msgstr ""
 837
 838#: bisect.c:722
 839#, c-format
 840msgid "Not a valid commit name %s"
 841msgstr ""
 842
 843#: bisect.c:746
 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:751
 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:756
 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:764
 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:777
 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:850
 886#, c-format
 887msgid "a %s revision is needed"
 888msgstr ""
 889
 890#: bisect.c:869 builtin/notes.c:175 builtin/tag.c:235
 891#, c-format
 892msgid "could not create file '%s'"
 893msgstr ""
 894
 895#: bisect.c:920
 896#, c-format
 897msgid "could not read file '%s'"
 898msgstr ""
 899
 900#: bisect.c:950
 901msgid "reading bisect refs failed"
 902msgstr ""
 903
 904#: bisect.c:969
 905#, c-format
 906msgid "%s was both %s and %s\n"
 907msgstr ""
 908
 909#: bisect.c:977
 910#, c-format
 911msgid ""
 912"No testable commit found.\n"
 913"Maybe you started with bad path parameters?\n"
 914msgstr ""
 915
 916#: bisect.c:996
 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:1002
 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:1758
 934msgid "--contents and --reverse do not blend well."
 935msgstr ""
 936
 937#: blame.c:1769
 938msgid "cannot use --contents with final commit object name"
 939msgstr ""
 940
 941#: blame.c:1789
 942msgid "--reverse and --first-parent together require specified latest commit"
 943msgstr ""
 944
 945#: blame.c:1798 bundle.c:160 ref-filter.c:1978 sequencer.c:1699
 946#: sequencer.c:2901 builtin/commit.c:976 builtin/log.c:366 builtin/log.c:920
 947#: builtin/log.c:1371 builtin/log.c:1702 builtin/log.c:1950 builtin/merge.c:370
 948#: builtin/shortlog.c:191
 949msgid "revision walk setup failed"
 950msgstr ""
 951
 952#: blame.c:1816
 953msgid ""
 954"--reverse --first-parent together require range along first-parent chain"
 955msgstr ""
 956
 957#: blame.c:1827
 958#, c-format
 959msgid "no such path %s in %s"
 960msgstr ""
 961
 962#: blame.c:1838
 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:1879 sequencer.c:2337 builtin/commit.c:750
1102#, c-format
1103msgid "could not open '%s'"
1104msgstr ""
1105
1106#: bundle.c:139
1107msgid "Repository lacks these prerequisite commits:"
1108msgstr ""
1109
1110#: bundle.c:190
1111#, c-format
1112msgid "The bundle contains this ref:"
1113msgid_plural "The bundle contains these %d refs:"
1114msgstr[0] ""
1115msgstr[1] ""
1116
1117#: bundle.c:197
1118msgid "The bundle records a complete history."
1119msgstr ""
1120
1121#: bundle.c:199
1122#, c-format
1123msgid "The bundle requires this ref:"
1124msgid_plural "The bundle requires these %d refs:"
1125msgstr[0] ""
1126msgstr[1] ""
1127
1128#: bundle.c:258
1129msgid "Could not spawn pack-objects"
1130msgstr ""
1131
1132#: bundle.c:269
1133msgid "pack-objects died"
1134msgstr ""
1135
1136#: bundle.c:311
1137msgid "rev-list died"
1138msgstr ""
1139
1140#: bundle.c:360
1141#, c-format
1142msgid "ref '%s' is excluded by the rev-list options"
1143msgstr ""
1144
1145#: bundle.c:450 builtin/log.c:183 builtin/log.c:1607 builtin/shortlog.c:296
1146#, c-format
1147msgid "unrecognized argument: %s"
1148msgstr ""
1149
1150#: bundle.c:458
1151msgid "Refusing to create empty bundle."
1152msgstr ""
1153
1154#: bundle.c:470
1155#, c-format
1156msgid "cannot create '%s'"
1157msgstr ""
1158
1159#: bundle.c:498
1160msgid "index-pack died"
1161msgstr ""
1162
1163#: color.c:296
1164#, c-format
1165msgid "invalid color value: %.*s"
1166msgstr ""
1167
1168#: commit.c:41 sequencer.c:2141 builtin/am.c:421 builtin/am.c:465
1169#: builtin/am.c:1436 builtin/am.c:2072
1170#, c-format
1171msgid "could not parse %s"
1172msgstr ""
1173
1174#: commit.c:43
1175#, c-format
1176msgid "%s %s is not a commit!"
1177msgstr ""
1178
1179#: commit.c:1506
1180msgid ""
1181"Warning: commit message did not conform to UTF-8.\n"
1182"You may want to amend it after fixing the message, or set the config\n"
1183"variable i18n.commitencoding to the encoding your project uses.\n"
1184msgstr ""
1185
1186#: compat/obstack.c:405 compat/obstack.c:407
1187msgid "memory exhausted"
1188msgstr ""
1189
1190#: config.c:186
1191msgid "relative config include conditionals must come from files"
1192msgstr ""
1193
1194#: config.c:720
1195#, c-format
1196msgid "bad config line %d in blob %s"
1197msgstr ""
1198
1199#: config.c:724
1200#, c-format
1201msgid "bad config line %d in file %s"
1202msgstr ""
1203
1204#: config.c:728
1205#, c-format
1206msgid "bad config line %d in standard input"
1207msgstr ""
1208
1209#: config.c:732
1210#, c-format
1211msgid "bad config line %d in submodule-blob %s"
1212msgstr ""
1213
1214#: config.c:736
1215#, c-format
1216msgid "bad config line %d in command line %s"
1217msgstr ""
1218
1219#: config.c:740
1220#, c-format
1221msgid "bad config line %d in %s"
1222msgstr ""
1223
1224#: config.c:868
1225msgid "out of range"
1226msgstr ""
1227
1228#: config.c:868
1229msgid "invalid unit"
1230msgstr ""
1231
1232#: config.c:874
1233#, c-format
1234msgid "bad numeric config value '%s' for '%s': %s"
1235msgstr ""
1236
1237#: config.c:879
1238#, c-format
1239msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1240msgstr ""
1241
1242#: config.c:882
1243#, c-format
1244msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1245msgstr ""
1246
1247#: config.c:885
1248#, c-format
1249msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1250msgstr ""
1251
1252#: config.c:888
1253#, c-format
1254msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1255msgstr ""
1256
1257#: config.c:891
1258#, c-format
1259msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1260msgstr ""
1261
1262#: config.c:894
1263#, c-format
1264msgid "bad numeric config value '%s' for '%s' in %s: %s"
1265msgstr ""
1266
1267#: config.c:989
1268#, c-format
1269msgid "failed to expand user dir in: '%s'"
1270msgstr ""
1271
1272#: config.c:998
1273#, c-format
1274msgid "'%s' for '%s' is not a valid timestamp"
1275msgstr ""
1276
1277#: config.c:1094 config.c:1105
1278#, c-format
1279msgid "bad zlib compression level %d"
1280msgstr ""
1281
1282#: config.c:1225
1283#, c-format
1284msgid "invalid mode for object creation: %s"
1285msgstr ""
1286
1287#: config.c:1386
1288#, c-format
1289msgid "bad pack compression level %d"
1290msgstr ""
1291
1292#: config.c:1582
1293msgid "unable to parse command-line config"
1294msgstr ""
1295
1296#: config.c:1914
1297msgid "unknown error occurred while reading the configuration files"
1298msgstr ""
1299
1300#: config.c:2101
1301#, c-format
1302msgid "Invalid %s: '%s'"
1303msgstr ""
1304
1305#: config.c:2144
1306#, c-format
1307msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1308msgstr ""
1309
1310#: config.c:2170
1311#, c-format
1312msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1313msgstr ""
1314
1315#: config.c:2195
1316#, c-format
1317msgid "unable to parse '%s' from command-line config"
1318msgstr ""
1319
1320#: config.c:2197
1321#, c-format
1322msgid "bad config variable '%s' in file '%s' at line %d"
1323msgstr ""
1324
1325#: config.c:2256
1326#, c-format
1327msgid "%s has multiple values"
1328msgstr ""
1329
1330#: config.c:2599 config.c:2816
1331#, c-format
1332msgid "fstat on %s failed"
1333msgstr ""
1334
1335#: config.c:2706
1336#, c-format
1337msgid "could not set '%s' to '%s'"
1338msgstr ""
1339
1340#: config.c:2708 builtin/remote.c:776
1341#, c-format
1342msgid "could not unset '%s'"
1343msgstr ""
1344
1345#: connect.c:52
1346msgid "The remote end hung up upon initial contact"
1347msgstr ""
1348
1349#: connect.c:54
1350msgid ""
1351"Could not read from remote repository.\n"
1352"\n"
1353"Please make sure you have the correct access rights\n"
1354"and the repository exists."
1355msgstr ""
1356
1357#: connected.c:66 builtin/fsck.c:198 builtin/prune.c:144
1358msgid "Checking connectivity"
1359msgstr ""
1360
1361#: connected.c:78
1362msgid "Could not run 'git rev-list'"
1363msgstr ""
1364
1365#: connected.c:98
1366msgid "failed write to rev-list"
1367msgstr ""
1368
1369#: connected.c:105
1370msgid "failed to close rev-list's stdin"
1371msgstr ""
1372
1373#: convert.c:205
1374#, c-format
1375msgid "CRLF would be replaced by LF in %s."
1376msgstr ""
1377
1378#: convert.c:207
1379#, c-format
1380msgid ""
1381"CRLF will be replaced by LF in %s.\n"
1382"The file will have its original line endings in your working directory."
1383msgstr ""
1384
1385#: convert.c:215
1386#, c-format
1387msgid "LF would be replaced by CRLF in %s"
1388msgstr ""
1389
1390#: convert.c:217
1391#, c-format
1392msgid ""
1393"LF will be replaced by CRLF in %s.\n"
1394"The file will have its original line endings in your working directory."
1395msgstr ""
1396
1397#: date.c:116
1398msgid "in the future"
1399msgstr ""
1400
1401#: date.c:122
1402#, c-format
1403msgid "%<PRIuMAX> second ago"
1404msgid_plural "%<PRIuMAX> seconds ago"
1405msgstr[0] ""
1406msgstr[1] ""
1407
1408#: date.c:129
1409#, c-format
1410msgid "%<PRIuMAX> minute ago"
1411msgid_plural "%<PRIuMAX> minutes ago"
1412msgstr[0] ""
1413msgstr[1] ""
1414
1415#: date.c:136
1416#, c-format
1417msgid "%<PRIuMAX> hour ago"
1418msgid_plural "%<PRIuMAX> hours ago"
1419msgstr[0] ""
1420msgstr[1] ""
1421
1422#: date.c:143
1423#, c-format
1424msgid "%<PRIuMAX> day ago"
1425msgid_plural "%<PRIuMAX> days ago"
1426msgstr[0] ""
1427msgstr[1] ""
1428
1429#: date.c:149
1430#, c-format
1431msgid "%<PRIuMAX> week ago"
1432msgid_plural "%<PRIuMAX> weeks ago"
1433msgstr[0] ""
1434msgstr[1] ""
1435
1436#: date.c:156
1437#, c-format
1438msgid "%<PRIuMAX> month ago"
1439msgid_plural "%<PRIuMAX> months ago"
1440msgstr[0] ""
1441msgstr[1] ""
1442
1443#: date.c:167
1444#, c-format
1445msgid "%<PRIuMAX> year"
1446msgid_plural "%<PRIuMAX> years"
1447msgstr[0] ""
1448msgstr[1] ""
1449
1450#. TRANSLATORS: "%s" is "<n> years"
1451#: date.c:170
1452#, c-format
1453msgid "%s, %<PRIuMAX> month ago"
1454msgid_plural "%s, %<PRIuMAX> months ago"
1455msgstr[0] ""
1456msgstr[1] ""
1457
1458#: date.c:175 date.c:180
1459#, c-format
1460msgid "%<PRIuMAX> year ago"
1461msgid_plural "%<PRIuMAX> years ago"
1462msgstr[0] ""
1463msgstr[1] ""
1464
1465#: diffcore-order.c:24
1466#, c-format
1467msgid "failed to read orderfile '%s'"
1468msgstr ""
1469
1470#: diffcore-rename.c:535
1471msgid "Performing inexact rename detection"
1472msgstr ""
1473
1474#: diff.c:74
1475#, c-format
1476msgid "option '%s' requires a value"
1477msgstr ""
1478
1479#: diff.c:152
1480#, c-format
1481msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
1482msgstr ""
1483
1484#: diff.c:157
1485#, c-format
1486msgid "  Unknown dirstat parameter '%s'\n"
1487msgstr ""
1488
1489#: diff.c:281
1490msgid ""
1491"color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1492"'plain'"
1493msgstr ""
1494
1495#: diff.c:341
1496#, c-format
1497msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1498msgstr ""
1499
1500#: diff.c:401
1501#, c-format
1502msgid ""
1503"Found errors in 'diff.dirstat' config variable:\n"
1504"%s"
1505msgstr ""
1506
1507#: diff.c:3822
1508#, c-format
1509msgid "external diff died, stopping at %s"
1510msgstr ""
1511
1512#: diff.c:4146
1513msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1514msgstr ""
1515
1516#: diff.c:4149
1517msgid "-G, -S and --find-object are mutually exclusive"
1518msgstr ""
1519
1520#: diff.c:4237
1521msgid "--follow requires exactly one pathspec"
1522msgstr ""
1523
1524#: diff.c:4403
1525#, c-format
1526msgid ""
1527"Failed to parse --dirstat/-X option parameter:\n"
1528"%s"
1529msgstr ""
1530
1531#: diff.c:4417
1532#, c-format
1533msgid "Failed to parse --submodule option parameter: '%s'"
1534msgstr ""
1535
1536#: diff.c:5493
1537msgid "inexact rename detection was skipped due to too many files."
1538msgstr ""
1539
1540#: diff.c:5496
1541msgid "only found copies from modified paths due to too many files."
1542msgstr ""
1543
1544#: diff.c:5499
1545#, c-format
1546msgid ""
1547"you may want to set your %s variable to at least %d and retry the command."
1548msgstr ""
1549
1550#: dir.c:1866
1551#, c-format
1552msgid "could not open directory '%s'"
1553msgstr ""
1554
1555#: dir.c:2108
1556msgid "failed to get kernel name and information"
1557msgstr ""
1558
1559#: dir.c:2232
1560msgid "Untracked cache is disabled on this system or location."
1561msgstr ""
1562
1563#: dir.c:3024 dir.c:3029
1564#, c-format
1565msgid "could not create directories for %s"
1566msgstr ""
1567
1568#: dir.c:3054
1569#, c-format
1570msgid "could not migrate git directory from '%s' to '%s'"
1571msgstr ""
1572
1573#: editor.c:61
1574#, c-format
1575msgid "hint: Waiting for your editor to close the file...%c"
1576msgstr ""
1577
1578#: entry.c:177
1579msgid "Filtering content"
1580msgstr ""
1581
1582#: entry.c:435
1583#, c-format
1584msgid "could not stat file '%s'"
1585msgstr ""
1586
1587#: fetch-object.c:17
1588msgid "Remote with no URL"
1589msgstr ""
1590
1591#: fetch-pack.c:253
1592msgid "git fetch-pack: expected shallow list"
1593msgstr ""
1594
1595#: fetch-pack.c:265
1596msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
1597msgstr ""
1598
1599#: fetch-pack.c:284 builtin/archive.c:63
1600#, c-format
1601msgid "remote error: %s"
1602msgstr ""
1603
1604#: fetch-pack.c:285
1605#, c-format
1606msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1607msgstr ""
1608
1609#: fetch-pack.c:337
1610msgid "--stateless-rpc requires multi_ack_detailed"
1611msgstr ""
1612
1613#: fetch-pack.c:428
1614#, c-format
1615msgid "invalid shallow line: %s"
1616msgstr ""
1617
1618#: fetch-pack.c:434
1619#, c-format
1620msgid "invalid unshallow line: %s"
1621msgstr ""
1622
1623#: fetch-pack.c:436
1624#, c-format
1625msgid "object not found: %s"
1626msgstr ""
1627
1628#: fetch-pack.c:439
1629#, c-format
1630msgid "error in object: %s"
1631msgstr ""
1632
1633#: fetch-pack.c:441
1634#, c-format
1635msgid "no shallow found: %s"
1636msgstr ""
1637
1638#: fetch-pack.c:444
1639#, c-format
1640msgid "expected shallow/unshallow, got %s"
1641msgstr ""
1642
1643#: fetch-pack.c:485
1644#, c-format
1645msgid "got %s %d %s"
1646msgstr ""
1647
1648#: fetch-pack.c:499
1649#, c-format
1650msgid "invalid commit %s"
1651msgstr ""
1652
1653#: fetch-pack.c:532
1654msgid "giving up"
1655msgstr ""
1656
1657#: fetch-pack.c:542 progress.c:229
1658msgid "done"
1659msgstr ""
1660
1661#: fetch-pack.c:554
1662#, c-format
1663msgid "got %s (%d) %s"
1664msgstr ""
1665
1666#: fetch-pack.c:600
1667#, c-format
1668msgid "Marking %s as complete"
1669msgstr ""
1670
1671#: fetch-pack.c:788
1672#, c-format
1673msgid "already have %s (%s)"
1674msgstr ""
1675
1676#: fetch-pack.c:829
1677msgid "fetch-pack: unable to fork off sideband demultiplexer"
1678msgstr ""
1679
1680#: fetch-pack.c:837
1681msgid "protocol error: bad pack header"
1682msgstr ""
1683
1684#: fetch-pack.c:895
1685#, c-format
1686msgid "fetch-pack: unable to fork off %s"
1687msgstr ""
1688
1689#: fetch-pack.c:911
1690#, c-format
1691msgid "%s failed"
1692msgstr ""
1693
1694#: fetch-pack.c:913
1695msgid "error in sideband demultiplexer"
1696msgstr ""
1697
1698#: fetch-pack.c:940
1699msgid "Server does not support shallow clients"
1700msgstr ""
1701
1702#: fetch-pack.c:944
1703msgid "Server supports multi_ack_detailed"
1704msgstr ""
1705
1706#: fetch-pack.c:947
1707msgid "Server supports no-done"
1708msgstr ""
1709
1710#: fetch-pack.c:953
1711msgid "Server supports multi_ack"
1712msgstr ""
1713
1714#: fetch-pack.c:957
1715msgid "Server supports side-band-64k"
1716msgstr ""
1717
1718#: fetch-pack.c:961
1719msgid "Server supports side-band"
1720msgstr ""
1721
1722#: fetch-pack.c:965
1723msgid "Server supports allow-tip-sha1-in-want"
1724msgstr ""
1725
1726#: fetch-pack.c:969
1727msgid "Server supports allow-reachable-sha1-in-want"
1728msgstr ""
1729
1730#: fetch-pack.c:979
1731msgid "Server supports ofs-delta"
1732msgstr ""
1733
1734#: fetch-pack.c:985
1735msgid "Server supports filter"
1736msgstr ""
1737
1738#: fetch-pack.c:993
1739#, c-format
1740msgid "Server version is %.*s"
1741msgstr ""
1742
1743#: fetch-pack.c:999
1744msgid "Server does not support --shallow-since"
1745msgstr ""
1746
1747#: fetch-pack.c:1003
1748msgid "Server does not support --shallow-exclude"
1749msgstr ""
1750
1751#: fetch-pack.c:1005
1752msgid "Server does not support --deepen"
1753msgstr ""
1754
1755#: fetch-pack.c:1016
1756msgid "no common commits"
1757msgstr ""
1758
1759#: fetch-pack.c:1028
1760msgid "git fetch-pack: fetch failed."
1761msgstr ""
1762
1763#: fetch-pack.c:1190
1764msgid "no matching remote head"
1765msgstr ""
1766
1767#: fetch-pack.c:1212
1768#, c-format
1769msgid "no such remote ref %s"
1770msgstr ""
1771
1772#: fetch-pack.c:1215
1773#, c-format
1774msgid "Server does not allow request for unadvertised object %s"
1775msgstr ""
1776
1777#: gpg-interface.c:181
1778msgid "gpg failed to sign the data"
1779msgstr ""
1780
1781#: gpg-interface.c:211
1782msgid "could not create temporary file"
1783msgstr ""
1784
1785#: gpg-interface.c:214
1786#, c-format
1787msgid "failed writing detached signature to '%s'"
1788msgstr ""
1789
1790#: graph.c:97
1791#, c-format
1792msgid "ignore invalid color '%.*s' in log.graphColors"
1793msgstr ""
1794
1795#: grep.c:2022
1796#, c-format
1797msgid "'%s': unable to read %s"
1798msgstr ""
1799
1800#: grep.c:2039 setup.c:163 builtin/clone.c:407 builtin/diff.c:81
1801#: builtin/rm.c:134
1802#, c-format
1803msgid "failed to stat '%s'"
1804msgstr ""
1805
1806#: grep.c:2050
1807#, c-format
1808msgid "'%s': short read"
1809msgstr ""
1810
1811#: help.c:179
1812#, c-format
1813msgid "available git commands in '%s'"
1814msgstr ""
1815
1816#: help.c:186
1817msgid "git commands available from elsewhere on your $PATH"
1818msgstr ""
1819
1820#: help.c:217
1821msgid "These are common Git commands used in various situations:"
1822msgstr ""
1823
1824#: help.c:281
1825#, c-format
1826msgid ""
1827"'%s' appears to be a git command, but we were not\n"
1828"able to execute it. Maybe git-%s is broken?"
1829msgstr ""
1830
1831#: help.c:336
1832msgid "Uh oh. Your system reports no Git commands at all."
1833msgstr ""
1834
1835#: help.c:358
1836#, c-format
1837msgid "WARNING: You called a Git command named '%s', which does not exist."
1838msgstr ""
1839
1840#: help.c:363
1841#, c-format
1842msgid "Continuing under the assumption that you meant '%s'."
1843msgstr ""
1844
1845#: help.c:368
1846#, c-format
1847msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1848msgstr ""
1849
1850#: help.c:376
1851#, c-format
1852msgid "git: '%s' is not a git command. See 'git --help'."
1853msgstr ""
1854
1855#: help.c:380
1856msgid ""
1857"\n"
1858"The most similar command is"
1859msgid_plural ""
1860"\n"
1861"The most similar commands are"
1862msgstr[0] ""
1863msgstr[1] ""
1864
1865#: help.c:395
1866msgid "git version [<options>]"
1867msgstr ""
1868
1869#: help.c:462
1870#, c-format
1871msgid "%s: %s - %s"
1872msgstr ""
1873
1874#: help.c:466
1875msgid ""
1876"\n"
1877"Did you mean this?"
1878msgid_plural ""
1879"\n"
1880"Did you mean one of these?"
1881msgstr[0] ""
1882msgstr[1] ""
1883
1884#: ident.c:342
1885msgid ""
1886"\n"
1887"*** Please tell me who you are.\n"
1888"\n"
1889"Run\n"
1890"\n"
1891"  git config --global user.email \"you@example.com\"\n"
1892"  git config --global user.name \"Your Name\"\n"
1893"\n"
1894"to set your account's default identity.\n"
1895"Omit --global to set the identity only in this repository.\n"
1896"\n"
1897msgstr ""
1898
1899#: ident.c:366
1900msgid "no email was given and auto-detection is disabled"
1901msgstr ""
1902
1903#: ident.c:371
1904#, c-format
1905msgid "unable to auto-detect email address (got '%s')"
1906msgstr ""
1907
1908#: ident.c:381
1909msgid "no name was given and auto-detection is disabled"
1910msgstr ""
1911
1912#: ident.c:387
1913#, c-format
1914msgid "unable to auto-detect name (got '%s')"
1915msgstr ""
1916
1917#: ident.c:395
1918#, c-format
1919msgid "empty ident name (for <%s>) not allowed"
1920msgstr ""
1921
1922#: ident.c:401
1923#, c-format
1924msgid "name consists only of disallowed characters: %s"
1925msgstr ""
1926
1927#: ident.c:416 builtin/commit.c:582
1928#, c-format
1929msgid "invalid date format: %s"
1930msgstr ""
1931
1932#: list-objects-filter-options.c:36
1933msgid "multiple filter-specs cannot be combined"
1934msgstr ""
1935
1936#: list-objects-filter-options.c:126
1937msgid "cannot change partial clone promisor remote"
1938msgstr ""
1939
1940#: lockfile.c:151
1941#, c-format
1942msgid ""
1943"Unable to create '%s.lock': %s.\n"
1944"\n"
1945"Another git process seems to be running in this repository, e.g.\n"
1946"an editor opened by 'git commit'. Please make sure all processes\n"
1947"are terminated then try again. If it still fails, a git process\n"
1948"may have crashed in this repository earlier:\n"
1949"remove the file manually to continue."
1950msgstr ""
1951
1952#: lockfile.c:159
1953#, c-format
1954msgid "Unable to create '%s.lock': %s"
1955msgstr ""
1956
1957#: merge.c:74
1958msgid "failed to read the cache"
1959msgstr ""
1960
1961#: merge.c:134 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:378
1962#: builtin/checkout.c:599 builtin/clone.c:759
1963msgid "unable to write new index file"
1964msgstr ""
1965
1966#: merge-recursive.c:235
1967msgid "(bad commit)\n"
1968msgstr ""
1969
1970#: merge-recursive.c:257 merge-recursive.c:265
1971#, c-format
1972msgid "addinfo_cache failed for path '%s'"
1973msgstr ""
1974
1975#: merge-recursive.c:329
1976msgid "error building trees"
1977msgstr ""
1978
1979#: merge-recursive.c:771
1980#, c-format
1981msgid "failed to create path '%s'%s"
1982msgstr ""
1983
1984#: merge-recursive.c:782
1985#, c-format
1986msgid "Removing %s to make room for subdirectory\n"
1987msgstr ""
1988
1989#: merge-recursive.c:796 merge-recursive.c:815
1990msgid ": perhaps a D/F conflict?"
1991msgstr ""
1992
1993#: merge-recursive.c:805
1994#, c-format
1995msgid "refusing to lose untracked file at '%s'"
1996msgstr ""
1997
1998#: merge-recursive.c:847 builtin/cat-file.c:37
1999#, c-format
2000msgid "cannot read object %s '%s'"
2001msgstr ""
2002
2003#: merge-recursive.c:849
2004#, c-format
2005msgid "blob expected for %s '%s'"
2006msgstr ""
2007
2008#: merge-recursive.c:873
2009#, c-format
2010msgid "failed to open '%s': %s"
2011msgstr ""
2012
2013#: merge-recursive.c:884
2014#, c-format
2015msgid "failed to symlink '%s': %s"
2016msgstr ""
2017
2018#: merge-recursive.c:889
2019#, c-format
2020msgid "do not know what to do with %06o %s '%s'"
2021msgstr ""
2022
2023#: merge-recursive.c:1029
2024msgid "Failed to execute internal merge"
2025msgstr ""
2026
2027#: merge-recursive.c:1034
2028#, c-format
2029msgid "Unable to add %s to database"
2030msgstr ""
2031
2032#: merge-recursive.c:1146
2033#, c-format
2034msgid ""
2035"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2036"in tree."
2037msgstr ""
2038
2039#: merge-recursive.c:1151
2040#, c-format
2041msgid ""
2042"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2043"left in tree."
2044msgstr ""
2045
2046#: merge-recursive.c:1158
2047#, c-format
2048msgid ""
2049"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2050"in tree at %s."
2051msgstr ""
2052
2053#: merge-recursive.c:1163
2054#, c-format
2055msgid ""
2056"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2057"left in tree at %s."
2058msgstr ""
2059
2060#: merge-recursive.c:1197
2061msgid "rename"
2062msgstr ""
2063
2064#: merge-recursive.c:1197
2065msgid "renamed"
2066msgstr ""
2067
2068#: merge-recursive.c:1254
2069#, c-format
2070msgid "%s is a directory in %s adding as %s instead"
2071msgstr ""
2072
2073#: merge-recursive.c:1279
2074#, c-format
2075msgid ""
2076"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2077"\"->\"%s\" in \"%s\"%s"
2078msgstr ""
2079
2080#: merge-recursive.c:1284
2081msgid " (left unresolved)"
2082msgstr ""
2083
2084#: merge-recursive.c:1346
2085#, c-format
2086msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2087msgstr ""
2088
2089#: merge-recursive.c:1379
2090#, c-format
2091msgid "Renaming %s to %s and %s to %s instead"
2092msgstr ""
2093
2094#: merge-recursive.c:1582
2095#, c-format
2096msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2097msgstr ""
2098
2099#: merge-recursive.c:1597
2100#, c-format
2101msgid "Adding merged %s"
2102msgstr ""
2103
2104#: merge-recursive.c:1604 merge-recursive.c:1834
2105#, c-format
2106msgid "Adding as %s instead"
2107msgstr ""
2108
2109#: merge-recursive.c:1661
2110#, c-format
2111msgid "cannot read object %s"
2112msgstr ""
2113
2114#: merge-recursive.c:1664
2115#, c-format
2116msgid "object %s is not a blob"
2117msgstr ""
2118
2119#: merge-recursive.c:1733
2120msgid "modify"
2121msgstr ""
2122
2123#: merge-recursive.c:1733
2124msgid "modified"
2125msgstr ""
2126
2127#: merge-recursive.c:1743
2128msgid "content"
2129msgstr ""
2130
2131#: merge-recursive.c:1750
2132msgid "add/add"
2133msgstr ""
2134
2135#: merge-recursive.c:1786
2136#, c-format
2137msgid "Skipped %s (merged same as existing)"
2138msgstr ""
2139
2140#: merge-recursive.c:1800
2141#, c-format
2142msgid "Auto-merging %s"
2143msgstr ""
2144
2145#: merge-recursive.c:1804 git-submodule.sh:879
2146msgid "submodule"
2147msgstr ""
2148
2149#: merge-recursive.c:1805
2150#, c-format
2151msgid "CONFLICT (%s): Merge conflict in %s"
2152msgstr ""
2153
2154#: merge-recursive.c:1899
2155#, c-format
2156msgid "Removing %s"
2157msgstr ""
2158
2159#: merge-recursive.c:1925
2160msgid "file/directory"
2161msgstr ""
2162
2163#: merge-recursive.c:1931
2164msgid "directory/file"
2165msgstr ""
2166
2167#: merge-recursive.c:1938
2168#, c-format
2169msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2170msgstr ""
2171
2172#: merge-recursive.c:1947
2173#, c-format
2174msgid "Adding %s"
2175msgstr ""
2176
2177#: merge-recursive.c:1987
2178#, c-format
2179msgid "Dirty index: cannot merge (dirty: %s)"
2180msgstr ""
2181
2182#: merge-recursive.c:1991
2183msgid "Already up to date!"
2184msgstr ""
2185
2186#: merge-recursive.c:2000
2187#, c-format
2188msgid "merging of trees %s and %s failed"
2189msgstr ""
2190
2191#: merge-recursive.c:2097
2192msgid "Merging:"
2193msgstr ""
2194
2195#: merge-recursive.c:2110
2196#, c-format
2197msgid "found %u common ancestor:"
2198msgid_plural "found %u common ancestors:"
2199msgstr[0] ""
2200msgstr[1] ""
2201
2202#: merge-recursive.c:2149
2203msgid "merge returned no commit"
2204msgstr ""
2205
2206#: merge-recursive.c:2212
2207#, c-format
2208msgid "Could not parse object '%s'"
2209msgstr ""
2210
2211#: merge-recursive.c:2228 builtin/merge.c:657 builtin/merge.c:816
2212msgid "Unable to write index."
2213msgstr ""
2214
2215#: notes-merge.c:272
2216#, c-format
2217msgid ""
2218"You have not concluded your previous notes merge (%s exists).\n"
2219"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2220"commit/abort the previous merge before you start a new notes merge."
2221msgstr ""
2222
2223#: notes-merge.c:279
2224#, c-format
2225msgid "You have not concluded your notes merge (%s exists)."
2226msgstr ""
2227
2228#: notes-utils.c:43
2229msgid "Cannot commit uninitialized/unreferenced notes tree"
2230msgstr ""
2231
2232#: notes-utils.c:102
2233#, c-format
2234msgid "Bad notes.rewriteMode value: '%s'"
2235msgstr ""
2236
2237#: notes-utils.c:112
2238#, c-format
2239msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2240msgstr ""
2241
2242#. TRANSLATORS: The first %s is the name of
2243#. the environment variable, the second %s is
2244#. its value.
2245#.
2246#: notes-utils.c:142
2247#, c-format
2248msgid "Bad %s value: '%s'"
2249msgstr ""
2250
2251#: object.c:239
2252#, c-format
2253msgid "unable to parse object: %s"
2254msgstr ""
2255
2256#: packfile.c:561
2257msgid "offset before end of packfile (broken .idx?)"
2258msgstr ""
2259
2260#: packfile.c:1694
2261#, c-format
2262msgid "offset before start of pack index for %s (corrupt index?)"
2263msgstr ""
2264
2265#: packfile.c:1698
2266#, c-format
2267msgid "offset beyond end of pack index for %s (truncated index?)"
2268msgstr ""
2269
2270#: parse-options.c:619
2271msgid "..."
2272msgstr ""
2273
2274#: parse-options.c:638
2275#, c-format
2276msgid "usage: %s"
2277msgstr ""
2278
2279#. TRANSLATORS: the colon here should align with the
2280#. one in "usage: %s" translation.
2281#.
2282#: parse-options.c:644
2283#, c-format
2284msgid "   or: %s"
2285msgstr ""
2286
2287#: parse-options.c:647
2288#, c-format
2289msgid "    %s"
2290msgstr ""
2291
2292#: parse-options.c:686
2293msgid "-NUM"
2294msgstr ""
2295
2296#: parse-options-cb.c:108
2297#, c-format
2298msgid "malformed object name '%s'"
2299msgstr ""
2300
2301#: path.c:891
2302#, c-format
2303msgid "Could not make %s writable by group"
2304msgstr ""
2305
2306#: pathspec.c:129
2307msgid "Escape character '\\' not allowed as last character in attr value"
2308msgstr ""
2309
2310#: pathspec.c:147
2311msgid "Only one 'attr:' specification is allowed."
2312msgstr ""
2313
2314#: pathspec.c:150
2315msgid "attr spec must not be empty"
2316msgstr ""
2317
2318#: pathspec.c:193
2319#, c-format
2320msgid "invalid attribute name %s"
2321msgstr ""
2322
2323#: pathspec.c:258
2324msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2325msgstr ""
2326
2327#: pathspec.c:265
2328msgid ""
2329"global 'literal' pathspec setting is incompatible with all other global "
2330"pathspec settings"
2331msgstr ""
2332
2333#: pathspec.c:305
2334msgid "invalid parameter for pathspec magic 'prefix'"
2335msgstr ""
2336
2337#: pathspec.c:326
2338#, c-format
2339msgid "Invalid pathspec magic '%.*s' in '%s'"
2340msgstr ""
2341
2342#: pathspec.c:331
2343#, c-format
2344msgid "Missing ')' at the end of pathspec magic in '%s'"
2345msgstr ""
2346
2347#: pathspec.c:369
2348#, c-format
2349msgid "Unimplemented pathspec magic '%c' in '%s'"
2350msgstr ""
2351
2352#: pathspec.c:428
2353#, c-format
2354msgid "%s: 'literal' and 'glob' are incompatible"
2355msgstr ""
2356
2357#: pathspec.c:441
2358#, c-format
2359msgid "%s: '%s' is outside repository"
2360msgstr ""
2361
2362#: pathspec.c:515
2363#, c-format
2364msgid "'%s' (mnemonic: '%c')"
2365msgstr ""
2366
2367#: pathspec.c:525
2368#, c-format
2369msgid "%s: pathspec magic not supported by this command: %s"
2370msgstr ""
2371
2372#: pathspec.c:592
2373#, c-format
2374msgid "pathspec '%s' is beyond a symbolic link"
2375msgstr ""
2376
2377#: pretty.c:962
2378msgid "unable to parse --pretty format"
2379msgstr ""
2380
2381#: read-cache.c:1473
2382#, c-format
2383msgid ""
2384"index.version set, but the value is invalid.\n"
2385"Using version %i"
2386msgstr ""
2387
2388#: read-cache.c:1483
2389#, c-format
2390msgid ""
2391"GIT_INDEX_VERSION set, but the value is invalid.\n"
2392"Using version %i"
2393msgstr ""
2394
2395#: read-cache.c:2375 sequencer.c:3248 wrapper.c:658 builtin/merge.c:1049
2396#, c-format
2397msgid "could not close '%s'"
2398msgstr ""
2399
2400#: read-cache.c:2448 sequencer.c:1900 sequencer.c:2627
2401#, c-format
2402msgid "could not stat '%s'"
2403msgstr ""
2404
2405#: read-cache.c:2461
2406#, c-format
2407msgid "unable to open git dir: %s"
2408msgstr ""
2409
2410#: read-cache.c:2473
2411#, c-format
2412msgid "unable to unlink: %s"
2413msgstr ""
2414
2415#: refs.c:706
2416#, c-format
2417msgid "Could not open '%s' for writing"
2418msgstr ""
2419
2420#: refs.c:1850
2421msgid "ref updates forbidden inside quarantine environment"
2422msgstr ""
2423
2424#: refs/files-backend.c:1189
2425#, c-format
2426msgid "could not remove reference %s"
2427msgstr ""
2428
2429#: refs/files-backend.c:1203 refs/packed-backend.c:1528
2430#: refs/packed-backend.c:1538
2431#, c-format
2432msgid "could not delete reference %s: %s"
2433msgstr ""
2434
2435#: refs/files-backend.c:1206 refs/packed-backend.c:1541
2436#, c-format
2437msgid "could not delete references: %s"
2438msgstr ""
2439
2440#: ref-filter.c:35 wt-status.c:1842
2441msgid "gone"
2442msgstr ""
2443
2444#: ref-filter.c:36
2445#, c-format
2446msgid "ahead %d"
2447msgstr ""
2448
2449#: ref-filter.c:37
2450#, c-format
2451msgid "behind %d"
2452msgstr ""
2453
2454#: ref-filter.c:38
2455#, c-format
2456msgid "ahead %d, behind %d"
2457msgstr ""
2458
2459#: ref-filter.c:107
2460#, c-format
2461msgid "expected format: %%(color:<color>)"
2462msgstr ""
2463
2464#: ref-filter.c:109
2465#, c-format
2466msgid "unrecognized color: %%(color:%s)"
2467msgstr ""
2468
2469#: ref-filter.c:129
2470#, c-format
2471msgid "Integer value expected refname:lstrip=%s"
2472msgstr ""
2473
2474#: ref-filter.c:133
2475#, c-format
2476msgid "Integer value expected refname:rstrip=%s"
2477msgstr ""
2478
2479#: ref-filter.c:135
2480#, c-format
2481msgid "unrecognized %%(%s) argument: %s"
2482msgstr ""
2483
2484#: ref-filter.c:184
2485#, c-format
2486msgid "%%(body) does not take arguments"
2487msgstr ""
2488
2489#: ref-filter.c:191
2490#, c-format
2491msgid "%%(subject) does not take arguments"
2492msgstr ""
2493
2494#: ref-filter.c:209
2495#, c-format
2496msgid "unknown %%(trailers) argument: %s"
2497msgstr ""
2498
2499#: ref-filter.c:232
2500#, c-format
2501msgid "positive value expected contents:lines=%s"
2502msgstr ""
2503
2504#: ref-filter.c:234
2505#, c-format
2506msgid "unrecognized %%(contents) argument: %s"
2507msgstr ""
2508
2509#: ref-filter.c:247
2510#, c-format
2511msgid "positive value expected objectname:short=%s"
2512msgstr ""
2513
2514#: ref-filter.c:251
2515#, c-format
2516msgid "unrecognized %%(objectname) argument: %s"
2517msgstr ""
2518
2519#: ref-filter.c:278
2520#, c-format
2521msgid "expected format: %%(align:<width>,<position>)"
2522msgstr ""
2523
2524#: ref-filter.c:290
2525#, c-format
2526msgid "unrecognized position:%s"
2527msgstr ""
2528
2529#: ref-filter.c:294
2530#, c-format
2531msgid "unrecognized width:%s"
2532msgstr ""
2533
2534#: ref-filter.c:300
2535#, c-format
2536msgid "unrecognized %%(align) argument: %s"
2537msgstr ""
2538
2539#: ref-filter.c:304
2540#, c-format
2541msgid "positive width expected with the %%(align) atom"
2542msgstr ""
2543
2544#: ref-filter.c:319
2545#, c-format
2546msgid "unrecognized %%(if) argument: %s"
2547msgstr ""
2548
2549#: ref-filter.c:409
2550#, c-format
2551msgid "malformed field name: %.*s"
2552msgstr ""
2553
2554#: ref-filter.c:435
2555#, c-format
2556msgid "unknown field name: %.*s"
2557msgstr ""
2558
2559#: ref-filter.c:547
2560#, c-format
2561msgid "format: %%(if) atom used without a %%(then) atom"
2562msgstr ""
2563
2564#: ref-filter.c:607
2565#, c-format
2566msgid "format: %%(then) atom used without an %%(if) atom"
2567msgstr ""
2568
2569#: ref-filter.c:609
2570#, c-format
2571msgid "format: %%(then) atom used more than once"
2572msgstr ""
2573
2574#: ref-filter.c:611
2575#, c-format
2576msgid "format: %%(then) atom used after %%(else)"
2577msgstr ""
2578
2579#: ref-filter.c:637
2580#, c-format
2581msgid "format: %%(else) atom used without an %%(if) atom"
2582msgstr ""
2583
2584#: ref-filter.c:639
2585#, c-format
2586msgid "format: %%(else) atom used without a %%(then) atom"
2587msgstr ""
2588
2589#: ref-filter.c:641
2590#, c-format
2591msgid "format: %%(else) atom used more than once"
2592msgstr ""
2593
2594#: ref-filter.c:654
2595#, c-format
2596msgid "format: %%(end) atom used without corresponding atom"
2597msgstr ""
2598
2599#: ref-filter.c:709
2600#, c-format
2601msgid "malformed format string %s"
2602msgstr ""
2603
2604#: ref-filter.c:1313
2605#, c-format
2606msgid "(no branch, rebasing %s)"
2607msgstr ""
2608
2609#: ref-filter.c:1316
2610#, c-format
2611msgid "(no branch, bisect started on %s)"
2612msgstr ""
2613
2614#. TRANSLATORS: make sure this matches "HEAD
2615#. detached at " in wt-status.c
2616#.
2617#: ref-filter.c:1324
2618#, c-format
2619msgid "(HEAD detached at %s)"
2620msgstr ""
2621
2622#. TRANSLATORS: make sure this matches "HEAD
2623#. detached from " in wt-status.c
2624#.
2625#: ref-filter.c:1331
2626#, c-format
2627msgid "(HEAD detached from %s)"
2628msgstr ""
2629
2630#: ref-filter.c:1335
2631msgid "(no branch)"
2632msgstr ""
2633
2634#: ref-filter.c:1364
2635#, c-format
2636msgid "missing object %s for %s"
2637msgstr ""
2638
2639#: ref-filter.c:1367
2640#, c-format
2641msgid "parse_object_buffer failed on %s for %s"
2642msgstr ""
2643
2644#: ref-filter.c:1819
2645#, c-format
2646msgid "malformed object at '%s'"
2647msgstr ""
2648
2649#: ref-filter.c:1886
2650#, c-format
2651msgid "ignoring ref with broken name %s"
2652msgstr ""
2653
2654#: ref-filter.c:1891
2655#, c-format
2656msgid "ignoring broken ref %s"
2657msgstr ""
2658
2659#: ref-filter.c:2152
2660#, c-format
2661msgid "format: %%(end) atom missing"
2662msgstr ""
2663
2664#: ref-filter.c:2246
2665#, c-format
2666msgid "malformed object name %s"
2667msgstr ""
2668
2669#: remote.c:795
2670#, c-format
2671msgid "Cannot fetch both %s and %s to %s"
2672msgstr ""
2673
2674#: remote.c:799
2675#, c-format
2676msgid "%s usually tracks %s, not %s"
2677msgstr ""
2678
2679#: remote.c:803
2680#, c-format
2681msgid "%s tracks both %s and %s"
2682msgstr ""
2683
2684#: remote.c:811
2685msgid "Internal error"
2686msgstr ""
2687
2688#: remote.c:1726 remote.c:1828
2689msgid "HEAD does not point to a branch"
2690msgstr ""
2691
2692#: remote.c:1735
2693#, c-format
2694msgid "no such branch: '%s'"
2695msgstr ""
2696
2697#: remote.c:1738
2698#, c-format
2699msgid "no upstream configured for branch '%s'"
2700msgstr ""
2701
2702#: remote.c:1744
2703#, c-format
2704msgid "upstream branch '%s' not stored as a remote-tracking branch"
2705msgstr ""
2706
2707#: remote.c:1759
2708#, c-format
2709msgid "push destination '%s' on remote '%s' has no local tracking branch"
2710msgstr ""
2711
2712#: remote.c:1771
2713#, c-format
2714msgid "branch '%s' has no remote for pushing"
2715msgstr ""
2716
2717#: remote.c:1782
2718#, c-format
2719msgid "push refspecs for '%s' do not include '%s'"
2720msgstr ""
2721
2722#: remote.c:1795
2723msgid "push has no destination (push.default is 'nothing')"
2724msgstr ""
2725
2726#: remote.c:1817
2727msgid "cannot resolve 'simple' push to a single destination"
2728msgstr ""
2729
2730#: remote.c:2132
2731#, c-format
2732msgid "Your branch is based on '%s', but the upstream is gone.\n"
2733msgstr ""
2734
2735#: remote.c:2136
2736msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
2737msgstr ""
2738
2739#: remote.c:2139
2740#, c-format
2741msgid "Your branch is up to date with '%s'.\n"
2742msgstr ""
2743
2744#: remote.c:2143
2745#, c-format
2746msgid "Your branch and '%s' refer to different commits.\n"
2747msgstr ""
2748
2749#: remote.c:2146
2750#, c-format
2751msgid "  (use \"%s\" for details)\n"
2752msgstr ""
2753
2754#: remote.c:2150
2755#, c-format
2756msgid "Your branch is ahead of '%s' by %d commit.\n"
2757msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2758msgstr[0] ""
2759msgstr[1] ""
2760
2761#: remote.c:2156
2762msgid "  (use \"git push\" to publish your local commits)\n"
2763msgstr ""
2764
2765#: remote.c:2159
2766#, c-format
2767msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2768msgid_plural ""
2769"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2770msgstr[0] ""
2771msgstr[1] ""
2772
2773#: remote.c:2167
2774msgid "  (use \"git pull\" to update your local branch)\n"
2775msgstr ""
2776
2777#: remote.c:2170
2778#, c-format
2779msgid ""
2780"Your branch and '%s' have diverged,\n"
2781"and have %d and %d different commit each, respectively.\n"
2782msgid_plural ""
2783"Your branch and '%s' have diverged,\n"
2784"and have %d and %d different commits each, respectively.\n"
2785msgstr[0] ""
2786msgstr[1] ""
2787
2788#: remote.c:2180
2789msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
2790msgstr ""
2791
2792#: revision.c:2277
2793msgid "your current branch appears to be broken"
2794msgstr ""
2795
2796#: revision.c:2280
2797#, c-format
2798msgid "your current branch '%s' does not have any commits yet"
2799msgstr ""
2800
2801#: revision.c:2477
2802msgid "--first-parent is incompatible with --bisect"
2803msgstr ""
2804
2805#: run-command.c:731
2806msgid "open /dev/null failed"
2807msgstr ""
2808
2809#: run-command.c:1274
2810#, c-format
2811msgid ""
2812"The '%s' hook was ignored because it's not set as executable.\n"
2813"You can disable this warning with `git config advice.ignoredHook false`."
2814msgstr ""
2815
2816#: send-pack.c:141
2817msgid "unexpected flush packet while reading remote unpack status"
2818msgstr ""
2819
2820#: send-pack.c:143
2821#, c-format
2822msgid "unable to parse remote unpack status: %s"
2823msgstr ""
2824
2825#: send-pack.c:145
2826#, c-format
2827msgid "remote unpack failed: %s"
2828msgstr ""
2829
2830#: send-pack.c:308
2831msgid "failed to sign the push certificate"
2832msgstr ""
2833
2834#: send-pack.c:421
2835msgid "the receiving end does not support --signed push"
2836msgstr ""
2837
2838#: send-pack.c:423
2839msgid ""
2840"not sending a push certificate since the receiving end does not support --"
2841"signed push"
2842msgstr ""
2843
2844#: send-pack.c:435
2845msgid "the receiving end does not support --atomic push"
2846msgstr ""
2847
2848#: send-pack.c:440
2849msgid "the receiving end does not support push options"
2850msgstr ""
2851
2852#: sequencer.c:158
2853#, c-format
2854msgid "invalid commit message cleanup mode '%s'"
2855msgstr ""
2856
2857#: sequencer.c:267
2858msgid "revert"
2859msgstr ""
2860
2861#: sequencer.c:269
2862msgid "cherry-pick"
2863msgstr ""
2864
2865#: sequencer.c:271
2866msgid "rebase -i"
2867msgstr ""
2868
2869#: sequencer.c:273
2870#, c-format
2871msgid "Unknown action: %d"
2872msgstr ""
2873
2874#: sequencer.c:330
2875msgid ""
2876"after resolving the conflicts, mark the corrected paths\n"
2877"with 'git add <paths>' or 'git rm <paths>'"
2878msgstr ""
2879
2880#: sequencer.c:333
2881msgid ""
2882"after resolving the conflicts, mark the corrected paths\n"
2883"with 'git add <paths>' or 'git rm <paths>'\n"
2884"and commit the result with 'git commit'"
2885msgstr ""
2886
2887#: sequencer.c:346 sequencer.c:2245
2888#, c-format
2889msgid "could not lock '%s'"
2890msgstr ""
2891
2892#: sequencer.c:349 sequencer.c:2124 sequencer.c:2250 sequencer.c:2264
2893#: sequencer.c:3246 sequencer.c:3310 wrapper.c:656
2894#, c-format
2895msgid "could not write to '%s'"
2896msgstr ""
2897
2898#: sequencer.c:353
2899#, c-format
2900msgid "could not write eol to '%s'"
2901msgstr ""
2902
2903#: sequencer.c:356 sequencer.c:2128 sequencer.c:2252
2904#, c-format
2905msgid "failed to finalize '%s'"
2906msgstr ""
2907
2908#: sequencer.c:379 sequencer.c:1340 sequencer.c:2148 builtin/am.c:259
2909#: builtin/commit.c:722 builtin/merge.c:1047
2910#, c-format
2911msgid "could not read '%s'"
2912msgstr ""
2913
2914#: sequencer.c:405
2915#, c-format
2916msgid "your local changes would be overwritten by %s."
2917msgstr ""
2918
2919#: sequencer.c:409
2920msgid "commit your changes or stash them to proceed."
2921msgstr ""
2922
2923#: sequencer.c:438
2924#, c-format
2925msgid "%s: fast-forward"
2926msgstr ""
2927
2928#. TRANSLATORS: %s will be "revert", "cherry-pick" or
2929#. "rebase -i".
2930#.
2931#: sequencer.c:526
2932#, c-format
2933msgid "%s: Unable to write new index file"
2934msgstr ""
2935
2936#: sequencer.c:542
2937msgid "could not resolve HEAD commit"
2938msgstr ""
2939
2940#: sequencer.c:562
2941msgid "unable to update cache tree"
2942msgstr ""
2943
2944#: sequencer.c:658
2945#, c-format
2946msgid ""
2947"you have staged changes in your working tree\n"
2948"If these changes are meant to be squashed into the previous commit, run:\n"
2949"\n"
2950"  git commit --amend %s\n"
2951"\n"
2952"If they are meant to go into a new commit, run:\n"
2953"\n"
2954"  git commit %s\n"
2955"\n"
2956"In both cases, once you're done, continue with:\n"
2957"\n"
2958"  git rebase --continue\n"
2959msgstr ""
2960
2961#: sequencer.c:915
2962msgid "'prepare-commit-msg' hook failed"
2963msgstr ""
2964
2965#: sequencer.c:922
2966msgid ""
2967"Your name and email address were configured automatically based\n"
2968"on your username and hostname. Please check that they are accurate.\n"
2969"You can suppress this message by setting them explicitly. Run the\n"
2970"following command and follow the instructions in your editor to edit\n"
2971"your configuration file:\n"
2972"\n"
2973"    git config --global --edit\n"
2974"\n"
2975"After doing this, you may fix the identity used for this commit with:\n"
2976"\n"
2977"    git commit --amend --reset-author\n"
2978msgstr ""
2979
2980#: sequencer.c:935
2981msgid ""
2982"Your name and email address were configured automatically based\n"
2983"on your username and hostname. Please check that they are accurate.\n"
2984"You can suppress this message by setting them explicitly:\n"
2985"\n"
2986"    git config --global user.name \"Your Name\"\n"
2987"    git config --global user.email you@example.com\n"
2988"\n"
2989"After doing this, you may fix the identity used for this commit with:\n"
2990"\n"
2991"    git commit --amend --reset-author\n"
2992msgstr ""
2993
2994#: sequencer.c:975
2995msgid "couldn't look up newly created commit"
2996msgstr ""
2997
2998#: sequencer.c:977
2999msgid "could not parse newly created commit"
3000msgstr ""
3001
3002#: sequencer.c:1023
3003msgid "unable to resolve HEAD after creating commit"
3004msgstr ""
3005
3006#: sequencer.c:1025
3007msgid "detached HEAD"
3008msgstr ""
3009
3010#: sequencer.c:1029
3011msgid " (root-commit)"
3012msgstr ""
3013
3014#: sequencer.c:1050
3015msgid "could not parse HEAD"
3016msgstr ""
3017
3018#: sequencer.c:1052
3019#, c-format
3020msgid "HEAD %s is not a commit!"
3021msgstr ""
3022
3023#: sequencer.c:1056 builtin/commit.c:1491
3024msgid "could not parse HEAD commit"
3025msgstr ""
3026
3027#: sequencer.c:1107 sequencer.c:1673
3028msgid "unable to parse commit author"
3029msgstr ""
3030
3031#: sequencer.c:1117 builtin/am.c:1630 builtin/merge.c:643
3032msgid "git write-tree failed to write a tree"
3033msgstr ""
3034
3035#: sequencer.c:1134 sequencer.c:1186
3036#, c-format
3037msgid "unable to read commit message from '%s'"
3038msgstr ""
3039
3040#: sequencer.c:1154 builtin/am.c:1650 builtin/commit.c:1594 builtin/merge.c:826
3041#: builtin/merge.c:851
3042msgid "failed to write commit object"
3043msgstr ""
3044
3045#: sequencer.c:1213
3046#, c-format
3047msgid "could not parse commit %s"
3048msgstr ""
3049
3050#: sequencer.c:1218
3051#, c-format
3052msgid "could not parse parent commit %s"
3053msgstr ""
3054
3055#: sequencer.c:1347
3056#, c-format
3057msgid ""
3058"unexpected 1st line of squash message:\n"
3059"\n"
3060"\t%.*s"
3061msgstr ""
3062
3063#: sequencer.c:1353
3064#, c-format
3065msgid ""
3066"invalid 1st line of squash message:\n"
3067"\n"
3068"\t%.*s"
3069msgstr ""
3070
3071#: sequencer.c:1359 sequencer.c:1384
3072#, c-format
3073msgid "This is a combination of %d commits."
3074msgstr ""
3075
3076#: sequencer.c:1368 sequencer.c:3265
3077msgid "need a HEAD to fixup"
3078msgstr ""
3079
3080#: sequencer.c:1370
3081msgid "could not read HEAD"
3082msgstr ""
3083
3084#: sequencer.c:1372
3085msgid "could not read HEAD's commit message"
3086msgstr ""
3087
3088#: sequencer.c:1378
3089#, c-format
3090msgid "cannot write '%s'"
3091msgstr ""
3092
3093#: sequencer.c:1387 git-rebase--interactive.sh:452
3094msgid "This is the 1st commit message:"
3095msgstr ""
3096
3097#: sequencer.c:1395
3098#, c-format
3099msgid "could not read commit message of %s"
3100msgstr ""
3101
3102#: sequencer.c:1402
3103#, c-format
3104msgid "This is the commit message #%d:"
3105msgstr ""
3106
3107#: sequencer.c:1407
3108#, c-format
3109msgid "The commit message #%d will be skipped:"
3110msgstr ""
3111
3112#: sequencer.c:1412
3113#, c-format
3114msgid "unknown command: %d"
3115msgstr ""
3116
3117#: sequencer.c:1479
3118msgid "your index file is unmerged."
3119msgstr ""
3120
3121#: sequencer.c:1498
3122#, c-format
3123msgid "commit %s is a merge but no -m option was given."
3124msgstr ""
3125
3126#: sequencer.c:1506
3127#, c-format
3128msgid "commit %s does not have parent %d"
3129msgstr ""
3130
3131#: sequencer.c:1510
3132#, c-format
3133msgid "mainline was specified but commit %s is not a merge."
3134msgstr ""
3135
3136#: sequencer.c:1516
3137#, c-format
3138msgid "cannot get commit message for %s"
3139msgstr ""
3140
3141#. TRANSLATORS: The first %s will be a "todo" command like
3142#. "revert" or "pick", the second %s a SHA1.
3143#: sequencer.c:1535
3144#, c-format
3145msgid "%s: cannot parse parent commit %s"
3146msgstr ""
3147
3148#: sequencer.c:1600 sequencer.c:2397
3149#, c-format
3150msgid "could not rename '%s' to '%s'"
3151msgstr ""
3152
3153#: sequencer.c:1654
3154#, c-format
3155msgid "could not revert %s... %s"
3156msgstr ""
3157
3158#: sequencer.c:1655
3159#, c-format
3160msgid "could not apply %s... %s"
3161msgstr ""
3162
3163#: sequencer.c:1702
3164msgid "empty commit set passed"
3165msgstr ""
3166
3167#: sequencer.c:1712
3168#, c-format
3169msgid "git %s: failed to read the index"
3170msgstr ""
3171
3172#: sequencer.c:1718
3173#, c-format
3174msgid "git %s: failed to refresh the index"
3175msgstr ""
3176
3177#: sequencer.c:1792
3178#, c-format
3179msgid "%s does not accept arguments: '%s'"
3180msgstr ""
3181
3182#: sequencer.c:1801
3183#, c-format
3184msgid "missing arguments for %s"
3185msgstr ""
3186
3187#: sequencer.c:1844
3188#, c-format
3189msgid "invalid line %d: %.*s"
3190msgstr ""
3191
3192#: sequencer.c:1852
3193#, c-format
3194msgid "cannot '%s' without a previous commit"
3195msgstr ""
3196
3197#: sequencer.c:1883 sequencer.c:3056 sequencer.c:3091
3198#, c-format
3199msgid "could not read '%s'."
3200msgstr ""
3201
3202#: sequencer.c:1906
3203msgid "please fix this using 'git rebase --edit-todo'."
3204msgstr ""
3205
3206#: sequencer.c:1908
3207#, c-format
3208msgid "unusable instruction sheet: '%s'"
3209msgstr ""
3210
3211#: sequencer.c:1913
3212msgid "no commits parsed."
3213msgstr ""
3214
3215#: sequencer.c:1924
3216msgid "cannot cherry-pick during a revert."
3217msgstr ""
3218
3219#: sequencer.c:1926
3220msgid "cannot revert during a cherry-pick."
3221msgstr ""
3222
3223#: sequencer.c:1993
3224#, c-format
3225msgid "invalid key: %s"
3226msgstr ""
3227
3228#: sequencer.c:1996
3229#, c-format
3230msgid "invalid value for %s: %s"
3231msgstr ""
3232
3233#: sequencer.c:2062
3234#, c-format
3235msgid "malformed options sheet: '%s'"
3236msgstr ""
3237
3238#: sequencer.c:2100
3239msgid "a cherry-pick or revert is already in progress"
3240msgstr ""
3241
3242#: sequencer.c:2101
3243msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3244msgstr ""
3245
3246#: sequencer.c:2104
3247#, c-format
3248msgid "could not create sequencer directory '%s'"
3249msgstr ""
3250
3251#: sequencer.c:2118
3252msgid "could not lock HEAD"
3253msgstr ""
3254
3255#: sequencer.c:2173 sequencer.c:2761
3256msgid "no cherry-pick or revert in progress"
3257msgstr ""
3258
3259#: sequencer.c:2175
3260msgid "cannot resolve HEAD"
3261msgstr ""
3262
3263#: sequencer.c:2177 sequencer.c:2212
3264msgid "cannot abort from a branch yet to be born"
3265msgstr ""
3266
3267#: sequencer.c:2198 builtin/grep.c:720
3268#, c-format
3269msgid "cannot open '%s'"
3270msgstr ""
3271
3272#: sequencer.c:2200
3273#, c-format
3274msgid "cannot read '%s': %s"
3275msgstr ""
3276
3277#: sequencer.c:2201
3278msgid "unexpected end of file"
3279msgstr ""
3280
3281#: sequencer.c:2207
3282#, c-format
3283msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3284msgstr ""
3285
3286#: sequencer.c:2218
3287msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3288msgstr ""
3289
3290#: sequencer.c:2324 sequencer.c:2679
3291#, c-format
3292msgid "could not update %s"
3293msgstr ""
3294
3295#: sequencer.c:2362 sequencer.c:2659
3296msgid "cannot read HEAD"
3297msgstr ""
3298
3299#: sequencer.c:2402 builtin/difftool.c:639
3300#, c-format
3301msgid "could not copy '%s' to '%s'"
3302msgstr ""
3303
3304#: sequencer.c:2421
3305msgid "could not read index"
3306msgstr ""
3307
3308#: sequencer.c:2426
3309#, c-format
3310msgid ""
3311"execution failed: %s\n"
3312"%sYou can fix the problem, and then run\n"
3313"\n"
3314"  git rebase --continue\n"
3315"\n"
3316msgstr ""
3317
3318#: sequencer.c:2432
3319msgid "and made changes to the index and/or the working tree\n"
3320msgstr ""
3321
3322#: sequencer.c:2438
3323#, c-format
3324msgid ""
3325"execution succeeded: %s\n"
3326"but left changes to the index and/or the working tree\n"
3327"Commit or stash your changes, and then run\n"
3328"\n"
3329"  git rebase --continue\n"
3330"\n"
3331msgstr ""
3332
3333#: sequencer.c:2497
3334#, c-format
3335msgid "Applied autostash.\n"
3336msgstr ""
3337
3338#: sequencer.c:2509
3339#, c-format
3340msgid "cannot store %s"
3341msgstr ""
3342
3343#: sequencer.c:2512 git-rebase.sh:178
3344#, c-format
3345msgid ""
3346"Applying autostash resulted in conflicts.\n"
3347"Your changes are safe in the stash.\n"
3348"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3349msgstr ""
3350
3351#: sequencer.c:2595
3352#, c-format
3353msgid "Stopped at %s...  %.*s\n"
3354msgstr ""
3355
3356#: sequencer.c:2637
3357#, c-format
3358msgid "unknown command %d"
3359msgstr ""
3360
3361#: sequencer.c:2667
3362msgid "could not read orig-head"
3363msgstr ""
3364
3365#: sequencer.c:2672 sequencer.c:3262
3366msgid "could not read 'onto'"
3367msgstr ""
3368
3369#: sequencer.c:2686
3370#, c-format
3371msgid "could not update HEAD to %s"
3372msgstr ""
3373
3374#: sequencer.c:2770
3375msgid "cannot rebase: You have unstaged changes."
3376msgstr ""
3377
3378#: sequencer.c:2775
3379msgid "could not remove CHERRY_PICK_HEAD"
3380msgstr ""
3381
3382#: sequencer.c:2784
3383msgid "cannot amend non-existing commit"
3384msgstr ""
3385
3386#: sequencer.c:2786
3387#, c-format
3388msgid "invalid file: '%s'"
3389msgstr ""
3390
3391#: sequencer.c:2788
3392#, c-format
3393msgid "invalid contents: '%s'"
3394msgstr ""
3395
3396#: sequencer.c:2791
3397msgid ""
3398"\n"
3399"You have uncommitted changes in your working tree. Please, commit them\n"
3400"first and then run 'git rebase --continue' again."
3401msgstr ""
3402
3403#: sequencer.c:2801
3404msgid "could not commit staged changes."
3405msgstr ""
3406
3407#: sequencer.c:2881
3408#, c-format
3409msgid "%s: can't cherry-pick a %s"
3410msgstr ""
3411
3412#: sequencer.c:2885
3413#, c-format
3414msgid "%s: bad revision"
3415msgstr ""
3416
3417#: sequencer.c:2918
3418msgid "can't revert as initial commit"
3419msgstr ""
3420
3421#: sequencer.c:3023
3422msgid "make_script: unhandled options"
3423msgstr ""
3424
3425#: sequencer.c:3026
3426msgid "make_script: error preparing revisions"
3427msgstr ""
3428
3429#: sequencer.c:3060 sequencer.c:3095
3430#, c-format
3431msgid "unusable todo list: '%s'"
3432msgstr ""
3433
3434#: sequencer.c:3146
3435#, c-format
3436msgid ""
3437"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
3438msgstr ""
3439
3440#: sequencer.c:3212
3441#, c-format
3442msgid ""
3443"Warning: some commits may have been dropped accidentally.\n"
3444"Dropped commits (newer to older):\n"
3445msgstr ""
3446
3447#: sequencer.c:3219
3448#, c-format
3449msgid ""
3450"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3451"\n"
3452"Use 'git config rebase.missingCommitsCheck' to change the level of "
3453"warnings.\n"
3454"The possible behaviours are: ignore, warn, error.\n"
3455"\n"
3456msgstr ""
3457
3458#: sequencer.c:3231
3459#, c-format
3460msgid ""
3461"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3462"continue'.\n"
3463"Or you can abort the rebase with 'git rebase --abort'.\n"
3464msgstr ""
3465
3466#: sequencer.c:3244 sequencer.c:3304 wrapper.c:225 wrapper.c:395
3467#: builtin/am.c:779
3468#, c-format
3469msgid "could not open '%s' for writing"
3470msgstr ""
3471
3472#: sequencer.c:3285
3473#, c-format
3474msgid "could not parse commit '%s'"
3475msgstr ""
3476
3477#: sequencer.c:3401
3478msgid "the script was already rearranged."
3479msgstr ""
3480
3481#: setup.c:122
3482#, c-format
3483msgid "'%s' is outside repository"
3484msgstr ""
3485
3486#: setup.c:171
3487#, c-format
3488msgid ""
3489"%s: no such path in the working tree.\n"
3490"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3491msgstr ""
3492
3493#: setup.c:184
3494#, c-format
3495msgid ""
3496"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3497"Use '--' to separate paths from revisions, like this:\n"
3498"'git <command> [<revision>...] -- [<file>...]'"
3499msgstr ""
3500
3501#: setup.c:233
3502#, c-format
3503msgid "option '%s' must come before non-option arguments"
3504msgstr ""
3505
3506#: setup.c:252
3507#, c-format
3508msgid ""
3509"ambiguous argument '%s': both revision and filename\n"
3510"Use '--' to separate paths from revisions, like this:\n"
3511"'git <command> [<revision>...] -- [<file>...]'"
3512msgstr ""
3513
3514#: setup.c:388
3515msgid "unable to set up work tree using invalid config"
3516msgstr ""
3517
3518#: setup.c:395
3519msgid "this operation must be run in a work tree"
3520msgstr ""
3521
3522#: setup.c:506
3523#, c-format
3524msgid "Expected git repo version <= %d, found %d"
3525msgstr ""
3526
3527#: setup.c:514
3528msgid "unknown repository extensions found:"
3529msgstr ""
3530
3531#: setup.c:533
3532#, c-format
3533msgid "error opening '%s'"
3534msgstr ""
3535
3536#: setup.c:535
3537#, c-format
3538msgid "too large to be a .git file: '%s'"
3539msgstr ""
3540
3541#: setup.c:537
3542#, c-format
3543msgid "error reading %s"
3544msgstr ""
3545
3546#: setup.c:539
3547#, c-format
3548msgid "invalid gitfile format: %s"
3549msgstr ""
3550
3551#: setup.c:541
3552#, c-format
3553msgid "no path in gitfile: %s"
3554msgstr ""
3555
3556#: setup.c:543
3557#, c-format
3558msgid "not a git repository: %s"
3559msgstr ""
3560
3561#: setup.c:642
3562#, c-format
3563msgid "'$%s' too big"
3564msgstr ""
3565
3566#: setup.c:656
3567#, c-format
3568msgid "not a git repository: '%s'"
3569msgstr ""
3570
3571#: setup.c:685 setup.c:687 setup.c:718
3572#, c-format
3573msgid "cannot chdir to '%s'"
3574msgstr ""
3575
3576#: setup.c:690 setup.c:746 setup.c:756 setup.c:795 setup.c:803 setup.c:818
3577msgid "cannot come back to cwd"
3578msgstr ""
3579
3580#: setup.c:816
3581#, c-format
3582msgid "not a git repository (or any of the parent directories): %s"
3583msgstr ""
3584
3585#: setup.c:827
3586#, c-format
3587msgid "failed to stat '%*s%s%s'"
3588msgstr ""
3589
3590#: setup.c:1057
3591msgid "Unable to read current working directory"
3592msgstr ""
3593
3594#: setup.c:1069 setup.c:1075
3595#, c-format
3596msgid "cannot change to '%s'"
3597msgstr ""
3598
3599#: setup.c:1088
3600#, c-format
3601msgid ""
3602"not a git repository (or any parent up to mount point %s)\n"
3603"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3604msgstr ""
3605
3606#: setup.c:1172
3607#, c-format
3608msgid ""
3609"problem with core.sharedRepository filemode value (0%.3o).\n"
3610"The owner of files must always have read and write permissions."
3611msgstr ""
3612
3613#: setup.c:1215
3614msgid "open /dev/null or dup failed"
3615msgstr ""
3616
3617#: setup.c:1230
3618msgid "fork failed"
3619msgstr ""
3620
3621#: setup.c:1235
3622msgid "setsid failed"
3623msgstr ""
3624
3625#: sha1_file.c:592
3626#, c-format
3627msgid "path '%s' does not exist"
3628msgstr ""
3629
3630#: sha1_file.c:618
3631#, c-format
3632msgid "reference repository '%s' as a linked checkout is not supported yet."
3633msgstr ""
3634
3635#: sha1_file.c:624
3636#, c-format
3637msgid "reference repository '%s' is not a local repository."
3638msgstr ""
3639
3640#: sha1_file.c:630
3641#, c-format
3642msgid "reference repository '%s' is shallow"
3643msgstr ""
3644
3645#: sha1_file.c:638
3646#, c-format
3647msgid "reference repository '%s' is grafted"
3648msgstr ""
3649
3650#: sha1_name.c:422
3651#, c-format
3652msgid "short SHA1 %s is ambiguous"
3653msgstr ""
3654
3655#: sha1_name.c:433
3656msgid "The candidates are:"
3657msgstr ""
3658
3659#: sha1_name.c:693
3660msgid ""
3661"Git normally never creates a ref that ends with 40 hex characters\n"
3662"because it will be ignored when you just specify 40-hex. These refs\n"
3663"may be created by mistake. For example,\n"
3664"\n"
3665"  git checkout -b $br $(git rev-parse ...)\n"
3666"\n"
3667"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3668"examine these refs and maybe delete them. Turn this message off by\n"
3669"running \"git config advice.objectNameWarning false\""
3670msgstr ""
3671
3672#: submodule.c:96 submodule.c:130
3673msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3674msgstr ""
3675
3676#: submodule.c:100 submodule.c:134
3677#, c-format
3678msgid "Could not find section in .gitmodules where path=%s"
3679msgstr ""
3680
3681#: submodule.c:108
3682#, c-format
3683msgid "Could not update .gitmodules entry %s"
3684msgstr ""
3685
3686#: submodule.c:141
3687#, c-format
3688msgid "Could not remove .gitmodules entry for %s"
3689msgstr ""
3690
3691#: submodule.c:152
3692msgid "staging updated .gitmodules failed"
3693msgstr ""
3694
3695#: submodule.c:312
3696#, c-format
3697msgid "in unpopulated submodule '%s'"
3698msgstr ""
3699
3700#: submodule.c:343
3701#, c-format
3702msgid "Pathspec '%s' is in submodule '%.*s'"
3703msgstr ""
3704
3705#: submodule.c:833
3706#, c-format
3707msgid "submodule entry '%s' (%s) is a %s, not a commit"
3708msgstr ""
3709
3710#: submodule.c:1065 builtin/branch.c:648 builtin/submodule--helper.c:1724
3711msgid "Failed to resolve HEAD as a valid ref."
3712msgstr ""
3713
3714#: submodule.c:1370
3715#, c-format
3716msgid "'%s' not recognized as a git repository"
3717msgstr ""
3718
3719#: submodule.c:1508
3720#, c-format
3721msgid "could not start 'git status' in submodule '%s'"
3722msgstr ""
3723
3724#: submodule.c:1521
3725#, c-format
3726msgid "could not run 'git status' in submodule '%s'"
3727msgstr ""
3728
3729#: submodule.c:1614
3730#, c-format
3731msgid "submodule '%s' has dirty index"
3732msgstr ""
3733
3734#: submodule.c:1878
3735#, c-format
3736msgid ""
3737"relocate_gitdir for submodule '%s' with more than one worktree not supported"
3738msgstr ""
3739
3740#: submodule.c:1890 submodule.c:1946
3741#, c-format
3742msgid "could not lookup name for submodule '%s'"
3743msgstr ""
3744
3745#: submodule.c:1894 builtin/submodule--helper.c:1246
3746#: builtin/submodule--helper.c:1256
3747#, c-format
3748msgid "could not create directory '%s'"
3749msgstr ""
3750
3751#: submodule.c:1897
3752#, c-format
3753msgid ""
3754"Migrating git directory of '%s%s' from\n"
3755"'%s' to\n"
3756"'%s'\n"
3757msgstr ""
3758
3759#: submodule.c:1981
3760#, c-format
3761msgid "could not recurse into submodule '%s'"
3762msgstr ""
3763
3764#: submodule.c:2025
3765msgid "could not start ls-files in .."
3766msgstr ""
3767
3768#: submodule.c:2045
3769msgid "BUG: returned path string doesn't match cwd?"
3770msgstr ""
3771
3772#: submodule.c:2064
3773#, c-format
3774msgid "ls-tree returned unexpected return code %d"
3775msgstr ""
3776
3777#: submodule-config.c:263
3778msgid "negative values not allowed for submodule.fetchjobs"
3779msgstr ""
3780
3781#: submodule-config.c:436
3782#, c-format
3783msgid "invalid value for %s"
3784msgstr ""
3785
3786#: trailer.c:238
3787#, c-format
3788msgid "running trailer command '%s' failed"
3789msgstr ""
3790
3791#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
3792#: trailer.c:557
3793#, c-format
3794msgid "unknown value '%s' for key '%s'"
3795msgstr ""
3796
3797#: trailer.c:539 trailer.c:544 builtin/remote.c:290
3798#, c-format
3799msgid "more than one %s"
3800msgstr ""
3801
3802#: trailer.c:730
3803#, c-format
3804msgid "empty trailer token in trailer '%.*s'"
3805msgstr ""
3806
3807#: trailer.c:750
3808#, c-format
3809msgid "could not read input file '%s'"
3810msgstr ""
3811
3812#: trailer.c:753
3813msgid "could not read from stdin"
3814msgstr ""
3815
3816#: trailer.c:1008 builtin/am.c:46
3817#, c-format
3818msgid "could not stat %s"
3819msgstr ""
3820
3821#: trailer.c:1010
3822#, c-format
3823msgid "file %s is not a regular file"
3824msgstr ""
3825
3826#: trailer.c:1012
3827#, c-format
3828msgid "file %s is not writable by user"
3829msgstr ""
3830
3831#: trailer.c:1024
3832msgid "could not open temporary file"
3833msgstr ""
3834
3835#: trailer.c:1064
3836#, c-format
3837msgid "could not rename temporary file to %s"
3838msgstr ""
3839
3840#: transport.c:63
3841#, c-format
3842msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3843msgstr ""
3844
3845#: transport.c:152
3846#, c-format
3847msgid "transport: invalid depth option '%s'"
3848msgstr ""
3849
3850#: transport.c:916
3851#, c-format
3852msgid ""
3853"The following submodule paths contain changes that can\n"
3854"not be found on any remote:\n"
3855msgstr ""
3856
3857#: transport.c:920
3858#, c-format
3859msgid ""
3860"\n"
3861"Please try\n"
3862"\n"
3863"\tgit push --recurse-submodules=on-demand\n"
3864"\n"
3865"or cd to the path and use\n"
3866"\n"
3867"\tgit push\n"
3868"\n"
3869"to push them to a remote.\n"
3870"\n"
3871msgstr ""
3872
3873#: transport.c:928
3874msgid "Aborting."
3875msgstr ""
3876
3877#: transport-helper.c:1079
3878#, c-format
3879msgid "Could not read ref %s"
3880msgstr ""
3881
3882#: tree-walk.c:31
3883msgid "too-short tree object"
3884msgstr ""
3885
3886#: tree-walk.c:37
3887msgid "malformed mode in tree entry"
3888msgstr ""
3889
3890#: tree-walk.c:41
3891msgid "empty filename in tree entry"
3892msgstr ""
3893
3894#: tree-walk.c:114
3895msgid "too-short tree file"
3896msgstr ""
3897
3898#: unpack-trees.c:108
3899#, c-format
3900msgid ""
3901"Your local changes to the following files would be overwritten by checkout:\n"
3902"%%sPlease commit your changes or stash them before you switch branches."
3903msgstr ""
3904
3905#: unpack-trees.c:110
3906#, c-format
3907msgid ""
3908"Your local changes to the following files would be overwritten by checkout:\n"
3909"%%s"
3910msgstr ""
3911
3912#: unpack-trees.c:113
3913#, c-format
3914msgid ""
3915"Your local changes to the following files would be overwritten by merge:\n"
3916"%%sPlease commit your changes or stash them before you merge."
3917msgstr ""
3918
3919#: unpack-trees.c:115
3920#, c-format
3921msgid ""
3922"Your local changes to the following files would be overwritten by merge:\n"
3923"%%s"
3924msgstr ""
3925
3926#: unpack-trees.c:118
3927#, c-format
3928msgid ""
3929"Your local changes to the following files would be overwritten by %s:\n"
3930"%%sPlease commit your changes or stash them before you %s."
3931msgstr ""
3932
3933#: unpack-trees.c:120
3934#, c-format
3935msgid ""
3936"Your local changes to the following files would be overwritten by %s:\n"
3937"%%s"
3938msgstr ""
3939
3940#: unpack-trees.c:125
3941#, c-format
3942msgid ""
3943"Updating the following directories would lose untracked files in them:\n"
3944"%s"
3945msgstr ""
3946
3947#: unpack-trees.c:129
3948#, c-format
3949msgid ""
3950"The following untracked working tree files would be removed by checkout:\n"
3951"%%sPlease move or remove them before you switch branches."
3952msgstr ""
3953
3954#: unpack-trees.c:131
3955#, c-format
3956msgid ""
3957"The following untracked working tree files would be removed by checkout:\n"
3958"%%s"
3959msgstr ""
3960
3961#: unpack-trees.c:134
3962#, c-format
3963msgid ""
3964"The following untracked working tree files would be removed by merge:\n"
3965"%%sPlease move or remove them before you merge."
3966msgstr ""
3967
3968#: unpack-trees.c:136
3969#, c-format
3970msgid ""
3971"The following untracked working tree files would be removed by merge:\n"
3972"%%s"
3973msgstr ""
3974
3975#: unpack-trees.c:139
3976#, c-format
3977msgid ""
3978"The following untracked working tree files would be removed by %s:\n"
3979"%%sPlease move or remove them before you %s."
3980msgstr ""
3981
3982#: unpack-trees.c:141
3983#, c-format
3984msgid ""
3985"The following untracked working tree files would be removed by %s:\n"
3986"%%s"
3987msgstr ""
3988
3989#: unpack-trees.c:146
3990#, c-format
3991msgid ""
3992"The following untracked working tree files would be overwritten by "
3993"checkout:\n"
3994"%%sPlease move or remove them before you switch branches."
3995msgstr ""
3996
3997#: unpack-trees.c:148
3998#, c-format
3999msgid ""
4000"The following untracked working tree files would be overwritten by "
4001"checkout:\n"
4002"%%s"
4003msgstr ""
4004
4005#: unpack-trees.c:151
4006#, c-format
4007msgid ""
4008"The following untracked working tree files would be overwritten by merge:\n"
4009"%%sPlease move or remove them before you merge."
4010msgstr ""
4011
4012#: unpack-trees.c:153
4013#, c-format
4014msgid ""
4015"The following untracked working tree files would be overwritten by merge:\n"
4016"%%s"
4017msgstr ""
4018
4019#: unpack-trees.c:156
4020#, c-format
4021msgid ""
4022"The following untracked working tree files would be overwritten by %s:\n"
4023"%%sPlease move or remove them before you %s."
4024msgstr ""
4025
4026#: unpack-trees.c:158
4027#, c-format
4028msgid ""
4029"The following untracked working tree files would be overwritten by %s:\n"
4030"%%s"
4031msgstr ""
4032
4033#: unpack-trees.c:165
4034#, c-format
4035msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
4036msgstr ""
4037
4038#: unpack-trees.c:168
4039#, c-format
4040msgid ""
4041"Cannot update sparse checkout: the following entries are not up to date:\n"
4042"%s"
4043msgstr ""
4044
4045#: unpack-trees.c:170
4046#, c-format
4047msgid ""
4048"The following working tree files would be overwritten by sparse checkout "
4049"update:\n"
4050"%s"
4051msgstr ""
4052
4053#: unpack-trees.c:172
4054#, c-format
4055msgid ""
4056"The following working tree files would be removed by sparse checkout "
4057"update:\n"
4058"%s"
4059msgstr ""
4060
4061#: unpack-trees.c:174
4062#, c-format
4063msgid ""
4064"Cannot update submodule:\n"
4065"%s"
4066msgstr ""
4067
4068#: unpack-trees.c:251
4069#, c-format
4070msgid "Aborting\n"
4071msgstr ""
4072
4073#: unpack-trees.c:333
4074msgid "Checking out files"
4075msgstr ""
4076
4077#: urlmatch.c:163
4078msgid "invalid URL scheme name or missing '://' suffix"
4079msgstr ""
4080
4081#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
4082#, c-format
4083msgid "invalid %XX escape sequence"
4084msgstr ""
4085
4086#: urlmatch.c:215
4087msgid "missing host and scheme is not 'file:'"
4088msgstr ""
4089
4090#: urlmatch.c:232
4091msgid "a 'file:' URL may not have a port number"
4092msgstr ""
4093
4094#: urlmatch.c:247
4095msgid "invalid characters in host name"
4096msgstr ""
4097
4098#: urlmatch.c:292 urlmatch.c:303
4099msgid "invalid port number"
4100msgstr ""
4101
4102#: urlmatch.c:371
4103msgid "invalid '..' path segment"
4104msgstr ""
4105
4106#: worktree.c:245 builtin/am.c:2147
4107#, c-format
4108msgid "failed to read '%s'"
4109msgstr ""
4110
4111#: worktree.c:291
4112#, c-format
4113msgid "'%s' at main working tree is not the repository directory"
4114msgstr ""
4115
4116#: worktree.c:302
4117#, c-format
4118msgid "'%s' file does not contain absolute path to the working tree location"
4119msgstr ""
4120
4121#: worktree.c:314
4122#, c-format
4123msgid "'%s' does not exist"
4124msgstr ""
4125
4126#: worktree.c:320
4127#, c-format
4128msgid "'%s' is not a .git file, error code %d"
4129msgstr ""
4130
4131#: worktree.c:328
4132#, c-format
4133msgid "'%s' does not point back to '%s'"
4134msgstr ""
4135
4136#: wrapper.c:223 wrapper.c:393
4137#, c-format
4138msgid "could not open '%s' for reading and writing"
4139msgstr ""
4140
4141#: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:770
4142#: builtin/am.c:862 builtin/merge.c:1044
4143#, c-format
4144msgid "could not open '%s' for reading"
4145msgstr ""
4146
4147#: wrapper.c:424 wrapper.c:624
4148#, c-format
4149msgid "unable to access '%s'"
4150msgstr ""
4151
4152#: wrapper.c:632
4153msgid "unable to get current working directory"
4154msgstr ""
4155
4156#: wt-status.c:151
4157msgid "Unmerged paths:"
4158msgstr ""
4159
4160#: wt-status.c:178 wt-status.c:205
4161#, c-format
4162msgid "  (use \"git reset %s <file>...\" to unstage)"
4163msgstr ""
4164
4165#: wt-status.c:180 wt-status.c:207
4166msgid "  (use \"git rm --cached <file>...\" to unstage)"
4167msgstr ""
4168
4169#: wt-status.c:184
4170msgid "  (use \"git add <file>...\" to mark resolution)"
4171msgstr ""
4172
4173#: wt-status.c:186 wt-status.c:190
4174msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
4175msgstr ""
4176
4177#: wt-status.c:188
4178msgid "  (use \"git rm <file>...\" to mark resolution)"
4179msgstr ""
4180
4181#: wt-status.c:199 wt-status.c:1007
4182msgid "Changes to be committed:"
4183msgstr ""
4184
4185#: wt-status.c:217 wt-status.c:1016
4186msgid "Changes not staged for commit:"
4187msgstr ""
4188
4189#: wt-status.c:221
4190msgid "  (use \"git add <file>...\" to update what will be committed)"
4191msgstr ""
4192
4193#: wt-status.c:223
4194msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
4195msgstr ""
4196
4197#: wt-status.c:224
4198msgid ""
4199"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
4200msgstr ""
4201
4202#: wt-status.c:226
4203msgid "  (commit or discard the untracked or modified content in submodules)"
4204msgstr ""
4205
4206#: wt-status.c:238
4207#, c-format
4208msgid "  (use \"git %s <file>...\" to include in what will be committed)"
4209msgstr ""
4210
4211#: wt-status.c:253
4212msgid "both deleted:"
4213msgstr ""
4214
4215#: wt-status.c:255
4216msgid "added by us:"
4217msgstr ""
4218
4219#: wt-status.c:257
4220msgid "deleted by them:"
4221msgstr ""
4222
4223#: wt-status.c:259
4224msgid "added by them:"
4225msgstr ""
4226
4227#: wt-status.c:261
4228msgid "deleted by us:"
4229msgstr ""
4230
4231#: wt-status.c:263
4232msgid "both added:"
4233msgstr ""
4234
4235#: wt-status.c:265
4236msgid "both modified:"
4237msgstr ""
4238
4239#: wt-status.c:275
4240msgid "new file:"
4241msgstr ""
4242
4243#: wt-status.c:277
4244msgid "copied:"
4245msgstr ""
4246
4247#: wt-status.c:279
4248msgid "deleted:"
4249msgstr ""
4250
4251#: wt-status.c:281
4252msgid "modified:"
4253msgstr ""
4254
4255#: wt-status.c:283
4256msgid "renamed:"
4257msgstr ""
4258
4259#: wt-status.c:285
4260msgid "typechange:"
4261msgstr ""
4262
4263#: wt-status.c:287
4264msgid "unknown:"
4265msgstr ""
4266
4267#: wt-status.c:289
4268msgid "unmerged:"
4269msgstr ""
4270
4271#: wt-status.c:369
4272msgid "new commits, "
4273msgstr ""
4274
4275#: wt-status.c:371
4276msgid "modified content, "
4277msgstr ""
4278
4279#: wt-status.c:373
4280msgid "untracked content, "
4281msgstr ""
4282
4283#: wt-status.c:847
4284#, c-format
4285msgid "Your stash currently has %d entry"
4286msgid_plural "Your stash currently has %d entries"
4287msgstr[0] ""
4288msgstr[1] ""
4289
4290#: wt-status.c:879
4291msgid "Submodules changed but not updated:"
4292msgstr ""
4293
4294#: wt-status.c:881
4295msgid "Submodule changes to be committed:"
4296msgstr ""
4297
4298#: wt-status.c:963
4299msgid ""
4300"Do not modify or remove the line above.\n"
4301"Everything below it will be ignored."
4302msgstr ""
4303
4304#: wt-status.c:1076
4305msgid "You have unmerged paths."
4306msgstr ""
4307
4308#: wt-status.c:1079
4309msgid "  (fix conflicts and run \"git commit\")"
4310msgstr ""
4311
4312#: wt-status.c:1081
4313msgid "  (use \"git merge --abort\" to abort the merge)"
4314msgstr ""
4315
4316#: wt-status.c:1086
4317msgid "All conflicts fixed but you are still merging."
4318msgstr ""
4319
4320#: wt-status.c:1089
4321msgid "  (use \"git commit\" to conclude merge)"
4322msgstr ""
4323
4324#: wt-status.c:1099
4325msgid "You are in the middle of an am session."
4326msgstr ""
4327
4328#: wt-status.c:1102
4329msgid "The current patch is empty."
4330msgstr ""
4331
4332#: wt-status.c:1106
4333msgid "  (fix conflicts and then run \"git am --continue\")"
4334msgstr ""
4335
4336#: wt-status.c:1108
4337msgid "  (use \"git am --skip\" to skip this patch)"
4338msgstr ""
4339
4340#: wt-status.c:1110
4341msgid "  (use \"git am --abort\" to restore the original branch)"
4342msgstr ""
4343
4344#: wt-status.c:1242
4345msgid "git-rebase-todo is missing."
4346msgstr ""
4347
4348#: wt-status.c:1244
4349msgid "No commands done."
4350msgstr ""
4351
4352#: wt-status.c:1247
4353#, c-format
4354msgid "Last command done (%d command done):"
4355msgid_plural "Last commands done (%d commands done):"
4356msgstr[0] ""
4357msgstr[1] ""
4358
4359#: wt-status.c:1258
4360#, c-format
4361msgid "  (see more in file %s)"
4362msgstr ""
4363
4364#: wt-status.c:1263
4365msgid "No commands remaining."
4366msgstr ""
4367
4368#: wt-status.c:1266
4369#, c-format
4370msgid "Next command to do (%d remaining command):"
4371msgid_plural "Next commands to do (%d remaining commands):"
4372msgstr[0] ""
4373msgstr[1] ""
4374
4375#: wt-status.c:1274
4376msgid "  (use \"git rebase --edit-todo\" to view and edit)"
4377msgstr ""
4378
4379#: wt-status.c:1287
4380#, c-format
4381msgid "You are currently rebasing branch '%s' on '%s'."
4382msgstr ""
4383
4384#: wt-status.c:1292
4385msgid "You are currently rebasing."
4386msgstr ""
4387
4388#: wt-status.c:1306
4389msgid "  (fix conflicts and then run \"git rebase --continue\")"
4390msgstr ""
4391
4392#: wt-status.c:1308
4393msgid "  (use \"git rebase --skip\" to skip this patch)"
4394msgstr ""
4395
4396#: wt-status.c:1310
4397msgid "  (use \"git rebase --abort\" to check out the original branch)"
4398msgstr ""
4399
4400#: wt-status.c:1316
4401msgid "  (all conflicts fixed: run \"git rebase --continue\")"
4402msgstr ""
4403
4404#: wt-status.c:1320
4405#, c-format
4406msgid ""
4407"You are currently splitting a commit while rebasing branch '%s' on '%s'."
4408msgstr ""
4409
4410#: wt-status.c:1325
4411msgid "You are currently splitting a commit during a rebase."
4412msgstr ""
4413
4414#: wt-status.c:1328
4415msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
4416msgstr ""
4417
4418#: wt-status.c:1332
4419#, c-format
4420msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4421msgstr ""
4422
4423#: wt-status.c:1337
4424msgid "You are currently editing a commit during a rebase."
4425msgstr ""
4426
4427#: wt-status.c:1340
4428msgid "  (use \"git commit --amend\" to amend the current commit)"
4429msgstr ""
4430
4431#: wt-status.c:1342
4432msgid ""
4433"  (use \"git rebase --continue\" once you are satisfied with your changes)"
4434msgstr ""
4435
4436#: wt-status.c:1352
4437#, c-format
4438msgid "You are currently cherry-picking commit %s."
4439msgstr ""
4440
4441#: wt-status.c:1357
4442msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
4443msgstr ""
4444
4445#: wt-status.c:1360
4446msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
4447msgstr ""
4448
4449#: wt-status.c:1362
4450msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4451msgstr ""
4452
4453#: wt-status.c:1371
4454#, c-format
4455msgid "You are currently reverting commit %s."
4456msgstr ""
4457
4458#: wt-status.c:1376
4459msgid "  (fix conflicts and run \"git revert --continue\")"
4460msgstr ""
4461
4462#: wt-status.c:1379
4463msgid "  (all conflicts fixed: run \"git revert --continue\")"
4464msgstr ""
4465
4466#: wt-status.c:1381
4467msgid "  (use \"git revert --abort\" to cancel the revert operation)"
4468msgstr ""
4469
4470#: wt-status.c:1392
4471#, c-format
4472msgid "You are currently bisecting, started from branch '%s'."
4473msgstr ""
4474
4475#: wt-status.c:1396
4476msgid "You are currently bisecting."
4477msgstr ""
4478
4479#: wt-status.c:1399
4480msgid "  (use \"git bisect reset\" to get back to the original branch)"
4481msgstr ""
4482
4483#: wt-status.c:1596
4484msgid "On branch "
4485msgstr ""
4486
4487#: wt-status.c:1602
4488msgid "interactive rebase in progress; onto "
4489msgstr ""
4490
4491#: wt-status.c:1604
4492msgid "rebase in progress; onto "
4493msgstr ""
4494
4495#: wt-status.c:1609
4496msgid "HEAD detached at "
4497msgstr ""
4498
4499#: wt-status.c:1611
4500msgid "HEAD detached from "
4501msgstr ""
4502
4503#: wt-status.c:1614
4504msgid "Not currently on any branch."
4505msgstr ""
4506
4507#: wt-status.c:1634
4508msgid "Initial commit"
4509msgstr ""
4510
4511#: wt-status.c:1635
4512msgid "No commits yet"
4513msgstr ""
4514
4515#: wt-status.c:1649
4516msgid "Untracked files"
4517msgstr ""
4518
4519#: wt-status.c:1651
4520msgid "Ignored files"
4521msgstr ""
4522
4523#: wt-status.c:1655
4524#, c-format
4525msgid ""
4526"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4527"may speed it up, but you have to be careful not to forget to add\n"
4528"new files yourself (see 'git help status')."
4529msgstr ""
4530
4531#: wt-status.c:1661
4532#, c-format
4533msgid "Untracked files not listed%s"
4534msgstr ""
4535
4536#: wt-status.c:1663
4537msgid " (use -u option to show untracked files)"
4538msgstr ""
4539
4540#: wt-status.c:1669
4541msgid "No changes"
4542msgstr ""
4543
4544#: wt-status.c:1674
4545#, c-format
4546msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4547msgstr ""
4548
4549#: wt-status.c:1677
4550#, c-format
4551msgid "no changes added to commit\n"
4552msgstr ""
4553
4554#: wt-status.c:1680
4555#, c-format
4556msgid ""
4557"nothing added to commit but untracked files present (use \"git add\" to "
4558"track)\n"
4559msgstr ""
4560
4561#: wt-status.c:1683
4562#, c-format
4563msgid "nothing added to commit but untracked files present\n"
4564msgstr ""
4565
4566#: wt-status.c:1686
4567#, c-format
4568msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4569msgstr ""
4570
4571#: wt-status.c:1689 wt-status.c:1694
4572#, c-format
4573msgid "nothing to commit\n"
4574msgstr ""
4575
4576#: wt-status.c:1692
4577#, c-format
4578msgid "nothing to commit (use -u to show untracked files)\n"
4579msgstr ""
4580
4581#: wt-status.c:1696
4582#, c-format
4583msgid "nothing to commit, working tree clean\n"
4584msgstr ""
4585
4586#: wt-status.c:1809
4587msgid "No commits yet on "
4588msgstr ""
4589
4590#: wt-status.c:1813
4591msgid "HEAD (no branch)"
4592msgstr ""
4593
4594#: wt-status.c:1844
4595msgid "different"
4596msgstr ""
4597
4598#: wt-status.c:1846 wt-status.c:1854
4599msgid "behind "
4600msgstr ""
4601
4602#: wt-status.c:1849 wt-status.c:1852
4603msgid "ahead "
4604msgstr ""
4605
4606#. TRANSLATORS: the action is e.g. "pull with rebase"
4607#: wt-status.c:2358
4608#, c-format
4609msgid "cannot %s: You have unstaged changes."
4610msgstr ""
4611
4612#: wt-status.c:2364
4613msgid "additionally, your index contains uncommitted changes."
4614msgstr ""
4615
4616#: wt-status.c:2366
4617#, c-format
4618msgid "cannot %s: Your index contains uncommitted changes."
4619msgstr ""
4620
4621#: compat/precompose_utf8.c:58 builtin/clone.c:440
4622#, c-format
4623msgid "failed to unlink '%s'"
4624msgstr ""
4625
4626#: builtin/add.c:24
4627msgid "git add [<options>] [--] <pathspec>..."
4628msgstr ""
4629
4630#: builtin/add.c:83
4631#, c-format
4632msgid "unexpected diff status %c"
4633msgstr ""
4634
4635#: builtin/add.c:88 builtin/commit.c:257
4636msgid "updating files failed"
4637msgstr ""
4638
4639#: builtin/add.c:98
4640#, c-format
4641msgid "remove '%s'\n"
4642msgstr ""
4643
4644#: builtin/add.c:173
4645msgid "Unstaged changes after refreshing the index:"
4646msgstr ""
4647
4648#: builtin/add.c:233 builtin/rev-parse.c:888
4649msgid "Could not read the index"
4650msgstr ""
4651
4652#: builtin/add.c:244
4653#, c-format
4654msgid "Could not open '%s' for writing."
4655msgstr ""
4656
4657#: builtin/add.c:248
4658msgid "Could not write patch"
4659msgstr ""
4660
4661#: builtin/add.c:251
4662msgid "editing patch failed"
4663msgstr ""
4664
4665#: builtin/add.c:254
4666#, c-format
4667msgid "Could not stat '%s'"
4668msgstr ""
4669
4670#: builtin/add.c:256
4671msgid "Empty patch. Aborted."
4672msgstr ""
4673
4674#: builtin/add.c:261
4675#, c-format
4676msgid "Could not apply '%s'"
4677msgstr ""
4678
4679#: builtin/add.c:271
4680msgid "The following paths are ignored by one of your .gitignore files:\n"
4681msgstr ""
4682
4683#: builtin/add.c:291 builtin/clean.c:911 builtin/fetch.c:146 builtin/mv.c:124
4684#: builtin/prune-packed.c:55 builtin/pull.c:207 builtin/push.c:541
4685#: builtin/remote.c:1333 builtin/rm.c:242 builtin/send-pack.c:164
4686msgid "dry run"
4687msgstr ""
4688
4689#: builtin/add.c:294
4690msgid "interactive picking"
4691msgstr ""
4692
4693#: builtin/add.c:295 builtin/checkout.c:1128 builtin/reset.c:302
4694msgid "select hunks interactively"
4695msgstr ""
4696
4697#: builtin/add.c:296
4698msgid "edit current diff and apply"
4699msgstr ""
4700
4701#: builtin/add.c:297
4702msgid "allow adding otherwise ignored files"
4703msgstr ""
4704
4705#: builtin/add.c:298
4706msgid "update tracked files"
4707msgstr ""
4708
4709#: builtin/add.c:299
4710msgid "renormalize EOL of tracked files (implies -u)"
4711msgstr ""
4712
4713#: builtin/add.c:300
4714msgid "record only the fact that the path will be added later"
4715msgstr ""
4716
4717#: builtin/add.c:301
4718msgid "add changes from all tracked and untracked files"
4719msgstr ""
4720
4721#: builtin/add.c:304
4722msgid "ignore paths removed in the working tree (same as --no-all)"
4723msgstr ""
4724
4725#: builtin/add.c:306
4726msgid "don't add, only refresh the index"
4727msgstr ""
4728
4729#: builtin/add.c:307
4730msgid "just skip files which cannot be added because of errors"
4731msgstr ""
4732
4733#: builtin/add.c:308
4734msgid "check if - even missing - files are ignored in dry run"
4735msgstr ""
4736
4737#: builtin/add.c:309 builtin/update-index.c:964
4738msgid "(+/-)x"
4739msgstr ""
4740
4741#: builtin/add.c:309 builtin/update-index.c:965
4742msgid "override the executable bit of the listed files"
4743msgstr ""
4744
4745#: builtin/add.c:311
4746msgid "warn when adding an embedded repository"
4747msgstr ""
4748
4749#: builtin/add.c:326
4750#, c-format
4751msgid ""
4752"You've added another git repository inside your current repository.\n"
4753"Clones of the outer repository will not contain the contents of\n"
4754"the embedded repository and will not know how to obtain it.\n"
4755"If you meant to add a submodule, use:\n"
4756"\n"
4757"\tgit submodule add <url> %s\n"
4758"\n"
4759"If you added this path by mistake, you can remove it from the\n"
4760"index with:\n"
4761"\n"
4762"\tgit rm --cached %s\n"
4763"\n"
4764"See \"git help submodule\" for more information."
4765msgstr ""
4766
4767#: builtin/add.c:354
4768#, c-format
4769msgid "adding embedded git repository: %s"
4770msgstr ""
4771
4772#: builtin/add.c:372
4773#, c-format
4774msgid "Use -f if you really want to add them.\n"
4775msgstr ""
4776
4777#: builtin/add.c:380
4778msgid "adding files failed"
4779msgstr ""
4780
4781#: builtin/add.c:417
4782msgid "-A and -u are mutually incompatible"
4783msgstr ""
4784
4785#: builtin/add.c:424
4786msgid "Option --ignore-missing can only be used together with --dry-run"
4787msgstr ""
4788
4789#: builtin/add.c:428
4790#, c-format
4791msgid "--chmod param '%s' must be either -x or +x"
4792msgstr ""
4793
4794#: builtin/add.c:443
4795#, c-format
4796msgid "Nothing specified, nothing added.\n"
4797msgstr ""
4798
4799#: builtin/add.c:444
4800#, c-format
4801msgid "Maybe you wanted to say 'git add .'?\n"
4802msgstr ""
4803
4804#: builtin/add.c:449 builtin/check-ignore.c:177 builtin/checkout.c:280
4805#: builtin/checkout.c:483 builtin/clean.c:958 builtin/commit.c:316
4806#: builtin/diff-tree.c:114 builtin/mv.c:144 builtin/reset.c:241
4807#: builtin/rm.c:271 builtin/submodule--helper.c:326
4808msgid "index file corrupt"
4809msgstr ""
4810
4811#: builtin/am.c:414
4812msgid "could not parse author script"
4813msgstr ""
4814
4815#: builtin/am.c:498
4816#, c-format
4817msgid "'%s' was deleted by the applypatch-msg hook"
4818msgstr ""
4819
4820#: builtin/am.c:539
4821#, c-format
4822msgid "Malformed input line: '%s'."
4823msgstr ""
4824
4825#: builtin/am.c:576
4826#, c-format
4827msgid "Failed to copy notes from '%s' to '%s'"
4828msgstr ""
4829
4830#: builtin/am.c:602
4831msgid "fseek failed"
4832msgstr ""
4833
4834#: builtin/am.c:790
4835#, c-format
4836msgid "could not parse patch '%s'"
4837msgstr ""
4838
4839#: builtin/am.c:855
4840msgid "Only one StGIT patch series can be applied at once"
4841msgstr ""
4842
4843#: builtin/am.c:903
4844msgid "invalid timestamp"
4845msgstr ""
4846
4847#: builtin/am.c:908 builtin/am.c:920
4848msgid "invalid Date line"
4849msgstr ""
4850
4851#: builtin/am.c:915
4852msgid "invalid timezone offset"
4853msgstr ""
4854
4855#: builtin/am.c:1008
4856msgid "Patch format detection failed."
4857msgstr ""
4858
4859#: builtin/am.c:1013 builtin/clone.c:405
4860#, c-format
4861msgid "failed to create directory '%s'"
4862msgstr ""
4863
4864#: builtin/am.c:1018
4865msgid "Failed to split patches."
4866msgstr ""
4867
4868#: builtin/am.c:1148 builtin/commit.c:342
4869msgid "unable to write index file"
4870msgstr ""
4871
4872#: builtin/am.c:1162
4873#, c-format
4874msgid "When you have resolved this problem, run \"%s --continue\"."
4875msgstr ""
4876
4877#: builtin/am.c:1163
4878#, c-format
4879msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4880msgstr ""
4881
4882#: builtin/am.c:1164
4883#, c-format
4884msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4885msgstr ""
4886
4887#: builtin/am.c:1271
4888msgid "Patch is empty."
4889msgstr ""
4890
4891#: builtin/am.c:1337
4892#, c-format
4893msgid "invalid ident line: %.*s"
4894msgstr ""
4895
4896#: builtin/am.c:1359
4897#, c-format
4898msgid "unable to parse commit %s"
4899msgstr ""
4900
4901#: builtin/am.c:1554
4902msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4903msgstr ""
4904
4905#: builtin/am.c:1556
4906msgid "Using index info to reconstruct a base tree..."
4907msgstr ""
4908
4909#: builtin/am.c:1575
4910msgid ""
4911"Did you hand edit your patch?\n"
4912"It does not apply to blobs recorded in its index."
4913msgstr ""
4914
4915#: builtin/am.c:1581
4916msgid "Falling back to patching base and 3-way merge..."
4917msgstr ""
4918
4919#: builtin/am.c:1606
4920msgid "Failed to merge in the changes."
4921msgstr ""
4922
4923#: builtin/am.c:1637
4924msgid "applying to an empty history"
4925msgstr ""
4926
4927#: builtin/am.c:1683 builtin/am.c:1687
4928#, c-format
4929msgid "cannot resume: %s does not exist."
4930msgstr ""
4931
4932#: builtin/am.c:1703
4933msgid "cannot be interactive without stdin connected to a terminal."
4934msgstr ""
4935
4936#: builtin/am.c:1708
4937msgid "Commit Body is:"
4938msgstr ""
4939
4940#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4941#. in your translation. The program will only accept English
4942#. input at this point.
4943#.
4944#: builtin/am.c:1718
4945msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4946msgstr ""
4947
4948#: builtin/am.c:1768
4949#, c-format
4950msgid "Dirty index: cannot apply patches (dirty: %s)"
4951msgstr ""
4952
4953#: builtin/am.c:1808 builtin/am.c:1879
4954#, c-format
4955msgid "Applying: %.*s"
4956msgstr ""
4957
4958#: builtin/am.c:1824
4959msgid "No changes -- Patch already applied."
4960msgstr ""
4961
4962#: builtin/am.c:1832
4963#, c-format
4964msgid "Patch failed at %s %.*s"
4965msgstr ""
4966
4967#: builtin/am.c:1838
4968msgid "Use 'git am --show-current-patch' to see the failed patch"
4969msgstr ""
4970
4971#: builtin/am.c:1882
4972msgid ""
4973"No changes - did you forget to use 'git add'?\n"
4974"If there is nothing left to stage, chances are that something else\n"
4975"already introduced the same changes; you might want to skip this patch."
4976msgstr ""
4977
4978#: builtin/am.c:1889
4979msgid ""
4980"You still have unmerged paths in your index.\n"
4981"You should 'git add' each file with resolved conflicts to mark them as "
4982"such.\n"
4983"You might run `git rm` on a file to accept \"deleted by them\" for it."
4984msgstr ""
4985
4986#: builtin/am.c:1996 builtin/am.c:2000 builtin/am.c:2012 builtin/reset.c:324
4987#: builtin/reset.c:332
4988#, c-format
4989msgid "Could not parse object '%s'."
4990msgstr ""
4991
4992#: builtin/am.c:2048
4993msgid "failed to clean index"
4994msgstr ""
4995
4996#: builtin/am.c:2083
4997msgid ""
4998"You seem to have moved HEAD since the last 'am' failure.\n"
4999"Not rewinding to ORIG_HEAD"
5000msgstr ""
5001
5002#: builtin/am.c:2174
5003#, c-format
5004msgid "Invalid value for --patch-format: %s"
5005msgstr ""
5006
5007#: builtin/am.c:2210
5008msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
5009msgstr ""
5010
5011#: builtin/am.c:2211
5012msgid "git am [<options>] (--continue | --skip | --abort)"
5013msgstr ""
5014
5015#: builtin/am.c:2217
5016msgid "run interactively"
5017msgstr ""
5018
5019#: builtin/am.c:2219
5020msgid "historical option -- no-op"
5021msgstr ""
5022
5023#: builtin/am.c:2221
5024msgid "allow fall back on 3way merging if needed"
5025msgstr ""
5026
5027#: builtin/am.c:2222 builtin/init-db.c:484 builtin/prune-packed.c:57
5028#: builtin/repack.c:182
5029msgid "be quiet"
5030msgstr ""
5031
5032#: builtin/am.c:2224
5033msgid "add a Signed-off-by line to the commit message"
5034msgstr ""
5035
5036#: builtin/am.c:2227
5037msgid "recode into utf8 (default)"
5038msgstr ""
5039
5040#: builtin/am.c:2229
5041msgid "pass -k flag to git-mailinfo"
5042msgstr ""
5043
5044#: builtin/am.c:2231
5045msgid "pass -b flag to git-mailinfo"
5046msgstr ""
5047
5048#: builtin/am.c:2233
5049msgid "pass -m flag to git-mailinfo"
5050msgstr ""
5051
5052#: builtin/am.c:2235
5053msgid "pass --keep-cr flag to git-mailsplit for mbox format"
5054msgstr ""
5055
5056#: builtin/am.c:2238
5057msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
5058msgstr ""
5059
5060#: builtin/am.c:2241
5061msgid "strip everything before a scissors line"
5062msgstr ""
5063
5064#: builtin/am.c:2243 builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252
5065#: builtin/am.c:2255 builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264
5066#: builtin/am.c:2270
5067msgid "pass it through git-apply"
5068msgstr ""
5069
5070#: builtin/am.c:2260 builtin/fmt-merge-msg.c:665 builtin/fmt-merge-msg.c:668
5071#: builtin/grep.c:853 builtin/merge.c:206 builtin/pull.c:145 builtin/pull.c:203
5072#: builtin/repack.c:191 builtin/repack.c:195 builtin/repack.c:197
5073#: builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:382
5074#: parse-options.h:144 parse-options.h:146 parse-options.h:257
5075msgid "n"
5076msgstr ""
5077
5078#: builtin/am.c:2266 builtin/branch.c:629 builtin/for-each-ref.c:38
5079#: builtin/replace.c:445 builtin/tag.c:418 builtin/verify-tag.c:39
5080msgid "format"
5081msgstr ""
5082
5083#: builtin/am.c:2267
5084msgid "format the patch(es) are in"
5085msgstr ""
5086
5087#: builtin/am.c:2273
5088msgid "override error message when patch failure occurs"
5089msgstr ""
5090
5091#: builtin/am.c:2275
5092msgid "continue applying patches after resolving a conflict"
5093msgstr ""
5094
5095#: builtin/am.c:2278
5096msgid "synonyms for --continue"
5097msgstr ""
5098
5099#: builtin/am.c:2281
5100msgid "skip the current patch"
5101msgstr ""
5102
5103#: builtin/am.c:2284
5104msgid "restore the original branch and abort the patching operation."
5105msgstr ""
5106
5107#: builtin/am.c:2287
5108msgid "abort the patching operation but keep HEAD where it is."
5109msgstr ""
5110
5111#: builtin/am.c:2290
5112msgid "show the patch being applied."
5113msgstr ""
5114
5115#: builtin/am.c:2294
5116msgid "lie about committer date"
5117msgstr ""
5118
5119#: builtin/am.c:2296
5120msgid "use current timestamp for author date"
5121msgstr ""
5122
5123#: builtin/am.c:2298 builtin/commit.c:1431 builtin/merge.c:237
5124#: builtin/pull.c:178 builtin/revert.c:112 builtin/tag.c:398
5125msgid "key-id"
5126msgstr ""
5127
5128#: builtin/am.c:2299
5129msgid "GPG-sign commits"
5130msgstr ""
5131
5132#: builtin/am.c:2302
5133msgid "(internal use for git-rebase)"
5134msgstr ""
5135
5136#: builtin/am.c:2320
5137msgid ""
5138"The -b/--binary option has been a no-op for long time, and\n"
5139"it will be removed. Please do not use it anymore."
5140msgstr ""
5141
5142#: builtin/am.c:2327
5143msgid "failed to read the index"
5144msgstr ""
5145
5146#: builtin/am.c:2342
5147#, c-format
5148msgid "previous rebase directory %s still exists but mbox given."
5149msgstr ""
5150
5151#: builtin/am.c:2366
5152#, c-format
5153msgid ""
5154"Stray %s directory found.\n"
5155"Use \"git am --abort\" to remove it."
5156msgstr ""
5157
5158#: builtin/am.c:2372
5159msgid "Resolve operation not in progress, we are not resuming."
5160msgstr ""
5161
5162#: builtin/apply.c:8
5163msgid "git apply [<options>] [<patch>...]"
5164msgstr ""
5165
5166#: builtin/archive.c:17
5167#, c-format
5168msgid "could not create archive file '%s'"
5169msgstr ""
5170
5171#: builtin/archive.c:20
5172msgid "could not redirect output"
5173msgstr ""
5174
5175#: builtin/archive.c:37
5176msgid "git archive: Remote with no URL"
5177msgstr ""
5178
5179#: builtin/archive.c:58
5180msgid "git archive: expected ACK/NAK, got a flush packet"
5181msgstr ""
5182
5183#: builtin/archive.c:61
5184#, c-format
5185msgid "git archive: NACK %s"
5186msgstr ""
5187
5188#: builtin/archive.c:64
5189msgid "git archive: protocol error"
5190msgstr ""
5191
5192#: builtin/archive.c:68
5193msgid "git archive: expected a flush"
5194msgstr ""
5195
5196#: builtin/bisect--helper.c:12
5197msgid "git bisect--helper --next-all [--no-checkout]"
5198msgstr ""
5199
5200#: builtin/bisect--helper.c:13
5201msgid "git bisect--helper --write-terms <bad_term> <good_term>"
5202msgstr ""
5203
5204#: builtin/bisect--helper.c:14
5205msgid "git bisect--helper --bisect-clean-state"
5206msgstr ""
5207
5208#: builtin/bisect--helper.c:46
5209#, c-format
5210msgid "'%s' is not a valid term"
5211msgstr ""
5212
5213#: builtin/bisect--helper.c:50
5214#, c-format
5215msgid "can't use the builtin command '%s' as a term"
5216msgstr ""
5217
5218#: builtin/bisect--helper.c:60
5219#, c-format
5220msgid "can't change the meaning of the term '%s'"
5221msgstr ""
5222
5223#: builtin/bisect--helper.c:71
5224msgid "please use two different terms"
5225msgstr ""
5226
5227#: builtin/bisect--helper.c:78
5228msgid "could not open the file BISECT_TERMS"
5229msgstr ""
5230
5231#: builtin/bisect--helper.c:120
5232msgid "perform 'git bisect next'"
5233msgstr ""
5234
5235#: builtin/bisect--helper.c:122
5236msgid "write the terms to .git/BISECT_TERMS"
5237msgstr ""
5238
5239#: builtin/bisect--helper.c:124
5240msgid "cleanup the bisection state"
5241msgstr ""
5242
5243#: builtin/bisect--helper.c:126
5244msgid "check for expected revs"
5245msgstr ""
5246
5247#: builtin/bisect--helper.c:128
5248msgid "update BISECT_HEAD instead of checking out the current commit"
5249msgstr ""
5250
5251#: builtin/bisect--helper.c:143
5252msgid "--write-terms requires two arguments"
5253msgstr ""
5254
5255#: builtin/bisect--helper.c:147
5256msgid "--bisect-clean-state requires no arguments"
5257msgstr ""
5258
5259#: builtin/blame.c:27
5260msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
5261msgstr ""
5262
5263#: builtin/blame.c:32
5264msgid "<rev-opts> are documented in git-rev-list(1)"
5265msgstr ""
5266
5267#: builtin/blame.c:677
5268msgid "Show blame entries as we find them, incrementally"
5269msgstr ""
5270
5271#: builtin/blame.c:678
5272msgid "Show blank SHA-1 for boundary commits (Default: off)"
5273msgstr ""
5274
5275#: builtin/blame.c:679
5276msgid "Do not treat root commits as boundaries (Default: off)"
5277msgstr ""
5278
5279#: builtin/blame.c:680
5280msgid "Show work cost statistics"
5281msgstr ""
5282
5283#: builtin/blame.c:681
5284msgid "Force progress reporting"
5285msgstr ""
5286
5287#: builtin/blame.c:682
5288msgid "Show output score for blame entries"
5289msgstr ""
5290
5291#: builtin/blame.c:683
5292msgid "Show original filename (Default: auto)"
5293msgstr ""
5294
5295#: builtin/blame.c:684
5296msgid "Show original linenumber (Default: off)"
5297msgstr ""
5298
5299#: builtin/blame.c:685
5300msgid "Show in a format designed for machine consumption"
5301msgstr ""
5302
5303#: builtin/blame.c:686
5304msgid "Show porcelain format with per-line commit information"
5305msgstr ""
5306
5307#: builtin/blame.c:687
5308msgid "Use the same output mode as git-annotate (Default: off)"
5309msgstr ""
5310
5311#: builtin/blame.c:688
5312msgid "Show raw timestamp (Default: off)"
5313msgstr ""
5314
5315#: builtin/blame.c:689
5316msgid "Show long commit SHA1 (Default: off)"
5317msgstr ""
5318
5319#: builtin/blame.c:690
5320msgid "Suppress author name and timestamp (Default: off)"
5321msgstr ""
5322
5323#: builtin/blame.c:691
5324msgid "Show author email instead of name (Default: off)"
5325msgstr ""
5326
5327#: builtin/blame.c:692
5328msgid "Ignore whitespace differences"
5329msgstr ""
5330
5331#: builtin/blame.c:699
5332msgid "Use an experimental heuristic to improve diffs"
5333msgstr ""
5334
5335#: builtin/blame.c:701
5336msgid "Spend extra cycles to find better match"
5337msgstr ""
5338
5339#: builtin/blame.c:702
5340msgid "Use revisions from <file> instead of calling git-rev-list"
5341msgstr ""
5342
5343#: builtin/blame.c:703
5344msgid "Use <file>'s contents as the final image"
5345msgstr ""
5346
5347#: builtin/blame.c:704 builtin/blame.c:705
5348msgid "score"
5349msgstr ""
5350
5351#: builtin/blame.c:704
5352msgid "Find line copies within and across files"
5353msgstr ""
5354
5355#: builtin/blame.c:705
5356msgid "Find line movements within and across files"
5357msgstr ""
5358
5359#: builtin/blame.c:706
5360msgid "n,m"
5361msgstr ""
5362
5363#: builtin/blame.c:706
5364msgid "Process only line range n,m, counting from 1"
5365msgstr ""
5366
5367#: builtin/blame.c:753
5368msgid "--progress can't be used with --incremental or porcelain formats"
5369msgstr ""
5370
5371#. TRANSLATORS: This string is used to tell us the
5372#. maximum display width for a relative timestamp in
5373#. "git blame" output.  For C locale, "4 years, 11
5374#. months ago", which takes 22 places, is the longest
5375#. among various forms of relative timestamps, but
5376#. your language may need more or fewer display
5377#. columns.
5378#.
5379#: builtin/blame.c:804
5380msgid "4 years, 11 months ago"
5381msgstr ""
5382
5383#: builtin/blame.c:890
5384#, c-format
5385msgid "file %s has only %lu line"
5386msgid_plural "file %s has only %lu lines"
5387msgstr[0] ""
5388msgstr[1] ""
5389
5390#: builtin/blame.c:936
5391msgid "Blaming lines"
5392msgstr ""
5393
5394#: builtin/branch.c:27
5395msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5396msgstr ""
5397
5398#: builtin/branch.c:28
5399msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5400msgstr ""
5401
5402#: builtin/branch.c:29
5403msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5404msgstr ""
5405
5406#: builtin/branch.c:30
5407msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5408msgstr ""
5409
5410#: builtin/branch.c:31
5411msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
5412msgstr ""
5413
5414#: builtin/branch.c:32
5415msgid "git branch [<options>] [-r | -a] [--points-at]"
5416msgstr ""
5417
5418#: builtin/branch.c:33
5419msgid "git branch [<options>] [-r | -a] [--format]"
5420msgstr ""
5421
5422#: builtin/branch.c:146
5423#, c-format
5424msgid ""
5425"deleting branch '%s' that has been merged to\n"
5426"         '%s', but not yet merged to HEAD."
5427msgstr ""
5428
5429#: builtin/branch.c:150
5430#, c-format
5431msgid ""
5432"not deleting branch '%s' that is not yet merged to\n"
5433"         '%s', even though it is merged to HEAD."
5434msgstr ""
5435
5436#: builtin/branch.c:164
5437#, c-format
5438msgid "Couldn't look up commit object for '%s'"
5439msgstr ""
5440
5441#: builtin/branch.c:168
5442#, c-format
5443msgid ""
5444"The branch '%s' is not fully merged.\n"
5445"If you are sure you want to delete it, run 'git branch -D %s'."
5446msgstr ""
5447
5448#: builtin/branch.c:181
5449msgid "Update of config-file failed"
5450msgstr ""
5451
5452#: builtin/branch.c:212
5453msgid "cannot use -a with -d"
5454msgstr ""
5455
5456#: builtin/branch.c:218
5457msgid "Couldn't look up commit object for HEAD"
5458msgstr ""
5459
5460#: builtin/branch.c:232
5461#, c-format
5462msgid "Cannot delete branch '%s' checked out at '%s'"
5463msgstr ""
5464
5465#: builtin/branch.c:247
5466#, c-format
5467msgid "remote-tracking branch '%s' not found."
5468msgstr ""
5469
5470#: builtin/branch.c:248
5471#, c-format
5472msgid "branch '%s' not found."
5473msgstr ""
5474
5475#: builtin/branch.c:263
5476#, c-format
5477msgid "Error deleting remote-tracking branch '%s'"
5478msgstr ""
5479
5480#: builtin/branch.c:264
5481#, c-format
5482msgid "Error deleting branch '%s'"
5483msgstr ""
5484
5485#: builtin/branch.c:271
5486#, c-format
5487msgid "Deleted remote-tracking branch %s (was %s).\n"
5488msgstr ""
5489
5490#: builtin/branch.c:272
5491#, c-format
5492msgid "Deleted branch %s (was %s).\n"
5493msgstr ""
5494
5495#: builtin/branch.c:417 builtin/tag.c:58
5496msgid "unable to parse format string"
5497msgstr ""
5498
5499#: builtin/branch.c:450
5500#, c-format
5501msgid "Branch %s is being rebased at %s"
5502msgstr ""
5503
5504#: builtin/branch.c:454
5505#, c-format
5506msgid "Branch %s is being bisected at %s"
5507msgstr ""
5508
5509#: builtin/branch.c:471
5510msgid "cannot copy the current branch while not on any."
5511msgstr ""
5512
5513#: builtin/branch.c:473
5514msgid "cannot rename the current branch while not on any."
5515msgstr ""
5516
5517#: builtin/branch.c:484
5518#, c-format
5519msgid "Invalid branch name: '%s'"
5520msgstr ""
5521
5522#: builtin/branch.c:511
5523msgid "Branch rename failed"
5524msgstr ""
5525
5526#: builtin/branch.c:513
5527msgid "Branch copy failed"
5528msgstr ""
5529
5530#: builtin/branch.c:517
5531#, c-format
5532msgid "Created a copy of a misnamed branch '%s'"
5533msgstr ""
5534
5535#: builtin/branch.c:520
5536#, c-format
5537msgid "Renamed a misnamed branch '%s' away"
5538msgstr ""
5539
5540#: builtin/branch.c:526
5541#, c-format
5542msgid "Branch renamed to %s, but HEAD is not updated!"
5543msgstr ""
5544
5545#: builtin/branch.c:535
5546msgid "Branch is renamed, but update of config-file failed"
5547msgstr ""
5548
5549#: builtin/branch.c:537
5550msgid "Branch is copied, but update of config-file failed"
5551msgstr ""
5552
5553#: builtin/branch.c:553
5554#, c-format
5555msgid ""
5556"Please edit the description for the branch\n"
5557"  %s\n"
5558"Lines starting with '%c' will be stripped.\n"
5559msgstr ""
5560
5561#: builtin/branch.c:586
5562msgid "Generic options"
5563msgstr ""
5564
5565#: builtin/branch.c:588
5566msgid "show hash and subject, give twice for upstream branch"
5567msgstr ""
5568
5569#: builtin/branch.c:589
5570msgid "suppress informational messages"
5571msgstr ""
5572
5573#: builtin/branch.c:590
5574msgid "set up tracking mode (see git-pull(1))"
5575msgstr ""
5576
5577#: builtin/branch.c:592
5578msgid "do not use"
5579msgstr ""
5580
5581#: builtin/branch.c:594
5582msgid "upstream"
5583msgstr ""
5584
5585#: builtin/branch.c:594
5586msgid "change the upstream info"
5587msgstr ""
5588
5589#: builtin/branch.c:595
5590msgid "Unset the upstream info"
5591msgstr ""
5592
5593#: builtin/branch.c:596
5594msgid "use colored output"
5595msgstr ""
5596
5597#: builtin/branch.c:597
5598msgid "act on remote-tracking branches"
5599msgstr ""
5600
5601#: builtin/branch.c:599 builtin/branch.c:601
5602msgid "print only branches that contain the commit"
5603msgstr ""
5604
5605#: builtin/branch.c:600 builtin/branch.c:602
5606msgid "print only branches that don't contain the commit"
5607msgstr ""
5608
5609#: builtin/branch.c:605
5610msgid "Specific git-branch actions:"
5611msgstr ""
5612
5613#: builtin/branch.c:606
5614msgid "list both remote-tracking and local branches"
5615msgstr ""
5616
5617#: builtin/branch.c:608
5618msgid "delete fully merged branch"
5619msgstr ""
5620
5621#: builtin/branch.c:609
5622msgid "delete branch (even if not merged)"
5623msgstr ""
5624
5625#: builtin/branch.c:610
5626msgid "move/rename a branch and its reflog"
5627msgstr ""
5628
5629#: builtin/branch.c:611
5630msgid "move/rename a branch, even if target exists"
5631msgstr ""
5632
5633#: builtin/branch.c:612
5634msgid "copy a branch and its reflog"
5635msgstr ""
5636
5637#: builtin/branch.c:613
5638msgid "copy a branch, even if target exists"
5639msgstr ""
5640
5641#: builtin/branch.c:614
5642msgid "list branch names"
5643msgstr ""
5644
5645#: builtin/branch.c:615
5646msgid "create the branch's reflog"
5647msgstr ""
5648
5649#: builtin/branch.c:617
5650msgid "edit the description for the branch"
5651msgstr ""
5652
5653#: builtin/branch.c:618
5654msgid "force creation, move/rename, deletion"
5655msgstr ""
5656
5657#: builtin/branch.c:619
5658msgid "print only branches that are merged"
5659msgstr ""
5660
5661#: builtin/branch.c:620
5662msgid "print only branches that are not merged"
5663msgstr ""
5664
5665#: builtin/branch.c:621
5666msgid "list branches in columns"
5667msgstr ""
5668
5669#: builtin/branch.c:622 builtin/for-each-ref.c:40 builtin/tag.c:411
5670msgid "key"
5671msgstr ""
5672
5673#: builtin/branch.c:623 builtin/for-each-ref.c:41 builtin/tag.c:412
5674msgid "field name to sort on"
5675msgstr ""
5676
5677#: builtin/branch.c:625 builtin/for-each-ref.c:43 builtin/notes.c:408
5678#: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
5679#: builtin/tag.c:414
5680msgid "object"
5681msgstr ""
5682
5683#: builtin/branch.c:626
5684msgid "print only branches of the object"
5685msgstr ""
5686
5687#: builtin/branch.c:628 builtin/for-each-ref.c:49 builtin/tag.c:421
5688msgid "sorting and filtering are case insensitive"
5689msgstr ""
5690
5691#: builtin/branch.c:629 builtin/for-each-ref.c:38 builtin/tag.c:419
5692#: builtin/verify-tag.c:39
5693msgid "format to use for the output"
5694msgstr ""
5695
5696#: builtin/branch.c:652 builtin/clone.c:735
5697msgid "HEAD not found below refs/heads!"
5698msgstr ""
5699
5700#: builtin/branch.c:675
5701msgid "--column and --verbose are incompatible"
5702msgstr ""
5703
5704#: builtin/branch.c:690 builtin/branch.c:742 builtin/branch.c:751
5705msgid "branch name required"
5706msgstr ""
5707
5708#: builtin/branch.c:718
5709msgid "Cannot give description to detached HEAD"
5710msgstr ""
5711
5712#: builtin/branch.c:723
5713msgid "cannot edit description of more than one branch"
5714msgstr ""
5715
5716#: builtin/branch.c:730
5717#, c-format
5718msgid "No commit on branch '%s' yet."
5719msgstr ""
5720
5721#: builtin/branch.c:733
5722#, c-format
5723msgid "No branch named '%s'."
5724msgstr ""
5725
5726#: builtin/branch.c:748
5727msgid "too many branches for a copy operation"
5728msgstr ""
5729
5730#: builtin/branch.c:757
5731msgid "too many arguments for a rename operation"
5732msgstr ""
5733
5734#: builtin/branch.c:762
5735msgid "too many arguments to set new upstream"
5736msgstr ""
5737
5738#: builtin/branch.c:766
5739#, c-format
5740msgid ""
5741"could not set upstream of HEAD to %s when it does not point to any branch."
5742msgstr ""
5743
5744#: builtin/branch.c:769 builtin/branch.c:791 builtin/branch.c:807
5745#, c-format
5746msgid "no such branch '%s'"
5747msgstr ""
5748
5749#: builtin/branch.c:773
5750#, c-format
5751msgid "branch '%s' does not exist"
5752msgstr ""
5753
5754#: builtin/branch.c:785
5755msgid "too many arguments to unset upstream"
5756msgstr ""
5757
5758#: builtin/branch.c:789
5759msgid "could not unset upstream of HEAD when it does not point to any branch."
5760msgstr ""
5761
5762#: builtin/branch.c:795
5763#, c-format
5764msgid "Branch '%s' has no upstream information"
5765msgstr ""
5766
5767#: builtin/branch.c:810
5768msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5769msgstr ""
5770
5771#: builtin/branch.c:813
5772msgid ""
5773"the '--set-upstream' option is no longer supported. Please use '--track' or "
5774"'--set-upstream-to' instead."
5775msgstr ""
5776
5777#: builtin/bundle.c:45
5778#, c-format
5779msgid "%s is okay\n"
5780msgstr ""
5781
5782#: builtin/bundle.c:58
5783msgid "Need a repository to create a bundle."
5784msgstr ""
5785
5786#: builtin/bundle.c:62
5787msgid "Need a repository to unbundle."
5788msgstr ""
5789
5790#: builtin/cat-file.c:523
5791msgid ""
5792"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5793"p | <type> | --textconv | --filters) [--path=<path>] <object>"
5794msgstr ""
5795
5796#: builtin/cat-file.c:524
5797msgid ""
5798"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5799"filters]"
5800msgstr ""
5801
5802#: builtin/cat-file.c:561
5803msgid "<type> can be one of: blob, tree, commit, tag"
5804msgstr ""
5805
5806#: builtin/cat-file.c:562
5807msgid "show object type"
5808msgstr ""
5809
5810#: builtin/cat-file.c:563
5811msgid "show object size"
5812msgstr ""
5813
5814#: builtin/cat-file.c:565
5815msgid "exit with zero when there's no error"
5816msgstr ""
5817
5818#: builtin/cat-file.c:566
5819msgid "pretty-print object's content"
5820msgstr ""
5821
5822#: builtin/cat-file.c:568
5823msgid "for blob objects, run textconv on object's content"
5824msgstr ""
5825
5826#: builtin/cat-file.c:570
5827msgid "for blob objects, run filters on object's content"
5828msgstr ""
5829
5830#: builtin/cat-file.c:571 git-submodule.sh:878
5831msgid "blob"
5832msgstr ""
5833
5834#: builtin/cat-file.c:572
5835msgid "use a specific path for --textconv/--filters"
5836msgstr ""
5837
5838#: builtin/cat-file.c:574
5839msgid "allow -s and -t to work with broken/corrupt objects"
5840msgstr ""
5841
5842#: builtin/cat-file.c:575
5843msgid "buffer --batch output"
5844msgstr ""
5845
5846#: builtin/cat-file.c:577
5847msgid "show info and content of objects fed from the standard input"
5848msgstr ""
5849
5850#: builtin/cat-file.c:580
5851msgid "show info about objects fed from the standard input"
5852msgstr ""
5853
5854#: builtin/cat-file.c:583
5855msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5856msgstr ""
5857
5858#: builtin/cat-file.c:585
5859msgid "show all objects with --batch or --batch-check"
5860msgstr ""
5861
5862#: builtin/check-attr.c:12
5863msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5864msgstr ""
5865
5866#: builtin/check-attr.c:13
5867msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5868msgstr ""
5869
5870#: builtin/check-attr.c:20
5871msgid "report all attributes set on file"
5872msgstr ""
5873
5874#: builtin/check-attr.c:21
5875msgid "use .gitattributes only from the index"
5876msgstr ""
5877
5878#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:100
5879msgid "read file names from stdin"
5880msgstr ""
5881
5882#: builtin/check-attr.c:24 builtin/check-ignore.c:26
5883msgid "terminate input and output records by a NUL character"
5884msgstr ""
5885
5886#: builtin/check-ignore.c:20 builtin/checkout.c:1106 builtin/gc.c:358
5887msgid "suppress progress reporting"
5888msgstr ""
5889
5890#: builtin/check-ignore.c:28
5891msgid "show non-matching input paths"
5892msgstr ""
5893
5894#: builtin/check-ignore.c:30
5895msgid "ignore index when checking"
5896msgstr ""
5897
5898#: builtin/check-ignore.c:159
5899msgid "cannot specify pathnames with --stdin"
5900msgstr ""
5901
5902#: builtin/check-ignore.c:162
5903msgid "-z only makes sense with --stdin"
5904msgstr ""
5905
5906#: builtin/check-ignore.c:164
5907msgid "no path specified"
5908msgstr ""
5909
5910#: builtin/check-ignore.c:168
5911msgid "--quiet is only valid with a single pathname"
5912msgstr ""
5913
5914#: builtin/check-ignore.c:170
5915msgid "cannot have both --quiet and --verbose"
5916msgstr ""
5917
5918#: builtin/check-ignore.c:173
5919msgid "--non-matching is only valid with --verbose"
5920msgstr ""
5921
5922#: builtin/check-mailmap.c:9
5923msgid "git check-mailmap [<options>] <contact>..."
5924msgstr ""
5925
5926#: builtin/check-mailmap.c:14
5927msgid "also read contacts from stdin"
5928msgstr ""
5929
5930#: builtin/check-mailmap.c:25
5931#, c-format
5932msgid "unable to parse contact: %s"
5933msgstr ""
5934
5935#: builtin/check-mailmap.c:48
5936msgid "no contacts specified"
5937msgstr ""
5938
5939#: builtin/checkout-index.c:128
5940msgid "git checkout-index [<options>] [--] [<file>...]"
5941msgstr ""
5942
5943#: builtin/checkout-index.c:143
5944msgid "stage should be between 1 and 3 or all"
5945msgstr ""
5946
5947#: builtin/checkout-index.c:159
5948msgid "check out all files in the index"
5949msgstr ""
5950
5951#: builtin/checkout-index.c:160
5952msgid "force overwrite of existing files"
5953msgstr ""
5954
5955#: builtin/checkout-index.c:162
5956msgid "no warning for existing files and files not in index"
5957msgstr ""
5958
5959#: builtin/checkout-index.c:164
5960msgid "don't checkout new files"
5961msgstr ""
5962
5963#: builtin/checkout-index.c:166
5964msgid "update stat information in the index file"
5965msgstr ""
5966
5967#: builtin/checkout-index.c:170
5968msgid "read list of paths from the standard input"
5969msgstr ""
5970
5971#: builtin/checkout-index.c:172
5972msgid "write the content to temporary files"
5973msgstr ""
5974
5975#: builtin/checkout-index.c:173 builtin/column.c:31
5976#: builtin/submodule--helper.c:1203 builtin/submodule--helper.c:1206
5977#: builtin/submodule--helper.c:1212 builtin/submodule--helper.c:1574
5978#: builtin/worktree.c:570
5979msgid "string"
5980msgstr ""
5981
5982#: builtin/checkout-index.c:174
5983msgid "when creating files, prepend <string>"
5984msgstr ""
5985
5986#: builtin/checkout-index.c:176
5987msgid "copy out the files from named stage"
5988msgstr ""
5989
5990#: builtin/checkout.c:27
5991msgid "git checkout [<options>] <branch>"
5992msgstr ""
5993
5994#: builtin/checkout.c:28
5995msgid "git checkout [<options>] [<branch>] -- <file>..."
5996msgstr ""
5997
5998#: builtin/checkout.c:136 builtin/checkout.c:169
5999#, c-format
6000msgid "path '%s' does not have our version"
6001msgstr ""
6002
6003#: builtin/checkout.c:138 builtin/checkout.c:171
6004#, c-format
6005msgid "path '%s' does not have their version"
6006msgstr ""
6007
6008#: builtin/checkout.c:154
6009#, c-format
6010msgid "path '%s' does not have all necessary versions"
6011msgstr ""
6012
6013#: builtin/checkout.c:198
6014#, c-format
6015msgid "path '%s' does not have necessary versions"
6016msgstr ""
6017
6018#: builtin/checkout.c:215
6019#, c-format
6020msgid "path '%s': cannot merge"
6021msgstr ""
6022
6023#: builtin/checkout.c:231
6024#, c-format
6025msgid "Unable to add merge result for '%s'"
6026msgstr ""
6027
6028#: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
6029#: builtin/checkout.c:262
6030#, c-format
6031msgid "'%s' cannot be used with updating paths"
6032msgstr ""
6033
6034#: builtin/checkout.c:265 builtin/checkout.c:268
6035#, c-format
6036msgid "'%s' cannot be used with %s"
6037msgstr ""
6038
6039#: builtin/checkout.c:271
6040#, c-format
6041msgid "Cannot update paths and switch to branch '%s' at the same time."
6042msgstr ""
6043
6044#: builtin/checkout.c:340 builtin/checkout.c:347
6045#, c-format
6046msgid "path '%s' is unmerged"
6047msgstr ""
6048
6049#: builtin/checkout.c:505
6050msgid "you need to resolve your current index first"
6051msgstr ""
6052
6053#: builtin/checkout.c:636
6054#, c-format
6055msgid "Can not do reflog for '%s': %s\n"
6056msgstr ""
6057
6058#: builtin/checkout.c:677
6059msgid "HEAD is now at"
6060msgstr ""
6061
6062#: builtin/checkout.c:681 builtin/clone.c:689
6063msgid "unable to update HEAD"
6064msgstr ""
6065
6066#: builtin/checkout.c:685
6067#, c-format
6068msgid "Reset branch '%s'\n"
6069msgstr ""
6070
6071#: builtin/checkout.c:688
6072#, c-format
6073msgid "Already on '%s'\n"
6074msgstr ""
6075
6076#: builtin/checkout.c:692
6077#, c-format
6078msgid "Switched to and reset branch '%s'\n"
6079msgstr ""
6080
6081#: builtin/checkout.c:694 builtin/checkout.c:1039
6082#, c-format
6083msgid "Switched to a new branch '%s'\n"
6084msgstr ""
6085
6086#: builtin/checkout.c:696
6087#, c-format
6088msgid "Switched to branch '%s'\n"
6089msgstr ""
6090
6091#: builtin/checkout.c:747
6092#, c-format
6093msgid " ... and %d more.\n"
6094msgstr ""
6095
6096#: builtin/checkout.c:753
6097#, c-format
6098msgid ""
6099"Warning: you are leaving %d commit behind, not connected to\n"
6100"any of your branches:\n"
6101"\n"
6102"%s\n"
6103msgid_plural ""
6104"Warning: you are leaving %d commits behind, not connected to\n"
6105"any of your branches:\n"
6106"\n"
6107"%s\n"
6108msgstr[0] ""
6109msgstr[1] ""
6110
6111#: builtin/checkout.c:772
6112#, c-format
6113msgid ""
6114"If you want to keep it by creating a new branch, this may be a good time\n"
6115"to do so with:\n"
6116"\n"
6117" git branch <new-branch-name> %s\n"
6118"\n"
6119msgid_plural ""
6120"If you want to keep them by creating a new branch, this may be a good time\n"
6121"to do so with:\n"
6122"\n"
6123" git branch <new-branch-name> %s\n"
6124"\n"
6125msgstr[0] ""
6126msgstr[1] ""
6127
6128#: builtin/checkout.c:804
6129msgid "internal error in revision walk"
6130msgstr ""
6131
6132#: builtin/checkout.c:808
6133msgid "Previous HEAD position was"
6134msgstr ""
6135
6136#: builtin/checkout.c:836 builtin/checkout.c:1034
6137msgid "You are on a branch yet to be born"
6138msgstr ""
6139
6140#: builtin/checkout.c:940
6141#, c-format
6142msgid "only one reference expected, %d given."
6143msgstr ""
6144
6145#: builtin/checkout.c:980 builtin/worktree.c:249
6146#, c-format
6147msgid "invalid reference: %s"
6148msgstr ""
6149
6150#: builtin/checkout.c:1009
6151#, c-format
6152msgid "reference is not a tree: %s"
6153msgstr ""
6154
6155#: builtin/checkout.c:1048
6156msgid "paths cannot be used with switching branches"
6157msgstr ""
6158
6159#: builtin/checkout.c:1051 builtin/checkout.c:1055
6160#, c-format
6161msgid "'%s' cannot be used with switching branches"
6162msgstr ""
6163
6164#: builtin/checkout.c:1059 builtin/checkout.c:1062 builtin/checkout.c:1067
6165#: builtin/checkout.c:1070
6166#, c-format
6167msgid "'%s' cannot be used with '%s'"
6168msgstr ""
6169
6170#: builtin/checkout.c:1075
6171#, c-format
6172msgid "Cannot switch branch to a non-commit '%s'"
6173msgstr ""
6174
6175#: builtin/checkout.c:1107 builtin/checkout.c:1109 builtin/clone.c:116
6176#: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:387
6177#: builtin/worktree.c:389
6178msgid "branch"
6179msgstr ""
6180
6181#: builtin/checkout.c:1108
6182msgid "create and checkout a new branch"
6183msgstr ""
6184
6185#: builtin/checkout.c:1110
6186msgid "create/reset and checkout a branch"
6187msgstr ""
6188
6189#: builtin/checkout.c:1111
6190msgid "create reflog for new branch"
6191msgstr ""
6192
6193#: builtin/checkout.c:1112 builtin/worktree.c:391
6194msgid "detach HEAD at named commit"
6195msgstr ""
6196
6197#: builtin/checkout.c:1113
6198msgid "set upstream info for new branch"
6199msgstr ""
6200
6201#: builtin/checkout.c:1115
6202msgid "new-branch"
6203msgstr ""
6204
6205#: builtin/checkout.c:1115
6206msgid "new unparented branch"
6207msgstr ""
6208
6209#: builtin/checkout.c:1116
6210msgid "checkout our version for unmerged files"
6211msgstr ""
6212
6213#: builtin/checkout.c:1118
6214msgid "checkout their version for unmerged files"
6215msgstr ""
6216
6217#: builtin/checkout.c:1120
6218msgid "force checkout (throw away local modifications)"
6219msgstr ""
6220
6221#: builtin/checkout.c:1122
6222msgid "perform a 3-way merge with the new branch"
6223msgstr ""
6224
6225#: builtin/checkout.c:1124 builtin/merge.c:239
6226msgid "update ignored files (default)"
6227msgstr ""
6228
6229#: builtin/checkout.c:1126 builtin/log.c:1499 parse-options.h:263
6230msgid "style"
6231msgstr ""
6232
6233#: builtin/checkout.c:1127
6234msgid "conflict style (merge or diff3)"
6235msgstr ""
6236
6237#: builtin/checkout.c:1130
6238msgid "do not limit pathspecs to sparse entries only"
6239msgstr ""
6240
6241#: builtin/checkout.c:1132
6242msgid "second guess 'git checkout <no-such-branch>'"
6243msgstr ""
6244
6245#: builtin/checkout.c:1134
6246msgid "do not check if another worktree is holding the given ref"
6247msgstr ""
6248
6249#: builtin/checkout.c:1138 builtin/clone.c:83 builtin/fetch.c:150
6250#: builtin/merge.c:236 builtin/pull.c:123 builtin/push.c:556
6251#: builtin/send-pack.c:173
6252msgid "force progress reporting"
6253msgstr ""
6254
6255#: builtin/checkout.c:1168
6256msgid "-b, -B and --orphan are mutually exclusive"
6257msgstr ""
6258
6259#: builtin/checkout.c:1185
6260msgid "--track needs a branch name"
6261msgstr ""
6262
6263#: builtin/checkout.c:1190
6264msgid "Missing branch name; try -b"
6265msgstr ""
6266
6267#: builtin/checkout.c:1226
6268msgid "invalid path specification"
6269msgstr ""
6270
6271#: builtin/checkout.c:1233
6272#, c-format
6273msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
6274msgstr ""
6275
6276#: builtin/checkout.c:1237
6277#, c-format
6278msgid "git checkout: --detach does not take a path argument '%s'"
6279msgstr ""
6280
6281#: builtin/checkout.c:1241
6282msgid ""
6283"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
6284"checking out of the index."
6285msgstr ""
6286
6287#: builtin/clean.c:26
6288msgid ""
6289"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
6290msgstr ""
6291
6292#: builtin/clean.c:30
6293#, c-format
6294msgid "Removing %s\n"
6295msgstr ""
6296
6297#: builtin/clean.c:31
6298#, c-format
6299msgid "Would remove %s\n"
6300msgstr ""
6301
6302#: builtin/clean.c:32
6303#, c-format
6304msgid "Skipping repository %s\n"
6305msgstr ""
6306
6307#: builtin/clean.c:33
6308#, c-format
6309msgid "Would skip repository %s\n"
6310msgstr ""
6311
6312#: builtin/clean.c:34
6313#, c-format
6314msgid "failed to remove %s"
6315msgstr ""
6316
6317#: builtin/clean.c:302 git-add--interactive.perl:572
6318#, c-format
6319msgid ""
6320"Prompt help:\n"
6321"1          - select a numbered item\n"
6322"foo        - select item based on unique prefix\n"
6323"           - (empty) select nothing\n"
6324msgstr ""
6325
6326#: builtin/clean.c:306 git-add--interactive.perl:581
6327#, c-format
6328msgid ""
6329"Prompt help:\n"
6330"1          - select a single item\n"
6331"3-5        - select a range of items\n"
6332"2-3,6-9    - select multiple ranges\n"
6333"foo        - select item based on unique prefix\n"
6334"-...       - unselect specified items\n"
6335"*          - choose all items\n"
6336"           - (empty) finish selecting\n"
6337msgstr ""
6338
6339#: builtin/clean.c:522 git-add--interactive.perl:547
6340#: git-add--interactive.perl:552
6341#, c-format, perl-format
6342msgid "Huh (%s)?\n"
6343msgstr ""
6344
6345#: builtin/clean.c:664
6346#, c-format
6347msgid "Input ignore patterns>> "
6348msgstr ""
6349
6350#: builtin/clean.c:701
6351#, c-format
6352msgid "WARNING: Cannot find items matched by: %s"
6353msgstr ""
6354
6355#: builtin/clean.c:722
6356msgid "Select items to delete"
6357msgstr ""
6358
6359#. TRANSLATORS: Make sure to keep [y/N] as is
6360#: builtin/clean.c:763
6361#, c-format
6362msgid "Remove %s [y/N]? "
6363msgstr ""
6364
6365#: builtin/clean.c:788 git-add--interactive.perl:1710
6366#, c-format
6367msgid "Bye.\n"
6368msgstr ""
6369
6370#: builtin/clean.c:796
6371msgid ""
6372"clean               - start cleaning\n"
6373"filter by pattern   - exclude items from deletion\n"
6374"select by numbers   - select items to be deleted by numbers\n"
6375"ask each            - confirm each deletion (like \"rm -i\")\n"
6376"quit                - stop cleaning\n"
6377"help                - this screen\n"
6378"?                   - help for prompt selection"
6379msgstr ""
6380
6381#: builtin/clean.c:823 git-add--interactive.perl:1786
6382msgid "*** Commands ***"
6383msgstr ""
6384
6385#: builtin/clean.c:824 git-add--interactive.perl:1783
6386msgid "What now"
6387msgstr ""
6388
6389#: builtin/clean.c:832
6390msgid "Would remove the following item:"
6391msgid_plural "Would remove the following items:"
6392msgstr[0] ""
6393msgstr[1] ""
6394
6395#: builtin/clean.c:848
6396msgid "No more files to clean, exiting."
6397msgstr ""
6398
6399#: builtin/clean.c:910
6400msgid "do not print names of files removed"
6401msgstr ""
6402
6403#: builtin/clean.c:912
6404msgid "force"
6405msgstr ""
6406
6407#: builtin/clean.c:913
6408msgid "interactive cleaning"
6409msgstr ""
6410
6411#: builtin/clean.c:915
6412msgid "remove whole directories"
6413msgstr ""
6414
6415#: builtin/clean.c:916 builtin/describe.c:533 builtin/describe.c:535
6416#: builtin/grep.c:871 builtin/log.c:157 builtin/log.c:159
6417#: builtin/ls-files.c:548 builtin/name-rev.c:397 builtin/name-rev.c:399
6418#: builtin/show-ref.c:176
6419msgid "pattern"
6420msgstr ""
6421
6422#: builtin/clean.c:917
6423msgid "add <pattern> to ignore rules"
6424msgstr ""
6425
6426#: builtin/clean.c:918
6427msgid "remove ignored files, too"
6428msgstr ""
6429
6430#: builtin/clean.c:920
6431msgid "remove only ignored files"
6432msgstr ""
6433
6434#: builtin/clean.c:938
6435msgid "-x and -X cannot be used together"
6436msgstr ""
6437
6438#: builtin/clean.c:942
6439msgid ""
6440"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6441"clean"
6442msgstr ""
6443
6444#: builtin/clean.c:945
6445msgid ""
6446"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6447"refusing to clean"
6448msgstr ""
6449
6450#: builtin/clone.c:40
6451msgid "git clone [<options>] [--] <repo> [<dir>]"
6452msgstr ""
6453
6454#: builtin/clone.c:85
6455msgid "don't create a checkout"
6456msgstr ""
6457
6458#: builtin/clone.c:86 builtin/clone.c:88 builtin/init-db.c:479
6459msgid "create a bare repository"
6460msgstr ""
6461
6462#: builtin/clone.c:90
6463msgid "create a mirror repository (implies bare)"
6464msgstr ""
6465
6466#: builtin/clone.c:92
6467msgid "to clone from a local repository"
6468msgstr ""
6469
6470#: builtin/clone.c:94
6471msgid "don't use local hardlinks, always copy"
6472msgstr ""
6473
6474#: builtin/clone.c:96
6475msgid "setup as shared repository"
6476msgstr ""
6477
6478#: builtin/clone.c:98 builtin/clone.c:102
6479msgid "pathspec"
6480msgstr ""
6481
6482#: builtin/clone.c:98 builtin/clone.c:102
6483msgid "initialize submodules in the clone"
6484msgstr ""
6485
6486#: builtin/clone.c:105
6487msgid "number of submodules cloned in parallel"
6488msgstr ""
6489
6490#: builtin/clone.c:106 builtin/init-db.c:476
6491msgid "template-directory"
6492msgstr ""
6493
6494#: builtin/clone.c:107 builtin/init-db.c:477
6495msgid "directory from which templates will be used"
6496msgstr ""
6497
6498#: builtin/clone.c:109 builtin/clone.c:111 builtin/submodule--helper.c:1210
6499#: builtin/submodule--helper.c:1577
6500msgid "reference repository"
6501msgstr ""
6502
6503#: builtin/clone.c:113
6504msgid "use --reference only while cloning"
6505msgstr ""
6506
6507#: builtin/clone.c:114 builtin/column.c:27 builtin/merge-file.c:44
6508msgid "name"
6509msgstr ""
6510
6511#: builtin/clone.c:115
6512msgid "use <name> instead of 'origin' to track upstream"
6513msgstr ""
6514
6515#: builtin/clone.c:117
6516msgid "checkout <branch> instead of the remote's HEAD"
6517msgstr ""
6518
6519#: builtin/clone.c:119
6520msgid "path to git-upload-pack on the remote"
6521msgstr ""
6522
6523#: builtin/clone.c:120 builtin/fetch.c:151 builtin/grep.c:813
6524#: builtin/pull.c:211
6525msgid "depth"
6526msgstr ""
6527
6528#: builtin/clone.c:121
6529msgid "create a shallow clone of that depth"
6530msgstr ""
6531
6532#: builtin/clone.c:122 builtin/fetch.c:153 builtin/pack-objects.c:3017
6533#: parse-options.h:154
6534msgid "time"
6535msgstr ""
6536
6537#: builtin/clone.c:123
6538msgid "create a shallow clone since a specific time"
6539msgstr ""
6540
6541#: builtin/clone.c:124 builtin/fetch.c:155
6542msgid "revision"
6543msgstr ""
6544
6545#: builtin/clone.c:125 builtin/fetch.c:156
6546msgid "deepen history of shallow clone, excluding rev"
6547msgstr ""
6548
6549#: builtin/clone.c:127
6550msgid "clone only one branch, HEAD or --branch"
6551msgstr ""
6552
6553#: builtin/clone.c:129
6554msgid "don't clone any tags, and make later fetches not to follow them"
6555msgstr ""
6556
6557#: builtin/clone.c:131
6558msgid "any cloned submodules will be shallow"
6559msgstr ""
6560
6561#: builtin/clone.c:132 builtin/init-db.c:485
6562msgid "gitdir"
6563msgstr ""
6564
6565#: builtin/clone.c:133 builtin/init-db.c:486
6566msgid "separate git dir from working tree"
6567msgstr ""
6568
6569#: builtin/clone.c:134
6570msgid "key=value"
6571msgstr ""
6572
6573#: builtin/clone.c:135
6574msgid "set config inside the new repository"
6575msgstr ""
6576
6577#: builtin/clone.c:136 builtin/fetch.c:173 builtin/pull.c:224
6578#: builtin/push.c:567
6579msgid "use IPv4 addresses only"
6580msgstr ""
6581
6582#: builtin/clone.c:138 builtin/fetch.c:175 builtin/pull.c:227
6583#: builtin/push.c:569
6584msgid "use IPv6 addresses only"
6585msgstr ""
6586
6587#: builtin/clone.c:276
6588msgid ""
6589"No directory name could be guessed.\n"
6590"Please specify a directory on the command line"
6591msgstr ""
6592
6593#: builtin/clone.c:329
6594#, c-format
6595msgid "info: Could not add alternate for '%s': %s\n"
6596msgstr ""
6597
6598#: builtin/clone.c:401
6599#, c-format
6600msgid "failed to open '%s'"
6601msgstr ""
6602
6603#: builtin/clone.c:409
6604#, c-format
6605msgid "%s exists and is not a directory"
6606msgstr ""
6607
6608#: builtin/clone.c:423
6609#, c-format
6610msgid "failed to stat %s\n"
6611msgstr ""
6612
6613#: builtin/clone.c:445
6614#, c-format
6615msgid "failed to create link '%s'"
6616msgstr ""
6617
6618#: builtin/clone.c:449
6619#, c-format
6620msgid "failed to copy file to '%s'"
6621msgstr ""
6622
6623#: builtin/clone.c:475
6624#, c-format
6625msgid "done.\n"
6626msgstr ""
6627
6628#: builtin/clone.c:489
6629msgid ""
6630"Clone succeeded, but checkout failed.\n"
6631"You can inspect what was checked out with 'git status'\n"
6632"and retry the checkout with 'git checkout -f HEAD'\n"
6633msgstr ""
6634
6635#: builtin/clone.c:566
6636#, c-format
6637msgid "Could not find remote branch %s to clone."
6638msgstr ""
6639
6640#: builtin/clone.c:661
6641msgid "remote did not send all necessary objects"
6642msgstr ""
6643
6644#: builtin/clone.c:677
6645#, c-format
6646msgid "unable to update %s"
6647msgstr ""
6648
6649#: builtin/clone.c:726
6650msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6651msgstr ""
6652
6653#: builtin/clone.c:756
6654msgid "unable to checkout working tree"
6655msgstr ""
6656
6657#: builtin/clone.c:801
6658msgid "unable to write parameters to config file"
6659msgstr ""
6660
6661#: builtin/clone.c:864
6662msgid "cannot repack to clean up"
6663msgstr ""
6664
6665#: builtin/clone.c:866
6666msgid "cannot unlink temporary alternates file"
6667msgstr ""
6668
6669#: builtin/clone.c:906 builtin/receive-pack.c:1946
6670msgid "Too many arguments."
6671msgstr ""
6672
6673#: builtin/clone.c:910
6674msgid "You must specify a repository to clone."
6675msgstr ""
6676
6677#: builtin/clone.c:923
6678#, c-format
6679msgid "--bare and --origin %s options are incompatible."
6680msgstr ""
6681
6682#: builtin/clone.c:926
6683msgid "--bare and --separate-git-dir are incompatible."
6684msgstr ""
6685
6686#: builtin/clone.c:939
6687#, c-format
6688msgid "repository '%s' does not exist"
6689msgstr ""
6690
6691#: builtin/clone.c:945 builtin/fetch.c:1455
6692#, c-format
6693msgid "depth %s is not a positive number"
6694msgstr ""
6695
6696#: builtin/clone.c:955
6697#, c-format
6698msgid "destination path '%s' already exists and is not an empty directory."
6699msgstr ""
6700
6701#: builtin/clone.c:965
6702#, c-format
6703msgid "working tree '%s' already exists."
6704msgstr ""
6705
6706#: builtin/clone.c:980 builtin/clone.c:1001 builtin/difftool.c:270
6707#: builtin/worktree.c:255 builtin/worktree.c:285
6708#, c-format
6709msgid "could not create leading directories of '%s'"
6710msgstr ""
6711
6712#: builtin/clone.c:985
6713#, c-format
6714msgid "could not create work tree dir '%s'"
6715msgstr ""
6716
6717#: builtin/clone.c:1005
6718#, c-format
6719msgid "Cloning into bare repository '%s'...\n"
6720msgstr ""
6721
6722#: builtin/clone.c:1007
6723#, c-format
6724msgid "Cloning into '%s'...\n"
6725msgstr ""
6726
6727#: builtin/clone.c:1031
6728msgid ""
6729"clone --recursive is not compatible with both --reference and --reference-if-"
6730"able"
6731msgstr ""
6732
6733#: builtin/clone.c:1093
6734msgid "--depth is ignored in local clones; use file:// instead."
6735msgstr ""
6736
6737#: builtin/clone.c:1095
6738msgid "--shallow-since is ignored in local clones; use file:// instead."
6739msgstr ""
6740
6741#: builtin/clone.c:1097
6742msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6743msgstr ""
6744
6745#: builtin/clone.c:1099
6746msgid "--filter is ignored in local clones; use file:// instead."
6747msgstr ""
6748
6749#: builtin/clone.c:1102
6750msgid "source repository is shallow, ignoring --local"
6751msgstr ""
6752
6753#: builtin/clone.c:1107
6754msgid "--local is ignored"
6755msgstr ""
6756
6757#: builtin/clone.c:1169 builtin/clone.c:1177
6758#, c-format
6759msgid "Remote branch %s not found in upstream %s"
6760msgstr ""
6761
6762#: builtin/clone.c:1180
6763msgid "You appear to have cloned an empty repository."
6764msgstr ""
6765
6766#: builtin/column.c:10
6767msgid "git column [<options>]"
6768msgstr ""
6769
6770#: builtin/column.c:27
6771msgid "lookup config vars"
6772msgstr ""
6773
6774#: builtin/column.c:28 builtin/column.c:29
6775msgid "layout to use"
6776msgstr ""
6777
6778#: builtin/column.c:30
6779msgid "Maximum width"
6780msgstr ""
6781
6782#: builtin/column.c:31
6783msgid "Padding space on left border"
6784msgstr ""
6785
6786#: builtin/column.c:32
6787msgid "Padding space on right border"
6788msgstr ""
6789
6790#: builtin/column.c:33
6791msgid "Padding space between columns"
6792msgstr ""
6793
6794#: builtin/column.c:52
6795msgid "--command must be the first argument"
6796msgstr ""
6797
6798#: builtin/commit.c:37
6799msgid "git commit [<options>] [--] <pathspec>..."
6800msgstr ""
6801
6802#: builtin/commit.c:42
6803msgid "git status [<options>] [--] <pathspec>..."
6804msgstr ""
6805
6806#: builtin/commit.c:47
6807msgid ""
6808"You asked to amend the most recent commit, but doing so would make\n"
6809"it empty. You can repeat your command with --allow-empty, or you can\n"
6810"remove the commit entirely with \"git reset HEAD^\".\n"
6811msgstr ""
6812
6813#: builtin/commit.c:52
6814msgid ""
6815"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6816"If you wish to commit it anyway, use:\n"
6817"\n"
6818"    git commit --allow-empty\n"
6819"\n"
6820msgstr ""
6821
6822#: builtin/commit.c:59
6823msgid "Otherwise, please use 'git reset'\n"
6824msgstr ""
6825
6826#: builtin/commit.c:62
6827msgid ""
6828"If you wish to skip this commit, use:\n"
6829"\n"
6830"    git reset\n"
6831"\n"
6832"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6833"the remaining commits.\n"
6834msgstr ""
6835
6836#: builtin/commit.c:284
6837msgid "failed to unpack HEAD tree object"
6838msgstr ""
6839
6840#: builtin/commit.c:325
6841msgid "unable to create temporary index"
6842msgstr ""
6843
6844#: builtin/commit.c:331
6845msgid "interactive add failed"
6846msgstr ""
6847
6848#: builtin/commit.c:344
6849msgid "unable to update temporary index"
6850msgstr ""
6851
6852#: builtin/commit.c:346
6853msgid "Failed to update main cache tree"
6854msgstr ""
6855
6856#: builtin/commit.c:371 builtin/commit.c:395 builtin/commit.c:444
6857msgid "unable to write new_index file"
6858msgstr ""
6859
6860#: builtin/commit.c:427
6861msgid "cannot do a partial commit during a merge."
6862msgstr ""
6863
6864#: builtin/commit.c:429
6865msgid "cannot do a partial commit during a cherry-pick."
6866msgstr ""
6867
6868#: builtin/commit.c:437
6869msgid "cannot read the index"
6870msgstr ""
6871
6872#: builtin/commit.c:456
6873msgid "unable to write temporary index file"
6874msgstr ""
6875
6876#: builtin/commit.c:553
6877#, c-format
6878msgid "commit '%s' lacks author header"
6879msgstr ""
6880
6881#: builtin/commit.c:555
6882#, c-format
6883msgid "commit '%s' has malformed author line"
6884msgstr ""
6885
6886#: builtin/commit.c:574
6887msgid "malformed --author parameter"
6888msgstr ""
6889
6890#: builtin/commit.c:626
6891msgid ""
6892"unable to select a comment character that is not used\n"
6893"in the current commit message"
6894msgstr ""
6895
6896#: builtin/commit.c:663 builtin/commit.c:696 builtin/commit.c:1024
6897#, c-format
6898msgid "could not lookup commit %s"
6899msgstr ""
6900
6901#: builtin/commit.c:675 builtin/shortlog.c:309
6902#, c-format
6903msgid "(reading log message from standard input)\n"
6904msgstr ""
6905
6906#: builtin/commit.c:677
6907msgid "could not read log from standard input"
6908msgstr ""
6909
6910#: builtin/commit.c:681
6911#, c-format
6912msgid "could not read log file '%s'"
6913msgstr ""
6914
6915#: builtin/commit.c:710 builtin/commit.c:718
6916msgid "could not read SQUASH_MSG"
6917msgstr ""
6918
6919#: builtin/commit.c:715
6920msgid "could not read MERGE_MSG"
6921msgstr ""
6922
6923#: builtin/commit.c:769
6924msgid "could not write commit template"
6925msgstr ""
6926
6927#: builtin/commit.c:787
6928#, c-format
6929msgid ""
6930"\n"
6931"It looks like you may be committing a merge.\n"
6932"If this is not correct, please remove the file\n"
6933"\t%s\n"
6934"and try again.\n"
6935msgstr ""
6936
6937#: builtin/commit.c:792
6938#, c-format
6939msgid ""
6940"\n"
6941"It looks like you may be committing a cherry-pick.\n"
6942"If this is not correct, please remove the file\n"
6943"\t%s\n"
6944"and try again.\n"
6945msgstr ""
6946
6947#: builtin/commit.c:805
6948#, c-format
6949msgid ""
6950"Please enter the commit message for your changes. Lines starting\n"
6951"with '%c' will be ignored, and an empty message aborts the commit.\n"
6952msgstr ""
6953
6954#: builtin/commit.c:813
6955#, c-format
6956msgid ""
6957"Please enter the commit message for your changes. Lines starting\n"
6958"with '%c' will be kept; you may remove them yourself if you want to.\n"
6959"An empty message aborts the commit.\n"
6960msgstr ""
6961
6962#: builtin/commit.c:830
6963#, c-format
6964msgid "%sAuthor:    %.*s <%.*s>"
6965msgstr ""
6966
6967#: builtin/commit.c:838
6968#, c-format
6969msgid "%sDate:      %s"
6970msgstr ""
6971
6972#: builtin/commit.c:845
6973#, c-format
6974msgid "%sCommitter: %.*s <%.*s>"
6975msgstr ""
6976
6977#: builtin/commit.c:862
6978msgid "Cannot read index"
6979msgstr ""
6980
6981#: builtin/commit.c:928
6982msgid "Error building trees"
6983msgstr ""
6984
6985#: builtin/commit.c:942 builtin/tag.c:256
6986#, c-format
6987msgid "Please supply the message using either -m or -F option.\n"
6988msgstr ""
6989
6990#: builtin/commit.c:986
6991#, c-format
6992msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6993msgstr ""
6994
6995#: builtin/commit.c:1000
6996#, c-format
6997msgid "Invalid ignored mode '%s'"
6998msgstr ""
6999
7000#: builtin/commit.c:1014 builtin/commit.c:1264
7001#, c-format
7002msgid "Invalid untracked files mode '%s'"
7003msgstr ""
7004
7005#: builtin/commit.c:1052
7006msgid "--long and -z are incompatible"
7007msgstr ""
7008
7009#: builtin/commit.c:1085
7010msgid "Using both --reset-author and --author does not make sense"
7011msgstr ""
7012
7013#: builtin/commit.c:1094
7014msgid "You have nothing to amend."
7015msgstr ""
7016
7017#: builtin/commit.c:1097
7018msgid "You are in the middle of a merge -- cannot amend."
7019msgstr ""
7020
7021#: builtin/commit.c:1099
7022msgid "You are in the middle of a cherry-pick -- cannot amend."
7023msgstr ""
7024
7025#: builtin/commit.c:1102
7026msgid "Options --squash and --fixup cannot be used together"
7027msgstr ""
7028
7029#: builtin/commit.c:1112
7030msgid "Only one of -c/-C/-F/--fixup can be used."
7031msgstr ""
7032
7033#: builtin/commit.c:1114
7034msgid "Option -m cannot be combined with -c/-C/-F."
7035msgstr ""
7036
7037#: builtin/commit.c:1122
7038msgid "--reset-author can be used only with -C, -c or --amend."
7039msgstr ""
7040
7041#: builtin/commit.c:1139
7042msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
7043msgstr ""
7044
7045#: builtin/commit.c:1141
7046msgid "No paths with --include/--only does not make sense."
7047msgstr ""
7048
7049#: builtin/commit.c:1155 builtin/tag.c:542
7050#, c-format
7051msgid "Invalid cleanup mode %s"
7052msgstr ""
7053
7054#: builtin/commit.c:1160
7055msgid "Paths with -a does not make sense."
7056msgstr ""
7057
7058#: builtin/commit.c:1278 builtin/commit.c:1443
7059msgid "show status concisely"
7060msgstr ""
7061
7062#: builtin/commit.c:1280 builtin/commit.c:1445
7063msgid "show branch information"
7064msgstr ""
7065
7066#: builtin/commit.c:1282
7067msgid "show stash information"
7068msgstr ""
7069
7070#: builtin/commit.c:1284 builtin/commit.c:1447
7071msgid "compute full ahead/behind values"
7072msgstr ""
7073
7074#: builtin/commit.c:1286
7075msgid "version"
7076msgstr ""
7077
7078#: builtin/commit.c:1286 builtin/commit.c:1449 builtin/push.c:542
7079#: builtin/worktree.c:541
7080msgid "machine-readable output"
7081msgstr ""
7082
7083#: builtin/commit.c:1289 builtin/commit.c:1451
7084msgid "show status in long format (default)"
7085msgstr ""
7086
7087#: builtin/commit.c:1292 builtin/commit.c:1454
7088msgid "terminate entries with NUL"
7089msgstr ""
7090
7091#: builtin/commit.c:1294 builtin/commit.c:1298 builtin/commit.c:1457
7092#: builtin/fast-export.c:999 builtin/fast-export.c:1002 builtin/tag.c:396
7093msgid "mode"
7094msgstr ""
7095
7096#: builtin/commit.c:1295 builtin/commit.c:1457
7097msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
7098msgstr ""
7099
7100#: builtin/commit.c:1299
7101msgid ""
7102"show ignored files, optional modes: traditional, matching, no. (Default: "
7103"traditional)"
7104msgstr ""
7105
7106#: builtin/commit.c:1301 parse-options.h:167
7107msgid "when"
7108msgstr ""
7109
7110#: builtin/commit.c:1302
7111msgid ""
7112"ignore changes to submodules, optional when: all, dirty, untracked. "
7113"(Default: all)"
7114msgstr ""
7115
7116#: builtin/commit.c:1304
7117msgid "list untracked files in columns"
7118msgstr ""
7119
7120#: builtin/commit.c:1323
7121msgid "Unsupported combination of ignored and untracked-files arguments"
7122msgstr ""
7123
7124#: builtin/commit.c:1413
7125msgid "suppress summary after successful commit"
7126msgstr ""
7127
7128#: builtin/commit.c:1414
7129msgid "show diff in commit message template"
7130msgstr ""
7131
7132#: builtin/commit.c:1416
7133msgid "Commit message options"
7134msgstr ""
7135
7136#: builtin/commit.c:1417 builtin/tag.c:393
7137msgid "read message from file"
7138msgstr ""
7139
7140#: builtin/commit.c:1418
7141msgid "author"
7142msgstr ""
7143
7144#: builtin/commit.c:1418
7145msgid "override author for commit"
7146msgstr ""
7147
7148#: builtin/commit.c:1419 builtin/gc.c:359
7149msgid "date"
7150msgstr ""
7151
7152#: builtin/commit.c:1419
7153msgid "override date for commit"
7154msgstr ""
7155
7156#: builtin/commit.c:1420 builtin/merge.c:226 builtin/notes.c:402
7157#: builtin/notes.c:565 builtin/tag.c:391
7158msgid "message"
7159msgstr ""
7160
7161#: builtin/commit.c:1420
7162msgid "commit message"
7163msgstr ""
7164
7165#: builtin/commit.c:1421 builtin/commit.c:1422 builtin/commit.c:1423
7166#: builtin/commit.c:1424 parse-options.h:269 ref-filter.h:92
7167msgid "commit"
7168msgstr ""
7169
7170#: builtin/commit.c:1421
7171msgid "reuse and edit message from specified commit"
7172msgstr ""
7173
7174#: builtin/commit.c:1422
7175msgid "reuse message from specified commit"
7176msgstr ""
7177
7178#: builtin/commit.c:1423
7179msgid "use autosquash formatted message to fixup specified commit"
7180msgstr ""
7181
7182#: builtin/commit.c:1424
7183msgid "use autosquash formatted message to squash specified commit"
7184msgstr ""
7185
7186#: builtin/commit.c:1425
7187msgid "the commit is authored by me now (used with -C/-c/--amend)"
7188msgstr ""
7189
7190#: builtin/commit.c:1426 builtin/log.c:1446 builtin/merge.c:240
7191#: builtin/pull.c:149 builtin/revert.c:105
7192msgid "add Signed-off-by:"
7193msgstr ""
7194
7195#: builtin/commit.c:1427
7196msgid "use specified template file"
7197msgstr ""
7198
7199#: builtin/commit.c:1428
7200msgid "force edit of commit"
7201msgstr ""
7202
7203#: builtin/commit.c:1429
7204msgid "default"
7205msgstr ""
7206
7207#: builtin/commit.c:1429 builtin/tag.c:397
7208msgid "how to strip spaces and #comments from message"
7209msgstr ""
7210
7211#: builtin/commit.c:1430
7212msgid "include status in commit message template"
7213msgstr ""
7214
7215#: builtin/commit.c:1432 builtin/merge.c:238 builtin/pull.c:179
7216#: builtin/revert.c:113
7217msgid "GPG sign commit"
7218msgstr ""
7219
7220#: builtin/commit.c:1435
7221msgid "Commit contents options"
7222msgstr ""
7223
7224#: builtin/commit.c:1436
7225msgid "commit all changed files"
7226msgstr ""
7227
7228#: builtin/commit.c:1437
7229msgid "add specified files to index for commit"
7230msgstr ""
7231
7232#: builtin/commit.c:1438
7233msgid "interactively add files"
7234msgstr ""
7235
7236#: builtin/commit.c:1439
7237msgid "interactively add changes"
7238msgstr ""
7239
7240#: builtin/commit.c:1440
7241msgid "commit only specified files"
7242msgstr ""
7243
7244#: builtin/commit.c:1441
7245msgid "bypass pre-commit and commit-msg hooks"
7246msgstr ""
7247
7248#: builtin/commit.c:1442
7249msgid "show what would be committed"
7250msgstr ""
7251
7252#: builtin/commit.c:1455
7253msgid "amend previous commit"
7254msgstr ""
7255
7256#: builtin/commit.c:1456
7257msgid "bypass post-rewrite hook"
7258msgstr ""
7259
7260#: builtin/commit.c:1461
7261msgid "ok to record an empty change"
7262msgstr ""
7263
7264#: builtin/commit.c:1463
7265msgid "ok to record a change with an empty message"
7266msgstr ""
7267
7268#: builtin/commit.c:1536
7269#, c-format
7270msgid "Corrupt MERGE_HEAD file (%s)"
7271msgstr ""
7272
7273#: builtin/commit.c:1543
7274msgid "could not read MERGE_MODE"
7275msgstr ""
7276
7277#: builtin/commit.c:1562
7278#, c-format
7279msgid "could not read commit message: %s"
7280msgstr ""
7281
7282#: builtin/commit.c:1573
7283#, c-format
7284msgid "Aborting commit due to empty commit message.\n"
7285msgstr ""
7286
7287#: builtin/commit.c:1578
7288#, c-format
7289msgid "Aborting commit; you did not edit the message.\n"
7290msgstr ""
7291
7292#: builtin/commit.c:1613
7293msgid ""
7294"Repository has been updated, but unable to write\n"
7295"new_index file. Check that disk is not full and quota is\n"
7296"not exceeded, and then \"git reset HEAD\" to recover."
7297msgstr ""
7298
7299#: builtin/config.c:10
7300msgid "git config [<options>]"
7301msgstr ""
7302
7303#: builtin/config.c:58
7304msgid "Config file location"
7305msgstr ""
7306
7307#: builtin/config.c:59
7308msgid "use global config file"
7309msgstr ""
7310
7311#: builtin/config.c:60
7312msgid "use system config file"
7313msgstr ""
7314
7315#: builtin/config.c:61
7316msgid "use repository config file"
7317msgstr ""
7318
7319#: builtin/config.c:62
7320msgid "use given config file"
7321msgstr ""
7322
7323#: builtin/config.c:63
7324msgid "blob-id"
7325msgstr ""
7326
7327#: builtin/config.c:63
7328msgid "read config from given blob object"
7329msgstr ""
7330
7331#: builtin/config.c:64
7332msgid "Action"
7333msgstr ""
7334
7335#: builtin/config.c:65
7336msgid "get value: name [value-regex]"
7337msgstr ""
7338
7339#: builtin/config.c:66
7340msgid "get all values: key [value-regex]"
7341msgstr ""
7342
7343#: builtin/config.c:67
7344msgid "get values for regexp: name-regex [value-regex]"
7345msgstr ""
7346
7347#: builtin/config.c:68
7348msgid "get value specific for the URL: section[.var] URL"
7349msgstr ""
7350
7351#: builtin/config.c:69
7352msgid "replace all matching variables: name value [value_regex]"
7353msgstr ""
7354
7355#: builtin/config.c:70
7356msgid "add a new variable: name value"
7357msgstr ""
7358
7359#: builtin/config.c:71
7360msgid "remove a variable: name [value-regex]"
7361msgstr ""
7362
7363#: builtin/config.c:72
7364msgid "remove all matches: name [value-regex]"
7365msgstr ""
7366
7367#: builtin/config.c:73
7368msgid "rename section: old-name new-name"
7369msgstr ""
7370
7371#: builtin/config.c:74
7372msgid "remove a section: name"
7373msgstr ""
7374
7375#: builtin/config.c:75
7376msgid "list all"
7377msgstr ""
7378
7379#: builtin/config.c:76
7380msgid "open an editor"
7381msgstr ""
7382
7383#: builtin/config.c:77
7384msgid "find the color configured: slot [default]"
7385msgstr ""
7386
7387#: builtin/config.c:78
7388msgid "find the color setting: slot [stdout-is-tty]"
7389msgstr ""
7390
7391#: builtin/config.c:79
7392msgid "Type"
7393msgstr ""
7394
7395#: builtin/config.c:80
7396msgid "value is \"true\" or \"false\""
7397msgstr ""
7398
7399#: builtin/config.c:81
7400msgid "value is decimal number"
7401msgstr ""
7402
7403#: builtin/config.c:82
7404msgid "value is --bool or --int"
7405msgstr ""
7406
7407#: builtin/config.c:83
7408msgid "value is a path (file or directory name)"
7409msgstr ""
7410
7411#: builtin/config.c:84
7412msgid "value is an expiry date"
7413msgstr ""
7414
7415#: builtin/config.c:85
7416msgid "Other"
7417msgstr ""
7418
7419#: builtin/config.c:86
7420msgid "terminate values with NUL byte"
7421msgstr ""
7422
7423#: builtin/config.c:87
7424msgid "show variable names only"
7425msgstr ""
7426
7427#: builtin/config.c:88
7428msgid "respect include directives on lookup"
7429msgstr ""
7430
7431#: builtin/config.c:89
7432msgid "show origin of config (file, standard input, blob, command line)"
7433msgstr ""
7434
7435#: builtin/config.c:335
7436msgid "unable to parse default color value"
7437msgstr ""
7438
7439#: builtin/config.c:479
7440#, c-format
7441msgid ""
7442"# This is Git's per-user configuration file.\n"
7443"[user]\n"
7444"# Please adapt and uncomment the following lines:\n"
7445"#\tname = %s\n"
7446"#\temail = %s\n"
7447msgstr ""
7448
7449#: builtin/config.c:507
7450msgid "--local can only be used inside a git repository"
7451msgstr ""
7452
7453#: builtin/config.c:632
7454#, c-format
7455msgid "cannot create configuration file %s"
7456msgstr ""
7457
7458#: builtin/config.c:645
7459#, c-format
7460msgid ""
7461"cannot overwrite multiple values with a single value\n"
7462"       Use a regexp, --add or --replace-all to change %s."
7463msgstr ""
7464
7465#: builtin/count-objects.c:88
7466msgid "git count-objects [-v] [-H | --human-readable]"
7467msgstr ""
7468
7469#: builtin/count-objects.c:98
7470msgid "print sizes in human readable format"
7471msgstr ""
7472
7473#: builtin/describe.c:22
7474msgid "git describe [<options>] [<commit-ish>...]"
7475msgstr ""
7476
7477#: builtin/describe.c:23
7478msgid "git describe [<options>] --dirty"
7479msgstr ""
7480
7481#: builtin/describe.c:57
7482msgid "head"
7483msgstr ""
7484
7485#: builtin/describe.c:57
7486msgid "lightweight"
7487msgstr ""
7488
7489#: builtin/describe.c:57
7490msgid "annotated"
7491msgstr ""
7492
7493#: builtin/describe.c:267
7494#, c-format
7495msgid "annotated tag %s not available"
7496msgstr ""
7497
7498#: builtin/describe.c:271
7499#, c-format
7500msgid "annotated tag %s has no embedded name"
7501msgstr ""
7502
7503#: builtin/describe.c:273
7504#, c-format
7505msgid "tag '%s' is really '%s' here"
7506msgstr ""
7507
7508#: builtin/describe.c:317
7509#, c-format
7510msgid "no tag exactly matches '%s'"
7511msgstr ""
7512
7513#: builtin/describe.c:319
7514#, c-format
7515msgid "No exact match on refs or tags, searching to describe\n"
7516msgstr ""
7517
7518#: builtin/describe.c:366
7519#, c-format
7520msgid "finished search at %s\n"
7521msgstr ""
7522
7523#: builtin/describe.c:392
7524#, c-format
7525msgid ""
7526"No annotated tags can describe '%s'.\n"
7527"However, there were unannotated tags: try --tags."
7528msgstr ""
7529
7530#: builtin/describe.c:396
7531#, c-format
7532msgid ""
7533"No tags can describe '%s'.\n"
7534"Try --always, or create some tags."
7535msgstr ""
7536
7537#: builtin/describe.c:426
7538#, c-format
7539msgid "traversed %lu commits\n"
7540msgstr ""
7541
7542#: builtin/describe.c:429
7543#, c-format
7544msgid ""
7545"more than %i tags found; listed %i most recent\n"
7546"gave up search at %s\n"
7547msgstr ""
7548
7549#: builtin/describe.c:497
7550#, c-format
7551msgid "describe %s\n"
7552msgstr ""
7553
7554#: builtin/describe.c:500 builtin/log.c:502
7555#, c-format
7556msgid "Not a valid object name %s"
7557msgstr ""
7558
7559#: builtin/describe.c:508
7560#, c-format
7561msgid "%s is neither a commit nor blob"
7562msgstr ""
7563
7564#: builtin/describe.c:522
7565msgid "find the tag that comes after the commit"
7566msgstr ""
7567
7568#: builtin/describe.c:523
7569msgid "debug search strategy on stderr"
7570msgstr ""
7571
7572#: builtin/describe.c:524
7573msgid "use any ref"
7574msgstr ""
7575
7576#: builtin/describe.c:525
7577msgid "use any tag, even unannotated"
7578msgstr ""
7579
7580#: builtin/describe.c:526
7581msgid "always use long format"
7582msgstr ""
7583
7584#: builtin/describe.c:527
7585msgid "only follow first parent"
7586msgstr ""
7587
7588#: builtin/describe.c:530
7589msgid "only output exact matches"
7590msgstr ""
7591
7592#: builtin/describe.c:532
7593msgid "consider <n> most recent tags (default: 10)"
7594msgstr ""
7595
7596#: builtin/describe.c:534
7597msgid "only consider tags matching <pattern>"
7598msgstr ""
7599
7600#: builtin/describe.c:536
7601msgid "do not consider tags matching <pattern>"
7602msgstr ""
7603
7604#: builtin/describe.c:538 builtin/name-rev.c:406
7605msgid "show abbreviated commit object as fallback"
7606msgstr ""
7607
7608#: builtin/describe.c:539 builtin/describe.c:542
7609msgid "mark"
7610msgstr ""
7611
7612#: builtin/describe.c:540
7613msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7614msgstr ""
7615
7616#: builtin/describe.c:543
7617msgid "append <mark> on broken working tree (default: \"-broken\")"
7618msgstr ""
7619
7620#: builtin/describe.c:561
7621msgid "--long is incompatible with --abbrev=0"
7622msgstr ""
7623
7624#: builtin/describe.c:590
7625msgid "No names found, cannot describe anything."
7626msgstr ""
7627
7628#: builtin/describe.c:640
7629msgid "--dirty is incompatible with commit-ishes"
7630msgstr ""
7631
7632#: builtin/describe.c:642
7633msgid "--broken is incompatible with commit-ishes"
7634msgstr ""
7635
7636#: builtin/diff.c:83
7637#, c-format
7638msgid "'%s': not a regular file or symlink"
7639msgstr ""
7640
7641#: builtin/diff.c:234
7642#, c-format
7643msgid "invalid option: %s"
7644msgstr ""
7645
7646#: builtin/diff.c:356
7647msgid "Not a git repository"
7648msgstr ""
7649
7650#: builtin/diff.c:399
7651#, c-format
7652msgid "invalid object '%s' given."
7653msgstr ""
7654
7655#: builtin/diff.c:408
7656#, c-format
7657msgid "more than two blobs given: '%s'"
7658msgstr ""
7659
7660#: builtin/diff.c:413
7661#, c-format
7662msgid "unhandled object '%s' given."
7663msgstr ""
7664
7665#: builtin/difftool.c:29
7666msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7667msgstr ""
7668
7669#: builtin/difftool.c:259
7670#, c-format
7671msgid "failed: %d"
7672msgstr ""
7673
7674#: builtin/difftool.c:301
7675#, c-format
7676msgid "could not read symlink %s"
7677msgstr ""
7678
7679#: builtin/difftool.c:303
7680#, c-format
7681msgid "could not read symlink file %s"
7682msgstr ""
7683
7684#: builtin/difftool.c:311
7685#, c-format
7686msgid "could not read object %s for symlink %s"
7687msgstr ""
7688
7689#: builtin/difftool.c:412
7690msgid ""
7691"combined diff formats('-c' and '--cc') are not supported in\n"
7692"directory diff mode('-d' and '--dir-diff')."
7693msgstr ""
7694
7695#: builtin/difftool.c:632
7696#, c-format
7697msgid "both files modified: '%s' and '%s'."
7698msgstr ""
7699
7700#: builtin/difftool.c:634
7701msgid "working tree file has been left."
7702msgstr ""
7703
7704#: builtin/difftool.c:645
7705#, c-format
7706msgid "temporary files exist in '%s'."
7707msgstr ""
7708
7709#: builtin/difftool.c:646
7710msgid "you may want to cleanup or recover these."
7711msgstr ""
7712
7713#: builtin/difftool.c:695
7714msgid "use `diff.guitool` instead of `diff.tool`"
7715msgstr ""
7716
7717#: builtin/difftool.c:697
7718msgid "perform a full-directory diff"
7719msgstr ""
7720
7721#: builtin/difftool.c:699
7722msgid "do not prompt before launching a diff tool"
7723msgstr ""
7724
7725#: builtin/difftool.c:705
7726msgid "use symlinks in dir-diff mode"
7727msgstr ""
7728
7729#: builtin/difftool.c:706
7730msgid "<tool>"
7731msgstr ""
7732
7733#: builtin/difftool.c:707
7734msgid "use the specified diff tool"
7735msgstr ""
7736
7737#: builtin/difftool.c:709
7738msgid "print a list of diff tools that may be used with `--tool`"
7739msgstr ""
7740
7741#: builtin/difftool.c:712
7742msgid ""
7743"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7744"code"
7745msgstr ""
7746
7747#: builtin/difftool.c:714
7748msgid "<command>"
7749msgstr ""
7750
7751#: builtin/difftool.c:715
7752msgid "specify a custom command for viewing diffs"
7753msgstr ""
7754
7755#: builtin/difftool.c:739
7756msgid "no <tool> given for --tool=<tool>"
7757msgstr ""
7758
7759#: builtin/difftool.c:746
7760msgid "no <cmd> given for --extcmd=<cmd>"
7761msgstr ""
7762
7763#: builtin/fast-export.c:26
7764msgid "git fast-export [rev-list-opts]"
7765msgstr ""
7766
7767#: builtin/fast-export.c:998
7768msgid "show progress after <n> objects"
7769msgstr ""
7770
7771#: builtin/fast-export.c:1000
7772msgid "select handling of signed tags"
7773msgstr ""
7774
7775#: builtin/fast-export.c:1003
7776msgid "select handling of tags that tag filtered objects"
7777msgstr ""
7778
7779#: builtin/fast-export.c:1006
7780msgid "Dump marks to this file"
7781msgstr ""
7782
7783#: builtin/fast-export.c:1008
7784msgid "Import marks from this file"
7785msgstr ""
7786
7787#: builtin/fast-export.c:1010
7788msgid "Fake a tagger when tags lack one"
7789msgstr ""
7790
7791#: builtin/fast-export.c:1012
7792msgid "Output full tree for each commit"
7793msgstr ""
7794
7795#: builtin/fast-export.c:1014
7796msgid "Use the done feature to terminate the stream"
7797msgstr ""
7798
7799#: builtin/fast-export.c:1015
7800msgid "Skip output of blob data"
7801msgstr ""
7802
7803#: builtin/fast-export.c:1016
7804msgid "refspec"
7805msgstr ""
7806
7807#: builtin/fast-export.c:1017
7808msgid "Apply refspec to exported refs"
7809msgstr ""
7810
7811#: builtin/fast-export.c:1018
7812msgid "anonymize output"
7813msgstr ""
7814
7815#: builtin/fetch.c:25
7816msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7817msgstr ""
7818
7819#: builtin/fetch.c:26
7820msgid "git fetch [<options>] <group>"
7821msgstr ""
7822
7823#: builtin/fetch.c:27
7824msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7825msgstr ""
7826
7827#: builtin/fetch.c:28
7828msgid "git fetch --all [<options>]"
7829msgstr ""
7830
7831#: builtin/fetch.c:124 builtin/pull.c:188
7832msgid "fetch from all remotes"
7833msgstr ""
7834
7835#: builtin/fetch.c:126 builtin/pull.c:191
7836msgid "append to .git/FETCH_HEAD instead of overwriting"
7837msgstr ""
7838
7839#: builtin/fetch.c:128 builtin/pull.c:194
7840msgid "path to upload pack on remote end"
7841msgstr ""
7842
7843#: builtin/fetch.c:129 builtin/pull.c:196
7844msgid "force overwrite of local branch"
7845msgstr ""
7846
7847#: builtin/fetch.c:131
7848msgid "fetch from multiple remotes"
7849msgstr ""
7850
7851#: builtin/fetch.c:133 builtin/pull.c:198
7852msgid "fetch all tags and associated objects"
7853msgstr ""
7854
7855#: builtin/fetch.c:135
7856msgid "do not fetch all tags (--no-tags)"
7857msgstr ""
7858
7859#: builtin/fetch.c:137
7860msgid "number of submodules fetched in parallel"
7861msgstr ""
7862
7863#: builtin/fetch.c:139 builtin/pull.c:201
7864msgid "prune remote-tracking branches no longer on remote"
7865msgstr ""
7866
7867#: builtin/fetch.c:141
7868msgid "prune local tags no longer on remote and clobber changed tags"
7869msgstr ""
7870
7871#: builtin/fetch.c:142 builtin/fetch.c:165 builtin/pull.c:126
7872msgid "on-demand"
7873msgstr ""
7874
7875#: builtin/fetch.c:143
7876msgid "control recursive fetching of submodules"
7877msgstr ""
7878
7879#: builtin/fetch.c:147 builtin/pull.c:209
7880msgid "keep downloaded pack"
7881msgstr ""
7882
7883#: builtin/fetch.c:149
7884msgid "allow updating of HEAD ref"
7885msgstr ""
7886
7887#: builtin/fetch.c:152 builtin/fetch.c:158 builtin/pull.c:212
7888msgid "deepen history of shallow clone"
7889msgstr ""
7890
7891#: builtin/fetch.c:154
7892msgid "deepen history of shallow repository based on time"
7893msgstr ""
7894
7895#: builtin/fetch.c:160 builtin/pull.c:215
7896msgid "convert to a complete repository"
7897msgstr ""
7898
7899#: builtin/fetch.c:162 builtin/log.c:1466
7900msgid "dir"
7901msgstr ""
7902
7903#: builtin/fetch.c:163
7904msgid "prepend this to submodule path output"
7905msgstr ""
7906
7907#: builtin/fetch.c:166
7908msgid ""
7909"default for recursive fetching of submodules (lower priority than config "
7910"files)"
7911msgstr ""
7912
7913#: builtin/fetch.c:170 builtin/pull.c:218
7914msgid "accept refs that update .git/shallow"
7915msgstr ""
7916
7917#: builtin/fetch.c:171 builtin/pull.c:220
7918msgid "refmap"
7919msgstr ""
7920
7921#: builtin/fetch.c:172 builtin/pull.c:221
7922msgid "specify fetch refmap"
7923msgstr ""
7924
7925#: builtin/fetch.c:431
7926msgid "Couldn't find remote ref HEAD"
7927msgstr ""
7928
7929#: builtin/fetch.c:549
7930#, c-format
7931msgid "configuration fetch.output contains invalid value %s"
7932msgstr ""
7933
7934#: builtin/fetch.c:642
7935#, c-format
7936msgid "object %s not found"
7937msgstr ""
7938
7939#: builtin/fetch.c:646
7940msgid "[up to date]"
7941msgstr ""
7942
7943#: builtin/fetch.c:659 builtin/fetch.c:739
7944msgid "[rejected]"
7945msgstr ""
7946
7947#: builtin/fetch.c:660
7948msgid "can't fetch in current branch"
7949msgstr ""
7950
7951#: builtin/fetch.c:669
7952msgid "[tag update]"
7953msgstr ""
7954
7955#: builtin/fetch.c:670 builtin/fetch.c:703 builtin/fetch.c:719
7956#: builtin/fetch.c:734
7957msgid "unable to update local ref"
7958msgstr ""
7959
7960#: builtin/fetch.c:689
7961msgid "[new tag]"
7962msgstr ""
7963
7964#: builtin/fetch.c:692
7965msgid "[new branch]"
7966msgstr ""
7967
7968#: builtin/fetch.c:695
7969msgid "[new ref]"
7970msgstr ""
7971
7972#: builtin/fetch.c:734
7973msgid "forced update"
7974msgstr ""
7975
7976#: builtin/fetch.c:739
7977msgid "non-fast-forward"
7978msgstr ""
7979
7980#: builtin/fetch.c:784
7981#, c-format
7982msgid "%s did not send all necessary objects\n"
7983msgstr ""
7984
7985#: builtin/fetch.c:804
7986#, c-format
7987msgid "reject %s because shallow roots are not allowed to be updated"
7988msgstr ""
7989
7990#: builtin/fetch.c:892 builtin/fetch.c:988
7991#, c-format
7992msgid "From %.*s\n"
7993msgstr ""
7994
7995#: builtin/fetch.c:903
7996#, c-format
7997msgid ""
7998"some local refs could not be updated; try running\n"
7999" 'git remote prune %s' to remove any old, conflicting branches"
8000msgstr ""
8001
8002#: builtin/fetch.c:958
8003#, c-format
8004msgid "   (%s will become dangling)"
8005msgstr ""
8006
8007#: builtin/fetch.c:959
8008#, c-format
8009msgid "   (%s has become dangling)"
8010msgstr ""
8011
8012#: builtin/fetch.c:991
8013msgid "[deleted]"
8014msgstr ""
8015
8016#: builtin/fetch.c:992 builtin/remote.c:1024
8017msgid "(none)"
8018msgstr ""
8019
8020#: builtin/fetch.c:1015
8021#, c-format
8022msgid "Refusing to fetch into current branch %s of non-bare repository"
8023msgstr ""
8024
8025#: builtin/fetch.c:1034
8026#, c-format
8027msgid "Option \"%s\" value \"%s\" is not valid for %s"
8028msgstr ""
8029
8030#: builtin/fetch.c:1037
8031#, c-format
8032msgid "Option \"%s\" is ignored for %s\n"
8033msgstr ""
8034
8035#: builtin/fetch.c:1277
8036#, c-format
8037msgid "Fetching %s\n"
8038msgstr ""
8039
8040#: builtin/fetch.c:1279 builtin/remote.c:97
8041#, c-format
8042msgid "Could not fetch %s"
8043msgstr ""
8044
8045#: builtin/fetch.c:1325 builtin/fetch.c:1498
8046msgid ""
8047"--filter can only be used with the remote configured in core.partialClone"
8048msgstr ""
8049
8050#: builtin/fetch.c:1350
8051msgid ""
8052"No remote repository specified.  Please, specify either a URL or a\n"
8053"remote name from which new revisions should be fetched."
8054msgstr ""
8055
8056#: builtin/fetch.c:1394
8057msgid "You need to specify a tag name."
8058msgstr ""
8059
8060#: builtin/fetch.c:1439
8061msgid "Negative depth in --deepen is not supported"
8062msgstr ""
8063
8064#: builtin/fetch.c:1441
8065msgid "--deepen and --depth are mutually exclusive"
8066msgstr ""
8067
8068#: builtin/fetch.c:1446
8069msgid "--depth and --unshallow cannot be used together"
8070msgstr ""
8071
8072#: builtin/fetch.c:1448
8073msgid "--unshallow on a complete repository does not make sense"
8074msgstr ""
8075
8076#: builtin/fetch.c:1464
8077msgid "fetch --all does not take a repository argument"
8078msgstr ""
8079
8080#: builtin/fetch.c:1466
8081msgid "fetch --all does not make sense with refspecs"
8082msgstr ""
8083
8084#: builtin/fetch.c:1475
8085#, c-format
8086msgid "No such remote or remote group: %s"
8087msgstr ""
8088
8089#: builtin/fetch.c:1482
8090msgid "Fetching a group and specifying refspecs does not make sense"
8091msgstr ""
8092
8093#: builtin/fmt-merge-msg.c:15
8094msgid ""
8095"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
8096msgstr ""
8097
8098#: builtin/fmt-merge-msg.c:666
8099msgid "populate log with at most <n> entries from shortlog"
8100msgstr ""
8101
8102#: builtin/fmt-merge-msg.c:669
8103msgid "alias for --log (deprecated)"
8104msgstr ""
8105
8106#: builtin/fmt-merge-msg.c:672
8107msgid "text"
8108msgstr ""
8109
8110#: builtin/fmt-merge-msg.c:673
8111msgid "use <text> as start of message"
8112msgstr ""
8113
8114#: builtin/fmt-merge-msg.c:674
8115msgid "file to read from"
8116msgstr ""
8117
8118#: builtin/for-each-ref.c:10
8119msgid "git for-each-ref [<options>] [<pattern>]"
8120msgstr ""
8121
8122#: builtin/for-each-ref.c:11
8123msgid "git for-each-ref [--points-at <object>]"
8124msgstr ""
8125
8126#: builtin/for-each-ref.c:12
8127msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
8128msgstr ""
8129
8130#: builtin/for-each-ref.c:13
8131msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
8132msgstr ""
8133
8134#: builtin/for-each-ref.c:28
8135msgid "quote placeholders suitably for shells"
8136msgstr ""
8137
8138#: builtin/for-each-ref.c:30
8139msgid "quote placeholders suitably for perl"
8140msgstr ""
8141
8142#: builtin/for-each-ref.c:32
8143msgid "quote placeholders suitably for python"
8144msgstr ""
8145
8146#: builtin/for-each-ref.c:34
8147msgid "quote placeholders suitably for Tcl"
8148msgstr ""
8149
8150#: builtin/for-each-ref.c:37
8151msgid "show only <n> matched refs"
8152msgstr ""
8153
8154#: builtin/for-each-ref.c:39 builtin/tag.c:420
8155msgid "respect format colors"
8156msgstr ""
8157
8158#: builtin/for-each-ref.c:43
8159msgid "print only refs which points at the given object"
8160msgstr ""
8161
8162#: builtin/for-each-ref.c:45
8163msgid "print only refs that are merged"
8164msgstr ""
8165
8166#: builtin/for-each-ref.c:46
8167msgid "print only refs that are not merged"
8168msgstr ""
8169
8170#: builtin/for-each-ref.c:47
8171msgid "print only refs which contain the commit"
8172msgstr ""
8173
8174#: builtin/for-each-ref.c:48
8175msgid "print only refs which don't contain the commit"
8176msgstr ""
8177
8178#: builtin/fsck.c:568
8179msgid "Checking object directories"
8180msgstr ""
8181
8182#: builtin/fsck.c:660
8183msgid "git fsck [<options>] [<object>...]"
8184msgstr ""
8185
8186#: builtin/fsck.c:666
8187msgid "show unreachable objects"
8188msgstr ""
8189
8190#: builtin/fsck.c:667
8191msgid "show dangling objects"
8192msgstr ""
8193
8194#: builtin/fsck.c:668
8195msgid "report tags"
8196msgstr ""
8197
8198#: builtin/fsck.c:669
8199msgid "report root nodes"
8200msgstr ""
8201
8202#: builtin/fsck.c:670
8203msgid "make index objects head nodes"
8204msgstr ""
8205
8206#: builtin/fsck.c:671
8207msgid "make reflogs head nodes (default)"
8208msgstr ""
8209
8210#: builtin/fsck.c:672
8211msgid "also consider packs and alternate objects"
8212msgstr ""
8213
8214#: builtin/fsck.c:673
8215msgid "check only connectivity"
8216msgstr ""
8217
8218#: builtin/fsck.c:674
8219msgid "enable more strict checking"
8220msgstr ""
8221
8222#: builtin/fsck.c:676
8223msgid "write dangling objects in .git/lost-found"
8224msgstr ""
8225
8226#: builtin/fsck.c:677 builtin/prune.c:108
8227msgid "show progress"
8228msgstr ""
8229
8230#: builtin/fsck.c:678
8231msgid "show verbose names for reachable objects"
8232msgstr ""
8233
8234#: builtin/fsck.c:742
8235msgid "Checking objects"
8236msgstr ""
8237
8238#: builtin/gc.c:27
8239msgid "git gc [<options>]"
8240msgstr ""
8241
8242#: builtin/gc.c:80
8243#, c-format
8244msgid "Failed to fstat %s: %s"
8245msgstr ""
8246
8247#: builtin/gc.c:312
8248#, c-format
8249msgid "Can't stat %s"
8250msgstr ""
8251
8252#: builtin/gc.c:321
8253#, c-format
8254msgid ""
8255"The last gc run reported the following. Please correct the root cause\n"
8256"and remove %s.\n"
8257"Automatic cleanup will not be performed until the file is removed.\n"
8258"\n"
8259"%s"
8260msgstr ""
8261
8262#: builtin/gc.c:360
8263msgid "prune unreferenced objects"
8264msgstr ""
8265
8266#: builtin/gc.c:362
8267msgid "be more thorough (increased runtime)"
8268msgstr ""
8269
8270#: builtin/gc.c:363
8271msgid "enable auto-gc mode"
8272msgstr ""
8273
8274#: builtin/gc.c:366
8275msgid "force running gc even if there may be another gc running"
8276msgstr ""
8277
8278#: builtin/gc.c:384
8279#, c-format
8280msgid "Failed to parse gc.logexpiry value %s"
8281msgstr ""
8282
8283#: builtin/gc.c:412
8284#, c-format
8285msgid "Auto packing the repository in background for optimum performance.\n"
8286msgstr ""
8287
8288#: builtin/gc.c:414
8289#, c-format
8290msgid "Auto packing the repository for optimum performance.\n"
8291msgstr ""
8292
8293#: builtin/gc.c:415
8294#, c-format
8295msgid "See \"git help gc\" for manual housekeeping.\n"
8296msgstr ""
8297
8298#: builtin/gc.c:440
8299#, c-format
8300msgid ""
8301"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8302msgstr ""
8303
8304#: builtin/gc.c:487
8305msgid ""
8306"There are too many unreachable loose objects; run 'git prune' to remove them."
8307msgstr ""
8308
8309#: builtin/grep.c:27
8310msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
8311msgstr ""
8312
8313#: builtin/grep.c:225
8314#, c-format
8315msgid "grep: failed to create thread: %s"
8316msgstr ""
8317
8318#: builtin/grep.c:283
8319#, c-format
8320msgid "invalid number of threads specified (%d) for %s"
8321msgstr ""
8322
8323#. TRANSLATORS: %s is the configuration
8324#. variable for tweaking threads, currently
8325#. grep.threads
8326#.
8327#: builtin/grep.c:292 builtin/index-pack.c:1523 builtin/index-pack.c:1712
8328#, c-format
8329msgid "no threads support, ignoring %s"
8330msgstr ""
8331
8332#: builtin/grep.c:460 builtin/grep.c:580 builtin/grep.c:622
8333#, c-format
8334msgid "unable to read tree (%s)"
8335msgstr ""
8336
8337#: builtin/grep.c:637
8338#, c-format
8339msgid "unable to grep from object of type %s"
8340msgstr ""
8341
8342#: builtin/grep.c:703
8343#, c-format
8344msgid "switch `%c' expects a numerical value"
8345msgstr ""
8346
8347#: builtin/grep.c:790
8348msgid "search in index instead of in the work tree"
8349msgstr ""
8350
8351#: builtin/grep.c:792
8352msgid "find in contents not managed by git"
8353msgstr ""
8354
8355#: builtin/grep.c:794
8356msgid "search in both tracked and untracked files"
8357msgstr ""
8358
8359#: builtin/grep.c:796
8360msgid "ignore files specified via '.gitignore'"
8361msgstr ""
8362
8363#: builtin/grep.c:798
8364msgid "recursively search in each submodule"
8365msgstr ""
8366
8367#: builtin/grep.c:801
8368msgid "show non-matching lines"
8369msgstr ""
8370
8371#: builtin/grep.c:803
8372msgid "case insensitive matching"
8373msgstr ""
8374
8375#: builtin/grep.c:805
8376msgid "match patterns only at word boundaries"
8377msgstr ""
8378
8379#: builtin/grep.c:807
8380msgid "process binary files as text"
8381msgstr ""
8382
8383#: builtin/grep.c:809
8384msgid "don't match patterns in binary files"
8385msgstr ""
8386
8387#: builtin/grep.c:812
8388msgid "process binary files with textconv filters"
8389msgstr ""
8390
8391#: builtin/grep.c:814
8392msgid "descend at most <depth> levels"
8393msgstr ""
8394
8395#: builtin/grep.c:818
8396msgid "use extended POSIX regular expressions"
8397msgstr ""
8398
8399#: builtin/grep.c:821
8400msgid "use basic POSIX regular expressions (default)"
8401msgstr ""
8402
8403#: builtin/grep.c:824
8404msgid "interpret patterns as fixed strings"
8405msgstr ""
8406
8407#: builtin/grep.c:827
8408msgid "use Perl-compatible regular expressions"
8409msgstr ""
8410
8411#: builtin/grep.c:830
8412msgid "show line numbers"
8413msgstr ""
8414
8415#: builtin/grep.c:831
8416msgid "don't show filenames"
8417msgstr ""
8418
8419#: builtin/grep.c:832
8420msgid "show filenames"
8421msgstr ""
8422
8423#: builtin/grep.c:834
8424msgid "show filenames relative to top directory"
8425msgstr ""
8426
8427#: builtin/grep.c:836
8428msgid "show only filenames instead of matching lines"
8429msgstr ""
8430
8431#: builtin/grep.c:838
8432msgid "synonym for --files-with-matches"
8433msgstr ""
8434
8435#: builtin/grep.c:841
8436msgid "show only the names of files without match"
8437msgstr ""
8438
8439#: builtin/grep.c:843
8440msgid "print NUL after filenames"
8441msgstr ""
8442
8443#: builtin/grep.c:846
8444msgid "show the number of matches instead of matching lines"
8445msgstr ""
8446
8447#: builtin/grep.c:847
8448msgid "highlight matches"
8449msgstr ""
8450
8451#: builtin/grep.c:849
8452msgid "print empty line between matches from different files"
8453msgstr ""
8454
8455#: builtin/grep.c:851
8456msgid "show filename only once above matches from same file"
8457msgstr ""
8458
8459#: builtin/grep.c:854
8460msgid "show <n> context lines before and after matches"
8461msgstr ""
8462
8463#: builtin/grep.c:857
8464msgid "show <n> context lines before matches"
8465msgstr ""
8466
8467#: builtin/grep.c:859
8468msgid "show <n> context lines after matches"
8469msgstr ""
8470
8471#: builtin/grep.c:861
8472msgid "use <n> worker threads"
8473msgstr ""
8474
8475#: builtin/grep.c:862
8476msgid "shortcut for -C NUM"
8477msgstr ""
8478
8479#: builtin/grep.c:865
8480msgid "show a line with the function name before matches"
8481msgstr ""
8482
8483#: builtin/grep.c:867
8484msgid "show the surrounding function"
8485msgstr ""
8486
8487#: builtin/grep.c:870
8488msgid "read patterns from file"
8489msgstr ""
8490
8491#: builtin/grep.c:872
8492msgid "match <pattern>"
8493msgstr ""
8494
8495#: builtin/grep.c:874
8496msgid "combine patterns specified with -e"
8497msgstr ""
8498
8499#: builtin/grep.c:886
8500msgid "indicate hit with exit status without output"
8501msgstr ""
8502
8503#: builtin/grep.c:888
8504msgid "show only matches from files that match all patterns"
8505msgstr ""
8506
8507#: builtin/grep.c:890
8508msgid "show parse tree for grep expression"
8509msgstr ""
8510
8511#: builtin/grep.c:894
8512msgid "pager"
8513msgstr ""
8514
8515#: builtin/grep.c:894
8516msgid "show matching files in the pager"
8517msgstr ""
8518
8519#: builtin/grep.c:898
8520msgid "allow calling of grep(1) (ignored by this build)"
8521msgstr ""
8522
8523#: builtin/grep.c:962
8524msgid "no pattern given."
8525msgstr ""
8526
8527#: builtin/grep.c:994
8528msgid "--no-index or --untracked cannot be used with revs"
8529msgstr ""
8530
8531#: builtin/grep.c:1001
8532#, c-format
8533msgid "unable to resolve revision: %s"
8534msgstr ""
8535
8536#: builtin/grep.c:1036 builtin/index-pack.c:1519
8537#, c-format
8538msgid "invalid number of threads specified (%d)"
8539msgstr ""
8540
8541#: builtin/grep.c:1041
8542msgid "no threads support, ignoring --threads"
8543msgstr ""
8544
8545#: builtin/grep.c:1065
8546msgid "--open-files-in-pager only works on the worktree"
8547msgstr ""
8548
8549#: builtin/grep.c:1088
8550msgid "option not supported with --recurse-submodules."
8551msgstr ""
8552
8553#: builtin/grep.c:1094
8554msgid "--cached or --untracked cannot be used with --no-index."
8555msgstr ""
8556
8557#: builtin/grep.c:1100
8558msgid "--[no-]exclude-standard cannot be used for tracked contents."
8559msgstr ""
8560
8561#: builtin/grep.c:1108
8562msgid "both --cached and trees are given."
8563msgstr ""
8564
8565#: builtin/hash-object.c:83
8566msgid ""
8567"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8568"[--] <file>..."
8569msgstr ""
8570
8571#: builtin/hash-object.c:84
8572msgid "git hash-object  --stdin-paths"
8573msgstr ""
8574
8575#: builtin/hash-object.c:96
8576msgid "type"
8577msgstr ""
8578
8579#: builtin/hash-object.c:96
8580msgid "object type"
8581msgstr ""
8582
8583#: builtin/hash-object.c:97
8584msgid "write the object into the object database"
8585msgstr ""
8586
8587#: builtin/hash-object.c:99
8588msgid "read the object from stdin"
8589msgstr ""
8590
8591#: builtin/hash-object.c:101
8592msgid "store file as is without filters"
8593msgstr ""
8594
8595#: builtin/hash-object.c:102
8596msgid ""
8597"just hash any random garbage to create corrupt objects for debugging Git"
8598msgstr ""
8599
8600#: builtin/hash-object.c:103
8601msgid "process file as it were from this path"
8602msgstr ""
8603
8604#: builtin/help.c:43
8605msgid "print all available commands"
8606msgstr ""
8607
8608#: builtin/help.c:44
8609msgid "exclude guides"
8610msgstr ""
8611
8612#: builtin/help.c:45
8613msgid "print list of useful guides"
8614msgstr ""
8615
8616#: builtin/help.c:46
8617msgid "show man page"
8618msgstr ""
8619
8620#: builtin/help.c:47
8621msgid "show manual in web browser"
8622msgstr ""
8623
8624#: builtin/help.c:49
8625msgid "show info page"
8626msgstr ""
8627
8628#: builtin/help.c:55
8629msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8630msgstr ""
8631
8632#: builtin/help.c:67
8633#, c-format
8634msgid "unrecognized help format '%s'"
8635msgstr ""
8636
8637#: builtin/help.c:94
8638msgid "Failed to start emacsclient."
8639msgstr ""
8640
8641#: builtin/help.c:107
8642msgid "Failed to parse emacsclient version."
8643msgstr ""
8644
8645#: builtin/help.c:115
8646#, c-format
8647msgid "emacsclient version '%d' too old (< 22)."
8648msgstr ""
8649
8650#: builtin/help.c:133 builtin/help.c:155 builtin/help.c:165 builtin/help.c:173
8651#, c-format
8652msgid "failed to exec '%s'"
8653msgstr ""
8654
8655#: builtin/help.c:211
8656#, c-format
8657msgid ""
8658"'%s': path for unsupported man viewer.\n"
8659"Please consider using 'man.<tool>.cmd' instead."
8660msgstr ""
8661
8662#: builtin/help.c:223
8663#, c-format
8664msgid ""
8665"'%s': cmd for supported man viewer.\n"
8666"Please consider using 'man.<tool>.path' instead."
8667msgstr ""
8668
8669#: builtin/help.c:340
8670#, c-format
8671msgid "'%s': unknown man viewer."
8672msgstr ""
8673
8674#: builtin/help.c:357
8675msgid "no man viewer handled the request"
8676msgstr ""
8677
8678#: builtin/help.c:365
8679msgid "no info viewer handled the request"
8680msgstr ""
8681
8682#: builtin/help.c:407
8683msgid "Defining attributes per path"
8684msgstr ""
8685
8686#: builtin/help.c:408
8687msgid "Everyday Git With 20 Commands Or So"
8688msgstr ""
8689
8690#: builtin/help.c:409
8691msgid "A Git glossary"
8692msgstr ""
8693
8694#: builtin/help.c:410
8695msgid "Specifies intentionally untracked files to ignore"
8696msgstr ""
8697
8698#: builtin/help.c:411
8699msgid "Defining submodule properties"
8700msgstr ""
8701
8702#: builtin/help.c:412
8703msgid "Specifying revisions and ranges for Git"
8704msgstr ""
8705
8706#: builtin/help.c:413
8707msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8708msgstr ""
8709
8710#: builtin/help.c:414
8711msgid "An overview of recommended workflows with Git"
8712msgstr ""
8713
8714#: builtin/help.c:426
8715msgid "The common Git guides are:\n"
8716msgstr ""
8717
8718#: builtin/help.c:444
8719#, c-format
8720msgid "'%s' is aliased to '%s'"
8721msgstr ""
8722
8723#: builtin/help.c:466 builtin/help.c:483
8724#, c-format
8725msgid "usage: %s%s"
8726msgstr ""
8727
8728#: builtin/index-pack.c:157
8729#, c-format
8730msgid "unable to open %s"
8731msgstr ""
8732
8733#: builtin/index-pack.c:207
8734#, c-format
8735msgid "object type mismatch at %s"
8736msgstr ""
8737
8738#: builtin/index-pack.c:227
8739#, c-format
8740msgid "did not receive expected object %s"
8741msgstr ""
8742
8743#: builtin/index-pack.c:230
8744#, c-format
8745msgid "object %s: expected type %s, found %s"
8746msgstr ""
8747
8748#: builtin/index-pack.c:272
8749#, c-format
8750msgid "cannot fill %d byte"
8751msgid_plural "cannot fill %d bytes"
8752msgstr[0] ""
8753msgstr[1] ""
8754
8755#: builtin/index-pack.c:282
8756msgid "early EOF"
8757msgstr ""
8758
8759#: builtin/index-pack.c:283
8760msgid "read error on input"
8761msgstr ""
8762
8763#: builtin/index-pack.c:295
8764msgid "used more bytes than were available"
8765msgstr ""
8766
8767#: builtin/index-pack.c:302
8768msgid "pack too large for current definition of off_t"
8769msgstr ""
8770
8771#: builtin/index-pack.c:305 builtin/unpack-objects.c:93
8772msgid "pack exceeds maximum allowed size"
8773msgstr ""
8774
8775#: builtin/index-pack.c:320
8776#, c-format
8777msgid "unable to create '%s'"
8778msgstr ""
8779
8780#: builtin/index-pack.c:326
8781#, c-format
8782msgid "cannot open packfile '%s'"
8783msgstr ""
8784
8785#: builtin/index-pack.c:340
8786msgid "pack signature mismatch"
8787msgstr ""
8788
8789#: builtin/index-pack.c:342
8790#, c-format
8791msgid "pack version %<PRIu32> unsupported"
8792msgstr ""
8793
8794#: builtin/index-pack.c:360
8795#, c-format
8796msgid "pack has bad object at offset %<PRIuMAX>: %s"
8797msgstr ""
8798
8799#: builtin/index-pack.c:481
8800#, c-format
8801msgid "inflate returned %d"
8802msgstr ""
8803
8804#: builtin/index-pack.c:530
8805msgid "offset value overflow for delta base object"
8806msgstr ""
8807
8808#: builtin/index-pack.c:538
8809msgid "delta base offset is out of bound"
8810msgstr ""
8811
8812#: builtin/index-pack.c:546
8813#, c-format
8814msgid "unknown object type %d"
8815msgstr ""
8816
8817#: builtin/index-pack.c:577
8818msgid "cannot pread pack file"
8819msgstr ""
8820
8821#: builtin/index-pack.c:579
8822#, c-format
8823msgid "premature end of pack file, %<PRIuMAX> byte missing"
8824msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8825msgstr[0] ""
8826msgstr[1] ""
8827
8828#: builtin/index-pack.c:605
8829msgid "serious inflate inconsistency"
8830msgstr ""
8831
8832#: builtin/index-pack.c:750 builtin/index-pack.c:756 builtin/index-pack.c:779
8833#: builtin/index-pack.c:818 builtin/index-pack.c:827
8834#, c-format
8835msgid "SHA1 COLLISION FOUND WITH %s !"
8836msgstr ""
8837
8838#: builtin/index-pack.c:753 builtin/pack-objects.c:182
8839#: builtin/pack-objects.c:276
8840#, c-format
8841msgid "unable to read %s"
8842msgstr ""
8843
8844#: builtin/index-pack.c:816
8845#, c-format
8846msgid "cannot read existing object info %s"
8847msgstr ""
8848
8849#: builtin/index-pack.c:824
8850#, c-format
8851msgid "cannot read existing object %s"
8852msgstr ""
8853
8854#: builtin/index-pack.c:838
8855#, c-format
8856msgid "invalid blob object %s"
8857msgstr ""
8858
8859#: builtin/index-pack.c:853
8860#, c-format
8861msgid "invalid %s"
8862msgstr ""
8863
8864#: builtin/index-pack.c:856
8865msgid "Error in object"
8866msgstr ""
8867
8868#: builtin/index-pack.c:858
8869#, c-format
8870msgid "Not all child objects of %s are reachable"
8871msgstr ""
8872
8873#: builtin/index-pack.c:930 builtin/index-pack.c:961
8874msgid "failed to apply delta"
8875msgstr ""
8876
8877#: builtin/index-pack.c:1131
8878msgid "Receiving objects"
8879msgstr ""
8880
8881#: builtin/index-pack.c:1131
8882msgid "Indexing objects"
8883msgstr ""
8884
8885#: builtin/index-pack.c:1165
8886msgid "pack is corrupted (SHA1 mismatch)"
8887msgstr ""
8888
8889#: builtin/index-pack.c:1170
8890msgid "cannot fstat packfile"
8891msgstr ""
8892
8893#: builtin/index-pack.c:1173
8894msgid "pack has junk at the end"
8895msgstr ""
8896
8897#: builtin/index-pack.c:1185
8898msgid "confusion beyond insanity in parse_pack_objects()"
8899msgstr ""
8900
8901#: builtin/index-pack.c:1208
8902msgid "Resolving deltas"
8903msgstr ""
8904
8905#: builtin/index-pack.c:1219
8906#, c-format
8907msgid "unable to create thread: %s"
8908msgstr ""
8909
8910#: builtin/index-pack.c:1261
8911msgid "confusion beyond insanity"
8912msgstr ""
8913
8914#: builtin/index-pack.c:1267
8915#, c-format
8916msgid "completed with %d local object"
8917msgid_plural "completed with %d local objects"
8918msgstr[0] ""
8919msgstr[1] ""
8920
8921#: builtin/index-pack.c:1279
8922#, c-format
8923msgid "Unexpected tail checksum for %s (disk corruption?)"
8924msgstr ""
8925
8926#: builtin/index-pack.c:1283
8927#, c-format
8928msgid "pack has %d unresolved delta"
8929msgid_plural "pack has %d unresolved deltas"
8930msgstr[0] ""
8931msgstr[1] ""
8932
8933#: builtin/index-pack.c:1307
8934#, c-format
8935msgid "unable to deflate appended object (%d)"
8936msgstr ""
8937
8938#: builtin/index-pack.c:1383
8939#, c-format
8940msgid "local object %s is corrupt"
8941msgstr ""
8942
8943#: builtin/index-pack.c:1397
8944#, c-format
8945msgid "packfile name '%s' does not end with '.pack'"
8946msgstr ""
8947
8948#: builtin/index-pack.c:1422
8949#, c-format
8950msgid "cannot write %s file '%s'"
8951msgstr ""
8952
8953#: builtin/index-pack.c:1430
8954#, c-format
8955msgid "cannot close written %s file '%s'"
8956msgstr ""
8957
8958#: builtin/index-pack.c:1454
8959msgid "error while closing pack file"
8960msgstr ""
8961
8962#: builtin/index-pack.c:1468
8963msgid "cannot store pack file"
8964msgstr ""
8965
8966#: builtin/index-pack.c:1476
8967msgid "cannot store index file"
8968msgstr ""
8969
8970#: builtin/index-pack.c:1513
8971#, c-format
8972msgid "bad pack.indexversion=%<PRIu32>"
8973msgstr ""
8974
8975#: builtin/index-pack.c:1581
8976#, c-format
8977msgid "Cannot open existing pack file '%s'"
8978msgstr ""
8979
8980#: builtin/index-pack.c:1583
8981#, c-format
8982msgid "Cannot open existing pack idx file for '%s'"
8983msgstr ""
8984
8985#: builtin/index-pack.c:1631
8986#, c-format
8987msgid "non delta: %d object"
8988msgid_plural "non delta: %d objects"
8989msgstr[0] ""
8990msgstr[1] ""
8991
8992#: builtin/index-pack.c:1638
8993#, c-format
8994msgid "chain length = %d: %lu object"
8995msgid_plural "chain length = %d: %lu objects"
8996msgstr[0] ""
8997msgstr[1] ""
8998
8999#: builtin/index-pack.c:1675
9000msgid "Cannot come back to cwd"
9001msgstr ""
9002
9003#: builtin/index-pack.c:1724 builtin/index-pack.c:1727
9004#: builtin/index-pack.c:1743 builtin/index-pack.c:1747
9005#, c-format
9006msgid "bad %s"
9007msgstr ""
9008
9009#: builtin/index-pack.c:1763
9010msgid "--fix-thin cannot be used without --stdin"
9011msgstr ""
9012
9013#: builtin/index-pack.c:1765
9014msgid "--stdin requires a git repository"
9015msgstr ""
9016
9017#: builtin/index-pack.c:1771
9018msgid "--verify with no packfile name given"
9019msgstr ""
9020
9021#: builtin/init-db.c:55
9022#, c-format
9023msgid "cannot stat '%s'"
9024msgstr ""
9025
9026#: builtin/init-db.c:61
9027#, c-format
9028msgid "cannot stat template '%s'"
9029msgstr ""
9030
9031#: builtin/init-db.c:66
9032#, c-format
9033msgid "cannot opendir '%s'"
9034msgstr ""
9035
9036#: builtin/init-db.c:77
9037#, c-format
9038msgid "cannot readlink '%s'"
9039msgstr ""
9040
9041#: builtin/init-db.c:79
9042#, c-format
9043msgid "cannot symlink '%s' '%s'"
9044msgstr ""
9045
9046#: builtin/init-db.c:85
9047#, c-format
9048msgid "cannot copy '%s' to '%s'"
9049msgstr ""
9050
9051#: builtin/init-db.c:89
9052#, c-format
9053msgid "ignoring template %s"
9054msgstr ""
9055
9056#: builtin/init-db.c:120
9057#, c-format
9058msgid "templates not found %s"
9059msgstr ""
9060
9061#: builtin/init-db.c:135
9062#, c-format
9063msgid "not copying templates from '%s': %s"
9064msgstr ""
9065
9066#: builtin/init-db.c:328
9067#, c-format
9068msgid "unable to handle file type %d"
9069msgstr ""
9070
9071#: builtin/init-db.c:331
9072#, c-format
9073msgid "unable to move %s to %s"
9074msgstr ""
9075
9076#: builtin/init-db.c:348 builtin/init-db.c:351
9077#, c-format
9078msgid "%s already exists"
9079msgstr ""
9080
9081#: builtin/init-db.c:404
9082#, c-format
9083msgid "Reinitialized existing shared Git repository in %s%s\n"
9084msgstr ""
9085
9086#: builtin/init-db.c:405
9087#, c-format
9088msgid "Reinitialized existing Git repository in %s%s\n"
9089msgstr ""
9090
9091#: builtin/init-db.c:409
9092#, c-format
9093msgid "Initialized empty shared Git repository in %s%s\n"
9094msgstr ""
9095
9096#: builtin/init-db.c:410
9097#, c-format
9098msgid "Initialized empty Git repository in %s%s\n"
9099msgstr ""
9100
9101#: builtin/init-db.c:458
9102msgid ""
9103"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
9104"shared[=<permissions>]] [<directory>]"
9105msgstr ""
9106
9107#: builtin/init-db.c:481
9108msgid "permissions"
9109msgstr ""
9110
9111#: builtin/init-db.c:482
9112msgid "specify that the git repository is to be shared amongst several users"
9113msgstr ""
9114
9115#: builtin/init-db.c:516 builtin/init-db.c:521
9116#, c-format
9117msgid "cannot mkdir %s"
9118msgstr ""
9119
9120#: builtin/init-db.c:525
9121#, c-format
9122msgid "cannot chdir to %s"
9123msgstr ""
9124
9125#: builtin/init-db.c:546
9126#, c-format
9127msgid ""
9128"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
9129"dir=<directory>)"
9130msgstr ""
9131
9132#: builtin/init-db.c:574
9133#, c-format
9134msgid "Cannot access work tree '%s'"
9135msgstr ""
9136
9137#: builtin/interpret-trailers.c:15
9138msgid ""
9139"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
9140"<token>[(=|:)<value>])...] [<file>...]"
9141msgstr ""
9142
9143#: builtin/interpret-trailers.c:92
9144msgid "edit files in place"
9145msgstr ""
9146
9147#: builtin/interpret-trailers.c:93
9148msgid "trim empty trailers"
9149msgstr ""
9150
9151#: builtin/interpret-trailers.c:96
9152msgid "where to place the new trailer"
9153msgstr ""
9154
9155#: builtin/interpret-trailers.c:98
9156msgid "action if trailer already exists"
9157msgstr ""
9158
9159#: builtin/interpret-trailers.c:100
9160msgid "action if trailer is missing"
9161msgstr ""
9162
9163#: builtin/interpret-trailers.c:102
9164msgid "output only the trailers"
9165msgstr ""
9166
9167#: builtin/interpret-trailers.c:103
9168msgid "do not apply config rules"
9169msgstr ""
9170
9171#: builtin/interpret-trailers.c:104
9172msgid "join whitespace-continued values"
9173msgstr ""
9174
9175#: builtin/interpret-trailers.c:105
9176msgid "set parsing options"
9177msgstr ""
9178
9179#: builtin/interpret-trailers.c:107
9180msgid "trailer"
9181msgstr ""
9182
9183#: builtin/interpret-trailers.c:108
9184msgid "trailer(s) to add"
9185msgstr ""
9186
9187#: builtin/interpret-trailers.c:117
9188msgid "--trailer with --only-input does not make sense"
9189msgstr ""
9190
9191#: builtin/interpret-trailers.c:127
9192msgid "no input file given for in-place editing"
9193msgstr ""
9194
9195#: builtin/log.c:48
9196msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
9197msgstr ""
9198
9199#: builtin/log.c:49
9200msgid "git show [<options>] <object>..."
9201msgstr ""
9202
9203#: builtin/log.c:93
9204#, c-format
9205msgid "invalid --decorate option: %s"
9206msgstr ""
9207
9208#: builtin/log.c:153
9209msgid "suppress diff output"
9210msgstr ""
9211
9212#: builtin/log.c:154
9213msgid "show source"
9214msgstr ""
9215
9216#: builtin/log.c:155
9217msgid "Use mail map file"
9218msgstr ""
9219
9220#: builtin/log.c:157
9221msgid "only decorate refs that match <pattern>"
9222msgstr ""
9223
9224#: builtin/log.c:159
9225msgid "do not decorate refs that match <pattern>"
9226msgstr ""
9227
9228#: builtin/log.c:160
9229msgid "decorate options"
9230msgstr ""
9231
9232#: builtin/log.c:163
9233msgid "Process line range n,m in file, counting from 1"
9234msgstr ""
9235
9236#: builtin/log.c:259
9237#, c-format
9238msgid "Final output: %d %s\n"
9239msgstr ""
9240
9241#: builtin/log.c:510
9242#, c-format
9243msgid "git show %s: bad file"
9244msgstr ""
9245
9246#: builtin/log.c:525 builtin/log.c:619
9247#, c-format
9248msgid "Could not read object %s"
9249msgstr ""
9250
9251#: builtin/log.c:643
9252#, c-format
9253msgid "Unknown type: %d"
9254msgstr ""
9255
9256#: builtin/log.c:764
9257msgid "format.headers without value"
9258msgstr ""
9259
9260#: builtin/log.c:865
9261msgid "name of output directory is too long"
9262msgstr ""
9263
9264#: builtin/log.c:881
9265#, c-format
9266msgid "Cannot open patch file %s"
9267msgstr ""
9268
9269#: builtin/log.c:898
9270msgid "Need exactly one range."
9271msgstr ""
9272
9273#: builtin/log.c:908
9274msgid "Not a range."
9275msgstr ""
9276
9277#: builtin/log.c:1014
9278msgid "Cover letter needs email format"
9279msgstr ""
9280
9281#: builtin/log.c:1095
9282#, c-format
9283msgid "insane in-reply-to: %s"
9284msgstr ""
9285
9286#: builtin/log.c:1122
9287msgid "git format-patch [<options>] [<since> | <revision-range>]"
9288msgstr ""
9289
9290#: builtin/log.c:1172
9291msgid "Two output directories?"
9292msgstr ""
9293
9294#: builtin/log.c:1279 builtin/log.c:1932 builtin/log.c:1934 builtin/log.c:1946
9295#, c-format
9296msgid "Unknown commit %s"
9297msgstr ""
9298
9299#: builtin/log.c:1289 builtin/notes.c:887 builtin/tag.c:522
9300#, c-format
9301msgid "Failed to resolve '%s' as a valid ref."
9302msgstr ""
9303
9304#: builtin/log.c:1294
9305msgid "Could not find exact merge base."
9306msgstr ""
9307
9308#: builtin/log.c:1298
9309msgid ""
9310"Failed to get upstream, if you want to record base commit automatically,\n"
9311"please use git branch --set-upstream-to to track a remote branch.\n"
9312"Or you could specify base commit by --base=<base-commit-id> manually."
9313msgstr ""
9314
9315#: builtin/log.c:1318
9316msgid "Failed to find exact merge base"
9317msgstr ""
9318
9319#: builtin/log.c:1329
9320msgid "base commit should be the ancestor of revision list"
9321msgstr ""
9322
9323#: builtin/log.c:1333
9324msgid "base commit shouldn't be in revision list"
9325msgstr ""
9326
9327#: builtin/log.c:1382
9328msgid "cannot get patch id"
9329msgstr ""
9330
9331#: builtin/log.c:1441
9332msgid "use [PATCH n/m] even with a single patch"
9333msgstr ""
9334
9335#: builtin/log.c:1444
9336msgid "use [PATCH] even with multiple patches"
9337msgstr ""
9338
9339#: builtin/log.c:1448
9340msgid "print patches to standard out"
9341msgstr ""
9342
9343#: builtin/log.c:1450
9344msgid "generate a cover letter"
9345msgstr ""
9346
9347#: builtin/log.c:1452
9348msgid "use simple number sequence for output file names"
9349msgstr ""
9350
9351#: builtin/log.c:1453
9352msgid "sfx"
9353msgstr ""
9354
9355#: builtin/log.c:1454
9356msgid "use <sfx> instead of '.patch'"
9357msgstr ""
9358
9359#: builtin/log.c:1456
9360msgid "start numbering patches at <n> instead of 1"
9361msgstr ""
9362
9363#: builtin/log.c:1458
9364msgid "mark the series as Nth re-roll"
9365msgstr ""
9366
9367#: builtin/log.c:1460
9368msgid "Use [RFC PATCH] instead of [PATCH]"
9369msgstr ""
9370
9371#: builtin/log.c:1463
9372msgid "Use [<prefix>] instead of [PATCH]"
9373msgstr ""
9374
9375#: builtin/log.c:1466
9376msgid "store resulting files in <dir>"
9377msgstr ""
9378
9379#: builtin/log.c:1469
9380msgid "don't strip/add [PATCH]"
9381msgstr ""
9382
9383#: builtin/log.c:1472
9384msgid "don't output binary diffs"
9385msgstr ""
9386
9387#: builtin/log.c:1474
9388msgid "output all-zero hash in From header"
9389msgstr ""
9390
9391#: builtin/log.c:1476
9392msgid "don't include a patch matching a commit upstream"
9393msgstr ""
9394
9395#: builtin/log.c:1478
9396msgid "show patch format instead of default (patch + stat)"
9397msgstr ""
9398
9399#: builtin/log.c:1480
9400msgid "Messaging"
9401msgstr ""
9402
9403#: builtin/log.c:1481
9404msgid "header"
9405msgstr ""
9406
9407#: builtin/log.c:1482
9408msgid "add email header"
9409msgstr ""
9410
9411#: builtin/log.c:1483 builtin/log.c:1485
9412msgid "email"
9413msgstr ""
9414
9415#: builtin/log.c:1483
9416msgid "add To: header"
9417msgstr ""
9418
9419#: builtin/log.c:1485
9420msgid "add Cc: header"
9421msgstr ""
9422
9423#: builtin/log.c:1487
9424msgid "ident"
9425msgstr ""
9426
9427#: builtin/log.c:1488
9428msgid "set From address to <ident> (or committer ident if absent)"
9429msgstr ""
9430
9431#: builtin/log.c:1490
9432msgid "message-id"
9433msgstr ""
9434
9435#: builtin/log.c:1491
9436msgid "make first mail a reply to <message-id>"
9437msgstr ""
9438
9439#: builtin/log.c:1492 builtin/log.c:1495
9440msgid "boundary"
9441msgstr ""
9442
9443#: builtin/log.c:1493
9444msgid "attach the patch"
9445msgstr ""
9446
9447#: builtin/log.c:1496
9448msgid "inline the patch"
9449msgstr ""
9450
9451#: builtin/log.c:1500
9452msgid "enable message threading, styles: shallow, deep"
9453msgstr ""
9454
9455#: builtin/log.c:1502
9456msgid "signature"
9457msgstr ""
9458
9459#: builtin/log.c:1503
9460msgid "add a signature"
9461msgstr ""
9462
9463#: builtin/log.c:1504
9464msgid "base-commit"
9465msgstr ""
9466
9467#: builtin/log.c:1505
9468msgid "add prerequisite tree info to the patch series"
9469msgstr ""
9470
9471#: builtin/log.c:1507
9472msgid "add a signature from a file"
9473msgstr ""
9474
9475#: builtin/log.c:1508
9476msgid "don't print the patch filenames"
9477msgstr ""
9478
9479#: builtin/log.c:1510
9480msgid "show progress while generating patches"
9481msgstr ""
9482
9483#: builtin/log.c:1585
9484#, c-format
9485msgid "invalid ident line: %s"
9486msgstr ""
9487
9488#: builtin/log.c:1600
9489msgid "-n and -k are mutually exclusive."
9490msgstr ""
9491
9492#: builtin/log.c:1602
9493msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9494msgstr ""
9495
9496#: builtin/log.c:1610
9497msgid "--name-only does not make sense"
9498msgstr ""
9499
9500#: builtin/log.c:1612
9501msgid "--name-status does not make sense"
9502msgstr ""
9503
9504#: builtin/log.c:1614
9505msgid "--check does not make sense"
9506msgstr ""
9507
9508#: builtin/log.c:1646
9509msgid "standard output, or directory, which one?"
9510msgstr ""
9511
9512#: builtin/log.c:1648
9513#, c-format
9514msgid "Could not create directory '%s'"
9515msgstr ""
9516
9517#: builtin/log.c:1741
9518#, c-format
9519msgid "unable to read signature file '%s'"
9520msgstr ""
9521
9522#: builtin/log.c:1773
9523msgid "Generating patches"
9524msgstr ""
9525
9526#: builtin/log.c:1817
9527msgid "Failed to create output files"
9528msgstr ""
9529
9530#: builtin/log.c:1867
9531msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9532msgstr ""
9533
9534#: builtin/log.c:1921
9535#, c-format
9536msgid ""
9537"Could not find a tracked remote branch, please specify <upstream> manually.\n"
9538msgstr ""
9539
9540#: builtin/ls-files.c:468
9541msgid "git ls-files [<options>] [<file>...]"
9542msgstr ""
9543
9544#: builtin/ls-files.c:517
9545msgid "identify the file status with tags"
9546msgstr ""
9547
9548#: builtin/ls-files.c:519
9549msgid "use lowercase letters for 'assume unchanged' files"
9550msgstr ""
9551
9552#: builtin/ls-files.c:521
9553msgid "use lowercase letters for 'fsmonitor clean' files"
9554msgstr ""
9555
9556#: builtin/ls-files.c:523
9557msgid "show cached files in the output (default)"
9558msgstr ""
9559
9560#: builtin/ls-files.c:525
9561msgid "show deleted files in the output"
9562msgstr ""
9563
9564#: builtin/ls-files.c:527
9565msgid "show modified files in the output"
9566msgstr ""
9567
9568#: builtin/ls-files.c:529
9569msgid "show other files in the output"
9570msgstr ""
9571
9572#: builtin/ls-files.c:531
9573msgid "show ignored files in the output"
9574msgstr ""
9575
9576#: builtin/ls-files.c:534
9577msgid "show staged contents' object name in the output"
9578msgstr ""
9579
9580#: builtin/ls-files.c:536
9581msgid "show files on the filesystem that need to be removed"
9582msgstr ""
9583
9584#: builtin/ls-files.c:538
9585msgid "show 'other' directories' names only"
9586msgstr ""
9587
9588#: builtin/ls-files.c:540
9589msgid "show line endings of files"
9590msgstr ""
9591
9592#: builtin/ls-files.c:542
9593msgid "don't show empty directories"
9594msgstr ""
9595
9596#: builtin/ls-files.c:545
9597msgid "show unmerged files in the output"
9598msgstr ""
9599
9600#: builtin/ls-files.c:547
9601msgid "show resolve-undo information"
9602msgstr ""
9603
9604#: builtin/ls-files.c:549
9605msgid "skip files matching pattern"
9606msgstr ""
9607
9608#: builtin/ls-files.c:552
9609msgid "exclude patterns are read from <file>"
9610msgstr ""
9611
9612#: builtin/ls-files.c:555
9613msgid "read additional per-directory exclude patterns in <file>"
9614msgstr ""
9615
9616#: builtin/ls-files.c:557
9617msgid "add the standard git exclusions"
9618msgstr ""
9619
9620#: builtin/ls-files.c:560
9621msgid "make the output relative to the project top directory"
9622msgstr ""
9623
9624#: builtin/ls-files.c:563
9625msgid "recurse through submodules"
9626msgstr ""
9627
9628#: builtin/ls-files.c:565
9629msgid "if any <file> is not in the index, treat this as an error"
9630msgstr ""
9631
9632#: builtin/ls-files.c:566
9633msgid "tree-ish"
9634msgstr ""
9635
9636#: builtin/ls-files.c:567
9637msgid "pretend that paths removed since <tree-ish> are still present"
9638msgstr ""
9639
9640#: builtin/ls-files.c:569
9641msgid "show debugging data"
9642msgstr ""
9643
9644#: builtin/ls-remote.c:7
9645msgid ""
9646"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9647"                     [-q | --quiet] [--exit-code] [--get-url]\n"
9648"                     [--symref] [<repository> [<refs>...]]"
9649msgstr ""
9650
9651#: builtin/ls-remote.c:52
9652msgid "do not print remote URL"
9653msgstr ""
9654
9655#: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9656msgid "exec"
9657msgstr ""
9658
9659#: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9660msgid "path of git-upload-pack on the remote host"
9661msgstr ""
9662
9663#: builtin/ls-remote.c:58
9664msgid "limit to tags"
9665msgstr ""
9666
9667#: builtin/ls-remote.c:59
9668msgid "limit to heads"
9669msgstr ""
9670
9671#: builtin/ls-remote.c:60
9672msgid "do not show peeled tags"
9673msgstr ""
9674
9675#: builtin/ls-remote.c:62
9676msgid "take url.<base>.insteadOf into account"
9677msgstr ""
9678
9679#: builtin/ls-remote.c:64
9680msgid "exit with exit code 2 if no matching refs are found"
9681msgstr ""
9682
9683#: builtin/ls-remote.c:67
9684msgid "show underlying ref in addition to the object pointed by it"
9685msgstr ""
9686
9687#: builtin/ls-tree.c:29
9688msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9689msgstr ""
9690
9691#: builtin/ls-tree.c:127
9692msgid "only show trees"
9693msgstr ""
9694
9695#: builtin/ls-tree.c:129
9696msgid "recurse into subtrees"
9697msgstr ""
9698
9699#: builtin/ls-tree.c:131
9700msgid "show trees when recursing"
9701msgstr ""
9702
9703#: builtin/ls-tree.c:134
9704msgid "terminate entries with NUL byte"
9705msgstr ""
9706
9707#: builtin/ls-tree.c:135
9708msgid "include object size"
9709msgstr ""
9710
9711#: builtin/ls-tree.c:137 builtin/ls-tree.c:139
9712msgid "list only filenames"
9713msgstr ""
9714
9715#: builtin/ls-tree.c:142
9716msgid "use full path names"
9717msgstr ""
9718
9719#: builtin/ls-tree.c:144
9720msgid "list entire tree; not just current directory (implies --full-name)"
9721msgstr ""
9722
9723#: builtin/mailsplit.c:241
9724#, c-format
9725msgid "empty mbox: '%s'"
9726msgstr ""
9727
9728#: builtin/merge.c:49
9729msgid "git merge [<options>] [<commit>...]"
9730msgstr ""
9731
9732#: builtin/merge.c:50
9733msgid "git merge --abort"
9734msgstr ""
9735
9736#: builtin/merge.c:51
9737msgid "git merge --continue"
9738msgstr ""
9739
9740#: builtin/merge.c:108
9741msgid "switch `m' requires a value"
9742msgstr ""
9743
9744#: builtin/merge.c:145
9745#, c-format
9746msgid "Could not find merge strategy '%s'.\n"
9747msgstr ""
9748
9749#: builtin/merge.c:146
9750#, c-format
9751msgid "Available strategies are:"
9752msgstr ""
9753
9754#: builtin/merge.c:151
9755#, c-format
9756msgid "Available custom strategies are:"
9757msgstr ""
9758
9759#: builtin/merge.c:201 builtin/pull.c:137
9760msgid "do not show a diffstat at the end of the merge"
9761msgstr ""
9762
9763#: builtin/merge.c:204 builtin/pull.c:140
9764msgid "show a diffstat at the end of the merge"
9765msgstr ""
9766
9767#: builtin/merge.c:205 builtin/pull.c:143
9768msgid "(synonym to --stat)"
9769msgstr ""
9770
9771#: builtin/merge.c:207 builtin/pull.c:146
9772msgid "add (at most <n>) entries from shortlog to merge commit message"
9773msgstr ""
9774
9775#: builtin/merge.c:210 builtin/pull.c:152
9776msgid "create a single commit instead of doing a merge"
9777msgstr ""
9778
9779#: builtin/merge.c:212 builtin/pull.c:155
9780msgid "perform a commit if the merge succeeds (default)"
9781msgstr ""
9782
9783#: builtin/merge.c:214 builtin/pull.c:158
9784msgid "edit message before committing"
9785msgstr ""
9786
9787#: builtin/merge.c:215
9788msgid "allow fast-forward (default)"
9789msgstr ""
9790
9791#: builtin/merge.c:217 builtin/pull.c:164
9792msgid "abort if fast-forward is not possible"
9793msgstr ""
9794
9795#: builtin/merge.c:221 builtin/pull.c:167
9796msgid "verify that the named commit has a valid GPG signature"
9797msgstr ""
9798
9799#: builtin/merge.c:222 builtin/notes.c:777 builtin/pull.c:171
9800#: builtin/revert.c:109
9801msgid "strategy"
9802msgstr ""
9803
9804#: builtin/merge.c:223 builtin/pull.c:172
9805msgid "merge strategy to use"
9806msgstr ""
9807
9808#: builtin/merge.c:224 builtin/pull.c:175
9809msgid "option=value"
9810msgstr ""
9811
9812#: builtin/merge.c:225 builtin/pull.c:176
9813msgid "option for selected merge strategy"
9814msgstr ""
9815
9816#: builtin/merge.c:227
9817msgid "merge commit message (for a non-fast-forward merge)"
9818msgstr ""
9819
9820#: builtin/merge.c:231
9821msgid "abort the current in-progress merge"
9822msgstr ""
9823
9824#: builtin/merge.c:233
9825msgid "continue the current in-progress merge"
9826msgstr ""
9827
9828#: builtin/merge.c:235 builtin/pull.c:183
9829msgid "allow merging unrelated histories"
9830msgstr ""
9831
9832#: builtin/merge.c:241
9833msgid "verify commit-msg hook"
9834msgstr ""
9835
9836#: builtin/merge.c:266
9837msgid "could not run stash."
9838msgstr ""
9839
9840#: builtin/merge.c:271
9841msgid "stash failed"
9842msgstr ""
9843
9844#: builtin/merge.c:276
9845#, c-format
9846msgid "not a valid object: %s"
9847msgstr ""
9848
9849#: builtin/merge.c:298 builtin/merge.c:315
9850msgid "read-tree failed"
9851msgstr ""
9852
9853#: builtin/merge.c:345
9854msgid " (nothing to squash)"
9855msgstr ""
9856
9857#: builtin/merge.c:356
9858#, c-format
9859msgid "Squash commit -- not updating HEAD\n"
9860msgstr ""
9861
9862#: builtin/merge.c:406
9863#, c-format
9864msgid "No merge message -- not updating HEAD\n"
9865msgstr ""
9866
9867#: builtin/merge.c:456
9868#, c-format
9869msgid "'%s' does not point to a commit"
9870msgstr ""
9871
9872#: builtin/merge.c:546
9873#, c-format
9874msgid "Bad branch.%s.mergeoptions string: %s"
9875msgstr ""
9876
9877#: builtin/merge.c:668
9878msgid "Not handling anything other than two heads merge."
9879msgstr ""
9880
9881#: builtin/merge.c:682
9882#, c-format
9883msgid "Unknown option for merge-recursive: -X%s"
9884msgstr ""
9885
9886#: builtin/merge.c:697
9887#, c-format
9888msgid "unable to write %s"
9889msgstr ""
9890
9891#: builtin/merge.c:749
9892#, c-format
9893msgid "Could not read from '%s'"
9894msgstr ""
9895
9896#: builtin/merge.c:758
9897#, c-format
9898msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9899msgstr ""
9900
9901#: builtin/merge.c:764
9902#, c-format
9903msgid ""
9904"Please enter a commit message to explain why this merge is necessary,\n"
9905"especially if it merges an updated upstream into a topic branch.\n"
9906"\n"
9907"Lines starting with '%c' will be ignored, and an empty message aborts\n"
9908"the commit.\n"
9909msgstr ""
9910
9911#: builtin/merge.c:800
9912msgid "Empty commit message."
9913msgstr ""
9914
9915#: builtin/merge.c:820
9916#, c-format
9917msgid "Wonderful.\n"
9918msgstr ""
9919
9920#: builtin/merge.c:873
9921#, c-format
9922msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9923msgstr ""
9924
9925#: builtin/merge.c:912
9926msgid "No current branch."
9927msgstr ""
9928
9929#: builtin/merge.c:914
9930msgid "No remote for the current branch."
9931msgstr ""
9932
9933#: builtin/merge.c:916
9934msgid "No default upstream defined for the current branch."
9935msgstr ""
9936
9937#: builtin/merge.c:921
9938#, c-format
9939msgid "No remote-tracking branch for %s from %s"
9940msgstr ""
9941
9942#: builtin/merge.c:974
9943#, c-format
9944msgid "Bad value '%s' in environment '%s'"
9945msgstr ""
9946
9947#: builtin/merge.c:1076
9948#, c-format
9949msgid "not something we can merge in %s: %s"
9950msgstr ""
9951
9952#: builtin/merge.c:1110
9953msgid "not something we can merge"
9954msgstr ""
9955
9956#: builtin/merge.c:1212
9957msgid "--abort expects no arguments"
9958msgstr ""
9959
9960#: builtin/merge.c:1216
9961msgid "There is no merge to abort (MERGE_HEAD missing)."
9962msgstr ""
9963
9964#: builtin/merge.c:1228
9965msgid "--continue expects no arguments"
9966msgstr ""
9967
9968#: builtin/merge.c:1232
9969msgid "There is no merge in progress (MERGE_HEAD missing)."
9970msgstr ""
9971
9972#: builtin/merge.c:1248
9973msgid ""
9974"You have not concluded your merge (MERGE_HEAD exists).\n"
9975"Please, commit your changes before you merge."
9976msgstr ""
9977
9978#: builtin/merge.c:1255
9979msgid ""
9980"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9981"Please, commit your changes before you merge."
9982msgstr ""
9983
9984#: builtin/merge.c:1258
9985msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9986msgstr ""
9987
9988#: builtin/merge.c:1267
9989msgid "You cannot combine --squash with --no-ff."
9990msgstr ""
9991
9992#: builtin/merge.c:1275
9993msgid "No commit specified and merge.defaultToUpstream not set."
9994msgstr ""
9995
9996#: builtin/merge.c:1292
9997msgid "Squash commit into empty head not supported yet"
9998msgstr ""
9999
10000#: builtin/merge.c:1294
10001msgid "Non-fast-forward commit does not make sense into an empty head"
10002msgstr ""
10003
10004#: builtin/merge.c:1299
10005#, c-format
10006msgid "%s - not something we can merge"
10007msgstr ""
10008
10009#: builtin/merge.c:1301
10010msgid "Can merge only exactly one commit into empty head"
10011msgstr ""
10012
10013#: builtin/merge.c:1335
10014#, c-format
10015msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
10016msgstr ""
10017
10018#: builtin/merge.c:1338
10019#, c-format
10020msgid "Commit %s has a bad GPG signature allegedly by %s."
10021msgstr ""
10022
10023#: builtin/merge.c:1341
10024#, c-format
10025msgid "Commit %s does not have a GPG signature."
10026msgstr ""
10027
10028#: builtin/merge.c:1344
10029#, c-format
10030msgid "Commit %s has a good GPG signature by %s\n"
10031msgstr ""
10032
10033#: builtin/merge.c:1403
10034msgid "refusing to merge unrelated histories"
10035msgstr ""
10036
10037#: builtin/merge.c:1412
10038msgid "Already up to date."
10039msgstr ""
10040
10041#: builtin/merge.c:1422
10042#, c-format
10043msgid "Updating %s..%s\n"
10044msgstr ""
10045
10046#: builtin/merge.c:1463
10047#, c-format
10048msgid "Trying really trivial in-index merge...\n"
10049msgstr ""
10050
10051#: builtin/merge.c:1470
10052#, c-format
10053msgid "Nope.\n"
10054msgstr ""
10055
10056#: builtin/merge.c:1495
10057msgid "Already up to date. Yeeah!"
10058msgstr ""
10059
10060#: builtin/merge.c:1501
10061msgid "Not possible to fast-forward, aborting."
10062msgstr ""
10063
10064#: builtin/merge.c:1524 builtin/merge.c:1603
10065#, c-format
10066msgid "Rewinding the tree to pristine...\n"
10067msgstr ""
10068
10069#: builtin/merge.c:1528
10070#, c-format
10071msgid "Trying merge strategy %s...\n"
10072msgstr ""
10073
10074#: builtin/merge.c:1594
10075#, c-format
10076msgid "No merge strategy handled the merge.\n"
10077msgstr ""
10078
10079#: builtin/merge.c:1596
10080#, c-format
10081msgid "Merge with strategy %s failed.\n"
10082msgstr ""
10083
10084#: builtin/merge.c:1605
10085#, c-format
10086msgid "Using the %s to prepare resolving by hand.\n"
10087msgstr ""
10088
10089#: builtin/merge.c:1617
10090#, c-format
10091msgid "Automatic merge went well; stopped before committing as requested\n"
10092msgstr ""
10093
10094#: builtin/merge-base.c:30
10095msgid "git merge-base [-a | --all] <commit> <commit>..."
10096msgstr ""
10097
10098#: builtin/merge-base.c:31
10099msgid "git merge-base [-a | --all] --octopus <commit>..."
10100msgstr ""
10101
10102#: builtin/merge-base.c:32
10103msgid "git merge-base --independent <commit>..."
10104msgstr ""
10105
10106#: builtin/merge-base.c:33
10107msgid "git merge-base --is-ancestor <commit> <commit>"
10108msgstr ""
10109
10110#: builtin/merge-base.c:34
10111msgid "git merge-base --fork-point <ref> [<commit>]"
10112msgstr ""
10113
10114#: builtin/merge-base.c:220
10115msgid "output all common ancestors"
10116msgstr ""
10117
10118#: builtin/merge-base.c:222
10119msgid "find ancestors for a single n-way merge"
10120msgstr ""
10121
10122#: builtin/merge-base.c:224
10123msgid "list revs not reachable from others"
10124msgstr ""
10125
10126#: builtin/merge-base.c:226
10127msgid "is the first one ancestor of the other?"
10128msgstr ""
10129
10130#: builtin/merge-base.c:228
10131msgid "find where <commit> forked from reflog of <ref>"
10132msgstr ""
10133
10134#: builtin/merge-file.c:9
10135msgid ""
10136"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
10137"<orig-file> <file2>"
10138msgstr ""
10139
10140#: builtin/merge-file.c:33
10141msgid "send results to standard output"
10142msgstr ""
10143
10144#: builtin/merge-file.c:34
10145msgid "use a diff3 based merge"
10146msgstr ""
10147
10148#: builtin/merge-file.c:35
10149msgid "for conflicts, use our version"
10150msgstr ""
10151
10152#: builtin/merge-file.c:37
10153msgid "for conflicts, use their version"
10154msgstr ""
10155
10156#: builtin/merge-file.c:39
10157msgid "for conflicts, use a union version"
10158msgstr ""
10159
10160#: builtin/merge-file.c:42
10161msgid "for conflicts, use this marker size"
10162msgstr ""
10163
10164#: builtin/merge-file.c:43
10165msgid "do not warn about conflicts"
10166msgstr ""
10167
10168#: builtin/merge-file.c:45
10169msgid "set labels for file1/orig-file/file2"
10170msgstr ""
10171
10172#: builtin/merge-recursive.c:45
10173#, c-format
10174msgid "unknown option %s"
10175msgstr ""
10176
10177#: builtin/merge-recursive.c:51
10178#, c-format
10179msgid "could not parse object '%s'"
10180msgstr ""
10181
10182#: builtin/merge-recursive.c:55
10183#, c-format
10184msgid "cannot handle more than %d base. Ignoring %s."
10185msgid_plural "cannot handle more than %d bases. Ignoring %s."
10186msgstr[0] ""
10187msgstr[1] ""
10188
10189#: builtin/merge-recursive.c:63
10190msgid "not handling anything other than two heads merge."
10191msgstr ""
10192
10193#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
10194#, c-format
10195msgid "could not resolve ref '%s'"
10196msgstr ""
10197
10198#: builtin/merge-recursive.c:77
10199#, c-format
10200msgid "Merging %s with %s\n"
10201msgstr ""
10202
10203#: builtin/mktree.c:65
10204msgid "git mktree [-z] [--missing] [--batch]"
10205msgstr ""
10206
10207#: builtin/mktree.c:153
10208msgid "input is NUL terminated"
10209msgstr ""
10210
10211#: builtin/mktree.c:154 builtin/write-tree.c:25
10212msgid "allow missing objects"
10213msgstr ""
10214
10215#: builtin/mktree.c:155
10216msgid "allow creation of more than one tree"
10217msgstr ""
10218
10219#: builtin/mv.c:17
10220msgid "git mv [<options>] <source>... <destination>"
10221msgstr ""
10222
10223#: builtin/mv.c:83
10224#, c-format
10225msgid "Directory %s is in index and no submodule?"
10226msgstr ""
10227
10228#: builtin/mv.c:85 builtin/rm.c:289
10229msgid "Please stage your changes to .gitmodules or stash them to proceed"
10230msgstr ""
10231
10232#: builtin/mv.c:103
10233#, c-format
10234msgid "%.*s is in index"
10235msgstr ""
10236
10237#: builtin/mv.c:125
10238msgid "force move/rename even if target exists"
10239msgstr ""
10240
10241#: builtin/mv.c:127
10242msgid "skip move/rename errors"
10243msgstr ""
10244
10245#: builtin/mv.c:168
10246#, c-format
10247msgid "destination '%s' is not a directory"
10248msgstr ""
10249
10250#: builtin/mv.c:179
10251#, c-format
10252msgid "Checking rename of '%s' to '%s'\n"
10253msgstr ""
10254
10255#: builtin/mv.c:183
10256msgid "bad source"
10257msgstr ""
10258
10259#: builtin/mv.c:186
10260msgid "can not move directory into itself"
10261msgstr ""
10262
10263#: builtin/mv.c:189
10264msgid "cannot move directory over file"
10265msgstr ""
10266
10267#: builtin/mv.c:198
10268msgid "source directory is empty"
10269msgstr ""
10270
10271#: builtin/mv.c:223
10272msgid "not under version control"
10273msgstr ""
10274
10275#: builtin/mv.c:226
10276msgid "destination exists"
10277msgstr ""
10278
10279#: builtin/mv.c:234
10280#, c-format
10281msgid "overwriting '%s'"
10282msgstr ""
10283
10284#: builtin/mv.c:237
10285msgid "Cannot overwrite"
10286msgstr ""
10287
10288#: builtin/mv.c:240
10289msgid "multiple sources for the same target"
10290msgstr ""
10291
10292#: builtin/mv.c:242
10293msgid "destination directory does not exist"
10294msgstr ""
10295
10296#: builtin/mv.c:249
10297#, c-format
10298msgid "%s, source=%s, destination=%s"
10299msgstr ""
10300
10301#: builtin/mv.c:270
10302#, c-format
10303msgid "Renaming %s to %s\n"
10304msgstr ""
10305
10306#: builtin/mv.c:276 builtin/remote.c:712 builtin/repack.c:394
10307#, c-format
10308msgid "renaming '%s' failed"
10309msgstr ""
10310
10311#: builtin/name-rev.c:338
10312msgid "git name-rev [<options>] <commit>..."
10313msgstr ""
10314
10315#: builtin/name-rev.c:339
10316msgid "git name-rev [<options>] --all"
10317msgstr ""
10318
10319#: builtin/name-rev.c:340
10320msgid "git name-rev [<options>] --stdin"
10321msgstr ""
10322
10323#: builtin/name-rev.c:395
10324msgid "print only names (no SHA-1)"
10325msgstr ""
10326
10327#: builtin/name-rev.c:396
10328msgid "only use tags to name the commits"
10329msgstr ""
10330
10331#: builtin/name-rev.c:398
10332msgid "only use refs matching <pattern>"
10333msgstr ""
10334
10335#: builtin/name-rev.c:400
10336msgid "ignore refs matching <pattern>"
10337msgstr ""
10338
10339#: builtin/name-rev.c:402
10340msgid "list all commits reachable from all refs"
10341msgstr ""
10342
10343#: builtin/name-rev.c:403
10344msgid "read from stdin"
10345msgstr ""
10346
10347#: builtin/name-rev.c:404
10348msgid "allow to print `undefined` names (default)"
10349msgstr ""
10350
10351#: builtin/name-rev.c:410
10352msgid "dereference tags in the input (internal use)"
10353msgstr ""
10354
10355#: builtin/notes.c:26
10356msgid "git notes [--ref <notes-ref>] [list [<object>]]"
10357msgstr ""
10358
10359#: builtin/notes.c:27
10360msgid ""
10361"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
10362"| (-c | -C) <object>] [<object>]"
10363msgstr ""
10364
10365#: builtin/notes.c:28
10366msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
10367msgstr ""
10368
10369#: builtin/notes.c:29
10370msgid ""
10371"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
10372"(-c | -C) <object>] [<object>]"
10373msgstr ""
10374
10375#: builtin/notes.c:30
10376msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
10377msgstr ""
10378
10379#: builtin/notes.c:31
10380msgid "git notes [--ref <notes-ref>] show [<object>]"
10381msgstr ""
10382
10383#: builtin/notes.c:32
10384msgid ""
10385"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
10386msgstr ""
10387
10388#: builtin/notes.c:33
10389msgid "git notes merge --commit [-v | -q]"
10390msgstr ""
10391
10392#: builtin/notes.c:34
10393msgid "git notes merge --abort [-v | -q]"
10394msgstr ""
10395
10396#: builtin/notes.c:35
10397msgid "git notes [--ref <notes-ref>] remove [<object>...]"
10398msgstr ""
10399
10400#: builtin/notes.c:36
10401msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
10402msgstr ""
10403
10404#: builtin/notes.c:37
10405msgid "git notes [--ref <notes-ref>] get-ref"
10406msgstr ""
10407
10408#: builtin/notes.c:42
10409msgid "git notes [list [<object>]]"
10410msgstr ""
10411
10412#: builtin/notes.c:47
10413msgid "git notes add [<options>] [<object>]"
10414msgstr ""
10415
10416#: builtin/notes.c:52
10417msgid "git notes copy [<options>] <from-object> <to-object>"
10418msgstr ""
10419
10420#: builtin/notes.c:53
10421msgid "git notes copy --stdin [<from-object> <to-object>]..."
10422msgstr ""
10423
10424#: builtin/notes.c:58
10425msgid "git notes append [<options>] [<object>]"
10426msgstr ""
10427
10428#: builtin/notes.c:63
10429msgid "git notes edit [<object>]"
10430msgstr ""
10431
10432#: builtin/notes.c:68
10433msgid "git notes show [<object>]"
10434msgstr ""
10435
10436#: builtin/notes.c:73
10437msgid "git notes merge [<options>] <notes-ref>"
10438msgstr ""
10439
10440#: builtin/notes.c:74
10441msgid "git notes merge --commit [<options>]"
10442msgstr ""
10443
10444#: builtin/notes.c:75
10445msgid "git notes merge --abort [<options>]"
10446msgstr ""
10447
10448#: builtin/notes.c:80
10449msgid "git notes remove [<object>]"
10450msgstr ""
10451
10452#: builtin/notes.c:85
10453msgid "git notes prune [<options>]"
10454msgstr ""
10455
10456#: builtin/notes.c:90
10457msgid "git notes get-ref"
10458msgstr ""
10459
10460#: builtin/notes.c:95
10461msgid "Write/edit the notes for the following object:"
10462msgstr ""
10463
10464#: builtin/notes.c:148
10465#, c-format
10466msgid "unable to start 'show' for object '%s'"
10467msgstr ""
10468
10469#: builtin/notes.c:152
10470msgid "could not read 'show' output"
10471msgstr ""
10472
10473#: builtin/notes.c:160
10474#, c-format
10475msgid "failed to finish 'show' for object '%s'"
10476msgstr ""
10477
10478#: builtin/notes.c:195
10479msgid "please supply the note contents using either -m or -F option"
10480msgstr ""
10481
10482#: builtin/notes.c:204
10483msgid "unable to write note object"
10484msgstr ""
10485
10486#: builtin/notes.c:206
10487#, c-format
10488msgid "the note contents have been left in %s"
10489msgstr ""
10490
10491#: builtin/notes.c:234 builtin/tag.c:506
10492#, c-format
10493msgid "cannot read '%s'"
10494msgstr ""
10495
10496#: builtin/notes.c:236 builtin/tag.c:509
10497#, c-format
10498msgid "could not open or read '%s'"
10499msgstr ""
10500
10501#: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10502#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:517
10503#: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:662
10504#, c-format
10505msgid "failed to resolve '%s' as a valid ref."
10506msgstr ""
10507
10508#: builtin/notes.c:258
10509#, c-format
10510msgid "failed to read object '%s'."
10511msgstr ""
10512
10513#: builtin/notes.c:262
10514#, c-format
10515msgid "cannot read note data from non-blob object '%s'."
10516msgstr ""
10517
10518#: builtin/notes.c:302
10519#, c-format
10520msgid "malformed input line: '%s'."
10521msgstr ""
10522
10523#: builtin/notes.c:317
10524#, c-format
10525msgid "failed to copy notes from '%s' to '%s'"
10526msgstr ""
10527
10528#. TRANSLATORS: the first %s will be replaced by a git
10529#. notes command: 'add', 'merge', 'remove', etc.
10530#.
10531#: builtin/notes.c:349
10532#, c-format
10533msgid "refusing to %s notes in %s (outside of refs/notes/)"
10534msgstr ""
10535
10536#: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:500
10537#: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:655
10538#: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:973
10539msgid "too many parameters"
10540msgstr ""
10541
10542#: builtin/notes.c:382 builtin/notes.c:668
10543#, c-format
10544msgid "no note found for object %s."
10545msgstr ""
10546
10547#: builtin/notes.c:403 builtin/notes.c:566
10548msgid "note contents as a string"
10549msgstr ""
10550
10551#: builtin/notes.c:406 builtin/notes.c:569
10552msgid "note contents in a file"
10553msgstr ""
10554
10555#: builtin/notes.c:409 builtin/notes.c:572
10556msgid "reuse and edit specified note object"
10557msgstr ""
10558
10559#: builtin/notes.c:412 builtin/notes.c:575
10560msgid "reuse specified note object"
10561msgstr ""
10562
10563#: builtin/notes.c:415 builtin/notes.c:578
10564msgid "allow storing empty note"
10565msgstr ""
10566
10567#: builtin/notes.c:416 builtin/notes.c:487
10568msgid "replace existing notes"
10569msgstr ""
10570
10571#: builtin/notes.c:441
10572#, c-format
10573msgid ""
10574"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10575"existing notes"
10576msgstr ""
10577
10578#: builtin/notes.c:456 builtin/notes.c:535
10579#, c-format
10580msgid "Overwriting existing notes for object %s\n"
10581msgstr ""
10582
10583#: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:892
10584#, c-format
10585msgid "Removing note for object %s\n"
10586msgstr ""
10587
10588#: builtin/notes.c:488
10589msgid "read objects from stdin"
10590msgstr ""
10591
10592#: builtin/notes.c:490
10593msgid "load rewriting config for <command> (implies --stdin)"
10594msgstr ""
10595
10596#: builtin/notes.c:508
10597msgid "too few parameters"
10598msgstr ""
10599
10600#: builtin/notes.c:529
10601#, c-format
10602msgid ""
10603"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10604"existing notes"
10605msgstr ""
10606
10607#: builtin/notes.c:541
10608#, c-format
10609msgid "missing notes on source object %s. Cannot copy."
10610msgstr ""
10611
10612#: builtin/notes.c:593
10613#, c-format
10614msgid ""
10615"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10616"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10617msgstr ""
10618
10619#: builtin/notes.c:688
10620msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10621msgstr ""
10622
10623#: builtin/notes.c:690
10624msgid "failed to delete ref NOTES_MERGE_REF"
10625msgstr ""
10626
10627#: builtin/notes.c:692
10628msgid "failed to remove 'git notes merge' worktree"
10629msgstr ""
10630
10631#: builtin/notes.c:712
10632msgid "failed to read ref NOTES_MERGE_PARTIAL"
10633msgstr ""
10634
10635#: builtin/notes.c:714
10636msgid "could not find commit from NOTES_MERGE_PARTIAL."
10637msgstr ""
10638
10639#: builtin/notes.c:716
10640msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10641msgstr ""
10642
10643#: builtin/notes.c:729
10644msgid "failed to resolve NOTES_MERGE_REF"
10645msgstr ""
10646
10647#: builtin/notes.c:732
10648msgid "failed to finalize notes merge"
10649msgstr ""
10650
10651#: builtin/notes.c:758
10652#, c-format
10653msgid "unknown notes merge strategy %s"
10654msgstr ""
10655
10656#: builtin/notes.c:774
10657msgid "General options"
10658msgstr ""
10659
10660#: builtin/notes.c:776
10661msgid "Merge options"
10662msgstr ""
10663
10664#: builtin/notes.c:778
10665msgid ""
10666"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10667"cat_sort_uniq)"
10668msgstr ""
10669
10670#: builtin/notes.c:780
10671msgid "Committing unmerged notes"
10672msgstr ""
10673
10674#: builtin/notes.c:782
10675msgid "finalize notes merge by committing unmerged notes"
10676msgstr ""
10677
10678#: builtin/notes.c:784
10679msgid "Aborting notes merge resolution"
10680msgstr ""
10681
10682#: builtin/notes.c:786
10683msgid "abort notes merge"
10684msgstr ""
10685
10686#: builtin/notes.c:797
10687msgid "cannot mix --commit, --abort or -s/--strategy"
10688msgstr ""
10689
10690#: builtin/notes.c:802
10691msgid "must specify a notes ref to merge"
10692msgstr ""
10693
10694#: builtin/notes.c:826
10695#, c-format
10696msgid "unknown -s/--strategy: %s"
10697msgstr ""
10698
10699#: builtin/notes.c:863
10700#, c-format
10701msgid "a notes merge into %s is already in-progress at %s"
10702msgstr ""
10703
10704#: builtin/notes.c:866
10705#, c-format
10706msgid "failed to store link to current notes ref (%s)"
10707msgstr ""
10708
10709#: builtin/notes.c:868
10710#, c-format
10711msgid ""
10712"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10713"'git notes merge --commit', or abort the merge with 'git notes merge --"
10714"abort'.\n"
10715msgstr ""
10716
10717#: builtin/notes.c:890
10718#, c-format
10719msgid "Object %s has no note\n"
10720msgstr ""
10721
10722#: builtin/notes.c:902
10723msgid "attempt to remove non-existent note is not an error"
10724msgstr ""
10725
10726#: builtin/notes.c:905
10727msgid "read object names from the standard input"
10728msgstr ""
10729
10730#: builtin/notes.c:943 builtin/prune.c:106 builtin/worktree.c:160
10731msgid "do not remove, show only"
10732msgstr ""
10733
10734#: builtin/notes.c:944
10735msgid "report pruned notes"
10736msgstr ""
10737
10738#: builtin/notes.c:986
10739msgid "notes-ref"
10740msgstr ""
10741
10742#: builtin/notes.c:987
10743msgid "use notes from <notes-ref>"
10744msgstr ""
10745
10746#: builtin/notes.c:1022
10747#, c-format
10748msgid "unknown subcommand: %s"
10749msgstr ""
10750
10751#: builtin/pack-objects.c:33
10752msgid ""
10753"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10754msgstr ""
10755
10756#: builtin/pack-objects.c:34
10757msgid ""
10758"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10759msgstr ""
10760
10761#: builtin/pack-objects.c:195 builtin/pack-objects.c:198
10762#, c-format
10763msgid "deflate error (%d)"
10764msgstr ""
10765
10766#: builtin/pack-objects.c:791
10767msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10768msgstr ""
10769
10770#: builtin/pack-objects.c:804
10771msgid "Writing objects"
10772msgstr ""
10773
10774#: builtin/pack-objects.c:1084
10775msgid "disabling bitmap writing, as some objects are not being packed"
10776msgstr ""
10777
10778#: builtin/pack-objects.c:2454
10779msgid "Compressing objects"
10780msgstr ""
10781
10782#: builtin/pack-objects.c:2625
10783msgid "invalid value for --missing"
10784msgstr ""
10785
10786#: builtin/pack-objects.c:2928
10787#, c-format
10788msgid "unsupported index version %s"
10789msgstr ""
10790
10791#: builtin/pack-objects.c:2932
10792#, c-format
10793msgid "bad index version '%s'"
10794msgstr ""
10795
10796#: builtin/pack-objects.c:2962
10797msgid "do not show progress meter"
10798msgstr ""
10799
10800#: builtin/pack-objects.c:2964
10801msgid "show progress meter"
10802msgstr ""
10803
10804#: builtin/pack-objects.c:2966
10805msgid "show progress meter during object writing phase"
10806msgstr ""
10807
10808#: builtin/pack-objects.c:2969
10809msgid "similar to --all-progress when progress meter is shown"
10810msgstr ""
10811
10812#: builtin/pack-objects.c:2970
10813msgid "version[,offset]"
10814msgstr ""
10815
10816#: builtin/pack-objects.c:2971
10817msgid "write the pack index file in the specified idx format version"
10818msgstr ""
10819
10820#: builtin/pack-objects.c:2974
10821msgid "maximum size of each output pack file"
10822msgstr ""
10823
10824#: builtin/pack-objects.c:2976
10825msgid "ignore borrowed objects from alternate object store"
10826msgstr ""
10827
10828#: builtin/pack-objects.c:2978
10829msgid "ignore packed objects"
10830msgstr ""
10831
10832#: builtin/pack-objects.c:2980
10833msgid "limit pack window by objects"
10834msgstr ""
10835
10836#: builtin/pack-objects.c:2982
10837msgid "limit pack window by memory in addition to object limit"
10838msgstr ""
10839
10840#: builtin/pack-objects.c:2984
10841msgid "maximum length of delta chain allowed in the resulting pack"
10842msgstr ""
10843
10844#: builtin/pack-objects.c:2986
10845msgid "reuse existing deltas"
10846msgstr ""
10847
10848#: builtin/pack-objects.c:2988
10849msgid "reuse existing objects"
10850msgstr ""
10851
10852#: builtin/pack-objects.c:2990
10853msgid "use OFS_DELTA objects"
10854msgstr ""
10855
10856#: builtin/pack-objects.c:2992
10857msgid "use threads when searching for best delta matches"
10858msgstr ""
10859
10860#: builtin/pack-objects.c:2994
10861msgid "do not create an empty pack output"
10862msgstr ""
10863
10864#: builtin/pack-objects.c:2996
10865msgid "read revision arguments from standard input"
10866msgstr ""
10867
10868#: builtin/pack-objects.c:2998
10869msgid "limit the objects to those that are not yet packed"
10870msgstr ""
10871
10872#: builtin/pack-objects.c:3001
10873msgid "include objects reachable from any reference"
10874msgstr ""
10875
10876#: builtin/pack-objects.c:3004
10877msgid "include objects referred by reflog entries"
10878msgstr ""
10879
10880#: builtin/pack-objects.c:3007
10881msgid "include objects referred to by the index"
10882msgstr ""
10883
10884#: builtin/pack-objects.c:3010
10885msgid "output pack to stdout"
10886msgstr ""
10887
10888#: builtin/pack-objects.c:3012
10889msgid "include tag objects that refer to objects to be packed"
10890msgstr ""
10891
10892#: builtin/pack-objects.c:3014
10893msgid "keep unreachable objects"
10894msgstr ""
10895
10896#: builtin/pack-objects.c:3016
10897msgid "pack loose unreachable objects"
10898msgstr ""
10899
10900#: builtin/pack-objects.c:3018
10901msgid "unpack unreachable objects newer than <time>"
10902msgstr ""
10903
10904#: builtin/pack-objects.c:3021
10905msgid "create thin packs"
10906msgstr ""
10907
10908#: builtin/pack-objects.c:3023
10909msgid "create packs suitable for shallow fetches"
10910msgstr ""
10911
10912#: builtin/pack-objects.c:3025
10913msgid "ignore packs that have companion .keep file"
10914msgstr ""
10915
10916#: builtin/pack-objects.c:3027
10917msgid "pack compression level"
10918msgstr ""
10919
10920#: builtin/pack-objects.c:3029
10921msgid "do not hide commits by grafts"
10922msgstr ""
10923
10924#: builtin/pack-objects.c:3031
10925msgid "use a bitmap index if available to speed up counting objects"
10926msgstr ""
10927
10928#: builtin/pack-objects.c:3033
10929msgid "write a bitmap index together with the pack index"
10930msgstr ""
10931
10932#: builtin/pack-objects.c:3036
10933msgid "handling for missing objects"
10934msgstr ""
10935
10936#: builtin/pack-objects.c:3039
10937msgid "do not pack objects in promisor packfiles"
10938msgstr ""
10939
10940#: builtin/pack-objects.c:3178
10941msgid "Counting objects"
10942msgstr ""
10943
10944#: builtin/pack-refs.c:6
10945msgid "git pack-refs [<options>]"
10946msgstr ""
10947
10948#: builtin/pack-refs.c:14
10949msgid "pack everything"
10950msgstr ""
10951
10952#: builtin/pack-refs.c:15
10953msgid "prune loose refs (default)"
10954msgstr ""
10955
10956#: builtin/prune-packed.c:8
10957msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10958msgstr ""
10959
10960#: builtin/prune-packed.c:41
10961msgid "Removing duplicate objects"
10962msgstr ""
10963
10964#: builtin/prune.c:11
10965msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
10966msgstr ""
10967
10968#: builtin/prune.c:107
10969msgid "report pruned objects"
10970msgstr ""
10971
10972#: builtin/prune.c:110
10973msgid "expire objects older than <time>"
10974msgstr ""
10975
10976#: builtin/prune.c:112
10977msgid "limit traversal to objects outside promisor packfiles"
10978msgstr ""
10979
10980#: builtin/prune.c:126
10981msgid "cannot prune in a precious-objects repo"
10982msgstr ""
10983
10984#: builtin/pull.c:54 builtin/pull.c:56
10985#, c-format
10986msgid "Invalid value for %s: %s"
10987msgstr ""
10988
10989#: builtin/pull.c:76
10990msgid "git pull [<options>] [<repository> [<refspec>...]]"
10991msgstr ""
10992
10993#: builtin/pull.c:127
10994msgid "control for recursive fetching of submodules"
10995msgstr ""
10996
10997#: builtin/pull.c:131
10998msgid "Options related to merging"
10999msgstr ""
11000
11001#: builtin/pull.c:134
11002msgid "incorporate changes by rebasing rather than merging"
11003msgstr ""
11004
11005#: builtin/pull.c:161 builtin/rebase--helper.c:23 builtin/revert.c:121
11006msgid "allow fast-forward"
11007msgstr ""
11008
11009#: builtin/pull.c:170
11010msgid "automatically stash/stash pop before and after rebase"
11011msgstr ""
11012
11013#: builtin/pull.c:186
11014msgid "Options related to fetching"
11015msgstr ""
11016
11017#: builtin/pull.c:204
11018msgid "number of submodules pulled in parallel"
11019msgstr ""
11020
11021#: builtin/pull.c:299
11022#, c-format
11023msgid "Invalid value for pull.ff: %s"
11024msgstr ""
11025
11026#: builtin/pull.c:415
11027msgid ""
11028"There is no candidate for rebasing against among the refs that you just "
11029"fetched."
11030msgstr ""
11031
11032#: builtin/pull.c:417
11033msgid ""
11034"There are no candidates for merging among the refs that you just fetched."
11035msgstr ""
11036
11037#: builtin/pull.c:418
11038msgid ""
11039"Generally this means that you provided a wildcard refspec which had no\n"
11040"matches on the remote end."
11041msgstr ""
11042
11043#: builtin/pull.c:421
11044#, c-format
11045msgid ""
11046"You asked to pull from the remote '%s', but did not specify\n"
11047"a branch. Because this is not the default configured remote\n"
11048"for your current branch, you must specify a branch on the command line."
11049msgstr ""
11050
11051#: builtin/pull.c:426 git-parse-remote.sh:73
11052msgid "You are not currently on a branch."
11053msgstr ""
11054
11055#: builtin/pull.c:428 builtin/pull.c:443 git-parse-remote.sh:79
11056msgid "Please specify which branch you want to rebase against."
11057msgstr ""
11058
11059#: builtin/pull.c:430 builtin/pull.c:445 git-parse-remote.sh:82
11060msgid "Please specify which branch you want to merge with."
11061msgstr ""
11062
11063#: builtin/pull.c:431 builtin/pull.c:446
11064msgid "See git-pull(1) for details."
11065msgstr ""
11066
11067#: builtin/pull.c:433 builtin/pull.c:439 builtin/pull.c:448
11068#: git-parse-remote.sh:64
11069msgid "<remote>"
11070msgstr ""
11071
11072#: builtin/pull.c:433 builtin/pull.c:448 builtin/pull.c:453 git-rebase.sh:477
11073#: git-parse-remote.sh:65
11074msgid "<branch>"
11075msgstr ""
11076
11077#: builtin/pull.c:441 git-parse-remote.sh:75
11078msgid "There is no tracking information for the current branch."
11079msgstr ""
11080
11081#: builtin/pull.c:450 git-parse-remote.sh:95
11082msgid ""
11083"If you wish to set tracking information for this branch you can do so with:"
11084msgstr ""
11085
11086#: builtin/pull.c:455
11087#, c-format
11088msgid ""
11089"Your configuration specifies to merge with the ref '%s'\n"
11090"from the remote, but no such ref was fetched."
11091msgstr ""
11092
11093#: builtin/pull.c:819
11094msgid "ignoring --verify-signatures for rebase"
11095msgstr ""
11096
11097#: builtin/pull.c:867
11098msgid "--[no-]autostash option is only valid with --rebase."
11099msgstr ""
11100
11101#: builtin/pull.c:875
11102msgid "Updating an unborn branch with changes added to the index."
11103msgstr ""
11104
11105#: builtin/pull.c:878
11106msgid "pull with rebase"
11107msgstr ""
11108
11109#: builtin/pull.c:879
11110msgid "please commit or stash them."
11111msgstr ""
11112
11113#: builtin/pull.c:904
11114#, c-format
11115msgid ""
11116"fetch updated the current branch head.\n"
11117"fast-forwarding your working tree from\n"
11118"commit %s."
11119msgstr ""
11120
11121#: builtin/pull.c:909
11122#, c-format
11123msgid ""
11124"Cannot fast-forward your working tree.\n"
11125"After making sure that you saved anything precious from\n"
11126"$ git diff %s\n"
11127"output, run\n"
11128"$ git reset --hard\n"
11129"to recover."
11130msgstr ""
11131
11132#: builtin/pull.c:924
11133msgid "Cannot merge multiple branches into empty head."
11134msgstr ""
11135
11136#: builtin/pull.c:928
11137msgid "Cannot rebase onto multiple branches."
11138msgstr ""
11139
11140#: builtin/pull.c:935
11141msgid "cannot rebase with locally recorded submodule modifications"
11142msgstr ""
11143
11144#: builtin/push.c:17
11145msgid "git push [<options>] [<repository> [<refspec>...]]"
11146msgstr ""
11147
11148#: builtin/push.c:92
11149msgid "tag shorthand without <tag>"
11150msgstr ""
11151
11152#: builtin/push.c:102
11153msgid "--delete only accepts plain target ref names"
11154msgstr ""
11155
11156#: builtin/push.c:146
11157msgid ""
11158"\n"
11159"To choose either option permanently, see push.default in 'git help config'."
11160msgstr ""
11161
11162#: builtin/push.c:149
11163#, c-format
11164msgid ""
11165"The upstream branch of your current branch does not match\n"
11166"the name of your current branch.  To push to the upstream branch\n"
11167"on the remote, use\n"
11168"\n"
11169"    git push %s HEAD:%s\n"
11170"\n"
11171"To push to the branch of the same name on the remote, use\n"
11172"\n"
11173"    git push %s %s\n"
11174"%s"
11175msgstr ""
11176
11177#: builtin/push.c:164
11178#, c-format
11179msgid ""
11180"You are not currently on a branch.\n"
11181"To push the history leading to the current (detached HEAD)\n"
11182"state now, use\n"
11183"\n"
11184"    git push %s HEAD:<name-of-remote-branch>\n"
11185msgstr ""
11186
11187#: builtin/push.c:178
11188#, c-format
11189msgid ""
11190"The current branch %s has no upstream branch.\n"
11191"To push the current branch and set the remote as upstream, use\n"
11192"\n"
11193"    git push --set-upstream %s %s\n"
11194msgstr ""
11195
11196#: builtin/push.c:186
11197#, c-format
11198msgid "The current branch %s has multiple upstream branches, refusing to push."
11199msgstr ""
11200
11201#: builtin/push.c:189
11202#, c-format
11203msgid ""
11204"You are pushing to remote '%s', which is not the upstream of\n"
11205"your current branch '%s', without telling me what to push\n"
11206"to update which remote branch."
11207msgstr ""
11208
11209#: builtin/push.c:248
11210msgid ""
11211"You didn't specify any refspecs to push, and push.default is \"nothing\"."
11212msgstr ""
11213
11214#: builtin/push.c:255
11215msgid ""
11216"Updates were rejected because the tip of your current branch is behind\n"
11217"its remote counterpart. Integrate the remote changes (e.g.\n"
11218"'git pull ...') before pushing again.\n"
11219"See the 'Note about fast-forwards' in 'git push --help' for details."
11220msgstr ""
11221
11222#: builtin/push.c:261
11223msgid ""
11224"Updates were rejected because a pushed branch tip is behind its remote\n"
11225"counterpart. Check out this branch and integrate the remote changes\n"
11226"(e.g. 'git pull ...') before pushing again.\n"
11227"See the 'Note about fast-forwards' in 'git push --help' for details."
11228msgstr ""
11229
11230#: builtin/push.c:267
11231msgid ""
11232"Updates were rejected because the remote contains work that you do\n"
11233"not have locally. This is usually caused by another repository pushing\n"
11234"to the same ref. You may want to first integrate the remote changes\n"
11235"(e.g., 'git pull ...') before pushing again.\n"
11236"See the 'Note about fast-forwards' in 'git push --help' for details."
11237msgstr ""
11238
11239#: builtin/push.c:274
11240msgid "Updates were rejected because the tag already exists in the remote."
11241msgstr ""
11242
11243#: builtin/push.c:277
11244msgid ""
11245"You cannot update a remote ref that points at a non-commit object,\n"
11246"or update a remote ref to make it point at a non-commit object,\n"
11247"without using the '--force' option.\n"
11248msgstr ""
11249
11250#: builtin/push.c:337
11251#, c-format
11252msgid "Pushing to %s\n"
11253msgstr ""
11254
11255#: builtin/push.c:341
11256#, c-format
11257msgid "failed to push some refs to '%s'"
11258msgstr ""
11259
11260#: builtin/push.c:372
11261#, c-format
11262msgid "bad repository '%s'"
11263msgstr ""
11264
11265#: builtin/push.c:373
11266msgid ""
11267"No configured push destination.\n"
11268"Either specify the URL from the command-line or configure a remote "
11269"repository using\n"
11270"\n"
11271"    git remote add <name> <url>\n"
11272"\n"
11273"and then push using the remote name\n"
11274"\n"
11275"    git push <name>\n"
11276msgstr ""
11277
11278#: builtin/push.c:391
11279msgid "--all and --tags are incompatible"
11280msgstr ""
11281
11282#: builtin/push.c:392
11283msgid "--all can't be combined with refspecs"
11284msgstr ""
11285
11286#: builtin/push.c:397
11287msgid "--mirror and --tags are incompatible"
11288msgstr ""
11289
11290#: builtin/push.c:398
11291msgid "--mirror can't be combined with refspecs"
11292msgstr ""
11293
11294#: builtin/push.c:403
11295msgid "--all and --mirror are incompatible"
11296msgstr ""
11297
11298#: builtin/push.c:535
11299msgid "repository"
11300msgstr ""
11301
11302#: builtin/push.c:536 builtin/send-pack.c:163
11303msgid "push all refs"
11304msgstr ""
11305
11306#: builtin/push.c:537 builtin/send-pack.c:165
11307msgid "mirror all refs"
11308msgstr ""
11309
11310#: builtin/push.c:539
11311msgid "delete refs"
11312msgstr ""
11313
11314#: builtin/push.c:540
11315msgid "push tags (can't be used with --all or --mirror)"
11316msgstr ""
11317
11318#: builtin/push.c:543 builtin/send-pack.c:166
11319msgid "force updates"
11320msgstr ""
11321
11322#: builtin/push.c:545 builtin/send-pack.c:180
11323msgid "refname>:<expect"
11324msgstr ""
11325
11326#: builtin/push.c:546 builtin/send-pack.c:181
11327msgid "require old value of ref to be at this value"
11328msgstr ""
11329
11330#: builtin/push.c:549
11331msgid "control recursive pushing of submodules"
11332msgstr ""
11333
11334#: builtin/push.c:551 builtin/send-pack.c:174
11335msgid "use thin pack"
11336msgstr ""
11337
11338#: builtin/push.c:552 builtin/push.c:553 builtin/send-pack.c:160
11339#: builtin/send-pack.c:161
11340msgid "receive pack program"
11341msgstr ""
11342
11343#: builtin/push.c:554
11344msgid "set upstream for git pull/status"
11345msgstr ""
11346
11347#: builtin/push.c:557
11348msgid "prune locally removed refs"
11349msgstr ""
11350
11351#: builtin/push.c:559
11352msgid "bypass pre-push hook"
11353msgstr ""
11354
11355#: builtin/push.c:560
11356msgid "push missing but relevant tags"
11357msgstr ""
11358
11359#: builtin/push.c:563 builtin/send-pack.c:168
11360msgid "GPG sign the push"
11361msgstr ""
11362
11363#: builtin/push.c:565 builtin/send-pack.c:175
11364msgid "request atomic transaction on remote side"
11365msgstr ""
11366
11367#: builtin/push.c:566 builtin/send-pack.c:171
11368msgid "server-specific"
11369msgstr ""
11370
11371#: builtin/push.c:566 builtin/send-pack.c:172
11372msgid "option to transmit"
11373msgstr ""
11374
11375#: builtin/push.c:583
11376msgid "--delete is incompatible with --all, --mirror and --tags"
11377msgstr ""
11378
11379#: builtin/push.c:585
11380msgid "--delete doesn't make sense without any refs"
11381msgstr ""
11382
11383#: builtin/push.c:604
11384msgid "push options must not have new line characters"
11385msgstr ""
11386
11387#: builtin/read-tree.c:40
11388msgid ""
11389"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
11390"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11391"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11392msgstr ""
11393
11394#: builtin/read-tree.c:121
11395msgid "write resulting index to <file>"
11396msgstr ""
11397
11398#: builtin/read-tree.c:124
11399msgid "only empty the index"
11400msgstr ""
11401
11402#: builtin/read-tree.c:126
11403msgid "Merging"
11404msgstr ""
11405
11406#: builtin/read-tree.c:128
11407msgid "perform a merge in addition to a read"
11408msgstr ""
11409
11410#: builtin/read-tree.c:130
11411msgid "3-way merge if no file level merging required"
11412msgstr ""
11413
11414#: builtin/read-tree.c:132
11415msgid "3-way merge in presence of adds and removes"
11416msgstr ""
11417
11418#: builtin/read-tree.c:134
11419msgid "same as -m, but discard unmerged entries"
11420msgstr ""
11421
11422#: builtin/read-tree.c:135
11423msgid "<subdirectory>/"
11424msgstr ""
11425
11426#: builtin/read-tree.c:136
11427msgid "read the tree into the index under <subdirectory>/"
11428msgstr ""
11429
11430#: builtin/read-tree.c:139
11431msgid "update working tree with merge result"
11432msgstr ""
11433
11434#: builtin/read-tree.c:141
11435msgid "gitignore"
11436msgstr ""
11437
11438#: builtin/read-tree.c:142
11439msgid "allow explicitly ignored files to be overwritten"
11440msgstr ""
11441
11442#: builtin/read-tree.c:145
11443msgid "don't check the working tree after merging"
11444msgstr ""
11445
11446#: builtin/read-tree.c:146
11447msgid "don't update the index or the work tree"
11448msgstr ""
11449
11450#: builtin/read-tree.c:148
11451msgid "skip applying sparse checkout filter"
11452msgstr ""
11453
11454#: builtin/read-tree.c:150
11455msgid "debug unpack-trees"
11456msgstr ""
11457
11458#: builtin/rebase--helper.c:8
11459msgid "git rebase--helper [<options>]"
11460msgstr ""
11461
11462#: builtin/rebase--helper.c:24
11463msgid "keep empty commits"
11464msgstr ""
11465
11466#: builtin/rebase--helper.c:26 builtin/revert.c:123
11467msgid "allow commits with empty messages"
11468msgstr ""
11469
11470#: builtin/rebase--helper.c:27
11471msgid "continue rebase"
11472msgstr ""
11473
11474#: builtin/rebase--helper.c:29
11475msgid "abort rebase"
11476msgstr ""
11477
11478#: builtin/rebase--helper.c:32
11479msgid "make rebase script"
11480msgstr ""
11481
11482#: builtin/rebase--helper.c:34
11483msgid "shorten commit ids in the todo list"
11484msgstr ""
11485
11486#: builtin/rebase--helper.c:36
11487msgid "expand commit ids in the todo list"
11488msgstr ""
11489
11490#: builtin/rebase--helper.c:38
11491msgid "check the todo list"
11492msgstr ""
11493
11494#: builtin/rebase--helper.c:40
11495msgid "skip unnecessary picks"
11496msgstr ""
11497
11498#: builtin/rebase--helper.c:42
11499msgid "rearrange fixup/squash lines"
11500msgstr ""
11501
11502#: builtin/rebase--helper.c:44
11503msgid "insert exec commands in todo list"
11504msgstr ""
11505
11506#: builtin/receive-pack.c:30
11507msgid "git receive-pack <git-dir>"
11508msgstr ""
11509
11510#: builtin/receive-pack.c:841
11511msgid ""
11512"By default, updating the current branch in a non-bare repository\n"
11513"is denied, because it will make the index and work tree inconsistent\n"
11514"with what you pushed, and will require 'git reset --hard' to match\n"
11515"the work tree to HEAD.\n"
11516"\n"
11517"You can set the 'receive.denyCurrentBranch' configuration variable\n"
11518"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11519"its current branch; however, this is not recommended unless you\n"
11520"arranged to update its work tree to match what you pushed in some\n"
11521"other way.\n"
11522"\n"
11523"To squelch this message and still keep the default behaviour, set\n"
11524"'receive.denyCurrentBranch' configuration variable to 'refuse'."
11525msgstr ""
11526
11527#: builtin/receive-pack.c:861
11528msgid ""
11529"By default, deleting the current branch is denied, because the next\n"
11530"'git clone' won't result in any file checked out, causing confusion.\n"
11531"\n"
11532"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11533"'warn' or 'ignore' in the remote repository to allow deleting the\n"
11534"current branch, with or without a warning message.\n"
11535"\n"
11536"To squelch this message, you can set it to 'refuse'."
11537msgstr ""
11538
11539#: builtin/receive-pack.c:1934
11540msgid "quiet"
11541msgstr ""
11542
11543#: builtin/receive-pack.c:1948
11544msgid "You must specify a directory."
11545msgstr ""
11546
11547#: builtin/reflog.c:532 builtin/reflog.c:537
11548#, c-format
11549msgid "'%s' is not a valid timestamp"
11550msgstr ""
11551
11552#: builtin/remote.c:13
11553msgid "git remote [-v | --verbose]"
11554msgstr ""
11555
11556#: builtin/remote.c:14
11557msgid ""
11558"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11559"mirror=<fetch|push>] <name> <url>"
11560msgstr ""
11561
11562#: builtin/remote.c:15 builtin/remote.c:35
11563msgid "git remote rename <old> <new>"
11564msgstr ""
11565
11566#: builtin/remote.c:16 builtin/remote.c:40
11567msgid "git remote remove <name>"
11568msgstr ""
11569
11570#: builtin/remote.c:17 builtin/remote.c:45
11571msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11572msgstr ""
11573
11574#: builtin/remote.c:18
11575msgid "git remote [-v | --verbose] show [-n] <name>"
11576msgstr ""
11577
11578#: builtin/remote.c:19
11579msgid "git remote prune [-n | --dry-run] <name>"
11580msgstr ""
11581
11582#: builtin/remote.c:20
11583msgid ""
11584"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11585msgstr ""
11586
11587#: builtin/remote.c:21
11588msgid "git remote set-branches [--add] <name> <branch>..."
11589msgstr ""
11590
11591#: builtin/remote.c:22 builtin/remote.c:71
11592msgid "git remote get-url [--push] [--all] <name>"
11593msgstr ""
11594
11595#: builtin/remote.c:23 builtin/remote.c:76
11596msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11597msgstr ""
11598
11599#: builtin/remote.c:24 builtin/remote.c:77
11600msgid "git remote set-url --add <name> <newurl>"
11601msgstr ""
11602
11603#: builtin/remote.c:25 builtin/remote.c:78
11604msgid "git remote set-url --delete <name> <url>"
11605msgstr ""
11606
11607#: builtin/remote.c:30
11608msgid "git remote add [<options>] <name> <url>"
11609msgstr ""
11610
11611#: builtin/remote.c:50
11612msgid "git remote set-branches <name> <branch>..."
11613msgstr ""
11614
11615#: builtin/remote.c:51
11616msgid "git remote set-branches --add <name> <branch>..."
11617msgstr ""
11618
11619#: builtin/remote.c:56
11620msgid "git remote show [<options>] <name>"
11621msgstr ""
11622
11623#: builtin/remote.c:61
11624msgid "git remote prune [<options>] <name>"
11625msgstr ""
11626
11627#: builtin/remote.c:66
11628msgid "git remote update [<options>] [<group> | <remote>]..."
11629msgstr ""
11630
11631#: builtin/remote.c:95
11632#, c-format
11633msgid "Updating %s"
11634msgstr ""
11635
11636#: builtin/remote.c:127
11637msgid ""
11638"--mirror is dangerous and deprecated; please\n"
11639"\t use --mirror=fetch or --mirror=push instead"
11640msgstr ""
11641
11642#: builtin/remote.c:144
11643#, c-format
11644msgid "unknown mirror argument: %s"
11645msgstr ""
11646
11647#: builtin/remote.c:160
11648msgid "fetch the remote branches"
11649msgstr ""
11650
11651#: builtin/remote.c:162
11652msgid "import all tags and associated objects when fetching"
11653msgstr ""
11654
11655#: builtin/remote.c:165
11656msgid "or do not fetch any tag at all (--no-tags)"
11657msgstr ""
11658
11659#: builtin/remote.c:167
11660msgid "branch(es) to track"
11661msgstr ""
11662
11663#: builtin/remote.c:168
11664msgid "master branch"
11665msgstr ""
11666
11667#: builtin/remote.c:169
11668msgid "push|fetch"
11669msgstr ""
11670
11671#: builtin/remote.c:170
11672msgid "set up remote as a mirror to push to or fetch from"
11673msgstr ""
11674
11675#: builtin/remote.c:182
11676msgid "specifying a master branch makes no sense with --mirror"
11677msgstr ""
11678
11679#: builtin/remote.c:184
11680msgid "specifying branches to track makes sense only with fetch mirrors"
11681msgstr ""
11682
11683#: builtin/remote.c:191 builtin/remote.c:631
11684#, c-format
11685msgid "remote %s already exists."
11686msgstr ""
11687
11688#: builtin/remote.c:195 builtin/remote.c:635
11689#, c-format
11690msgid "'%s' is not a valid remote name"
11691msgstr ""
11692
11693#: builtin/remote.c:235
11694#, c-format
11695msgid "Could not setup master '%s'"
11696msgstr ""
11697
11698#: builtin/remote.c:337
11699#, c-format
11700msgid "Could not get fetch map for refspec %s"
11701msgstr ""
11702
11703#: builtin/remote.c:438 builtin/remote.c:446
11704msgid "(matching)"
11705msgstr ""
11706
11707#: builtin/remote.c:450
11708msgid "(delete)"
11709msgstr ""
11710
11711#: builtin/remote.c:624 builtin/remote.c:759 builtin/remote.c:858
11712#, c-format
11713msgid "No such remote: %s"
11714msgstr ""
11715
11716#: builtin/remote.c:641
11717#, c-format
11718msgid "Could not rename config section '%s' to '%s'"
11719msgstr ""
11720
11721#: builtin/remote.c:661
11722#, c-format
11723msgid ""
11724"Not updating non-default fetch refspec\n"
11725"\t%s\n"
11726"\tPlease update the configuration manually if necessary."
11727msgstr ""
11728
11729#: builtin/remote.c:697
11730#, c-format
11731msgid "deleting '%s' failed"
11732msgstr ""
11733
11734#: builtin/remote.c:731
11735#, c-format
11736msgid "creating '%s' failed"
11737msgstr ""
11738
11739#: builtin/remote.c:796
11740msgid ""
11741"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11742"to delete it, use:"
11743msgid_plural ""
11744"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11745"to delete them, use:"
11746msgstr[0] ""
11747msgstr[1] ""
11748
11749#: builtin/remote.c:810
11750#, c-format
11751msgid "Could not remove config section '%s'"
11752msgstr ""
11753
11754#: builtin/remote.c:911
11755#, c-format
11756msgid " new (next fetch will store in remotes/%s)"
11757msgstr ""
11758
11759#: builtin/remote.c:914
11760msgid " tracked"
11761msgstr ""
11762
11763#: builtin/remote.c:916
11764msgid " stale (use 'git remote prune' to remove)"
11765msgstr ""
11766
11767#: builtin/remote.c:918
11768msgid " ???"
11769msgstr ""
11770
11771#: builtin/remote.c:959
11772#, c-format
11773msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11774msgstr ""
11775
11776#: builtin/remote.c:967
11777#, c-format
11778msgid "rebases interactively onto remote %s"
11779msgstr ""
11780
11781#: builtin/remote.c:968
11782#, c-format
11783msgid "rebases onto remote %s"
11784msgstr ""
11785
11786#: builtin/remote.c:971
11787#, c-format
11788msgid " merges with remote %s"
11789msgstr ""
11790
11791#: builtin/remote.c:974
11792#, c-format
11793msgid "merges with remote %s"
11794msgstr ""
11795
11796#: builtin/remote.c:977
11797#, c-format
11798msgid "%-*s    and with remote %s\n"
11799msgstr ""
11800
11801#: builtin/remote.c:1020
11802msgid "create"
11803msgstr ""
11804
11805#: builtin/remote.c:1023
11806msgid "delete"
11807msgstr ""
11808
11809#: builtin/remote.c:1027
11810msgid "up to date"
11811msgstr ""
11812
11813#: builtin/remote.c:1030
11814msgid "fast-forwardable"
11815msgstr ""
11816
11817#: builtin/remote.c:1033
11818msgid "local out of date"
11819msgstr ""
11820
11821#: builtin/remote.c:1040
11822#, c-format
11823msgid "    %-*s forces to %-*s (%s)"
11824msgstr ""
11825
11826#: builtin/remote.c:1043
11827#, c-format
11828msgid "    %-*s pushes to %-*s (%s)"
11829msgstr ""
11830
11831#: builtin/remote.c:1047
11832#, c-format
11833msgid "    %-*s forces to %s"
11834msgstr ""
11835
11836#: builtin/remote.c:1050
11837#, c-format
11838msgid "    %-*s pushes to %s"
11839msgstr ""
11840
11841#: builtin/remote.c:1118
11842msgid "do not query remotes"
11843msgstr ""
11844
11845#: builtin/remote.c:1145
11846#, c-format
11847msgid "* remote %s"
11848msgstr ""
11849
11850#: builtin/remote.c:1146
11851#, c-format
11852msgid "  Fetch URL: %s"
11853msgstr ""
11854
11855#: builtin/remote.c:1147 builtin/remote.c:1163 builtin/remote.c:1302
11856msgid "(no URL)"
11857msgstr ""
11858
11859#. TRANSLATORS: the colon ':' should align
11860#. with the one in " Fetch URL: %s"
11861#. translation.
11862#.
11863#: builtin/remote.c:1161 builtin/remote.c:1163
11864#, c-format
11865msgid "  Push  URL: %s"
11866msgstr ""
11867
11868#: builtin/remote.c:1165 builtin/remote.c:1167 builtin/remote.c:1169
11869#, c-format
11870msgid "  HEAD branch: %s"
11871msgstr ""
11872
11873#: builtin/remote.c:1165
11874msgid "(not queried)"
11875msgstr ""
11876
11877#: builtin/remote.c:1167
11878msgid "(unknown)"
11879msgstr ""
11880
11881#: builtin/remote.c:1171
11882#, c-format
11883msgid ""
11884"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11885msgstr ""
11886
11887#: builtin/remote.c:1183
11888#, c-format
11889msgid "  Remote branch:%s"
11890msgid_plural "  Remote branches:%s"
11891msgstr[0] ""
11892msgstr[1] ""
11893
11894#: builtin/remote.c:1186 builtin/remote.c:1212
11895msgid " (status not queried)"
11896msgstr ""
11897
11898#: builtin/remote.c:1195
11899msgid "  Local branch configured for 'git pull':"
11900msgid_plural "  Local branches configured for 'git pull':"
11901msgstr[0] ""
11902msgstr[1] ""
11903
11904#: builtin/remote.c:1203
11905msgid "  Local refs will be mirrored by 'git push'"
11906msgstr ""
11907
11908#: builtin/remote.c:1209
11909#, c-format
11910msgid "  Local ref configured for 'git push'%s:"
11911msgid_plural "  Local refs configured for 'git push'%s:"
11912msgstr[0] ""
11913msgstr[1] ""
11914
11915#: builtin/remote.c:1230
11916msgid "set refs/remotes/<name>/HEAD according to remote"
11917msgstr ""
11918
11919#: builtin/remote.c:1232
11920msgid "delete refs/remotes/<name>/HEAD"
11921msgstr ""
11922
11923#: builtin/remote.c:1247
11924msgid "Cannot determine remote HEAD"
11925msgstr ""
11926
11927#: builtin/remote.c:1249
11928msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11929msgstr ""
11930
11931#: builtin/remote.c:1259
11932#, c-format
11933msgid "Could not delete %s"
11934msgstr ""
11935
11936#: builtin/remote.c:1267
11937#, c-format
11938msgid "Not a valid ref: %s"
11939msgstr ""
11940
11941#: builtin/remote.c:1269
11942#, c-format
11943msgid "Could not setup %s"
11944msgstr ""
11945
11946#: builtin/remote.c:1287
11947#, c-format
11948msgid " %s will become dangling!"
11949msgstr ""
11950
11951#: builtin/remote.c:1288
11952#, c-format
11953msgid " %s has become dangling!"
11954msgstr ""
11955
11956#: builtin/remote.c:1298
11957#, c-format
11958msgid "Pruning %s"
11959msgstr ""
11960
11961#: builtin/remote.c:1299
11962#, c-format
11963msgid "URL: %s"
11964msgstr ""
11965
11966#: builtin/remote.c:1315
11967#, c-format
11968msgid " * [would prune] %s"
11969msgstr ""
11970
11971#: builtin/remote.c:1318
11972#, c-format
11973msgid " * [pruned] %s"
11974msgstr ""
11975
11976#: builtin/remote.c:1363
11977msgid "prune remotes after fetching"
11978msgstr ""
11979
11980#: builtin/remote.c:1426 builtin/remote.c:1480 builtin/remote.c:1548
11981#, c-format
11982msgid "No such remote '%s'"
11983msgstr ""
11984
11985#: builtin/remote.c:1442
11986msgid "add branch"
11987msgstr ""
11988
11989#: builtin/remote.c:1449
11990msgid "no remote specified"
11991msgstr ""
11992
11993#: builtin/remote.c:1466
11994msgid "query push URLs rather than fetch URLs"
11995msgstr ""
11996
11997#: builtin/remote.c:1468
11998msgid "return all URLs"
11999msgstr ""
12000
12001#: builtin/remote.c:1496
12002#, c-format
12003msgid "no URLs configured for remote '%s'"
12004msgstr ""
12005
12006#: builtin/remote.c:1522
12007msgid "manipulate push URLs"
12008msgstr ""
12009
12010#: builtin/remote.c:1524
12011msgid "add URL"
12012msgstr ""
12013
12014#: builtin/remote.c:1526
12015msgid "delete URLs"
12016msgstr ""
12017
12018#: builtin/remote.c:1533
12019msgid "--add --delete doesn't make sense"
12020msgstr ""
12021
12022#: builtin/remote.c:1572
12023#, c-format
12024msgid "Invalid old URL pattern: %s"
12025msgstr ""
12026
12027#: builtin/remote.c:1580
12028#, c-format
12029msgid "No such URL found: %s"
12030msgstr ""
12031
12032#: builtin/remote.c:1582
12033msgid "Will not delete all non-push URLs"
12034msgstr ""
12035
12036#: builtin/remote.c:1598
12037msgid "be verbose; must be placed before a subcommand"
12038msgstr ""
12039
12040#: builtin/remote.c:1629
12041#, c-format
12042msgid "Unknown subcommand: %s"
12043msgstr ""
12044
12045#: builtin/repack.c:18
12046msgid "git repack [<options>]"
12047msgstr ""
12048
12049#: builtin/repack.c:23
12050msgid ""
12051"Incremental repacks are incompatible with bitmap indexes.  Use\n"
12052"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
12053msgstr ""
12054
12055#: builtin/repack.c:170
12056msgid "pack everything in a single pack"
12057msgstr ""
12058
12059#: builtin/repack.c:172
12060msgid "same as -a, and turn unreachable objects loose"
12061msgstr ""
12062
12063#: builtin/repack.c:175
12064msgid "remove redundant packs, and run git-prune-packed"
12065msgstr ""
12066
12067#: builtin/repack.c:177
12068msgid "pass --no-reuse-delta to git-pack-objects"
12069msgstr ""
12070
12071#: builtin/repack.c:179
12072msgid "pass --no-reuse-object to git-pack-objects"
12073msgstr ""
12074
12075#: builtin/repack.c:181
12076msgid "do not run git-update-server-info"
12077msgstr ""
12078
12079#: builtin/repack.c:184
12080msgid "pass --local to git-pack-objects"
12081msgstr ""
12082
12083#: builtin/repack.c:186
12084msgid "write bitmap index"
12085msgstr ""
12086
12087#: builtin/repack.c:187
12088msgid "approxidate"
12089msgstr ""
12090
12091#: builtin/repack.c:188
12092msgid "with -A, do not loosen objects older than this"
12093msgstr ""
12094
12095#: builtin/repack.c:190
12096msgid "with -a, repack unreachable objects"
12097msgstr ""
12098
12099#: builtin/repack.c:192
12100msgid "size of the window used for delta compression"
12101msgstr ""
12102
12103#: builtin/repack.c:193 builtin/repack.c:199
12104msgid "bytes"
12105msgstr ""
12106
12107#: builtin/repack.c:194
12108msgid "same as the above, but limit memory size instead of entries count"
12109msgstr ""
12110
12111#: builtin/repack.c:196
12112msgid "limits the maximum delta depth"
12113msgstr ""
12114
12115#: builtin/repack.c:198
12116msgid "limits the maximum number of threads"
12117msgstr ""
12118
12119#: builtin/repack.c:200
12120msgid "maximum size of each packfile"
12121msgstr ""
12122
12123#: builtin/repack.c:202
12124msgid "repack objects in packs marked with .keep"
12125msgstr ""
12126
12127#: builtin/repack.c:212
12128msgid "cannot delete packs in a precious-objects repo"
12129msgstr ""
12130
12131#: builtin/repack.c:216
12132msgid "--keep-unreachable and -A are incompatible"
12133msgstr ""
12134
12135#: builtin/repack.c:410 builtin/worktree.c:148
12136#, c-format
12137msgid "failed to remove '%s'"
12138msgstr ""
12139
12140#: builtin/replace.c:20
12141msgid "git replace [-f] <object> <replacement>"
12142msgstr ""
12143
12144#: builtin/replace.c:21
12145msgid "git replace [-f] --edit <object>"
12146msgstr ""
12147
12148#: builtin/replace.c:22
12149msgid "git replace [-f] --graft <commit> [<parent>...]"
12150msgstr ""
12151
12152#: builtin/replace.c:23
12153msgid "git replace -d <object>..."
12154msgstr ""
12155
12156#: builtin/replace.c:24
12157msgid "git replace [--format=<format>] [-l [<pattern>]]"
12158msgstr ""
12159
12160#: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
12161#, c-format
12162msgid "Not a valid object name: '%s'"
12163msgstr ""
12164
12165#: builtin/replace.c:361
12166#, c-format
12167msgid "bad mergetag in commit '%s'"
12168msgstr ""
12169
12170#: builtin/replace.c:363
12171#, c-format
12172msgid "malformed mergetag in commit '%s'"
12173msgstr ""
12174
12175#: builtin/replace.c:374
12176#, c-format
12177msgid ""
12178"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
12179"instead of --graft"
12180msgstr ""
12181
12182#: builtin/replace.c:407
12183#, c-format
12184msgid "the original commit '%s' has a gpg signature."
12185msgstr ""
12186
12187#: builtin/replace.c:408
12188msgid "the signature will be removed in the replacement commit!"
12189msgstr ""
12190
12191#: builtin/replace.c:414
12192#, c-format
12193msgid "could not write replacement commit for: '%s'"
12194msgstr ""
12195
12196#: builtin/replace.c:438
12197msgid "list replace refs"
12198msgstr ""
12199
12200#: builtin/replace.c:439
12201msgid "delete replace refs"
12202msgstr ""
12203
12204#: builtin/replace.c:440
12205msgid "edit existing object"
12206msgstr ""
12207
12208#: builtin/replace.c:441
12209msgid "change a commit's parents"
12210msgstr ""
12211
12212#: builtin/replace.c:442
12213msgid "replace the ref if it exists"
12214msgstr ""
12215
12216#: builtin/replace.c:444
12217msgid "do not pretty-print contents for --edit"
12218msgstr ""
12219
12220#: builtin/replace.c:445
12221msgid "use this format"
12222msgstr ""
12223
12224#: builtin/rerere.c:13
12225msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
12226msgstr ""
12227
12228#: builtin/rerere.c:59
12229msgid "register clean resolutions in index"
12230msgstr ""
12231
12232#: builtin/reset.c:29
12233msgid ""
12234"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
12235msgstr ""
12236
12237#: builtin/reset.c:30
12238msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
12239msgstr ""
12240
12241#: builtin/reset.c:31
12242msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
12243msgstr ""
12244
12245#: builtin/reset.c:37
12246msgid "mixed"
12247msgstr ""
12248
12249#: builtin/reset.c:37
12250msgid "soft"
12251msgstr ""
12252
12253#: builtin/reset.c:37
12254msgid "hard"
12255msgstr ""
12256
12257#: builtin/reset.c:37
12258msgid "merge"
12259msgstr ""
12260
12261#: builtin/reset.c:37
12262msgid "keep"
12263msgstr ""
12264
12265#: builtin/reset.c:78
12266msgid "You do not have a valid HEAD."
12267msgstr ""
12268
12269#: builtin/reset.c:80
12270msgid "Failed to find tree of HEAD."
12271msgstr ""
12272
12273#: builtin/reset.c:86
12274#, c-format
12275msgid "Failed to find tree of %s."
12276msgstr ""
12277
12278#: builtin/reset.c:111
12279#, c-format
12280msgid "HEAD is now at %s"
12281msgstr ""
12282
12283#: builtin/reset.c:189
12284#, c-format
12285msgid "Cannot do a %s reset in the middle of a merge."
12286msgstr ""
12287
12288#: builtin/reset.c:289
12289msgid "be quiet, only report errors"
12290msgstr ""
12291
12292#: builtin/reset.c:291
12293msgid "reset HEAD and index"
12294msgstr ""
12295
12296#: builtin/reset.c:292
12297msgid "reset only HEAD"
12298msgstr ""
12299
12300#: builtin/reset.c:294 builtin/reset.c:296
12301msgid "reset HEAD, index and working tree"
12302msgstr ""
12303
12304#: builtin/reset.c:298
12305msgid "reset HEAD but keep local changes"
12306msgstr ""
12307
12308#: builtin/reset.c:304
12309msgid "record only the fact that removed paths will be added later"
12310msgstr ""
12311
12312#: builtin/reset.c:321
12313#, c-format
12314msgid "Failed to resolve '%s' as a valid revision."
12315msgstr ""
12316
12317#: builtin/reset.c:329
12318#, c-format
12319msgid "Failed to resolve '%s' as a valid tree."
12320msgstr ""
12321
12322#: builtin/reset.c:338
12323msgid "--patch is incompatible with --{hard,mixed,soft}"
12324msgstr ""
12325
12326#: builtin/reset.c:347
12327msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
12328msgstr ""
12329
12330#: builtin/reset.c:349
12331#, c-format
12332msgid "Cannot do %s reset with paths."
12333msgstr ""
12334
12335#: builtin/reset.c:359
12336#, c-format
12337msgid "%s reset is not allowed in a bare repository"
12338msgstr ""
12339
12340#: builtin/reset.c:363
12341msgid "-N can only be used with --mixed"
12342msgstr ""
12343
12344#: builtin/reset.c:380
12345msgid "Unstaged changes after reset:"
12346msgstr ""
12347
12348#: builtin/reset.c:386
12349#, c-format
12350msgid "Could not reset index file to revision '%s'."
12351msgstr ""
12352
12353#: builtin/reset.c:390
12354msgid "Could not write new index file."
12355msgstr ""
12356
12357#: builtin/rev-list.c:397
12358msgid "cannot combine --exclude-promisor-objects and --missing"
12359msgstr ""
12360
12361#: builtin/rev-list.c:455
12362msgid "object filtering requires --objects"
12363msgstr ""
12364
12365#: builtin/rev-list.c:458
12366#, c-format
12367msgid "invalid sparse value '%s'"
12368msgstr ""
12369
12370#: builtin/rev-list.c:499
12371msgid "rev-list does not support display of notes"
12372msgstr ""
12373
12374#: builtin/rev-list.c:502
12375msgid "cannot combine --use-bitmap-index with object filtering"
12376msgstr ""
12377
12378#: builtin/rev-parse.c:402
12379msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
12380msgstr ""
12381
12382#: builtin/rev-parse.c:407
12383msgid "keep the `--` passed as an arg"
12384msgstr ""
12385
12386#: builtin/rev-parse.c:409
12387msgid "stop parsing after the first non-option argument"
12388msgstr ""
12389
12390#: builtin/rev-parse.c:412
12391msgid "output in stuck long form"
12392msgstr ""
12393
12394#: builtin/rev-parse.c:545
12395msgid ""
12396"git rev-parse --parseopt [<options>] -- [<args>...]\n"
12397"   or: git rev-parse --sq-quote [<arg>...]\n"
12398"   or: git rev-parse [<options>] [<arg>...]\n"
12399"\n"
12400"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
12401msgstr ""
12402
12403#: builtin/revert.c:23
12404msgid "git revert [<options>] <commit-ish>..."
12405msgstr ""
12406
12407#: builtin/revert.c:24
12408msgid "git revert <subcommand>"
12409msgstr ""
12410
12411#: builtin/revert.c:29
12412msgid "git cherry-pick [<options>] <commit-ish>..."
12413msgstr ""
12414
12415#: builtin/revert.c:30
12416msgid "git cherry-pick <subcommand>"
12417msgstr ""
12418
12419#: builtin/revert.c:90
12420#, c-format
12421msgid "%s: %s cannot be used with %s"
12422msgstr ""
12423
12424#: builtin/revert.c:99
12425msgid "end revert or cherry-pick sequence"
12426msgstr ""
12427
12428#: builtin/revert.c:100
12429msgid "resume revert or cherry-pick sequence"
12430msgstr ""
12431
12432#: builtin/revert.c:101
12433msgid "cancel revert or cherry-pick sequence"
12434msgstr ""
12435
12436#: builtin/revert.c:102
12437msgid "don't automatically commit"
12438msgstr ""
12439
12440#: builtin/revert.c:103
12441msgid "edit the commit message"
12442msgstr ""
12443
12444#: builtin/revert.c:106
12445msgid "parent-number"
12446msgstr ""
12447
12448#: builtin/revert.c:107
12449msgid "select mainline parent"
12450msgstr ""
12451
12452#: builtin/revert.c:109
12453msgid "merge strategy"
12454msgstr ""
12455
12456#: builtin/revert.c:110
12457msgid "option"
12458msgstr ""
12459
12460#: builtin/revert.c:111
12461msgid "option for merge strategy"
12462msgstr ""
12463
12464#: builtin/revert.c:120
12465msgid "append commit name"
12466msgstr ""
12467
12468#: builtin/revert.c:122
12469msgid "preserve initially empty commits"
12470msgstr ""
12471
12472#: builtin/revert.c:124
12473msgid "keep redundant, empty commits"
12474msgstr ""
12475
12476#: builtin/revert.c:214
12477msgid "revert failed"
12478msgstr ""
12479
12480#: builtin/revert.c:227
12481msgid "cherry-pick failed"
12482msgstr ""
12483
12484#: builtin/rm.c:18
12485msgid "git rm [<options>] [--] <file>..."
12486msgstr ""
12487
12488#: builtin/rm.c:206
12489msgid ""
12490"the following file has staged content different from both the\n"
12491"file and the HEAD:"
12492msgid_plural ""
12493"the following files have staged content different from both the\n"
12494"file and the HEAD:"
12495msgstr[0] ""
12496msgstr[1] ""
12497
12498#: builtin/rm.c:211
12499msgid ""
12500"\n"
12501"(use -f to force removal)"
12502msgstr ""
12503
12504#: builtin/rm.c:215
12505msgid "the following file has changes staged in the index:"
12506msgid_plural "the following files have changes staged in the index:"
12507msgstr[0] ""
12508msgstr[1] ""
12509
12510#: builtin/rm.c:219 builtin/rm.c:228
12511msgid ""
12512"\n"
12513"(use --cached to keep the file, or -f to force removal)"
12514msgstr ""
12515
12516#: builtin/rm.c:225
12517msgid "the following file has local modifications:"
12518msgid_plural "the following files have local modifications:"
12519msgstr[0] ""
12520msgstr[1] ""
12521
12522#: builtin/rm.c:243
12523msgid "do not list removed files"
12524msgstr ""
12525
12526#: builtin/rm.c:244
12527msgid "only remove from the index"
12528msgstr ""
12529
12530#: builtin/rm.c:245
12531msgid "override the up-to-date check"
12532msgstr ""
12533
12534#: builtin/rm.c:246
12535msgid "allow recursive removal"
12536msgstr ""
12537
12538#: builtin/rm.c:248
12539msgid "exit with a zero status even if nothing matched"
12540msgstr ""
12541
12542#: builtin/rm.c:307
12543#, c-format
12544msgid "not removing '%s' recursively without -r"
12545msgstr ""
12546
12547#: builtin/rm.c:346
12548#, c-format
12549msgid "git rm: unable to remove %s"
12550msgstr ""
12551
12552#: builtin/rm.c:369
12553#, c-format
12554msgid "could not remove '%s'"
12555msgstr ""
12556
12557#: builtin/send-pack.c:19
12558msgid ""
12559"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12560"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12561"[<ref>...]\n"
12562"  --all and explicit <ref> specification are mutually exclusive."
12563msgstr ""
12564
12565#: builtin/send-pack.c:162
12566msgid "remote name"
12567msgstr ""
12568
12569#: builtin/send-pack.c:176
12570msgid "use stateless RPC protocol"
12571msgstr ""
12572
12573#: builtin/send-pack.c:177
12574msgid "read refs from stdin"
12575msgstr ""
12576
12577#: builtin/send-pack.c:178
12578msgid "print status from remote helper"
12579msgstr ""
12580
12581#: builtin/shortlog.c:14
12582msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
12583msgstr ""
12584
12585#: builtin/shortlog.c:263
12586msgid "Group by committer rather than author"
12587msgstr ""
12588
12589#: builtin/shortlog.c:265
12590msgid "sort output according to the number of commits per author"
12591msgstr ""
12592
12593#: builtin/shortlog.c:267
12594msgid "Suppress commit descriptions, only provides commit count"
12595msgstr ""
12596
12597#: builtin/shortlog.c:269
12598msgid "Show the email address of each author"
12599msgstr ""
12600
12601#: builtin/shortlog.c:270
12602msgid "w[,i1[,i2]]"
12603msgstr ""
12604
12605#: builtin/shortlog.c:271
12606msgid "Linewrap output"
12607msgstr ""
12608
12609#: builtin/show-branch.c:12
12610msgid ""
12611"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12612"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12613"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12614"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12615msgstr ""
12616
12617#: builtin/show-branch.c:16
12618msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12619msgstr ""
12620
12621#: builtin/show-branch.c:376
12622#, c-format
12623msgid "ignoring %s; cannot handle more than %d ref"
12624msgid_plural "ignoring %s; cannot handle more than %d refs"
12625msgstr[0] ""
12626msgstr[1] ""
12627
12628#: builtin/show-branch.c:530
12629#, c-format
12630msgid "no matching refs with %s"
12631msgstr ""
12632
12633#: builtin/show-branch.c:626
12634msgid "show remote-tracking and local branches"
12635msgstr ""
12636
12637#: builtin/show-branch.c:628
12638msgid "show remote-tracking branches"
12639msgstr ""
12640
12641#: builtin/show-branch.c:630
12642msgid "color '*!+-' corresponding to the branch"
12643msgstr ""
12644
12645#: builtin/show-branch.c:632
12646msgid "show <n> more commits after the common ancestor"
12647msgstr ""
12648
12649#: builtin/show-branch.c:634
12650msgid "synonym to more=-1"
12651msgstr ""
12652
12653#: builtin/show-branch.c:635
12654msgid "suppress naming strings"
12655msgstr ""
12656
12657#: builtin/show-branch.c:637
12658msgid "include the current branch"
12659msgstr ""
12660
12661#: builtin/show-branch.c:639
12662msgid "name commits with their object names"
12663msgstr ""
12664
12665#: builtin/show-branch.c:641
12666msgid "show possible merge bases"
12667msgstr ""
12668
12669#: builtin/show-branch.c:643
12670msgid "show refs unreachable from any other ref"
12671msgstr ""
12672
12673#: builtin/show-branch.c:645
12674msgid "show commits in topological order"
12675msgstr ""
12676
12677#: builtin/show-branch.c:648
12678msgid "show only commits not on the first branch"
12679msgstr ""
12680
12681#: builtin/show-branch.c:650
12682msgid "show merges reachable from only one tip"
12683msgstr ""
12684
12685#: builtin/show-branch.c:652
12686msgid "topologically sort, maintaining date order where possible"
12687msgstr ""
12688
12689#: builtin/show-branch.c:655
12690msgid "<n>[,<base>]"
12691msgstr ""
12692
12693#: builtin/show-branch.c:656
12694msgid "show <n> most recent ref-log entries starting at base"
12695msgstr ""
12696
12697#: builtin/show-branch.c:690
12698msgid ""
12699"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12700msgstr ""
12701
12702#: builtin/show-branch.c:714
12703msgid "no branches given, and HEAD is not valid"
12704msgstr ""
12705
12706#: builtin/show-branch.c:717
12707msgid "--reflog option needs one branch name"
12708msgstr ""
12709
12710#: builtin/show-branch.c:720
12711#, c-format
12712msgid "only %d entry can be shown at one time."
12713msgid_plural "only %d entries can be shown at one time."
12714msgstr[0] ""
12715msgstr[1] ""
12716
12717#: builtin/show-branch.c:724
12718#, c-format
12719msgid "no such ref %s"
12720msgstr ""
12721
12722#: builtin/show-branch.c:808
12723#, c-format
12724msgid "cannot handle more than %d rev."
12725msgid_plural "cannot handle more than %d revs."
12726msgstr[0] ""
12727msgstr[1] ""
12728
12729#: builtin/show-branch.c:812
12730#, c-format
12731msgid "'%s' is not a valid ref."
12732msgstr ""
12733
12734#: builtin/show-branch.c:815
12735#, c-format
12736msgid "cannot find commit %s (%s)"
12737msgstr ""
12738
12739#: builtin/show-ref.c:10
12740msgid ""
12741"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12742"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12743msgstr ""
12744
12745#: builtin/show-ref.c:11
12746msgid "git show-ref --exclude-existing[=<pattern>]"
12747msgstr ""
12748
12749#: builtin/show-ref.c:159
12750msgid "only show tags (can be combined with heads)"
12751msgstr ""
12752
12753#: builtin/show-ref.c:160
12754msgid "only show heads (can be combined with tags)"
12755msgstr ""
12756
12757#: builtin/show-ref.c:161
12758msgid "stricter reference checking, requires exact ref path"
12759msgstr ""
12760
12761#: builtin/show-ref.c:164 builtin/show-ref.c:166
12762msgid "show the HEAD reference, even if it would be filtered out"
12763msgstr ""
12764
12765#: builtin/show-ref.c:168
12766msgid "dereference tags into object IDs"
12767msgstr ""
12768
12769#: builtin/show-ref.c:170
12770msgid "only show SHA1 hash using <n> digits"
12771msgstr ""
12772
12773#: builtin/show-ref.c:174
12774msgid "do not print results to stdout (useful with --verify)"
12775msgstr ""
12776
12777#: builtin/show-ref.c:176
12778msgid "show refs from stdin that aren't in local repository"
12779msgstr ""
12780
12781#: builtin/stripspace.c:18
12782msgid "git stripspace [-s | --strip-comments]"
12783msgstr ""
12784
12785#: builtin/stripspace.c:19
12786msgid "git stripspace [-c | --comment-lines]"
12787msgstr ""
12788
12789#: builtin/stripspace.c:36
12790msgid "skip and remove all lines starting with comment character"
12791msgstr ""
12792
12793#: builtin/stripspace.c:39
12794msgid "prepend comment character and space to each line"
12795msgstr ""
12796
12797#: builtin/submodule--helper.c:35 builtin/submodule--helper.c:1669
12798#, c-format
12799msgid "No such ref: %s"
12800msgstr ""
12801
12802#: builtin/submodule--helper.c:42 builtin/submodule--helper.c:1678
12803#, c-format
12804msgid "Expecting a full ref name, got %s"
12805msgstr ""
12806
12807#: builtin/submodule--helper.c:59
12808msgid "submodule--helper print-default-remote takes no arguments"
12809msgstr ""
12810
12811#: builtin/submodule--helper.c:96
12812#, c-format
12813msgid "cannot strip one component off url '%s'"
12814msgstr ""
12815
12816#: builtin/submodule--helper.c:404 builtin/submodule--helper.c:1198
12817msgid "alternative anchor for relative paths"
12818msgstr ""
12819
12820#: builtin/submodule--helper.c:409
12821msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12822msgstr ""
12823
12824#: builtin/submodule--helper.c:460 builtin/submodule--helper.c:483
12825#, c-format
12826msgid "No url found for submodule path '%s' in .gitmodules"
12827msgstr ""
12828
12829#: builtin/submodule--helper.c:498
12830#, c-format
12831msgid ""
12832"could not lookup configuration '%s'. Assuming this repository is its own "
12833"authoritative upstream."
12834msgstr ""
12835
12836#: builtin/submodule--helper.c:509
12837#, c-format
12838msgid "Failed to register url for submodule path '%s'"
12839msgstr ""
12840
12841#: builtin/submodule--helper.c:513
12842#, c-format
12843msgid "Submodule '%s' (%s) registered for path '%s'\n"
12844msgstr ""
12845
12846#: builtin/submodule--helper.c:523
12847#, c-format
12848msgid "warning: command update mode suggested for submodule '%s'\n"
12849msgstr ""
12850
12851#: builtin/submodule--helper.c:530
12852#, c-format
12853msgid "Failed to register update mode for submodule path '%s'"
12854msgstr ""
12855
12856#: builtin/submodule--helper.c:552
12857msgid "Suppress output for initializing a submodule"
12858msgstr ""
12859
12860#: builtin/submodule--helper.c:557
12861msgid "git submodule--helper init [<path>]"
12862msgstr ""
12863
12864#: builtin/submodule--helper.c:625 builtin/submodule--helper.c:747
12865#, c-format
12866msgid "no submodule mapping found in .gitmodules for path '%s'"
12867msgstr ""
12868
12869#: builtin/submodule--helper.c:660
12870#, c-format
12871msgid "could not resolve HEAD ref inside the submodule '%s'"
12872msgstr ""
12873
12874#: builtin/submodule--helper.c:687 builtin/submodule--helper.c:856
12875#, c-format
12876msgid "failed to recurse into submodule '%s'"
12877msgstr ""
12878
12879#: builtin/submodule--helper.c:711 builtin/submodule--helper.c:1021
12880msgid "Suppress submodule status output"
12881msgstr ""
12882
12883#: builtin/submodule--helper.c:712
12884msgid ""
12885"Use commit stored in the index instead of the one stored in the submodule "
12886"HEAD"
12887msgstr ""
12888
12889#: builtin/submodule--helper.c:713
12890msgid "recurse into nested submodules"
12891msgstr ""
12892
12893#: builtin/submodule--helper.c:718
12894msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
12895msgstr ""
12896
12897#: builtin/submodule--helper.c:742
12898msgid "git submodule--helper name <path>"
12899msgstr ""
12900
12901#: builtin/submodule--helper.c:806
12902#, c-format
12903msgid "Synchronizing submodule url for '%s'\n"
12904msgstr ""
12905
12906#: builtin/submodule--helper.c:812
12907#, c-format
12908msgid "failed to register url for submodule path '%s'"
12909msgstr ""
12910
12911#: builtin/submodule--helper.c:826
12912#, c-format
12913msgid "failed to get the default remote for submodule '%s'"
12914msgstr ""
12915
12916#: builtin/submodule--helper.c:837
12917#, c-format
12918msgid "failed to update remote for submodule '%s'"
12919msgstr ""
12920
12921#: builtin/submodule--helper.c:885
12922msgid "Suppress output of synchronizing submodule url"
12923msgstr ""
12924
12925#: builtin/submodule--helper.c:887
12926msgid "Recurse into nested submodules"
12927msgstr ""
12928
12929#: builtin/submodule--helper.c:892
12930msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
12931msgstr ""
12932
12933#: builtin/submodule--helper.c:946
12934#, c-format
12935msgid ""
12936"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
12937"really want to remove it including all of its history)"
12938msgstr ""
12939
12940#: builtin/submodule--helper.c:958
12941#, c-format
12942msgid ""
12943"Submodule work tree '%s' contains local modifications; use '-f' to discard "
12944"them"
12945msgstr ""
12946
12947#: builtin/submodule--helper.c:966
12948#, c-format
12949msgid "Cleared directory '%s'\n"
12950msgstr ""
12951
12952#: builtin/submodule--helper.c:968
12953#, c-format
12954msgid "Could not remove submodule work tree '%s'\n"
12955msgstr ""
12956
12957#: builtin/submodule--helper.c:977
12958#, c-format
12959msgid "could not create empty submodule directory %s"
12960msgstr ""
12961
12962#: builtin/submodule--helper.c:993
12963#, c-format
12964msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
12965msgstr ""
12966
12967#: builtin/submodule--helper.c:1022
12968msgid "Remove submodule working trees even if they contain local changes"
12969msgstr ""
12970
12971#: builtin/submodule--helper.c:1023
12972msgid "Unregister all submodules"
12973msgstr ""
12974
12975#: builtin/submodule--helper.c:1028
12976msgid ""
12977"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
12978msgstr ""
12979
12980#: builtin/submodule--helper.c:1042
12981msgid "Use '--all' if you really want to deinitialize all submodules"
12982msgstr ""
12983
12984#: builtin/submodule--helper.c:1133 builtin/submodule--helper.c:1136
12985#, c-format
12986msgid "submodule '%s' cannot add alternate: %s"
12987msgstr ""
12988
12989#: builtin/submodule--helper.c:1172
12990#, c-format
12991msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12992msgstr ""
12993
12994#: builtin/submodule--helper.c:1179
12995#, c-format
12996msgid "Value '%s' for submodule.alternateLocation is not recognized"
12997msgstr ""
12998
12999#: builtin/submodule--helper.c:1201
13000msgid "where the new submodule will be cloned to"
13001msgstr ""
13002
13003#: builtin/submodule--helper.c:1204
13004msgid "name of the new submodule"
13005msgstr ""
13006
13007#: builtin/submodule--helper.c:1207
13008msgid "url where to clone the submodule from"
13009msgstr ""
13010
13011#: builtin/submodule--helper.c:1213
13012msgid "depth for shallow clones"
13013msgstr ""
13014
13015#: builtin/submodule--helper.c:1216 builtin/submodule--helper.c:1587
13016msgid "force cloning progress"
13017msgstr ""
13018
13019#: builtin/submodule--helper.c:1221
13020msgid ""
13021"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
13022"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
13023msgstr ""
13024
13025#: builtin/submodule--helper.c:1252
13026#, c-format
13027msgid "clone of '%s' into submodule path '%s' failed"
13028msgstr ""
13029
13030#: builtin/submodule--helper.c:1267
13031#, c-format
13032msgid "could not get submodule directory for '%s'"
13033msgstr ""
13034
13035#: builtin/submodule--helper.c:1332
13036#, c-format
13037msgid "Submodule path '%s' not initialized"
13038msgstr ""
13039
13040#: builtin/submodule--helper.c:1336
13041msgid "Maybe you want to use 'update --init'?"
13042msgstr ""
13043
13044#: builtin/submodule--helper.c:1365
13045#, c-format
13046msgid "Skipping unmerged submodule %s"
13047msgstr ""
13048
13049#: builtin/submodule--helper.c:1394
13050#, c-format
13051msgid "Skipping submodule '%s'"
13052msgstr ""
13053
13054#: builtin/submodule--helper.c:1527
13055#, c-format
13056msgid "Failed to clone '%s'. Retry scheduled"
13057msgstr ""
13058
13059#: builtin/submodule--helper.c:1538
13060#, c-format
13061msgid "Failed to clone '%s' a second time, aborting"
13062msgstr ""
13063
13064#: builtin/submodule--helper.c:1568 builtin/submodule--helper.c:1788
13065msgid "path into the working tree"
13066msgstr ""
13067
13068#: builtin/submodule--helper.c:1571
13069msgid "path into the working tree, across nested submodule boundaries"
13070msgstr ""
13071
13072#: builtin/submodule--helper.c:1575
13073msgid "rebase, merge, checkout or none"
13074msgstr ""
13075
13076#: builtin/submodule--helper.c:1579
13077msgid "Create a shallow clone truncated to the specified number of revisions"
13078msgstr ""
13079
13080#: builtin/submodule--helper.c:1582
13081msgid "parallel jobs"
13082msgstr ""
13083
13084#: builtin/submodule--helper.c:1584
13085msgid "whether the initial clone should follow the shallow recommendation"
13086msgstr ""
13087
13088#: builtin/submodule--helper.c:1585
13089msgid "don't print cloning progress"
13090msgstr ""
13091
13092#: builtin/submodule--helper.c:1592
13093msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
13094msgstr ""
13095
13096#: builtin/submodule--helper.c:1605
13097msgid "bad value for update parameter"
13098msgstr ""
13099
13100#: builtin/submodule--helper.c:1673
13101#, c-format
13102msgid ""
13103"Submodule (%s) branch configured to inherit branch from superproject, but "
13104"the superproject is not on any branch"
13105msgstr ""
13106
13107#: builtin/submodule--helper.c:1789
13108msgid "recurse into submodules"
13109msgstr ""
13110
13111#: builtin/submodule--helper.c:1795
13112msgid "git submodule--helper embed-git-dir [<path>...]"
13113msgstr ""
13114
13115#: builtin/submodule--helper.c:1857
13116#, c-format
13117msgid "%s doesn't support --super-prefix"
13118msgstr ""
13119
13120#: builtin/submodule--helper.c:1863
13121#, c-format
13122msgid "'%s' is not a valid submodule--helper subcommand"
13123msgstr ""
13124
13125#: builtin/symbolic-ref.c:8
13126msgid "git symbolic-ref [<options>] <name> [<ref>]"
13127msgstr ""
13128
13129#: builtin/symbolic-ref.c:9
13130msgid "git symbolic-ref -d [-q] <name>"
13131msgstr ""
13132
13133#: builtin/symbolic-ref.c:40
13134msgid "suppress error message for non-symbolic (detached) refs"
13135msgstr ""
13136
13137#: builtin/symbolic-ref.c:41
13138msgid "delete symbolic ref"
13139msgstr ""
13140
13141#: builtin/symbolic-ref.c:42
13142msgid "shorten ref output"
13143msgstr ""
13144
13145#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
13146msgid "reason"
13147msgstr ""
13148
13149#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
13150msgid "reason of the update"
13151msgstr ""
13152
13153#: builtin/tag.c:24
13154msgid ""
13155"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
13156"[<head>]"
13157msgstr ""
13158
13159#: builtin/tag.c:25
13160msgid "git tag -d <tagname>..."
13161msgstr ""
13162
13163#: builtin/tag.c:26
13164msgid ""
13165"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
13166"points-at <object>]\n"
13167"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
13168msgstr ""
13169
13170#: builtin/tag.c:28
13171msgid "git tag -v [--format=<format>] <tagname>..."
13172msgstr ""
13173
13174#: builtin/tag.c:86
13175#, c-format
13176msgid "tag '%s' not found."
13177msgstr ""
13178
13179#: builtin/tag.c:102
13180#, c-format
13181msgid "Deleted tag '%s' (was %s)\n"
13182msgstr ""
13183
13184#: builtin/tag.c:131
13185#, c-format
13186msgid ""
13187"\n"
13188"Write a message for tag:\n"
13189"  %s\n"
13190"Lines starting with '%c' will be ignored.\n"
13191msgstr ""
13192
13193#: builtin/tag.c:135
13194#, c-format
13195msgid ""
13196"\n"
13197"Write a message for tag:\n"
13198"  %s\n"
13199"Lines starting with '%c' will be kept; you may remove them yourself if you "
13200"want to.\n"
13201msgstr ""
13202
13203#: builtin/tag.c:189
13204msgid "unable to sign the tag"
13205msgstr ""
13206
13207#: builtin/tag.c:191
13208msgid "unable to write tag file"
13209msgstr ""
13210
13211#: builtin/tag.c:216
13212msgid "bad object type."
13213msgstr ""
13214
13215#: builtin/tag.c:265
13216msgid "no tag message?"
13217msgstr ""
13218
13219#: builtin/tag.c:272
13220#, c-format
13221msgid "The tag message has been left in %s\n"
13222msgstr ""
13223
13224#: builtin/tag.c:381
13225msgid "list tag names"
13226msgstr ""
13227
13228#: builtin/tag.c:383
13229msgid "print <n> lines of each tag message"
13230msgstr ""
13231
13232#: builtin/tag.c:385
13233msgid "delete tags"
13234msgstr ""
13235
13236#: builtin/tag.c:386
13237msgid "verify tags"
13238msgstr ""
13239
13240#: builtin/tag.c:388
13241msgid "Tag creation options"
13242msgstr ""
13243
13244#: builtin/tag.c:390
13245msgid "annotated tag, needs a message"
13246msgstr ""
13247
13248#: builtin/tag.c:392
13249msgid "tag message"
13250msgstr ""
13251
13252#: builtin/tag.c:394
13253msgid "force edit of tag message"
13254msgstr ""
13255
13256#: builtin/tag.c:395
13257msgid "annotated and GPG-signed tag"
13258msgstr ""
13259
13260#: builtin/tag.c:399
13261msgid "use another key to sign the tag"
13262msgstr ""
13263
13264#: builtin/tag.c:400
13265msgid "replace the tag if exists"
13266msgstr ""
13267
13268#: builtin/tag.c:401 builtin/update-ref.c:368
13269msgid "create a reflog"
13270msgstr ""
13271
13272#: builtin/tag.c:403
13273msgid "Tag listing options"
13274msgstr ""
13275
13276#: builtin/tag.c:404
13277msgid "show tag list in columns"
13278msgstr ""
13279
13280#: builtin/tag.c:405 builtin/tag.c:407
13281msgid "print only tags that contain the commit"
13282msgstr ""
13283
13284#: builtin/tag.c:406 builtin/tag.c:408
13285msgid "print only tags that don't contain the commit"
13286msgstr ""
13287
13288#: builtin/tag.c:409
13289msgid "print only tags that are merged"
13290msgstr ""
13291
13292#: builtin/tag.c:410
13293msgid "print only tags that are not merged"
13294msgstr ""
13295
13296#: builtin/tag.c:415
13297msgid "print only tags of the object"
13298msgstr ""
13299
13300#: builtin/tag.c:459
13301msgid "--column and -n are incompatible"
13302msgstr ""
13303
13304#: builtin/tag.c:481
13305msgid "-n option is only allowed in list mode"
13306msgstr ""
13307
13308#: builtin/tag.c:483
13309msgid "--contains option is only allowed in list mode"
13310msgstr ""
13311
13312#: builtin/tag.c:485
13313msgid "--no-contains option is only allowed in list mode"
13314msgstr ""
13315
13316#: builtin/tag.c:487
13317msgid "--points-at option is only allowed in list mode"
13318msgstr ""
13319
13320#: builtin/tag.c:489
13321msgid "--merged and --no-merged options are only allowed in list mode"
13322msgstr ""
13323
13324#: builtin/tag.c:500
13325msgid "only one -F or -m option is allowed."
13326msgstr ""
13327
13328#: builtin/tag.c:519
13329msgid "too many params"
13330msgstr ""
13331
13332#: builtin/tag.c:525
13333#, c-format
13334msgid "'%s' is not a valid tag name."
13335msgstr ""
13336
13337#: builtin/tag.c:530
13338#, c-format
13339msgid "tag '%s' already exists"
13340msgstr ""
13341
13342#: builtin/tag.c:561
13343#, c-format
13344msgid "Updated tag '%s' (was %s)\n"
13345msgstr ""
13346
13347#: builtin/unpack-objects.c:498
13348msgid "Unpacking objects"
13349msgstr ""
13350
13351#: builtin/update-index.c:82
13352#, c-format
13353msgid "failed to create directory %s"
13354msgstr ""
13355
13356#: builtin/update-index.c:88
13357#, c-format
13358msgid "failed to stat %s"
13359msgstr ""
13360
13361#: builtin/update-index.c:98
13362#, c-format
13363msgid "failed to create file %s"
13364msgstr ""
13365
13366#: builtin/update-index.c:106
13367#, c-format
13368msgid "failed to delete file %s"
13369msgstr ""
13370
13371#: builtin/update-index.c:113 builtin/update-index.c:219
13372#, c-format
13373msgid "failed to delete directory %s"
13374msgstr ""
13375
13376#: builtin/update-index.c:138
13377#, c-format
13378msgid "Testing mtime in '%s' "
13379msgstr ""
13380
13381#: builtin/update-index.c:152
13382msgid "directory stat info does not change after adding a new file"
13383msgstr ""
13384
13385#: builtin/update-index.c:165
13386msgid "directory stat info does not change after adding a new directory"
13387msgstr ""
13388
13389#: builtin/update-index.c:178
13390msgid "directory stat info changes after updating a file"
13391msgstr ""
13392
13393#: builtin/update-index.c:189
13394msgid "directory stat info changes after adding a file inside subdirectory"
13395msgstr ""
13396
13397#: builtin/update-index.c:200
13398msgid "directory stat info does not change after deleting a file"
13399msgstr ""
13400
13401#: builtin/update-index.c:213
13402msgid "directory stat info does not change after deleting a directory"
13403msgstr ""
13404
13405#: builtin/update-index.c:220
13406msgid " OK"
13407msgstr ""
13408
13409#: builtin/update-index.c:579
13410msgid "git update-index [<options>] [--] [<file>...]"
13411msgstr ""
13412
13413#: builtin/update-index.c:936
13414msgid "continue refresh even when index needs update"
13415msgstr ""
13416
13417#: builtin/update-index.c:939
13418msgid "refresh: ignore submodules"
13419msgstr ""
13420
13421#: builtin/update-index.c:942
13422msgid "do not ignore new files"
13423msgstr ""
13424
13425#: builtin/update-index.c:944
13426msgid "let files replace directories and vice-versa"
13427msgstr ""
13428
13429#: builtin/update-index.c:946
13430msgid "notice files missing from worktree"
13431msgstr ""
13432
13433#: builtin/update-index.c:948
13434msgid "refresh even if index contains unmerged entries"
13435msgstr ""
13436
13437#: builtin/update-index.c:951
13438msgid "refresh stat information"
13439msgstr ""
13440
13441#: builtin/update-index.c:955
13442msgid "like --refresh, but ignore assume-unchanged setting"
13443msgstr ""
13444
13445#: builtin/update-index.c:959
13446msgid "<mode>,<object>,<path>"
13447msgstr ""
13448
13449#: builtin/update-index.c:960
13450msgid "add the specified entry to the index"
13451msgstr ""
13452
13453#: builtin/update-index.c:969
13454msgid "mark files as \"not changing\""
13455msgstr ""
13456
13457#: builtin/update-index.c:972
13458msgid "clear assumed-unchanged bit"
13459msgstr ""
13460
13461#: builtin/update-index.c:975
13462msgid "mark files as \"index-only\""
13463msgstr ""
13464
13465#: builtin/update-index.c:978
13466msgid "clear skip-worktree bit"
13467msgstr ""
13468
13469#: builtin/update-index.c:981
13470msgid "add to index only; do not add content to object database"
13471msgstr ""
13472
13473#: builtin/update-index.c:983
13474msgid "remove named paths even if present in worktree"
13475msgstr ""
13476
13477#: builtin/update-index.c:985
13478msgid "with --stdin: input lines are terminated by null bytes"
13479msgstr ""
13480
13481#: builtin/update-index.c:987
13482msgid "read list of paths to be updated from standard input"
13483msgstr ""
13484
13485#: builtin/update-index.c:991
13486msgid "add entries from standard input to the index"
13487msgstr ""
13488
13489#: builtin/update-index.c:995
13490msgid "repopulate stages #2 and #3 for the listed paths"
13491msgstr ""
13492
13493#: builtin/update-index.c:999
13494msgid "only update entries that differ from HEAD"
13495msgstr ""
13496
13497#: builtin/update-index.c:1003
13498msgid "ignore files missing from worktree"
13499msgstr ""
13500
13501#: builtin/update-index.c:1006
13502msgid "report actions to standard output"
13503msgstr ""
13504
13505#: builtin/update-index.c:1008
13506msgid "(for porcelains) forget saved unresolved conflicts"
13507msgstr ""
13508
13509#: builtin/update-index.c:1012
13510msgid "write index in this format"
13511msgstr ""
13512
13513#: builtin/update-index.c:1014
13514msgid "enable or disable split index"
13515msgstr ""
13516
13517#: builtin/update-index.c:1016
13518msgid "enable/disable untracked cache"
13519msgstr ""
13520
13521#: builtin/update-index.c:1018
13522msgid "test if the filesystem supports untracked cache"
13523msgstr ""
13524
13525#: builtin/update-index.c:1020
13526msgid "enable untracked cache without testing the filesystem"
13527msgstr ""
13528
13529#: builtin/update-index.c:1022
13530msgid "write out the index even if is not flagged as changed"
13531msgstr ""
13532
13533#: builtin/update-index.c:1024
13534msgid "enable or disable file system monitor"
13535msgstr ""
13536
13537#: builtin/update-index.c:1026
13538msgid "mark files as fsmonitor valid"
13539msgstr ""
13540
13541#: builtin/update-index.c:1029
13542msgid "clear fsmonitor valid bit"
13543msgstr ""
13544
13545#: builtin/update-index.c:1127
13546msgid ""
13547"core.splitIndex is set to false; remove or change it, if you really want to "
13548"enable split index"
13549msgstr ""
13550
13551#: builtin/update-index.c:1136
13552msgid ""
13553"core.splitIndex is set to true; remove or change it, if you really want to "
13554"disable split index"
13555msgstr ""
13556
13557#: builtin/update-index.c:1147
13558msgid ""
13559"core.untrackedCache is set to true; remove or change it, if you really want "
13560"to disable the untracked cache"
13561msgstr ""
13562
13563#: builtin/update-index.c:1151
13564msgid "Untracked cache disabled"
13565msgstr ""
13566
13567#: builtin/update-index.c:1159
13568msgid ""
13569"core.untrackedCache is set to false; remove or change it, if you really want "
13570"to enable the untracked cache"
13571msgstr ""
13572
13573#: builtin/update-index.c:1163
13574#, c-format
13575msgid "Untracked cache enabled for '%s'"
13576msgstr ""
13577
13578#: builtin/update-index.c:1171
13579msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
13580msgstr ""
13581
13582#: builtin/update-index.c:1175
13583msgid "fsmonitor enabled"
13584msgstr ""
13585
13586#: builtin/update-index.c:1178
13587msgid ""
13588"core.fsmonitor is set; remove it if you really want to disable fsmonitor"
13589msgstr ""
13590
13591#: builtin/update-index.c:1182
13592msgid "fsmonitor disabled"
13593msgstr ""
13594
13595#: builtin/update-ref.c:10
13596msgid "git update-ref [<options>] -d <refname> [<old-val>]"
13597msgstr ""
13598
13599#: builtin/update-ref.c:11
13600msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
13601msgstr ""
13602
13603#: builtin/update-ref.c:12
13604msgid "git update-ref [<options>] --stdin [-z]"
13605msgstr ""
13606
13607#: builtin/update-ref.c:363
13608msgid "delete the reference"
13609msgstr ""
13610
13611#: builtin/update-ref.c:365
13612msgid "update <refname> not the one it points to"
13613msgstr ""
13614
13615#: builtin/update-ref.c:366
13616msgid "stdin has NUL-terminated arguments"
13617msgstr ""
13618
13619#: builtin/update-ref.c:367
13620msgid "read updates from stdin"
13621msgstr ""
13622
13623#: builtin/update-server-info.c:7
13624msgid "git update-server-info [--force]"
13625msgstr ""
13626
13627#: builtin/update-server-info.c:15
13628msgid "update the info files from scratch"
13629msgstr ""
13630
13631#: builtin/verify-commit.c:18
13632msgid "git verify-commit [-v | --verbose] <commit>..."
13633msgstr ""
13634
13635#: builtin/verify-commit.c:73
13636msgid "print commit contents"
13637msgstr ""
13638
13639#: builtin/verify-commit.c:74 builtin/verify-tag.c:38
13640msgid "print raw gpg status output"
13641msgstr ""
13642
13643#: builtin/verify-pack.c:55
13644msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
13645msgstr ""
13646
13647#: builtin/verify-pack.c:65
13648msgid "verbose"
13649msgstr ""
13650
13651#: builtin/verify-pack.c:67
13652msgid "show statistics only"
13653msgstr ""
13654
13655#: builtin/verify-tag.c:19
13656msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
13657msgstr ""
13658
13659#: builtin/verify-tag.c:37
13660msgid "print tag contents"
13661msgstr ""
13662
13663#: builtin/worktree.c:17
13664msgid "git worktree add [<options>] <path> [<commit-ish>]"
13665msgstr ""
13666
13667#: builtin/worktree.c:18
13668msgid "git worktree list [<options>]"
13669msgstr ""
13670
13671#: builtin/worktree.c:19
13672msgid "git worktree lock [<options>] <path>"
13673msgstr ""
13674
13675#: builtin/worktree.c:20
13676msgid "git worktree move <worktree> <new-path>"
13677msgstr ""
13678
13679#: builtin/worktree.c:21
13680msgid "git worktree prune [<options>]"
13681msgstr ""
13682
13683#: builtin/worktree.c:22
13684msgid "git worktree remove [<options>] <worktree>"
13685msgstr ""
13686
13687#: builtin/worktree.c:23
13688msgid "git worktree unlock <path>"
13689msgstr ""
13690
13691#: builtin/worktree.c:60
13692#, c-format
13693msgid "Removing worktrees/%s: not a valid directory"
13694msgstr ""
13695
13696#: builtin/worktree.c:66
13697#, c-format
13698msgid "Removing worktrees/%s: gitdir file does not exist"
13699msgstr ""
13700
13701#: builtin/worktree.c:71 builtin/worktree.c:80
13702#, c-format
13703msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
13704msgstr ""
13705
13706#: builtin/worktree.c:90
13707#, c-format
13708msgid ""
13709"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
13710"%<PRIuMAX>)"
13711msgstr ""
13712
13713#: builtin/worktree.c:98
13714#, c-format
13715msgid "Removing worktrees/%s: invalid gitdir file"
13716msgstr ""
13717
13718#: builtin/worktree.c:114
13719#, c-format
13720msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13721msgstr ""
13722
13723#: builtin/worktree.c:161
13724msgid "report pruned working trees"
13725msgstr ""
13726
13727#: builtin/worktree.c:163
13728msgid "expire working trees older than <time>"
13729msgstr ""
13730
13731#: builtin/worktree.c:238
13732#, c-format
13733msgid "'%s' already exists"
13734msgstr ""
13735
13736#: builtin/worktree.c:269
13737#, c-format
13738msgid "could not create directory of '%s'"
13739msgstr ""
13740
13741#: builtin/worktree.c:308
13742#, c-format
13743msgid "Preparing %s (identifier %s)"
13744msgstr ""
13745
13746#: builtin/worktree.c:385
13747msgid "checkout <branch> even if already checked out in other worktree"
13748msgstr ""
13749
13750#: builtin/worktree.c:388
13751msgid "create a new branch"
13752msgstr ""
13753
13754#: builtin/worktree.c:390
13755msgid "create or reset a branch"
13756msgstr ""
13757
13758#: builtin/worktree.c:392
13759msgid "populate the new working tree"
13760msgstr ""
13761
13762#: builtin/worktree.c:393
13763msgid "keep the new working tree locked"
13764msgstr ""
13765
13766#: builtin/worktree.c:395
13767msgid "set up tracking mode (see git-branch(1))"
13768msgstr ""
13769
13770#: builtin/worktree.c:398
13771msgid "try to match the new branch name with a remote-tracking branch"
13772msgstr ""
13773
13774#: builtin/worktree.c:406
13775msgid "-b, -B, and --detach are mutually exclusive"
13776msgstr ""
13777
13778#: builtin/worktree.c:471
13779msgid "--[no-]track can only be used if a new branch is created"
13780msgstr ""
13781
13782#: builtin/worktree.c:571
13783msgid "reason for locking"
13784msgstr ""
13785
13786#: builtin/worktree.c:583 builtin/worktree.c:616 builtin/worktree.c:670
13787#: builtin/worktree.c:809
13788#, c-format
13789msgid "'%s' is not a working tree"
13790msgstr ""
13791
13792#: builtin/worktree.c:585 builtin/worktree.c:618
13793msgid "The main working tree cannot be locked or unlocked"
13794msgstr ""
13795
13796#: builtin/worktree.c:590
13797#, c-format
13798msgid "'%s' is already locked, reason: %s"
13799msgstr ""
13800
13801#: builtin/worktree.c:592
13802#, c-format
13803msgid "'%s' is already locked"
13804msgstr ""
13805
13806#: builtin/worktree.c:620
13807#, c-format
13808msgid "'%s' is not locked"
13809msgstr ""
13810
13811#: builtin/worktree.c:645
13812msgid "working trees containing submodules cannot be moved or removed"
13813msgstr ""
13814
13815#: builtin/worktree.c:672 builtin/worktree.c:811
13816#, c-format
13817msgid "'%s' is a main working tree"
13818msgstr ""
13819
13820#: builtin/worktree.c:677
13821#, c-format
13822msgid "could not figure out destination name from '%s'"
13823msgstr ""
13824
13825#: builtin/worktree.c:683
13826#, c-format
13827msgid "target '%s' already exists"
13828msgstr ""
13829
13830#: builtin/worktree.c:690
13831#, c-format
13832msgid "cannot move a locked working tree, lock reason: %s"
13833msgstr ""
13834
13835#: builtin/worktree.c:692
13836msgid "cannot move a locked working tree"
13837msgstr ""
13838
13839#: builtin/worktree.c:695
13840#, c-format
13841msgid "validation failed, cannot move working tree: %s"
13842msgstr ""
13843
13844#: builtin/worktree.c:700
13845#, c-format
13846msgid "failed to move '%s' to '%s'"
13847msgstr ""
13848
13849#: builtin/worktree.c:748
13850#, c-format
13851msgid "failed to run 'git status' on '%s'"
13852msgstr ""
13853
13854#: builtin/worktree.c:752
13855#, c-format
13856msgid "'%s' is dirty, use --force to delete it"
13857msgstr ""
13858
13859#: builtin/worktree.c:757
13860#, c-format
13861msgid "failed to run 'git status' on '%s', code %d"
13862msgstr ""
13863
13864#: builtin/worktree.c:768 builtin/worktree.c:782
13865#, c-format
13866msgid "failed to delete '%s'"
13867msgstr ""
13868
13869#: builtin/worktree.c:794
13870msgid "force removing even if the worktree is dirty"
13871msgstr ""
13872
13873#: builtin/worktree.c:815
13874#, c-format
13875msgid "cannot remove a locked working tree, lock reason: %s"
13876msgstr ""
13877
13878#: builtin/worktree.c:817
13879msgid "cannot remove a locked working tree"
13880msgstr ""
13881
13882#: builtin/worktree.c:820
13883#, c-format
13884msgid "validation failed, cannot remove working tree: %s"
13885msgstr ""
13886
13887#: builtin/write-tree.c:14
13888msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13889msgstr ""
13890
13891#: builtin/write-tree.c:27
13892msgid "<prefix>/"
13893msgstr ""
13894
13895#: builtin/write-tree.c:28
13896msgid "write tree object for a subdirectory <prefix>"
13897msgstr ""
13898
13899#: builtin/write-tree.c:31
13900msgid "only useful for debugging"
13901msgstr ""
13902
13903#: upload-pack.c:27
13904msgid "git upload-pack [<options>] <dir>"
13905msgstr ""
13906
13907#: upload-pack.c:1070
13908msgid "quit after a single request/response exchange"
13909msgstr ""
13910
13911#: upload-pack.c:1072
13912msgid "exit immediately after initial ref advertisement"
13913msgstr ""
13914
13915#: upload-pack.c:1074
13916msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13917msgstr ""
13918
13919#: upload-pack.c:1076
13920msgid "interrupt transfer after <n> seconds of inactivity"
13921msgstr ""
13922
13923#: credential-cache--daemon.c:222
13924#, c-format
13925msgid ""
13926"The permissions on your socket directory are too loose; other\n"
13927"users may be able to read your cached credentials. Consider running:\n"
13928"\n"
13929"\tchmod 0700 %s"
13930msgstr ""
13931
13932#: credential-cache--daemon.c:271
13933msgid "print debugging messages to stderr"
13934msgstr ""
13935
13936#: git.c:8
13937msgid ""
13938"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
13939"           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
13940"           [-p | --paginate | --no-pager] [--no-replace-objects] [--bare]\n"
13941"           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
13942"           <command> [<args>]"
13943msgstr ""
13944
13945#: git.c:15
13946msgid ""
13947"'git help -a' and 'git help -g' list available subcommands and some\n"
13948"concept guides. See 'git help <command>' or 'git help <concept>'\n"
13949"to read about a specific subcommand or concept."
13950msgstr ""
13951
13952#: git.c:95
13953#, c-format
13954msgid "no directory given for --git-dir\n"
13955msgstr ""
13956
13957#: git.c:109
13958#, c-format
13959msgid "no namespace given for --namespace\n"
13960msgstr ""
13961
13962#: git.c:123
13963#, c-format
13964msgid "no directory given for --work-tree\n"
13965msgstr ""
13966
13967#: git.c:137
13968#, c-format
13969msgid "no prefix given for --super-prefix\n"
13970msgstr ""
13971
13972#: git.c:159
13973#, c-format
13974msgid "-c expects a configuration string\n"
13975msgstr ""
13976
13977#: git.c:197
13978#, c-format
13979msgid "no directory given for -C\n"
13980msgstr ""
13981
13982#: git.c:212
13983#, c-format
13984msgid "unknown option: %s\n"
13985msgstr ""
13986
13987#: git.c:687
13988#, c-format
13989msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
13990msgstr ""
13991
13992#: git.c:699
13993#, c-format
13994msgid "failed to run command '%s': %s\n"
13995msgstr ""
13996
13997#: http.c:342
13998#, c-format
13999msgid "negative value for http.postbuffer; defaulting to %d"
14000msgstr ""
14001
14002#: http.c:363
14003msgid "Delegation control is not supported with cURL < 7.22.0"
14004msgstr ""
14005
14006#: http.c:372
14007msgid "Public key pinning not supported with cURL < 7.44.0"
14008msgstr ""
14009
14010#: http.c:1857
14011#, c-format
14012msgid ""
14013"unable to update url base from redirection:\n"
14014"  asked for: %s\n"
14015"   redirect: %s"
14016msgstr ""
14017
14018#: remote-curl.c:345
14019#, c-format
14020msgid "redirecting to %s"
14021msgstr ""
14022
14023#: list-objects-filter-options.h:59
14024msgid "args"
14025msgstr ""
14026
14027#: list-objects-filter-options.h:60
14028msgid "object filtering"
14029msgstr ""
14030
14031#: common-cmds.h:9
14032msgid "start a working area (see also: git help tutorial)"
14033msgstr ""
14034
14035#: common-cmds.h:10
14036msgid "work on the current change (see also: git help everyday)"
14037msgstr ""
14038
14039#: common-cmds.h:11
14040msgid "examine the history and state (see also: git help revisions)"
14041msgstr ""
14042
14043#: common-cmds.h:12
14044msgid "grow, mark and tweak your common history"
14045msgstr ""
14046
14047#: common-cmds.h:13
14048msgid "collaborate (see also: git help workflows)"
14049msgstr ""
14050
14051#: common-cmds.h:17
14052msgid "Add file contents to the index"
14053msgstr ""
14054
14055#: common-cmds.h:18
14056msgid "Use binary search to find the commit that introduced a bug"
14057msgstr ""
14058
14059#: common-cmds.h:19
14060msgid "List, create, or delete branches"
14061msgstr ""
14062
14063#: common-cmds.h:20
14064msgid "Switch branches or restore working tree files"
14065msgstr ""
14066
14067#: common-cmds.h:21
14068msgid "Clone a repository into a new directory"
14069msgstr ""
14070
14071#: common-cmds.h:22
14072msgid "Record changes to the repository"
14073msgstr ""
14074
14075#: common-cmds.h:23
14076msgid "Show changes between commits, commit and working tree, etc"
14077msgstr ""
14078
14079#: common-cmds.h:24
14080msgid "Download objects and refs from another repository"
14081msgstr ""
14082
14083#: common-cmds.h:25
14084msgid "Print lines matching a pattern"
14085msgstr ""
14086
14087#: common-cmds.h:26
14088msgid "Create an empty Git repository or reinitialize an existing one"
14089msgstr ""
14090
14091#: common-cmds.h:27
14092msgid "Show commit logs"
14093msgstr ""
14094
14095#: common-cmds.h:28
14096msgid "Join two or more development histories together"
14097msgstr ""
14098
14099#: common-cmds.h:29
14100msgid "Move or rename a file, a directory, or a symlink"
14101msgstr ""
14102
14103#: common-cmds.h:30
14104msgid "Fetch from and integrate with another repository or a local branch"
14105msgstr ""
14106
14107#: common-cmds.h:31
14108msgid "Update remote refs along with associated objects"
14109msgstr ""
14110
14111#: common-cmds.h:32
14112msgid "Reapply commits on top of another base tip"
14113msgstr ""
14114
14115#: common-cmds.h:33
14116msgid "Reset current HEAD to the specified state"
14117msgstr ""
14118
14119#: common-cmds.h:34
14120msgid "Remove files from the working tree and from the index"
14121msgstr ""
14122
14123#: common-cmds.h:35
14124msgid "Show various types of objects"
14125msgstr ""
14126
14127#: common-cmds.h:36
14128msgid "Show the working tree status"
14129msgstr ""
14130
14131#: common-cmds.h:37
14132msgid "Create, list, delete or verify a tag object signed with GPG"
14133msgstr ""
14134
14135#: parse-options.h:157
14136msgid "expiry-date"
14137msgstr ""
14138
14139#: parse-options.h:172
14140msgid "no-op (backward compatibility)"
14141msgstr ""
14142
14143#: parse-options.h:250
14144msgid "be more verbose"
14145msgstr ""
14146
14147#: parse-options.h:252
14148msgid "be more quiet"
14149msgstr ""
14150
14151#: parse-options.h:258
14152msgid "use <n> digits to display SHA-1s"
14153msgstr ""
14154
14155#: rerere.h:40
14156msgid "update the index with reused conflict resolution if possible"
14157msgstr ""
14158
14159#: git-bisect.sh:54
14160msgid "You need to start by \"git bisect start\""
14161msgstr ""
14162
14163#. TRANSLATORS: Make sure to include [Y] and [n] in your
14164#. translation. The program will only accept English input
14165#. at this point.
14166#: git-bisect.sh:60
14167msgid "Do you want me to do it for you [Y/n]? "
14168msgstr ""
14169
14170#: git-bisect.sh:121
14171#, sh-format
14172msgid "unrecognised option: '$arg'"
14173msgstr ""
14174
14175#: git-bisect.sh:125
14176#, sh-format
14177msgid "'$arg' does not appear to be a valid revision"
14178msgstr ""
14179
14180#: git-bisect.sh:154
14181msgid "Bad HEAD - I need a HEAD"
14182msgstr ""
14183
14184#: git-bisect.sh:167
14185#, sh-format
14186msgid ""
14187"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
14188msgstr ""
14189
14190#: git-bisect.sh:177
14191msgid "won't bisect on cg-seek'ed tree"
14192msgstr ""
14193
14194#: git-bisect.sh:181
14195msgid "Bad HEAD - strange symbolic ref"
14196msgstr ""
14197
14198#: git-bisect.sh:233
14199#, sh-format
14200msgid "Bad bisect_write argument: $state"
14201msgstr ""
14202
14203#: git-bisect.sh:246
14204#, sh-format
14205msgid "Bad rev input: $arg"
14206msgstr ""
14207
14208#: git-bisect.sh:265
14209#, sh-format
14210msgid "Bad rev input: $bisected_head"
14211msgstr ""
14212
14213#: git-bisect.sh:274
14214#, sh-format
14215msgid "Bad rev input: $rev"
14216msgstr ""
14217
14218#: git-bisect.sh:283
14219#, sh-format
14220msgid "'git bisect $TERM_BAD' can take only one argument."
14221msgstr ""
14222
14223#: git-bisect.sh:306
14224#, sh-format
14225msgid "Warning: bisecting only with a $TERM_BAD commit."
14226msgstr ""
14227
14228#. TRANSLATORS: Make sure to include [Y] and [n] in your
14229#. translation. The program will only accept English input
14230#. at this point.
14231#: git-bisect.sh:312
14232msgid "Are you sure [Y/n]? "
14233msgstr ""
14234
14235#: git-bisect.sh:324
14236#, sh-format
14237msgid ""
14238"You need to give me at least one $bad_syn and one $good_syn revision.\n"
14239"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
14240msgstr ""
14241
14242#: git-bisect.sh:327
14243#, sh-format
14244msgid ""
14245"You need to start by \"git bisect start\".\n"
14246"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
14247"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
14248msgstr ""
14249
14250#: git-bisect.sh:398 git-bisect.sh:512
14251msgid "We are not bisecting."
14252msgstr ""
14253
14254#: git-bisect.sh:405
14255#, sh-format
14256msgid "'$invalid' is not a valid commit"
14257msgstr ""
14258
14259#: git-bisect.sh:414
14260#, sh-format
14261msgid ""
14262"Could not check out original HEAD '$branch'.\n"
14263"Try 'git bisect reset <commit>'."
14264msgstr ""
14265
14266#: git-bisect.sh:422
14267msgid "No logfile given"
14268msgstr ""
14269
14270#: git-bisect.sh:423
14271#, sh-format
14272msgid "cannot read $file for replaying"
14273msgstr ""
14274
14275#: git-bisect.sh:444
14276msgid "?? what are you talking about?"
14277msgstr ""
14278
14279#: git-bisect.sh:453
14280msgid "bisect run failed: no command provided."
14281msgstr ""
14282
14283#: git-bisect.sh:458
14284#, sh-format
14285msgid "running $command"
14286msgstr ""
14287
14288#: git-bisect.sh:465
14289#, sh-format
14290msgid ""
14291"bisect run failed:\n"
14292"exit code $res from '$command' is < 0 or >= 128"
14293msgstr ""
14294
14295#: git-bisect.sh:491
14296msgid "bisect run cannot continue any more"
14297msgstr ""
14298
14299#: git-bisect.sh:497
14300#, sh-format
14301msgid ""
14302"bisect run failed:\n"
14303"'bisect_state $state' exited with error code $res"
14304msgstr ""
14305
14306#: git-bisect.sh:504
14307msgid "bisect run success"
14308msgstr ""
14309
14310#: git-bisect.sh:533
14311#, sh-format
14312msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
14313msgstr ""
14314
14315#: git-bisect.sh:567
14316msgid "no terms defined"
14317msgstr ""
14318
14319#: git-bisect.sh:584
14320#, sh-format
14321msgid ""
14322"invalid argument $arg for 'git bisect terms'.\n"
14323"Supported options are: --term-good|--term-old and --term-bad|--term-new."
14324msgstr ""
14325
14326#: git-merge-octopus.sh:46
14327msgid ""
14328"Error: Your local changes to the following files would be overwritten by "
14329"merge"
14330msgstr ""
14331
14332#: git-merge-octopus.sh:61
14333msgid "Automated merge did not work."
14334msgstr ""
14335
14336#: git-merge-octopus.sh:62
14337msgid "Should not be doing an octopus."
14338msgstr ""
14339
14340#: git-merge-octopus.sh:73
14341#, sh-format
14342msgid "Unable to find common commit with $pretty_name"
14343msgstr ""
14344
14345#: git-merge-octopus.sh:77
14346#, sh-format
14347msgid "Already up to date with $pretty_name"
14348msgstr ""
14349
14350#: git-merge-octopus.sh:89
14351#, sh-format
14352msgid "Fast-forwarding to: $pretty_name"
14353msgstr ""
14354
14355#: git-merge-octopus.sh:97
14356#, sh-format
14357msgid "Trying simple merge with $pretty_name"
14358msgstr ""
14359
14360#: git-merge-octopus.sh:102
14361msgid "Simple merge did not work, trying automatic merge."
14362msgstr ""
14363
14364#: git-rebase.sh:60
14365msgid ""
14366"Resolve all conflicts manually, mark them as resolved with\n"
14367"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
14368"You can instead skip this commit: run \"git rebase --skip\".\n"
14369"To abort and get back to the state before \"git rebase\", run \"git rebase --"
14370"abort\"."
14371msgstr ""
14372
14373#: git-rebase.sh:163 git-rebase.sh:409
14374#, sh-format
14375msgid "Could not move back to $head_name"
14376msgstr ""
14377
14378#: git-rebase.sh:174
14379msgid "Applied autostash."
14380msgstr ""
14381
14382#: git-rebase.sh:177
14383#, sh-format
14384msgid "Cannot store $stash_sha1"
14385msgstr ""
14386
14387#: git-rebase.sh:218
14388msgid "The pre-rebase hook refused to rebase."
14389msgstr ""
14390
14391#: git-rebase.sh:223
14392msgid "It looks like 'git am' is in progress. Cannot rebase."
14393msgstr ""
14394
14395#: git-rebase.sh:370
14396msgid "No rebase in progress?"
14397msgstr ""
14398
14399#: git-rebase.sh:381
14400msgid "The --edit-todo action can only be used during interactive rebase."
14401msgstr ""
14402
14403#: git-rebase.sh:388
14404msgid "Cannot read HEAD"
14405msgstr ""
14406
14407#: git-rebase.sh:391
14408msgid ""
14409"You must edit all merge conflicts and then\n"
14410"mark them as resolved using git add"
14411msgstr ""
14412
14413#: git-rebase.sh:435
14414#, sh-format
14415msgid ""
14416"It seems that there is already a $state_dir_base directory, and\n"
14417"I wonder if you are in the middle of another rebase.  If that is the\n"
14418"case, please try\n"
14419"\t$cmd_live_rebase\n"
14420"If that is not the case, please\n"
14421"\t$cmd_clear_stale_rebase\n"
14422"and run me again.  I am stopping in case you still have something\n"
14423"valuable there."
14424msgstr ""
14425
14426#: git-rebase.sh:491
14427#, sh-format
14428msgid "invalid upstream '$upstream_name'"
14429msgstr ""
14430
14431#: git-rebase.sh:515
14432#, sh-format
14433msgid "$onto_name: there are more than one merge bases"
14434msgstr ""
14435
14436#: git-rebase.sh:518 git-rebase.sh:522
14437#, sh-format
14438msgid "$onto_name: there is no merge base"
14439msgstr ""
14440
14441#: git-rebase.sh:527
14442#, sh-format
14443msgid "Does not point to a valid commit: $onto_name"
14444msgstr ""
14445
14446#: git-rebase.sh:553
14447#, sh-format
14448msgid "fatal: no such branch/commit '$branch_name'"
14449msgstr ""
14450
14451#: git-rebase.sh:586
14452msgid "Cannot autostash"
14453msgstr ""
14454
14455#: git-rebase.sh:591
14456#, sh-format
14457msgid "Created autostash: $stash_abbrev"
14458msgstr ""
14459
14460#: git-rebase.sh:595
14461msgid "Please commit or stash them."
14462msgstr ""
14463
14464#: git-rebase.sh:618
14465#, sh-format
14466msgid "HEAD is up to date."
14467msgstr ""
14468
14469#: git-rebase.sh:620
14470#, sh-format
14471msgid "Current branch $branch_name is up to date."
14472msgstr ""
14473
14474#: git-rebase.sh:628
14475#, sh-format
14476msgid "HEAD is up to date, rebase forced."
14477msgstr ""
14478
14479#: git-rebase.sh:630
14480#, sh-format
14481msgid "Current branch $branch_name is up to date, rebase forced."
14482msgstr ""
14483
14484#: git-rebase.sh:642
14485#, sh-format
14486msgid "Changes from $mb to $onto:"
14487msgstr ""
14488
14489#: git-rebase.sh:651
14490msgid "First, rewinding head to replay your work on top of it..."
14491msgstr ""
14492
14493#: git-rebase.sh:661
14494#, sh-format
14495msgid "Fast-forwarded $branch_name to $onto_name."
14496msgstr ""
14497
14498#: git-stash.sh:61
14499msgid "git stash clear with parameters is unimplemented"
14500msgstr ""
14501
14502#: git-stash.sh:108
14503msgid "You do not have the initial commit yet"
14504msgstr ""
14505
14506#: git-stash.sh:123
14507msgid "Cannot save the current index state"
14508msgstr ""
14509
14510#: git-stash.sh:138
14511msgid "Cannot save the untracked files"
14512msgstr ""
14513
14514#: git-stash.sh:158 git-stash.sh:171
14515msgid "Cannot save the current worktree state"
14516msgstr ""
14517
14518#: git-stash.sh:175
14519msgid "No changes selected"
14520msgstr ""
14521
14522#: git-stash.sh:178
14523msgid "Cannot remove temporary index (can't happen)"
14524msgstr ""
14525
14526#: git-stash.sh:191
14527msgid "Cannot record working tree state"
14528msgstr ""
14529
14530#: git-stash.sh:229
14531#, sh-format
14532msgid "Cannot update $ref_stash with $w_commit"
14533msgstr ""
14534
14535#: git-stash.sh:281
14536#, sh-format
14537msgid "error: unknown option for 'stash push': $option"
14538msgstr ""
14539
14540#: git-stash.sh:295
14541msgid "Can't use --patch and --include-untracked or --all at the same time"
14542msgstr ""
14543
14544#: git-stash.sh:303
14545msgid "No local changes to save"
14546msgstr ""
14547
14548#: git-stash.sh:308
14549msgid "Cannot initialize stash"
14550msgstr ""
14551
14552#: git-stash.sh:312
14553msgid "Cannot save the current status"
14554msgstr ""
14555
14556#: git-stash.sh:313
14557#, sh-format
14558msgid "Saved working directory and index state $stash_msg"
14559msgstr ""
14560
14561#: git-stash.sh:340
14562msgid "Cannot remove worktree changes"
14563msgstr ""
14564
14565#: git-stash.sh:488
14566#, sh-format
14567msgid "unknown option: $opt"
14568msgstr ""
14569
14570#: git-stash.sh:501
14571msgid "No stash entries found."
14572msgstr ""
14573
14574#: git-stash.sh:508
14575#, sh-format
14576msgid "Too many revisions specified: $REV"
14577msgstr ""
14578
14579#: git-stash.sh:523
14580#, sh-format
14581msgid "$reference is not a valid reference"
14582msgstr ""
14583
14584#: git-stash.sh:551
14585#, sh-format
14586msgid "'$args' is not a stash-like commit"
14587msgstr ""
14588
14589#: git-stash.sh:562
14590#, sh-format
14591msgid "'$args' is not a stash reference"
14592msgstr ""
14593
14594#: git-stash.sh:570
14595msgid "unable to refresh index"
14596msgstr ""
14597
14598#: git-stash.sh:574
14599msgid "Cannot apply a stash in the middle of a merge"
14600msgstr ""
14601
14602#: git-stash.sh:582
14603msgid "Conflicts in index. Try without --index."
14604msgstr ""
14605
14606#: git-stash.sh:584
14607msgid "Could not save index tree"
14608msgstr ""
14609
14610#: git-stash.sh:593
14611msgid "Could not restore untracked files from stash entry"
14612msgstr ""
14613
14614#: git-stash.sh:618
14615msgid "Cannot unstage modified files"
14616msgstr ""
14617
14618#: git-stash.sh:633
14619msgid "Index was not unstashed."
14620msgstr ""
14621
14622#: git-stash.sh:647
14623msgid "The stash entry is kept in case you need it again."
14624msgstr ""
14625
14626#: git-stash.sh:656
14627#, sh-format
14628msgid "Dropped ${REV} ($s)"
14629msgstr ""
14630
14631#: git-stash.sh:657
14632#, sh-format
14633msgid "${REV}: Could not drop stash entry"
14634msgstr ""
14635
14636#: git-stash.sh:665
14637msgid "No branch name specified"
14638msgstr ""
14639
14640#: git-stash.sh:744
14641msgid "(To restore them type \"git stash apply\")"
14642msgstr ""
14643
14644#: git-submodule.sh:181
14645msgid "Relative path can only be used from the toplevel of the working tree"
14646msgstr ""
14647
14648#: git-submodule.sh:191
14649#, sh-format
14650msgid "repo URL: '$repo' must be absolute or begin with ./|../"
14651msgstr ""
14652
14653#: git-submodule.sh:210
14654#, sh-format
14655msgid "'$sm_path' already exists in the index"
14656msgstr ""
14657
14658#: git-submodule.sh:213
14659#, sh-format
14660msgid "'$sm_path' already exists in the index and is not a submodule"
14661msgstr ""
14662
14663#: git-submodule.sh:219
14664#, sh-format
14665msgid ""
14666"The following path is ignored by one of your .gitignore files:\n"
14667"$sm_path\n"
14668"Use -f if you really want to add it."
14669msgstr ""
14670
14671#: git-submodule.sh:237
14672#, sh-format
14673msgid "Adding existing repo at '$sm_path' to the index"
14674msgstr ""
14675
14676#: git-submodule.sh:239
14677#, sh-format
14678msgid "'$sm_path' already exists and is not a valid git repo"
14679msgstr ""
14680
14681#: git-submodule.sh:247
14682#, sh-format
14683msgid "A git directory for '$sm_name' is found locally with remote(s):"
14684msgstr ""
14685
14686#: git-submodule.sh:249
14687#, sh-format
14688msgid ""
14689"If you want to reuse this local git directory instead of cloning again from\n"
14690"  $realrepo\n"
14691"use the '--force' option. If the local git directory is not the correct "
14692"repo\n"
14693"or you are unsure what this means choose another name with the '--name' "
14694"option."
14695msgstr ""
14696
14697#: git-submodule.sh:255
14698#, sh-format
14699msgid "Reactivating local git directory for submodule '$sm_name'."
14700msgstr ""
14701
14702#: git-submodule.sh:267
14703#, sh-format
14704msgid "Unable to checkout submodule '$sm_path'"
14705msgstr ""
14706
14707#: git-submodule.sh:272
14708#, sh-format
14709msgid "Failed to add submodule '$sm_path'"
14710msgstr ""
14711
14712#: git-submodule.sh:281
14713#, sh-format
14714msgid "Failed to register submodule '$sm_path'"
14715msgstr ""
14716
14717#: git-submodule.sh:342
14718#, sh-format
14719msgid "Entering '$displaypath'"
14720msgstr ""
14721
14722#: git-submodule.sh:362
14723#, sh-format
14724msgid "Stopping at '$displaypath'; script returned non-zero status."
14725msgstr ""
14726
14727#: git-submodule.sh:584
14728#, sh-format
14729msgid "Unable to find current revision in submodule path '$displaypath'"
14730msgstr ""
14731
14732#: git-submodule.sh:594
14733#, sh-format
14734msgid "Unable to fetch in submodule path '$sm_path'"
14735msgstr ""
14736
14737#: git-submodule.sh:599
14738#, sh-format
14739msgid ""
14740"Unable to find current ${remote_name}/${branch} revision in submodule path "
14741"'$sm_path'"
14742msgstr ""
14743
14744#: git-submodule.sh:617
14745#, sh-format
14746msgid "Unable to fetch in submodule path '$displaypath'"
14747msgstr ""
14748
14749#: git-submodule.sh:623
14750#, sh-format
14751msgid ""
14752"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
14753"Direct fetching of that commit failed."
14754msgstr ""
14755
14756#: git-submodule.sh:630
14757#, sh-format
14758msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
14759msgstr ""
14760
14761#: git-submodule.sh:631
14762#, sh-format
14763msgid "Submodule path '$displaypath': checked out '$sha1'"
14764msgstr ""
14765
14766#: git-submodule.sh:635
14767#, sh-format
14768msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
14769msgstr ""
14770
14771#: git-submodule.sh:636
14772#, sh-format
14773msgid "Submodule path '$displaypath': rebased into '$sha1'"
14774msgstr ""
14775
14776#: git-submodule.sh:641
14777#, sh-format
14778msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
14779msgstr ""
14780
14781#: git-submodule.sh:642
14782#, sh-format
14783msgid "Submodule path '$displaypath': merged in '$sha1'"
14784msgstr ""
14785
14786#: git-submodule.sh:647
14787#, sh-format
14788msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
14789msgstr ""
14790
14791#: git-submodule.sh:648
14792#, sh-format
14793msgid "Submodule path '$displaypath': '$command $sha1'"
14794msgstr ""
14795
14796#: git-submodule.sh:679
14797#, sh-format
14798msgid "Failed to recurse into submodule path '$displaypath'"
14799msgstr ""
14800
14801#: git-submodule.sh:775
14802msgid "The --cached option cannot be used with the --files option"
14803msgstr ""
14804
14805#: git-submodule.sh:827
14806#, sh-format
14807msgid "unexpected mode $mod_dst"
14808msgstr ""
14809
14810#: git-submodule.sh:847
14811#, sh-format
14812msgid "  Warn: $display_name doesn't contain commit $sha1_src"
14813msgstr ""
14814
14815#: git-submodule.sh:850
14816#, sh-format
14817msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
14818msgstr ""
14819
14820#: git-submodule.sh:853
14821#, sh-format
14822msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
14823msgstr ""
14824
14825#: git-parse-remote.sh:89
14826#, sh-format
14827msgid "See git-${cmd}(1) for details."
14828msgstr ""
14829
14830#: git-rebase--interactive.sh:140
14831#, sh-format
14832msgid "Rebasing ($new_count/$total)"
14833msgstr ""
14834
14835#: git-rebase--interactive.sh:156
14836msgid ""
14837"\n"
14838"Commands:\n"
14839"p, pick = use commit\n"
14840"r, reword = use commit, but edit the commit message\n"
14841"e, edit = use commit, but stop for amending\n"
14842"s, squash = use commit, but meld into previous commit\n"
14843"f, fixup = like \"squash\", but discard this commit's log message\n"
14844"x, exec = run command (the rest of the line) using shell\n"
14845"d, drop = remove commit\n"
14846"\n"
14847"These lines can be re-ordered; they are executed from top to bottom.\n"
14848msgstr ""
14849
14850#: git-rebase--interactive.sh:171
14851msgid ""
14852"\n"
14853"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14854msgstr ""
14855
14856#: git-rebase--interactive.sh:175
14857msgid ""
14858"\n"
14859"If you remove a line here THAT COMMIT WILL BE LOST.\n"
14860msgstr ""
14861
14862#: git-rebase--interactive.sh:213
14863#, sh-format
14864msgid ""
14865"You can amend the commit now, with\n"
14866"\n"
14867"\tgit commit --amend $gpg_sign_opt_quoted\n"
14868"\n"
14869"Once you are satisfied with your changes, run\n"
14870"\n"
14871"\tgit rebase --continue"
14872msgstr ""
14873
14874#: git-rebase--interactive.sh:238
14875#, sh-format
14876msgid "$sha1: not a commit that can be picked"
14877msgstr ""
14878
14879#: git-rebase--interactive.sh:277
14880#, sh-format
14881msgid "Invalid commit name: $sha1"
14882msgstr ""
14883
14884#: git-rebase--interactive.sh:319
14885msgid "Cannot write current commit's replacement sha1"
14886msgstr ""
14887
14888#: git-rebase--interactive.sh:371
14889#, sh-format
14890msgid "Fast-forward to $sha1"
14891msgstr ""
14892
14893#: git-rebase--interactive.sh:373
14894#, sh-format
14895msgid "Cannot fast-forward to $sha1"
14896msgstr ""
14897
14898#: git-rebase--interactive.sh:382
14899#, sh-format
14900msgid "Cannot move HEAD to $first_parent"
14901msgstr ""
14902
14903#: git-rebase--interactive.sh:387
14904#, sh-format
14905msgid "Refusing to squash a merge: $sha1"
14906msgstr ""
14907
14908#: git-rebase--interactive.sh:405
14909#, sh-format
14910msgid "Error redoing merge $sha1"
14911msgstr ""
14912
14913#: git-rebase--interactive.sh:414
14914#, sh-format
14915msgid "Could not pick $sha1"
14916msgstr ""
14917
14918#: git-rebase--interactive.sh:423
14919#, sh-format
14920msgid "This is the commit message #${n}:"
14921msgstr ""
14922
14923#: git-rebase--interactive.sh:428
14924#, sh-format
14925msgid "The commit message #${n} will be skipped:"
14926msgstr ""
14927
14928#: git-rebase--interactive.sh:439
14929#, sh-format
14930msgid "This is a combination of $count commit."
14931msgid_plural "This is a combination of $count commits."
14932msgstr[0] ""
14933msgstr[1] ""
14934
14935#: git-rebase--interactive.sh:448
14936#, sh-format
14937msgid "Cannot write $fixup_msg"
14938msgstr ""
14939
14940#: git-rebase--interactive.sh:451
14941msgid "This is a combination of 2 commits."
14942msgstr ""
14943
14944#: git-rebase--interactive.sh:492 git-rebase--interactive.sh:535
14945#: git-rebase--interactive.sh:538
14946#, sh-format
14947msgid "Could not apply $sha1... $rest"
14948msgstr ""
14949
14950#: git-rebase--interactive.sh:567
14951#, sh-format
14952msgid ""
14953"Could not amend commit after successfully picking $sha1... $rest\n"
14954"This is most likely due to an empty commit message, or the pre-commit hook\n"
14955"failed. If the pre-commit hook failed, you may need to resolve the issue "
14956"before\n"
14957"you are able to reword the commit."
14958msgstr ""
14959
14960#: git-rebase--interactive.sh:582
14961#, sh-format
14962msgid "Stopped at $sha1_abbrev... $rest"
14963msgstr ""
14964
14965#: git-rebase--interactive.sh:597
14966#, sh-format
14967msgid "Cannot '$squash_style' without a previous commit"
14968msgstr ""
14969
14970#: git-rebase--interactive.sh:639
14971#, sh-format
14972msgid "Executing: $rest"
14973msgstr ""
14974
14975#: git-rebase--interactive.sh:647
14976#, sh-format
14977msgid "Execution failed: $rest"
14978msgstr ""
14979
14980#: git-rebase--interactive.sh:649
14981msgid "and made changes to the index and/or the working tree"
14982msgstr ""
14983
14984#: git-rebase--interactive.sh:651
14985msgid ""
14986"You can fix the problem, and then run\n"
14987"\n"
14988"\tgit rebase --continue"
14989msgstr ""
14990
14991#. TRANSLATORS: after these lines is a command to be issued by the user
14992#: git-rebase--interactive.sh:664
14993#, sh-format
14994msgid ""
14995"Execution succeeded: $rest\n"
14996"but left changes to the index and/or the working tree\n"
14997"Commit or stash your changes, and then run\n"
14998"\n"
14999"\tgit rebase --continue"
15000msgstr ""
15001
15002#: git-rebase--interactive.sh:675
15003#, sh-format
15004msgid "Unknown command: $command $sha1 $rest"
15005msgstr ""
15006
15007#: git-rebase--interactive.sh:676
15008msgid "Please fix this using 'git rebase --edit-todo'."
15009msgstr ""
15010
15011#: git-rebase--interactive.sh:711
15012#, sh-format
15013msgid "Successfully rebased and updated $head_name."
15014msgstr ""
15015
15016#: git-rebase--interactive.sh:735
15017msgid "could not detach HEAD"
15018msgstr ""
15019
15020#: git-rebase--interactive.sh:771
15021msgid "Could not remove CHERRY_PICK_HEAD"
15022msgstr ""
15023
15024#: git-rebase--interactive.sh:776
15025#, sh-format
15026msgid ""
15027"You have staged changes in your working tree.\n"
15028"If these changes are meant to be\n"
15029"squashed into the previous commit, run:\n"
15030"\n"
15031"  git commit --amend $gpg_sign_opt_quoted\n"
15032"\n"
15033"If they are meant to go into a new commit, run:\n"
15034"\n"
15035"  git commit $gpg_sign_opt_quoted\n"
15036"\n"
15037"In both cases, once you're done, continue with:\n"
15038"\n"
15039"  git rebase --continue\n"
15040msgstr ""
15041
15042#: git-rebase--interactive.sh:793
15043msgid "Error trying to find the author identity to amend commit"
15044msgstr ""
15045
15046#: git-rebase--interactive.sh:798
15047msgid ""
15048"You have uncommitted changes in your working tree. Please commit them\n"
15049"first and then run 'git rebase --continue' again."
15050msgstr ""
15051
15052#: git-rebase--interactive.sh:803 git-rebase--interactive.sh:807
15053msgid "Could not commit staged changes."
15054msgstr ""
15055
15056#: git-rebase--interactive.sh:836
15057msgid ""
15058"\n"
15059"You are editing the todo file of an ongoing interactive rebase.\n"
15060"To continue rebase after editing, run:\n"
15061"    git rebase --continue\n"
15062"\n"
15063msgstr ""
15064
15065#: git-rebase--interactive.sh:844 git-rebase--interactive.sh:1008
15066msgid "Could not execute editor"
15067msgstr ""
15068
15069#: git-rebase--interactive.sh:860
15070#, sh-format
15071msgid "Could not checkout $switch_to"
15072msgstr ""
15073
15074#: git-rebase--interactive.sh:865
15075msgid "No HEAD?"
15076msgstr ""
15077
15078#: git-rebase--interactive.sh:866
15079#, sh-format
15080msgid "Could not create temporary $state_dir"
15081msgstr ""
15082
15083#: git-rebase--interactive.sh:869
15084msgid "Could not mark as interactive"
15085msgstr ""
15086
15087#: git-rebase--interactive.sh:879 git-rebase--interactive.sh:884
15088msgid "Could not init rewritten commits"
15089msgstr ""
15090
15091#: git-rebase--interactive.sh:910
15092msgid "Could not generate todo list"
15093msgstr ""
15094
15095#: git-rebase--interactive.sh:986
15096#, sh-format
15097msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
15098msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
15099msgstr[0] ""
15100msgstr[1] ""
15101
15102#: git-rebase--interactive.sh:991
15103msgid ""
15104"\n"
15105"However, if you remove everything, the rebase will be aborted.\n"
15106"\n"
15107msgstr ""
15108
15109#: git-rebase--interactive.sh:998
15110msgid "Note that empty commits are commented out"
15111msgstr ""
15112
15113#: git-sh-setup.sh:89 git-sh-setup.sh:94
15114#, sh-format
15115msgid "usage: $dashless $USAGE"
15116msgstr ""
15117
15118#: git-sh-setup.sh:190
15119#, sh-format
15120msgid "Cannot chdir to $cdup, the toplevel of the working tree"
15121msgstr ""
15122
15123#: git-sh-setup.sh:199 git-sh-setup.sh:206
15124#, sh-format
15125msgid "fatal: $program_name cannot be used without a working tree."
15126msgstr ""
15127
15128#: git-sh-setup.sh:220
15129msgid "Cannot rebase: You have unstaged changes."
15130msgstr ""
15131
15132#: git-sh-setup.sh:223
15133msgid "Cannot rewrite branches: You have unstaged changes."
15134msgstr ""
15135
15136#: git-sh-setup.sh:226
15137msgid "Cannot pull with rebase: You have unstaged changes."
15138msgstr ""
15139
15140#: git-sh-setup.sh:229
15141#, sh-format
15142msgid "Cannot $action: You have unstaged changes."
15143msgstr ""
15144
15145#: git-sh-setup.sh:242
15146msgid "Cannot rebase: Your index contains uncommitted changes."
15147msgstr ""
15148
15149#: git-sh-setup.sh:245
15150msgid "Cannot pull with rebase: Your index contains uncommitted changes."
15151msgstr ""
15152
15153#: git-sh-setup.sh:248
15154#, sh-format
15155msgid "Cannot $action: Your index contains uncommitted changes."
15156msgstr ""
15157
15158#: git-sh-setup.sh:252
15159msgid "Additionally, your index contains uncommitted changes."
15160msgstr ""
15161
15162#: git-sh-setup.sh:372
15163msgid "You need to run this command from the toplevel of the working tree."
15164msgstr ""
15165
15166#: git-sh-setup.sh:377
15167msgid "Unable to determine absolute path of git directory"
15168msgstr ""
15169
15170#. TRANSLATORS: you can adjust this to align "git add -i" status menu
15171#: git-add--interactive.perl:196
15172#, perl-format
15173msgid "%12s %12s %s"
15174msgstr ""
15175
15176#: git-add--interactive.perl:197
15177msgid "staged"
15178msgstr ""
15179
15180#: git-add--interactive.perl:197
15181msgid "unstaged"
15182msgstr ""
15183
15184#: git-add--interactive.perl:246 git-add--interactive.perl:271
15185msgid "binary"
15186msgstr ""
15187
15188#: git-add--interactive.perl:255 git-add--interactive.perl:309
15189msgid "nothing"
15190msgstr ""
15191
15192#: git-add--interactive.perl:291 git-add--interactive.perl:306
15193msgid "unchanged"
15194msgstr ""
15195
15196#: git-add--interactive.perl:602
15197#, perl-format
15198msgid "added %d path\n"
15199msgid_plural "added %d paths\n"
15200msgstr[0] ""
15201msgstr[1] ""
15202
15203#: git-add--interactive.perl:605
15204#, perl-format
15205msgid "updated %d path\n"
15206msgid_plural "updated %d paths\n"
15207msgstr[0] ""
15208msgstr[1] ""
15209
15210#: git-add--interactive.perl:608
15211#, perl-format
15212msgid "reverted %d path\n"
15213msgid_plural "reverted %d paths\n"
15214msgstr[0] ""
15215msgstr[1] ""
15216
15217#: git-add--interactive.perl:611
15218#, perl-format
15219msgid "touched %d path\n"
15220msgid_plural "touched %d paths\n"
15221msgstr[0] ""
15222msgstr[1] ""
15223
15224#: git-add--interactive.perl:620
15225msgid "Update"
15226msgstr ""
15227
15228#: git-add--interactive.perl:632
15229msgid "Revert"
15230msgstr ""
15231
15232#: git-add--interactive.perl:655
15233#, perl-format
15234msgid "note: %s is untracked now.\n"
15235msgstr ""
15236
15237#: git-add--interactive.perl:666
15238msgid "Add untracked"
15239msgstr ""
15240
15241#: git-add--interactive.perl:672
15242msgid "No untracked files.\n"
15243msgstr ""
15244
15245#: git-add--interactive.perl:1026
15246msgid ""
15247"If the patch applies cleanly, the edited hunk will immediately be\n"
15248"marked for staging."
15249msgstr ""
15250
15251#: git-add--interactive.perl:1029
15252msgid ""
15253"If the patch applies cleanly, the edited hunk will immediately be\n"
15254"marked for stashing."
15255msgstr ""
15256
15257#: git-add--interactive.perl:1032
15258msgid ""
15259"If the patch applies cleanly, the edited hunk will immediately be\n"
15260"marked for unstaging."
15261msgstr ""
15262
15263#: git-add--interactive.perl:1035 git-add--interactive.perl:1044
15264msgid ""
15265"If the patch applies cleanly, the edited hunk will immediately be\n"
15266"marked for applying."
15267msgstr ""
15268
15269#: git-add--interactive.perl:1038 git-add--interactive.perl:1041
15270msgid ""
15271"If the patch applies cleanly, the edited hunk will immediately be\n"
15272"marked for discarding."
15273msgstr ""
15274
15275#: git-add--interactive.perl:1078
15276#, perl-format
15277msgid "failed to open hunk edit file for writing: %s"
15278msgstr ""
15279
15280#: git-add--interactive.perl:1079
15281msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
15282msgstr ""
15283
15284#: git-add--interactive.perl:1085
15285#, perl-format
15286msgid ""
15287"---\n"
15288"To remove '%s' lines, make them ' ' lines (context).\n"
15289"To remove '%s' lines, delete them.\n"
15290"Lines starting with %s will be removed.\n"
15291msgstr ""
15292
15293#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
15294#: git-add--interactive.perl:1093
15295msgid ""
15296"If it does not apply cleanly, you will be given an opportunity to\n"
15297"edit again.  If all lines of the hunk are removed, then the edit is\n"
15298"aborted and the hunk is left unchanged.\n"
15299msgstr ""
15300
15301#: git-add--interactive.perl:1107
15302#, perl-format
15303msgid "failed to open hunk edit file for reading: %s"
15304msgstr ""
15305
15306#. TRANSLATORS: do not translate [y/n]
15307#. The program will only accept that input
15308#. at this point.
15309#. Consider translating (saying "no" discards!) as
15310#. (saying "n" for "no" discards!) if the translation
15311#. of the word "no" does not start with n.
15312#: git-add--interactive.perl:1206
15313msgid ""
15314"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
15315msgstr ""
15316
15317#: git-add--interactive.perl:1215
15318msgid ""
15319"y - stage this hunk\n"
15320"n - do not stage this hunk\n"
15321"q - quit; do not stage this hunk or any of the remaining ones\n"
15322"a - stage this hunk and all later hunks in the file\n"
15323"d - do not stage this hunk or any of the later hunks in the file"
15324msgstr ""
15325
15326#: git-add--interactive.perl:1221
15327msgid ""
15328"y - stash this hunk\n"
15329"n - do not stash this hunk\n"
15330"q - quit; do not stash this hunk or any of the remaining ones\n"
15331"a - stash this hunk and all later hunks in the file\n"
15332"d - do not stash this hunk or any of the later hunks in the file"
15333msgstr ""
15334
15335#: git-add--interactive.perl:1227
15336msgid ""
15337"y - unstage this hunk\n"
15338"n - do not unstage this hunk\n"
15339"q - quit; do not unstage this hunk or any of the remaining ones\n"
15340"a - unstage this hunk and all later hunks in the file\n"
15341"d - do not unstage this hunk or any of the later hunks in the file"
15342msgstr ""
15343
15344#: git-add--interactive.perl:1233
15345msgid ""
15346"y - apply this hunk to index\n"
15347"n - do not apply this hunk to index\n"
15348"q - quit; do not apply this hunk or any of the remaining ones\n"
15349"a - apply this hunk and all later hunks in the file\n"
15350"d - do not apply this hunk or any of the later hunks in the file"
15351msgstr ""
15352
15353#: git-add--interactive.perl:1239
15354msgid ""
15355"y - discard this hunk from worktree\n"
15356"n - do not discard this hunk from worktree\n"
15357"q - quit; do not discard this hunk or any of the remaining ones\n"
15358"a - discard this hunk and all later hunks in the file\n"
15359"d - do not discard this hunk or any of the later hunks in the file"
15360msgstr ""
15361
15362#: git-add--interactive.perl:1245
15363msgid ""
15364"y - discard this hunk from index and worktree\n"
15365"n - do not discard this hunk from index and worktree\n"
15366"q - quit; do not discard this hunk or any of the remaining ones\n"
15367"a - discard this hunk and all later hunks in the file\n"
15368"d - do not discard this hunk or any of the later hunks in the file"
15369msgstr ""
15370
15371#: git-add--interactive.perl:1251
15372msgid ""
15373"y - apply this hunk to index and worktree\n"
15374"n - do not apply this hunk to index and worktree\n"
15375"q - quit; do not apply this hunk or any of the remaining ones\n"
15376"a - apply this hunk and all later hunks in the file\n"
15377"d - do not apply this hunk or any of the later hunks in the file"
15378msgstr ""
15379
15380#: git-add--interactive.perl:1266
15381msgid ""
15382"g - select a hunk to go to\n"
15383"/ - search for a hunk matching the given regex\n"
15384"j - leave this hunk undecided, see next undecided hunk\n"
15385"J - leave this hunk undecided, see next hunk\n"
15386"k - leave this hunk undecided, see previous undecided hunk\n"
15387"K - leave this hunk undecided, see previous hunk\n"
15388"s - split the current hunk into smaller hunks\n"
15389"e - manually edit the current hunk\n"
15390"? - print help\n"
15391msgstr ""
15392
15393#: git-add--interactive.perl:1297
15394msgid "The selected hunks do not apply to the index!\n"
15395msgstr ""
15396
15397#: git-add--interactive.perl:1298
15398msgid "Apply them to the worktree anyway? "
15399msgstr ""
15400
15401#: git-add--interactive.perl:1301
15402msgid "Nothing was applied.\n"
15403msgstr ""
15404
15405#: git-add--interactive.perl:1312
15406#, perl-format
15407msgid "ignoring unmerged: %s\n"
15408msgstr ""
15409
15410#: git-add--interactive.perl:1321
15411msgid "Only binary files changed.\n"
15412msgstr ""
15413
15414#: git-add--interactive.perl:1323
15415msgid "No changes.\n"
15416msgstr ""
15417
15418#: git-add--interactive.perl:1331
15419msgid "Patch update"
15420msgstr ""
15421
15422#: git-add--interactive.perl:1383
15423#, perl-format
15424msgid "Stage mode change [y,n,q,a,d%s,?]? "
15425msgstr ""
15426
15427#: git-add--interactive.perl:1384
15428#, perl-format
15429msgid "Stage deletion [y,n,q,a,d%s,?]? "
15430msgstr ""
15431
15432#: git-add--interactive.perl:1385
15433#, perl-format
15434msgid "Stage this hunk [y,n,q,a,d%s,?]? "
15435msgstr ""
15436
15437#: git-add--interactive.perl:1388
15438#, perl-format
15439msgid "Stash mode change [y,n,q,a,d%s,?]? "
15440msgstr ""
15441
15442#: git-add--interactive.perl:1389
15443#, perl-format
15444msgid "Stash deletion [y,n,q,a,d%s,?]? "
15445msgstr ""
15446
15447#: git-add--interactive.perl:1390
15448#, perl-format
15449msgid "Stash this hunk [y,n,q,a,d%s,?]? "
15450msgstr ""
15451
15452#: git-add--interactive.perl:1393
15453#, perl-format
15454msgid "Unstage mode change [y,n,q,a,d%s,?]? "
15455msgstr ""
15456
15457#: git-add--interactive.perl:1394
15458#, perl-format
15459msgid "Unstage deletion [y,n,q,a,d%s,?]? "
15460msgstr ""
15461
15462#: git-add--interactive.perl:1395
15463#, perl-format
15464msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
15465msgstr ""
15466
15467#: git-add--interactive.perl:1398
15468#, perl-format
15469msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
15470msgstr ""
15471
15472#: git-add--interactive.perl:1399
15473#, perl-format
15474msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
15475msgstr ""
15476
15477#: git-add--interactive.perl:1400
15478#, perl-format
15479msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
15480msgstr ""
15481
15482#: git-add--interactive.perl:1403
15483#, perl-format
15484msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
15485msgstr ""
15486
15487#: git-add--interactive.perl:1404
15488#, perl-format
15489msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
15490msgstr ""
15491
15492#: git-add--interactive.perl:1405
15493#, perl-format
15494msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
15495msgstr ""
15496
15497#: git-add--interactive.perl:1408
15498#, perl-format
15499msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
15500msgstr ""
15501
15502#: git-add--interactive.perl:1409
15503#, perl-format
15504msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
15505msgstr ""
15506
15507#: git-add--interactive.perl:1410
15508#, perl-format
15509msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
15510msgstr ""
15511
15512#: git-add--interactive.perl:1413
15513#, perl-format
15514msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
15515msgstr ""
15516
15517#: git-add--interactive.perl:1414
15518#, perl-format
15519msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
15520msgstr ""
15521
15522#: git-add--interactive.perl:1415
15523#, perl-format
15524msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
15525msgstr ""
15526
15527#: git-add--interactive.perl:1515
15528msgid "No other hunks to goto\n"
15529msgstr ""
15530
15531#: git-add--interactive.perl:1522
15532msgid "go to which hunk (<ret> to see more)? "
15533msgstr ""
15534
15535#: git-add--interactive.perl:1524
15536msgid "go to which hunk? "
15537msgstr ""
15538
15539#: git-add--interactive.perl:1533
15540#, perl-format
15541msgid "Invalid number: '%s'\n"
15542msgstr ""
15543
15544#: git-add--interactive.perl:1538
15545#, perl-format
15546msgid "Sorry, only %d hunk available.\n"
15547msgid_plural "Sorry, only %d hunks available.\n"
15548msgstr[0] ""
15549msgstr[1] ""
15550
15551#: git-add--interactive.perl:1564
15552msgid "No other hunks to search\n"
15553msgstr ""
15554
15555#: git-add--interactive.perl:1568
15556msgid "search for regex? "
15557msgstr ""
15558
15559#: git-add--interactive.perl:1581
15560#, perl-format
15561msgid "Malformed search regexp %s: %s\n"
15562msgstr ""
15563
15564#: git-add--interactive.perl:1591
15565msgid "No hunk matches the given pattern\n"
15566msgstr ""
15567
15568#: git-add--interactive.perl:1603 git-add--interactive.perl:1625
15569msgid "No previous hunk\n"
15570msgstr ""
15571
15572#: git-add--interactive.perl:1612 git-add--interactive.perl:1631
15573msgid "No next hunk\n"
15574msgstr ""
15575
15576#: git-add--interactive.perl:1637
15577msgid "Sorry, cannot split this hunk\n"
15578msgstr ""
15579
15580#: git-add--interactive.perl:1643
15581#, perl-format
15582msgid "Split into %d hunk.\n"
15583msgid_plural "Split into %d hunks.\n"
15584msgstr[0] ""
15585msgstr[1] ""
15586
15587#: git-add--interactive.perl:1653
15588msgid "Sorry, cannot edit this hunk\n"
15589msgstr ""
15590
15591#: git-add--interactive.perl:1699
15592msgid "Review diff"
15593msgstr ""
15594
15595#. TRANSLATORS: please do not translate the command names
15596#. 'status', 'update', 'revert', etc.
15597#: git-add--interactive.perl:1718
15598msgid ""
15599"status        - show paths with changes\n"
15600"update        - add working tree state to the staged set of changes\n"
15601"revert        - revert staged set of changes back to the HEAD version\n"
15602"patch         - pick hunks and update selectively\n"
15603"diff          - view diff between HEAD and index\n"
15604"add untracked - add contents of untracked files to the staged set of "
15605"changes\n"
15606msgstr ""
15607
15608#: git-add--interactive.perl:1735 git-add--interactive.perl:1740
15609#: git-add--interactive.perl:1743 git-add--interactive.perl:1750
15610#: git-add--interactive.perl:1754 git-add--interactive.perl:1760
15611msgid "missing --"
15612msgstr ""
15613
15614#: git-add--interactive.perl:1756
15615#, perl-format
15616msgid "unknown --patch mode: %s"
15617msgstr ""
15618
15619#: git-add--interactive.perl:1762 git-add--interactive.perl:1768
15620#, perl-format
15621msgid "invalid argument %s, expecting --"
15622msgstr ""
15623
15624#: git-send-email.perl:130
15625msgid "local zone differs from GMT by a non-minute interval\n"
15626msgstr ""
15627
15628#: git-send-email.perl:137 git-send-email.perl:143
15629msgid "local time offset greater than or equal to 24 hours\n"
15630msgstr ""
15631
15632#: git-send-email.perl:211 git-send-email.perl:217
15633msgid "the editor exited uncleanly, aborting everything"
15634msgstr ""
15635
15636#: git-send-email.perl:294
15637#, perl-format
15638msgid ""
15639"'%s' contains an intermediate version of the email you were composing.\n"
15640msgstr ""
15641
15642#: git-send-email.perl:299
15643#, perl-format
15644msgid "'%s.final' contains the composed email.\n"
15645msgstr ""
15646
15647#: git-send-email.perl:317
15648msgid "--dump-aliases incompatible with other options\n"
15649msgstr ""
15650
15651#: git-send-email.perl:383 git-send-email.perl:638
15652msgid "Cannot run git format-patch from outside a repository\n"
15653msgstr ""
15654
15655#: git-send-email.perl:386
15656msgid ""
15657"`batch-size` and `relogin` must be specified together (via command-line or "
15658"configuration option)\n"
15659msgstr ""
15660
15661#: git-send-email.perl:456
15662#, perl-format
15663msgid "Unknown --suppress-cc field: '%s'\n"
15664msgstr ""
15665
15666#: git-send-email.perl:485
15667#, perl-format
15668msgid "Unknown --confirm setting: '%s'\n"
15669msgstr ""
15670
15671#: git-send-email.perl:513
15672#, perl-format
15673msgid "warning: sendmail alias with quotes is not supported: %s\n"
15674msgstr ""
15675
15676#: git-send-email.perl:515
15677#, perl-format
15678msgid "warning: `:include:` not supported: %s\n"
15679msgstr ""
15680
15681#: git-send-email.perl:517
15682#, perl-format
15683msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
15684msgstr ""
15685
15686#: git-send-email.perl:522
15687#, perl-format
15688msgid "warning: sendmail line is not recognized: %s\n"
15689msgstr ""
15690
15691#: git-send-email.perl:604
15692#, perl-format
15693msgid ""
15694"File '%s' exists but it could also be the range of commits\n"
15695"to produce patches for.  Please disambiguate by...\n"
15696"\n"
15697"    * Saying \"./%s\" if you mean a file; or\n"
15698"    * Giving --format-patch option if you mean a range.\n"
15699msgstr ""
15700
15701#: git-send-email.perl:625
15702#, perl-format
15703msgid "Failed to opendir %s: %s"
15704msgstr ""
15705
15706#: git-send-email.perl:649
15707#, perl-format
15708msgid ""
15709"fatal: %s: %s\n"
15710"warning: no patches were sent\n"
15711msgstr ""
15712
15713#: git-send-email.perl:660
15714msgid ""
15715"\n"
15716"No patch files specified!\n"
15717"\n"
15718msgstr ""
15719
15720#: git-send-email.perl:673
15721#, perl-format
15722msgid "No subject line in %s?"
15723msgstr ""
15724
15725#: git-send-email.perl:683
15726#, perl-format
15727msgid "Failed to open for writing %s: %s"
15728msgstr ""
15729
15730#: git-send-email.perl:694
15731msgid ""
15732"Lines beginning in \"GIT:\" will be removed.\n"
15733"Consider including an overall diffstat or table of contents\n"
15734"for the patch you are writing.\n"
15735"\n"
15736"Clear the body content if you don't wish to send a summary.\n"
15737msgstr ""
15738
15739#: git-send-email.perl:718
15740#, perl-format
15741msgid "Failed to open %s: %s"
15742msgstr ""
15743
15744#: git-send-email.perl:735
15745#, perl-format
15746msgid "Failed to open %s.final: %s"
15747msgstr ""
15748
15749#: git-send-email.perl:778
15750msgid "Summary email is empty, skipping it\n"
15751msgstr ""
15752
15753#. TRANSLATORS: please keep [y/N] as is.
15754#: git-send-email.perl:813
15755#, perl-format
15756msgid "Are you sure you want to use <%s> [y/N]? "
15757msgstr ""
15758
15759#: git-send-email.perl:868
15760msgid ""
15761"The following files are 8bit, but do not declare a Content-Transfer-"
15762"Encoding.\n"
15763msgstr ""
15764
15765#: git-send-email.perl:873
15766msgid "Which 8bit encoding should I declare [UTF-8]? "
15767msgstr ""
15768
15769#: git-send-email.perl:881
15770#, perl-format
15771msgid ""
15772"Refusing to send because the patch\n"
15773"\t%s\n"
15774"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15775"want to send.\n"
15776msgstr ""
15777
15778#: git-send-email.perl:900
15779msgid "To whom should the emails be sent (if anyone)?"
15780msgstr ""
15781
15782#: git-send-email.perl:918
15783#, perl-format
15784msgid "fatal: alias '%s' expands to itself\n"
15785msgstr ""
15786
15787#: git-send-email.perl:930
15788msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15789msgstr ""
15790
15791#: git-send-email.perl:988 git-send-email.perl:996
15792#, perl-format
15793msgid "error: unable to extract a valid address from: %s\n"
15794msgstr ""
15795
15796#. TRANSLATORS: Make sure to include [q] [d] [e] in your
15797#. translation. The program will only accept English input
15798#. at this point.
15799#: git-send-email.perl:1000
15800msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
15801msgstr ""
15802
15803#: git-send-email.perl:1317
15804#, perl-format
15805msgid "CA path \"%s\" does not exist"
15806msgstr ""
15807
15808#: git-send-email.perl:1395
15809msgid ""
15810"    The Cc list above has been expanded by additional\n"
15811"    addresses found in the patch commit message. By default\n"
15812"    send-email prompts before sending whenever this occurs.\n"
15813"    This behavior is controlled by the sendemail.confirm\n"
15814"    configuration setting.\n"
15815"\n"
15816"    For additional information, run 'git send-email --help'.\n"
15817"    To retain the current behavior, but squelch this message,\n"
15818"    run 'git config --global sendemail.confirm auto'.\n"
15819"\n"
15820msgstr ""
15821
15822#. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15823#. translation. The program will only accept English input
15824#. at this point.
15825#: git-send-email.perl:1410
15826msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15827msgstr ""
15828
15829#: git-send-email.perl:1413
15830msgid "Send this email reply required"
15831msgstr ""
15832
15833#: git-send-email.perl:1439
15834msgid "The required SMTP server is not properly defined."
15835msgstr ""
15836
15837#: git-send-email.perl:1486
15838#, perl-format
15839msgid "Server does not support STARTTLS! %s"
15840msgstr ""
15841
15842#: git-send-email.perl:1491 git-send-email.perl:1495
15843#, perl-format
15844msgid "STARTTLS failed! %s"
15845msgstr ""
15846
15847#: git-send-email.perl:1505
15848msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15849msgstr ""
15850
15851#: git-send-email.perl:1523
15852#, perl-format
15853msgid "Failed to send %s\n"
15854msgstr ""
15855
15856#: git-send-email.perl:1526
15857#, perl-format
15858msgid "Dry-Sent %s\n"
15859msgstr ""
15860
15861#: git-send-email.perl:1526
15862#, perl-format
15863msgid "Sent %s\n"
15864msgstr ""
15865
15866#: git-send-email.perl:1528
15867msgid "Dry-OK. Log says:\n"
15868msgstr ""
15869
15870#: git-send-email.perl:1528
15871msgid "OK. Log says:\n"
15872msgstr ""
15873
15874#: git-send-email.perl:1540
15875msgid "Result: "
15876msgstr ""
15877
15878#: git-send-email.perl:1543
15879msgid "Result: OK\n"
15880msgstr ""
15881
15882#: git-send-email.perl:1556
15883#, perl-format
15884msgid "can't open file %s"
15885msgstr ""
15886
15887#: git-send-email.perl:1603 git-send-email.perl:1623
15888#, perl-format
15889msgid "(mbox) Adding cc: %s from line '%s'\n"
15890msgstr ""
15891
15892#: git-send-email.perl:1609
15893#, perl-format
15894msgid "(mbox) Adding to: %s from line '%s'\n"
15895msgstr ""
15896
15897#: git-send-email.perl:1657
15898#, perl-format
15899msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15900msgstr ""
15901
15902#: git-send-email.perl:1682
15903#, perl-format
15904msgid "(body) Adding cc: %s from line '%s'\n"
15905msgstr ""
15906
15907#: git-send-email.perl:1788
15908#, perl-format
15909msgid "(%s) Could not execute '%s'"
15910msgstr ""
15911
15912#: git-send-email.perl:1795
15913#, perl-format
15914msgid "(%s) Adding %s: %s from: '%s'\n"
15915msgstr ""
15916
15917#: git-send-email.perl:1799
15918#, perl-format
15919msgid "(%s) failed to close pipe to '%s'"
15920msgstr ""
15921
15922#: git-send-email.perl:1826
15923msgid "cannot send message as 7bit"
15924msgstr ""
15925
15926#: git-send-email.perl:1834
15927msgid "invalid transfer encoding"
15928msgstr ""
15929
15930#: git-send-email.perl:1872 git-send-email.perl:1923 git-send-email.perl:1933
15931#, perl-format
15932msgid "unable to open %s: %s\n"
15933msgstr ""
15934
15935#: git-send-email.perl:1875
15936#, perl-format
15937msgid "%s: patch contains a line longer than 998 characters"
15938msgstr ""
15939
15940#: git-send-email.perl:1891
15941#, perl-format
15942msgid "Skipping %s with backup suffix '%s'.\n"
15943msgstr ""
15944
15945#. TRANSLATORS: please keep "[y|N]" as is.
15946#: git-send-email.perl:1895
15947#, perl-format
15948msgid "Do you really want to send %s? [y|N]: "
15949msgstr ""