po / git.poton commit Sync with 2.12.5 (1df0306)
   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: 2017-05-05 09:35+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:55
  22#, c-format
  23msgid "hint: %.*s\n"
  24msgstr ""
  25
  26#: advice.c:83
  27msgid "Cherry-picking is not possible because you have unmerged files."
  28msgstr ""
  29
  30#: advice.c:85
  31msgid "Committing is not possible because you have unmerged files."
  32msgstr ""
  33
  34#: advice.c:87
  35msgid "Merging is not possible because you have unmerged files."
  36msgstr ""
  37
  38#: advice.c:89
  39msgid "Pulling is not possible because you have unmerged files."
  40msgstr ""
  41
  42#: advice.c:91
  43msgid "Reverting is not possible because you have unmerged files."
  44msgstr ""
  45
  46#: advice.c:93
  47#, c-format
  48msgid "It is not possible to %s because you have unmerged files."
  49msgstr ""
  50
  51#: advice.c:101
  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:109
  58msgid "Exiting because of an unresolved conflict."
  59msgstr ""
  60
  61#: advice.c:114 builtin/merge.c:1185
  62msgid "You have not concluded your merge (MERGE_HEAD exists)."
  63msgstr ""
  64
  65#: advice.c:116
  66msgid "Please, commit your changes before merging."
  67msgstr ""
  68
  69#: advice.c:117
  70msgid "Exiting because of unfinished merge."
  71msgstr ""
  72
  73#: advice.c:123
  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:57
  90#, c-format
  91msgid "unrecognized whitespace option '%s'"
  92msgstr ""
  93
  94#: apply.c:73
  95#, c-format
  96msgid "unrecognized whitespace ignore option '%s'"
  97msgstr ""
  98
  99#: apply.c:125
 100msgid "--reject and --3way cannot be used together."
 101msgstr ""
 102
 103#: apply.c:127
 104msgid "--cached and --3way cannot be used together."
 105msgstr ""
 106
 107#: apply.c:130
 108msgid "--3way outside a repository"
 109msgstr ""
 110
 111#: apply.c:141
 112msgid "--index outside a repository"
 113msgstr ""
 114
 115#: apply.c:144
 116msgid "--cached outside a repository"
 117msgstr ""
 118
 119#: apply.c:845
 120#, c-format
 121msgid "Cannot prepare timestamp regexp %s"
 122msgstr ""
 123
 124#: apply.c:854
 125#, c-format
 126msgid "regexec returned %d for input: %s"
 127msgstr ""
 128
 129#: apply.c:938
 130#, c-format
 131msgid "unable to find filename in patch at line %d"
 132msgstr ""
 133
 134#: apply.c:977
 135#, c-format
 136msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
 137msgstr ""
 138
 139#: apply.c:983
 140#, c-format
 141msgid "git apply: bad git-diff - inconsistent new filename on line %d"
 142msgstr ""
 143
 144#: apply.c:984
 145#, c-format
 146msgid "git apply: bad git-diff - inconsistent old filename on line %d"
 147msgstr ""
 148
 149#: apply.c:990
 150#, c-format
 151msgid "git apply: bad git-diff - expected /dev/null on line %d"
 152msgstr ""
 153
 154#: apply.c:1488
 155#, c-format
 156msgid "recount: unexpected line: %.*s"
 157msgstr ""
 158
 159#: apply.c:1557
 160#, c-format
 161msgid "patch fragment without header at line %d: %.*s"
 162msgstr ""
 163
 164#: apply.c:1577
 165#, c-format
 166msgid ""
 167"git diff header lacks filename information when removing %d leading pathname "
 168"component (line %d)"
 169msgid_plural ""
 170"git diff header lacks filename information when removing %d leading pathname "
 171"components (line %d)"
 172msgstr[0] ""
 173msgstr[1] ""
 174
 175#: apply.c:1589
 176#, c-format
 177msgid "git diff header lacks filename information (line %d)"
 178msgstr ""
 179
 180#: apply.c:1759
 181msgid "new file depends on old contents"
 182msgstr ""
 183
 184#: apply.c:1761
 185msgid "deleted file still has contents"
 186msgstr ""
 187
 188#: apply.c:1795
 189#, c-format
 190msgid "corrupt patch at line %d"
 191msgstr ""
 192
 193#: apply.c:1832
 194#, c-format
 195msgid "new file %s depends on old contents"
 196msgstr ""
 197
 198#: apply.c:1834
 199#, c-format
 200msgid "deleted file %s still has contents"
 201msgstr ""
 202
 203#: apply.c:1837
 204#, c-format
 205msgid "** warning: file %s becomes empty but is not deleted"
 206msgstr ""
 207
 208#: apply.c:1984
 209#, c-format
 210msgid "corrupt binary patch at line %d: %.*s"
 211msgstr ""
 212
 213#: apply.c:2021
 214#, c-format
 215msgid "unrecognized binary patch at line %d"
 216msgstr ""
 217
 218#: apply.c:2182
 219#, c-format
 220msgid "patch with only garbage at line %d"
 221msgstr ""
 222
 223#: apply.c:2265
 224#, c-format
 225msgid "unable to read symlink %s"
 226msgstr ""
 227
 228#: apply.c:2269
 229#, c-format
 230msgid "unable to open or read %s"
 231msgstr ""
 232
 233#: apply.c:2922
 234#, c-format
 235msgid "invalid start of line: '%c'"
 236msgstr ""
 237
 238#: apply.c:3041
 239#, c-format
 240msgid "Hunk #%d succeeded at %d (offset %d line)."
 241msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
 242msgstr[0] ""
 243msgstr[1] ""
 244
 245#: apply.c:3053
 246#, c-format
 247msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
 248msgstr ""
 249
 250#: apply.c:3059
 251#, c-format
 252msgid ""
 253"while searching for:\n"
 254"%.*s"
 255msgstr ""
 256
 257#: apply.c:3081
 258#, c-format
 259msgid "missing binary patch data for '%s'"
 260msgstr ""
 261
 262#: apply.c:3089
 263#, c-format
 264msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
 265msgstr ""
 266
 267#: apply.c:3135
 268#, c-format
 269msgid "cannot apply binary patch to '%s' without full index line"
 270msgstr ""
 271
 272#: apply.c:3145
 273#, c-format
 274msgid ""
 275"the patch applies to '%s' (%s), which does not match the current contents."
 276msgstr ""
 277
 278#: apply.c:3153
 279#, c-format
 280msgid "the patch applies to an empty '%s' but it is not empty"
 281msgstr ""
 282
 283#: apply.c:3171
 284#, c-format
 285msgid "the necessary postimage %s for '%s' cannot be read"
 286msgstr ""
 287
 288#: apply.c:3184
 289#, c-format
 290msgid "binary patch does not apply to '%s'"
 291msgstr ""
 292
 293#: apply.c:3190
 294#, c-format
 295msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
 296msgstr ""
 297
 298#: apply.c:3211
 299#, c-format
 300msgid "patch failed: %s:%ld"
 301msgstr ""
 302
 303#: apply.c:3333
 304#, c-format
 305msgid "cannot checkout %s"
 306msgstr ""
 307
 308#: apply.c:3381 apply.c:3392 apply.c:3438 setup.c:253
 309#, c-format
 310msgid "failed to read %s"
 311msgstr ""
 312
 313#: apply.c:3389
 314#, c-format
 315msgid "reading from '%s' beyond a symbolic link"
 316msgstr ""
 317
 318#: apply.c:3418 apply.c:3658
 319#, c-format
 320msgid "path %s has been renamed/deleted"
 321msgstr ""
 322
 323#: apply.c:3501 apply.c:3672
 324#, c-format
 325msgid "%s: does not exist in index"
 326msgstr ""
 327
 328#: apply.c:3510 apply.c:3680
 329#, c-format
 330msgid "%s: does not match index"
 331msgstr ""
 332
 333#: apply.c:3545
 334msgid "repository lacks the necessary blob to fall back on 3-way merge."
 335msgstr ""
 336
 337#: apply.c:3548
 338#, c-format
 339msgid "Falling back to three-way merge...\n"
 340msgstr ""
 341
 342#: apply.c:3564 apply.c:3568
 343#, c-format
 344msgid "cannot read the current contents of '%s'"
 345msgstr ""
 346
 347#: apply.c:3580
 348#, c-format
 349msgid "Failed to fall back on three-way merge...\n"
 350msgstr ""
 351
 352#: apply.c:3594
 353#, c-format
 354msgid "Applied patch to '%s' with conflicts.\n"
 355msgstr ""
 356
 357#: apply.c:3599
 358#, c-format
 359msgid "Applied patch to '%s' cleanly.\n"
 360msgstr ""
 361
 362#: apply.c:3625
 363msgid "removal patch leaves file contents"
 364msgstr ""
 365
 366#: apply.c:3697
 367#, c-format
 368msgid "%s: wrong type"
 369msgstr ""
 370
 371#: apply.c:3699
 372#, c-format
 373msgid "%s has type %o, expected %o"
 374msgstr ""
 375
 376#: apply.c:3850 apply.c:3852
 377#, c-format
 378msgid "invalid path '%s'"
 379msgstr ""
 380
 381#: apply.c:3908
 382#, c-format
 383msgid "%s: already exists in index"
 384msgstr ""
 385
 386#: apply.c:3911
 387#, c-format
 388msgid "%s: already exists in working directory"
 389msgstr ""
 390
 391#: apply.c:3931
 392#, c-format
 393msgid "new mode (%o) of %s does not match old mode (%o)"
 394msgstr ""
 395
 396#: apply.c:3936
 397#, c-format
 398msgid "new mode (%o) of %s does not match old mode (%o) of %s"
 399msgstr ""
 400
 401#: apply.c:3956
 402#, c-format
 403msgid "affected file '%s' is beyond a symbolic link"
 404msgstr ""
 405
 406#: apply.c:3960
 407#, c-format
 408msgid "%s: patch does not apply"
 409msgstr ""
 410
 411#: apply.c:3975
 412#, c-format
 413msgid "Checking patch %s..."
 414msgstr ""
 415
 416#: apply.c:4066
 417#, c-format
 418msgid "sha1 information is lacking or useless for submodule %s"
 419msgstr ""
 420
 421#: apply.c:4073
 422#, c-format
 423msgid "mode change for %s, which is not in current HEAD"
 424msgstr ""
 425
 426#: apply.c:4076
 427#, c-format
 428msgid "sha1 information is lacking or useless (%s)."
 429msgstr ""
 430
 431#: apply.c:4081 builtin/checkout.c:252 builtin/reset.c:135
 432#, c-format
 433msgid "make_cache_entry failed for path '%s'"
 434msgstr ""
 435
 436#: apply.c:4085
 437#, c-format
 438msgid "could not add %s to temporary index"
 439msgstr ""
 440
 441#: apply.c:4095
 442#, c-format
 443msgid "could not write temporary index to %s"
 444msgstr ""
 445
 446#: apply.c:4233
 447#, c-format
 448msgid "unable to remove %s from index"
 449msgstr ""
 450
 451#: apply.c:4268
 452#, c-format
 453msgid "corrupt patch for submodule %s"
 454msgstr ""
 455
 456#: apply.c:4274
 457#, c-format
 458msgid "unable to stat newly created file '%s'"
 459msgstr ""
 460
 461#: apply.c:4282
 462#, c-format
 463msgid "unable to create backing store for newly created file %s"
 464msgstr ""
 465
 466#: apply.c:4288 apply.c:4432
 467#, c-format
 468msgid "unable to add cache entry for %s"
 469msgstr ""
 470
 471#: apply.c:4329
 472#, c-format
 473msgid "failed to write to '%s'"
 474msgstr ""
 475
 476#: apply.c:4333
 477#, c-format
 478msgid "closing file '%s'"
 479msgstr ""
 480
 481#: apply.c:4403
 482#, c-format
 483msgid "unable to write file '%s' mode %o"
 484msgstr ""
 485
 486#: apply.c:4501
 487#, c-format
 488msgid "Applied patch %s cleanly."
 489msgstr ""
 490
 491#: apply.c:4509
 492msgid "internal error"
 493msgstr ""
 494
 495#: apply.c:4512
 496#, c-format
 497msgid "Applying patch %%s with %d reject..."
 498msgid_plural "Applying patch %%s with %d rejects..."
 499msgstr[0] ""
 500msgstr[1] ""
 501
 502#: apply.c:4523
 503#, c-format
 504msgid "truncating .rej filename to %.*s.rej"
 505msgstr ""
 506
 507#: apply.c:4531 builtin/fetch.c:739 builtin/fetch.c:988
 508#, c-format
 509msgid "cannot open %s"
 510msgstr ""
 511
 512#: apply.c:4545
 513#, c-format
 514msgid "Hunk #%d applied cleanly."
 515msgstr ""
 516
 517#: apply.c:4549
 518#, c-format
 519msgid "Rejected hunk #%d."
 520msgstr ""
 521
 522#: apply.c:4659
 523#, c-format
 524msgid "Skipped patch '%s'."
 525msgstr ""
 526
 527#: apply.c:4667
 528msgid "unrecognized input"
 529msgstr ""
 530
 531#: apply.c:4686
 532msgid "unable to read index file"
 533msgstr ""
 534
 535#: apply.c:4823
 536#, c-format
 537msgid "can't open patch '%s': %s"
 538msgstr ""
 539
 540#: apply.c:4850
 541#, c-format
 542msgid "squelched %d whitespace error"
 543msgid_plural "squelched %d whitespace errors"
 544msgstr[0] ""
 545msgstr[1] ""
 546
 547#: apply.c:4856 apply.c:4871
 548#, c-format
 549msgid "%d line adds whitespace errors."
 550msgid_plural "%d lines add whitespace errors."
 551msgstr[0] ""
 552msgstr[1] ""
 553
 554#: apply.c:4864
 555#, c-format
 556msgid "%d line applied after fixing whitespace errors."
 557msgid_plural "%d lines applied after fixing whitespace errors."
 558msgstr[0] ""
 559msgstr[1] ""
 560
 561#: apply.c:4880 builtin/add.c:463 builtin/mv.c:298 builtin/rm.c:391
 562msgid "Unable to write new index file"
 563msgstr ""
 564
 565#: apply.c:4911 apply.c:4914 builtin/am.c:2276 builtin/am.c:2279
 566#: builtin/clone.c:113 builtin/fetch.c:98 builtin/pull.c:180
 567#: builtin/submodule--helper.c:304 builtin/submodule--helper.c:629
 568#: builtin/submodule--helper.c:632 builtin/submodule--helper.c:973
 569#: builtin/submodule--helper.c:976 builtin/submodule--helper.c:1161
 570#: git-add--interactive.perl:239
 571msgid "path"
 572msgstr ""
 573
 574#: apply.c:4912
 575msgid "don't apply changes matching the given path"
 576msgstr ""
 577
 578#: apply.c:4915
 579msgid "apply changes matching the given path"
 580msgstr ""
 581
 582#: apply.c:4917 builtin/am.c:2285
 583msgid "num"
 584msgstr ""
 585
 586#: apply.c:4918
 587msgid "remove <num> leading slashes from traditional diff paths"
 588msgstr ""
 589
 590#: apply.c:4921
 591msgid "ignore additions made by the patch"
 592msgstr ""
 593
 594#: apply.c:4923
 595msgid "instead of applying the patch, output diffstat for the input"
 596msgstr ""
 597
 598#: apply.c:4927
 599msgid "show number of added and deleted lines in decimal notation"
 600msgstr ""
 601
 602#: apply.c:4929
 603msgid "instead of applying the patch, output a summary for the input"
 604msgstr ""
 605
 606#: apply.c:4931
 607msgid "instead of applying the patch, see if the patch is applicable"
 608msgstr ""
 609
 610#: apply.c:4933
 611msgid "make sure the patch is applicable to the current index"
 612msgstr ""
 613
 614#: apply.c:4935
 615msgid "apply a patch without touching the working tree"
 616msgstr ""
 617
 618#: apply.c:4937
 619msgid "accept a patch that touches outside the working area"
 620msgstr ""
 621
 622#: apply.c:4939
 623msgid "also apply the patch (use with --stat/--summary/--check)"
 624msgstr ""
 625
 626#: apply.c:4941
 627msgid "attempt three-way merge if a patch does not apply"
 628msgstr ""
 629
 630#: apply.c:4943
 631msgid "build a temporary index based on embedded index information"
 632msgstr ""
 633
 634#: apply.c:4946 builtin/checkout-index.c:169 builtin/ls-files.c:515
 635msgid "paths are separated with NUL character"
 636msgstr ""
 637
 638#: apply.c:4948
 639msgid "ensure at least <n> lines of context match"
 640msgstr ""
 641
 642#: apply.c:4949 builtin/am.c:2264
 643msgid "action"
 644msgstr ""
 645
 646#: apply.c:4950
 647msgid "detect new or modified lines that have whitespace errors"
 648msgstr ""
 649
 650#: apply.c:4953 apply.c:4956
 651msgid "ignore changes in whitespace when finding context"
 652msgstr ""
 653
 654#: apply.c:4959
 655msgid "apply the patch in reverse"
 656msgstr ""
 657
 658#: apply.c:4961
 659msgid "don't expect at least one line of context"
 660msgstr ""
 661
 662#: apply.c:4963
 663msgid "leave the rejected hunks in corresponding *.rej files"
 664msgstr ""
 665
 666#: apply.c:4965
 667msgid "allow overlapping hunks"
 668msgstr ""
 669
 670#: apply.c:4966 builtin/add.c:267 builtin/check-ignore.c:19
 671#: builtin/commit.c:1337 builtin/count-objects.c:94 builtin/fsck.c:651
 672#: builtin/log.c:1867 builtin/mv.c:122 builtin/read-tree.c:134
 673msgid "be verbose"
 674msgstr ""
 675
 676#: apply.c:4968
 677msgid "tolerate incorrectly detected missing new-line at the end of file"
 678msgstr ""
 679
 680#: apply.c:4971
 681msgid "do not trust the line counts in the hunk headers"
 682msgstr ""
 683
 684#: apply.c:4973 builtin/am.c:2273
 685msgid "root"
 686msgstr ""
 687
 688#: apply.c:4974
 689msgid "prepend <root> to all filenames"
 690msgstr ""
 691
 692#: archive.c:12
 693msgid "git archive [<options>] <tree-ish> [<path>...]"
 694msgstr ""
 695
 696#: archive.c:13
 697msgid "git archive --list"
 698msgstr ""
 699
 700#: archive.c:14
 701msgid ""
 702"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
 703msgstr ""
 704
 705#: archive.c:15
 706msgid "git archive --remote <repo> [--exec <cmd>] --list"
 707msgstr ""
 708
 709#: archive.c:332 builtin/add.c:152 builtin/add.c:442 builtin/rm.c:300
 710#, c-format
 711msgid "pathspec '%s' did not match any files"
 712msgstr ""
 713
 714#: archive.c:417
 715msgid "fmt"
 716msgstr ""
 717
 718#: archive.c:417
 719msgid "archive format"
 720msgstr ""
 721
 722#: archive.c:418 builtin/log.c:1436
 723msgid "prefix"
 724msgstr ""
 725
 726#: archive.c:419
 727msgid "prepend prefix to each pathname in the archive"
 728msgstr ""
 729
 730#: archive.c:420 builtin/blame.c:2598 builtin/blame.c:2599 builtin/config.c:60
 731#: builtin/fast-export.c:987 builtin/fast-export.c:989 builtin/grep.c:1061
 732#: builtin/hash-object.c:101 builtin/ls-files.c:549 builtin/ls-files.c:552
 733#: builtin/notes.c:401 builtin/notes.c:564 builtin/read-tree.c:129
 734#: parse-options.h:153
 735msgid "file"
 736msgstr ""
 737
 738#: archive.c:421 builtin/archive.c:89
 739msgid "write the archive to this file"
 740msgstr ""
 741
 742#: archive.c:423
 743msgid "read .gitattributes in working directory"
 744msgstr ""
 745
 746#: archive.c:424
 747msgid "report archived files on stderr"
 748msgstr ""
 749
 750#: archive.c:425
 751msgid "store only"
 752msgstr ""
 753
 754#: archive.c:426
 755msgid "compress faster"
 756msgstr ""
 757
 758#: archive.c:434
 759msgid "compress better"
 760msgstr ""
 761
 762#: archive.c:437
 763msgid "list supported archive formats"
 764msgstr ""
 765
 766#: archive.c:439 builtin/archive.c:90 builtin/clone.c:103 builtin/clone.c:106
 767#: builtin/submodule--helper.c:641 builtin/submodule--helper.c:982
 768msgid "repo"
 769msgstr ""
 770
 771#: archive.c:440 builtin/archive.c:91
 772msgid "retrieve the archive from remote repository <repo>"
 773msgstr ""
 774
 775#: archive.c:441 builtin/archive.c:92 builtin/notes.c:485
 776msgid "command"
 777msgstr ""
 778
 779#: archive.c:442 builtin/archive.c:93
 780msgid "path to the remote git-upload-archive command"
 781msgstr ""
 782
 783#: archive.c:449
 784msgid "Unexpected option --remote"
 785msgstr ""
 786
 787#: archive.c:451
 788msgid "Option --exec can only be used together with --remote"
 789msgstr ""
 790
 791#: archive.c:453
 792msgid "Unexpected option --output"
 793msgstr ""
 794
 795#: archive.c:475
 796#, c-format
 797msgid "Unknown archive format '%s'"
 798msgstr ""
 799
 800#: archive.c:482
 801#, c-format
 802msgid "Argument not supported for format '%s': -%d"
 803msgstr ""
 804
 805#: attr.c:212
 806#, c-format
 807msgid "%.*s is not a valid attribute name"
 808msgstr ""
 809
 810#: attr.c:408
 811msgid ""
 812"Negative patterns are ignored in git attributes\n"
 813"Use '\\!' for literal leading exclamation."
 814msgstr ""
 815
 816#: bisect.c:444
 817#, c-format
 818msgid "Could not open file '%s'"
 819msgstr ""
 820
 821#: bisect.c:449
 822#, c-format
 823msgid "Badly quoted content in file '%s': %s"
 824msgstr ""
 825
 826#: bisect.c:657
 827#, c-format
 828msgid "We cannot bisect more!\n"
 829msgstr ""
 830
 831#: bisect.c:710
 832#, c-format
 833msgid "Not a valid commit name %s"
 834msgstr ""
 835
 836#: bisect.c:734
 837#, c-format
 838msgid ""
 839"The merge base %s is bad.\n"
 840"This means the bug has been fixed between %s and [%s].\n"
 841msgstr ""
 842
 843#: bisect.c:739
 844#, c-format
 845msgid ""
 846"The merge base %s is new.\n"
 847"The property has changed between %s and [%s].\n"
 848msgstr ""
 849
 850#: bisect.c:744
 851#, c-format
 852msgid ""
 853"The merge base %s is %s.\n"
 854"This means the first '%s' commit is between %s and [%s].\n"
 855msgstr ""
 856
 857#: bisect.c:752
 858#, c-format
 859msgid ""
 860"Some %s revs are not ancestors of the %s rev.\n"
 861"git bisect cannot work properly in this case.\n"
 862"Maybe you mistook %s and %s revs?\n"
 863msgstr ""
 864
 865#: bisect.c:765
 866#, c-format
 867msgid ""
 868"the merge base between %s and [%s] must be skipped.\n"
 869"So we cannot be sure the first %s commit is between %s and %s.\n"
 870"We continue anyway."
 871msgstr ""
 872
 873#: bisect.c:800
 874#, c-format
 875msgid "Bisecting: a merge base must be tested\n"
 876msgstr ""
 877
 878#: bisect.c:851
 879#, c-format
 880msgid "a %s revision is needed"
 881msgstr ""
 882
 883#: bisect.c:868 builtin/notes.c:174 builtin/tag.c:255
 884#, c-format
 885msgid "could not create file '%s'"
 886msgstr ""
 887
 888#: bisect.c:919
 889#, c-format
 890msgid "could not read file '%s'"
 891msgstr ""
 892
 893#: bisect.c:949
 894msgid "reading bisect refs failed"
 895msgstr ""
 896
 897#: bisect.c:969
 898#, c-format
 899msgid "%s was both %s and %s\n"
 900msgstr ""
 901
 902#: bisect.c:977
 903#, c-format
 904msgid ""
 905"No testable commit found.\n"
 906"Maybe you started with bad path parameters?\n"
 907msgstr ""
 908
 909#: bisect.c:996
 910#, c-format
 911msgid "(roughly %d step)"
 912msgid_plural "(roughly %d steps)"
 913msgstr[0] ""
 914msgstr[1] ""
 915
 916#. TRANSLATORS: the last %s will be replaced with
 917#. "(roughly %d steps)" translation
 918#: bisect.c:1000
 919#, c-format
 920msgid "Bisecting: %d revision left to test after this %s\n"
 921msgid_plural "Bisecting: %d revisions left to test after this %s\n"
 922msgstr[0] ""
 923msgstr[1] ""
 924
 925#: branch.c:53
 926#, c-format
 927msgid ""
 928"\n"
 929"After fixing the error cause you may try to fix up\n"
 930"the remote tracking information by invoking\n"
 931"\"git branch --set-upstream-to=%s%s%s\"."
 932msgstr ""
 933
 934#: branch.c:67
 935#, c-format
 936msgid "Not setting branch %s as its own upstream."
 937msgstr ""
 938
 939#: branch.c:93
 940#, c-format
 941msgid "Branch %s set up to track remote branch %s from %s by rebasing."
 942msgstr ""
 943
 944#: branch.c:94
 945#, c-format
 946msgid "Branch %s set up to track remote branch %s from %s."
 947msgstr ""
 948
 949#: branch.c:98
 950#, c-format
 951msgid "Branch %s set up to track local branch %s by rebasing."
 952msgstr ""
 953
 954#: branch.c:99
 955#, c-format
 956msgid "Branch %s set up to track local branch %s."
 957msgstr ""
 958
 959#: branch.c:104
 960#, c-format
 961msgid "Branch %s set up to track remote ref %s by rebasing."
 962msgstr ""
 963
 964#: branch.c:105
 965#, c-format
 966msgid "Branch %s set up to track remote ref %s."
 967msgstr ""
 968
 969#: branch.c:109
 970#, c-format
 971msgid "Branch %s set up to track local ref %s by rebasing."
 972msgstr ""
 973
 974#: branch.c:110
 975#, c-format
 976msgid "Branch %s set up to track local ref %s."
 977msgstr ""
 978
 979#: branch.c:119
 980msgid "Unable to write upstream branch configuration"
 981msgstr ""
 982
 983#: branch.c:156
 984#, c-format
 985msgid "Not tracking: ambiguous information for ref %s"
 986msgstr ""
 987
 988#: branch.c:185
 989#, c-format
 990msgid "'%s' is not a valid branch name."
 991msgstr ""
 992
 993#: branch.c:190
 994#, c-format
 995msgid "A branch named '%s' already exists."
 996msgstr ""
 997
 998#: branch.c:198
 999msgid "Cannot force update the current branch."
1000msgstr ""
1001
1002#: branch.c:218
1003#, c-format
1004msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1005msgstr ""
1006
1007#: branch.c:220
1008#, c-format
1009msgid "the requested upstream branch '%s' does not exist"
1010msgstr ""
1011
1012#: branch.c:222
1013msgid ""
1014"\n"
1015"If you are planning on basing your work on an upstream\n"
1016"branch that already exists at the remote, you may need to\n"
1017"run \"git fetch\" to retrieve it.\n"
1018"\n"
1019"If you are planning to push out a new local branch that\n"
1020"will track its remote counterpart, you may want to use\n"
1021"\"git push -u\" to set the upstream config as you push."
1022msgstr ""
1023
1024#: branch.c:265
1025#, c-format
1026msgid "Not a valid object name: '%s'."
1027msgstr ""
1028
1029#: branch.c:285
1030#, c-format
1031msgid "Ambiguous object name: '%s'."
1032msgstr ""
1033
1034#: branch.c:290
1035#, c-format
1036msgid "Not a valid branch point: '%s'."
1037msgstr ""
1038
1039#: branch.c:344
1040#, c-format
1041msgid "'%s' is already checked out at '%s'"
1042msgstr ""
1043
1044#: branch.c:364
1045#, c-format
1046msgid "HEAD of working tree %s is not updated"
1047msgstr ""
1048
1049#: bundle.c:34
1050#, c-format
1051msgid "'%s' does not look like a v2 bundle file"
1052msgstr ""
1053
1054#: bundle.c:61
1055#, c-format
1056msgid "unrecognized header: %s%s (%d)"
1057msgstr ""
1058
1059#: bundle.c:87 sequencer.c:1341 sequencer.c:1767 builtin/commit.c:777
1060#, c-format
1061msgid "could not open '%s'"
1062msgstr ""
1063
1064#: bundle.c:139
1065msgid "Repository lacks these prerequisite commits:"
1066msgstr ""
1067
1068#: bundle.c:163 ref-filter.c:1852 sequencer.c:1162 sequencer.c:2321
1069#: builtin/blame.c:2811 builtin/commit.c:1061 builtin/log.c:353
1070#: builtin/log.c:897 builtin/log.c:1347 builtin/log.c:1673 builtin/log.c:1916
1071#: builtin/merge.c:359 builtin/shortlog.c:176
1072msgid "revision walk setup failed"
1073msgstr ""
1074
1075#: bundle.c:185
1076#, c-format
1077msgid "The bundle contains this ref:"
1078msgid_plural "The bundle contains these %d refs:"
1079msgstr[0] ""
1080msgstr[1] ""
1081
1082#: bundle.c:192
1083msgid "The bundle records a complete history."
1084msgstr ""
1085
1086#: bundle.c:194
1087#, c-format
1088msgid "The bundle requires this ref:"
1089msgid_plural "The bundle requires these %d refs:"
1090msgstr[0] ""
1091msgstr[1] ""
1092
1093#: bundle.c:253
1094msgid "Could not spawn pack-objects"
1095msgstr ""
1096
1097#: bundle.c:264
1098msgid "pack-objects died"
1099msgstr ""
1100
1101#: bundle.c:304
1102msgid "rev-list died"
1103msgstr ""
1104
1105#: bundle.c:353
1106#, c-format
1107msgid "ref '%s' is excluded by the rev-list options"
1108msgstr ""
1109
1110#: bundle.c:443 builtin/log.c:170 builtin/log.c:1579 builtin/shortlog.c:281
1111#, c-format
1112msgid "unrecognized argument: %s"
1113msgstr ""
1114
1115#: bundle.c:451
1116msgid "Refusing to create empty bundle."
1117msgstr ""
1118
1119#: bundle.c:463
1120#, c-format
1121msgid "cannot create '%s'"
1122msgstr ""
1123
1124#: bundle.c:491
1125msgid "index-pack died"
1126msgstr ""
1127
1128#: color.c:300
1129#, c-format
1130msgid "invalid color value: %.*s"
1131msgstr ""
1132
1133#: commit.c:40 sequencer.c:1579 builtin/am.c:419 builtin/am.c:455
1134#: builtin/am.c:1489 builtin/am.c:2126
1135#, c-format
1136msgid "could not parse %s"
1137msgstr ""
1138
1139#: commit.c:42
1140#, c-format
1141msgid "%s %s is not a commit!"
1142msgstr ""
1143
1144#: commit.c:1511
1145msgid ""
1146"Warning: commit message did not conform to UTF-8.\n"
1147"You may want to amend it after fixing the message, or set the config\n"
1148"variable i18n.commitencoding to the encoding your project uses.\n"
1149msgstr ""
1150
1151#: compat/obstack.c:406 compat/obstack.c:408
1152msgid "memory exhausted"
1153msgstr ""
1154
1155#: config.c:191
1156msgid "relative config include conditionals must come from files"
1157msgstr ""
1158
1159#: config.c:711
1160#, c-format
1161msgid "bad config line %d in blob %s"
1162msgstr ""
1163
1164#: config.c:715
1165#, c-format
1166msgid "bad config line %d in file %s"
1167msgstr ""
1168
1169#: config.c:719
1170#, c-format
1171msgid "bad config line %d in standard input"
1172msgstr ""
1173
1174#: config.c:723
1175#, c-format
1176msgid "bad config line %d in submodule-blob %s"
1177msgstr ""
1178
1179#: config.c:727
1180#, c-format
1181msgid "bad config line %d in command line %s"
1182msgstr ""
1183
1184#: config.c:731
1185#, c-format
1186msgid "bad config line %d in %s"
1187msgstr ""
1188
1189#: config.c:859
1190msgid "out of range"
1191msgstr ""
1192
1193#: config.c:859
1194msgid "invalid unit"
1195msgstr ""
1196
1197#: config.c:865
1198#, c-format
1199msgid "bad numeric config value '%s' for '%s': %s"
1200msgstr ""
1201
1202#: config.c:870
1203#, c-format
1204msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1205msgstr ""
1206
1207#: config.c:873
1208#, c-format
1209msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1210msgstr ""
1211
1212#: config.c:876
1213#, c-format
1214msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1215msgstr ""
1216
1217#: config.c:879
1218#, c-format
1219msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1220msgstr ""
1221
1222#: config.c:882
1223#, c-format
1224msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1225msgstr ""
1226
1227#: config.c:885
1228#, c-format
1229msgid "bad numeric config value '%s' for '%s' in %s: %s"
1230msgstr ""
1231
1232#: config.c:980
1233#, c-format
1234msgid "failed to expand user dir in: '%s'"
1235msgstr ""
1236
1237#: config.c:1075 config.c:1086
1238#, c-format
1239msgid "bad zlib compression level %d"
1240msgstr ""
1241
1242#: config.c:1203
1243#, c-format
1244msgid "invalid mode for object creation: %s"
1245msgstr ""
1246
1247#: config.c:1359
1248#, c-format
1249msgid "bad pack compression level %d"
1250msgstr ""
1251
1252#: config.c:1557
1253msgid "unable to parse command-line config"
1254msgstr ""
1255
1256#: config.c:1611
1257msgid "unknown error occurred while reading the configuration files"
1258msgstr ""
1259
1260#: config.c:1970
1261#, c-format
1262msgid "Invalid %s: '%s'"
1263msgstr ""
1264
1265#: config.c:1991
1266#, c-format
1267msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1268msgstr ""
1269
1270#: config.c:2017
1271#, c-format
1272msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1273msgstr ""
1274
1275#: config.c:2028
1276#, c-format
1277msgid "unable to parse '%s' from command-line config"
1278msgstr ""
1279
1280#: config.c:2030
1281#, c-format
1282msgid "bad config variable '%s' in file '%s' at line %d"
1283msgstr ""
1284
1285#: config.c:2089
1286#, c-format
1287msgid "%s has multiple values"
1288msgstr ""
1289
1290#: config.c:2423 config.c:2648
1291#, c-format
1292msgid "fstat on %s failed"
1293msgstr ""
1294
1295#: config.c:2541
1296#, c-format
1297msgid "could not set '%s' to '%s'"
1298msgstr ""
1299
1300#: config.c:2543 builtin/remote.c:774
1301#, c-format
1302msgid "could not unset '%s'"
1303msgstr ""
1304
1305#: connect.c:49
1306msgid "The remote end hung up upon initial contact"
1307msgstr ""
1308
1309#: connect.c:51
1310msgid ""
1311"Could not read from remote repository.\n"
1312"\n"
1313"Please make sure you have the correct access rights\n"
1314"and the repository exists."
1315msgstr ""
1316
1317#: connected.c:63 builtin/fsck.c:190 builtin/prune.c:140
1318msgid "Checking connectivity"
1319msgstr ""
1320
1321#: connected.c:75
1322msgid "Could not run 'git rev-list'"
1323msgstr ""
1324
1325#: connected.c:95
1326msgid "failed write to rev-list"
1327msgstr ""
1328
1329#: connected.c:102
1330msgid "failed to close rev-list's stdin"
1331msgstr ""
1332
1333#: convert.c:201
1334#, c-format
1335msgid ""
1336"CRLF will be replaced by LF in %s.\n"
1337"The file will have its original line endings in your working directory."
1338msgstr ""
1339
1340#: convert.c:205
1341#, c-format
1342msgid "CRLF would be replaced by LF in %s."
1343msgstr ""
1344
1345#: convert.c:211
1346#, c-format
1347msgid ""
1348"LF will be replaced by CRLF in %s.\n"
1349"The file will have its original line endings in your working directory."
1350msgstr ""
1351
1352#: convert.c:215
1353#, c-format
1354msgid "LF would be replaced by CRLF in %s"
1355msgstr ""
1356
1357#: date.c:97
1358msgid "in the future"
1359msgstr ""
1360
1361#: date.c:103
1362#, c-format
1363msgid "%lu second ago"
1364msgid_plural "%lu seconds ago"
1365msgstr[0] ""
1366msgstr[1] ""
1367
1368#: date.c:110
1369#, c-format
1370msgid "%lu minute ago"
1371msgid_plural "%lu minutes ago"
1372msgstr[0] ""
1373msgstr[1] ""
1374
1375#: date.c:117
1376#, c-format
1377msgid "%lu hour ago"
1378msgid_plural "%lu hours ago"
1379msgstr[0] ""
1380msgstr[1] ""
1381
1382#: date.c:124
1383#, c-format
1384msgid "%lu day ago"
1385msgid_plural "%lu days ago"
1386msgstr[0] ""
1387msgstr[1] ""
1388
1389#: date.c:130
1390#, c-format
1391msgid "%lu week ago"
1392msgid_plural "%lu weeks ago"
1393msgstr[0] ""
1394msgstr[1] ""
1395
1396#: date.c:137
1397#, c-format
1398msgid "%lu month ago"
1399msgid_plural "%lu months ago"
1400msgstr[0] ""
1401msgstr[1] ""
1402
1403#: date.c:148
1404#, c-format
1405msgid "%lu year"
1406msgid_plural "%lu years"
1407msgstr[0] ""
1408msgstr[1] ""
1409
1410#. TRANSLATORS: "%s" is "<n> years"
1411#: date.c:151
1412#, c-format
1413msgid "%s, %lu month ago"
1414msgid_plural "%s, %lu months ago"
1415msgstr[0] ""
1416msgstr[1] ""
1417
1418#: date.c:156 date.c:161
1419#, c-format
1420msgid "%lu year ago"
1421msgid_plural "%lu years ago"
1422msgstr[0] ""
1423msgstr[1] ""
1424
1425#: diffcore-order.c:24
1426#, c-format
1427msgid "failed to read orderfile '%s'"
1428msgstr ""
1429
1430#: diffcore-rename.c:536
1431msgid "Performing inexact rename detection"
1432msgstr ""
1433
1434#: diff.c:62
1435#, c-format
1436msgid "option '%s' requires a value"
1437msgstr ""
1438
1439#: diff.c:124
1440#, c-format
1441msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
1442msgstr ""
1443
1444#: diff.c:129
1445#, c-format
1446msgid "  Unknown dirstat parameter '%s'\n"
1447msgstr ""
1448
1449#: diff.c:281
1450#, c-format
1451msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1452msgstr ""
1453
1454#: diff.c:344
1455#, c-format
1456msgid ""
1457"Found errors in 'diff.dirstat' config variable:\n"
1458"%s"
1459msgstr ""
1460
1461#: diff.c:3102
1462#, c-format
1463msgid "external diff died, stopping at %s"
1464msgstr ""
1465
1466#: diff.c:3428
1467msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1468msgstr ""
1469
1470#: diff.c:3518
1471msgid "--follow requires exactly one pathspec"
1472msgstr ""
1473
1474#: diff.c:3681
1475#, c-format
1476msgid ""
1477"Failed to parse --dirstat/-X option parameter:\n"
1478"%s"
1479msgstr ""
1480
1481#: diff.c:3695
1482#, c-format
1483msgid "Failed to parse --submodule option parameter: '%s'"
1484msgstr ""
1485
1486#: diff.c:4719
1487msgid "inexact rename detection was skipped due to too many files."
1488msgstr ""
1489
1490#: diff.c:4722
1491msgid "only found copies from modified paths due to too many files."
1492msgstr ""
1493
1494#: diff.c:4725
1495#, c-format
1496msgid ""
1497"you may want to set your %s variable to at least %d and retry the command."
1498msgstr ""
1499
1500#: dir.c:1899
1501msgid "failed to get kernel name and information"
1502msgstr ""
1503
1504#: dir.c:2018
1505msgid "Untracked cache is disabled on this system or location."
1506msgstr ""
1507
1508#: dir.c:2776 dir.c:2781
1509#, c-format
1510msgid "could not create directories for %s"
1511msgstr ""
1512
1513#: dir.c:2806
1514#, c-format
1515msgid "could not migrate git directory from '%s' to '%s'"
1516msgstr ""
1517
1518#: entry.c:280
1519#, c-format
1520msgid "could not stat file '%s'"
1521msgstr ""
1522
1523#: fetch-pack.c:249
1524msgid "git fetch-pack: expected shallow list"
1525msgstr ""
1526
1527#: fetch-pack.c:261
1528msgid "git fetch-pack: expected ACK/NAK, got EOF"
1529msgstr ""
1530
1531#: fetch-pack.c:280 builtin/archive.c:63
1532#, c-format
1533msgid "remote error: %s"
1534msgstr ""
1535
1536#: fetch-pack.c:281
1537#, c-format
1538msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1539msgstr ""
1540
1541#: fetch-pack.c:333
1542msgid "--stateless-rpc requires multi_ack_detailed"
1543msgstr ""
1544
1545#: fetch-pack.c:419
1546#, c-format
1547msgid "invalid shallow line: %s"
1548msgstr ""
1549
1550#: fetch-pack.c:425
1551#, c-format
1552msgid "invalid unshallow line: %s"
1553msgstr ""
1554
1555#: fetch-pack.c:427
1556#, c-format
1557msgid "object not found: %s"
1558msgstr ""
1559
1560#: fetch-pack.c:430
1561#, c-format
1562msgid "error in object: %s"
1563msgstr ""
1564
1565#: fetch-pack.c:432
1566#, c-format
1567msgid "no shallow found: %s"
1568msgstr ""
1569
1570#: fetch-pack.c:435
1571#, c-format
1572msgid "expected shallow/unshallow, got %s"
1573msgstr ""
1574
1575#: fetch-pack.c:474
1576#, c-format
1577msgid "got %s %d %s"
1578msgstr ""
1579
1580#: fetch-pack.c:488
1581#, c-format
1582msgid "invalid commit %s"
1583msgstr ""
1584
1585#: fetch-pack.c:521
1586msgid "giving up"
1587msgstr ""
1588
1589#: fetch-pack.c:531 progress.c:235
1590msgid "done"
1591msgstr ""
1592
1593#: fetch-pack.c:543
1594#, c-format
1595msgid "got %s (%d) %s"
1596msgstr ""
1597
1598#: fetch-pack.c:589
1599#, c-format
1600msgid "Marking %s as complete"
1601msgstr ""
1602
1603#: fetch-pack.c:737
1604#, c-format
1605msgid "already have %s (%s)"
1606msgstr ""
1607
1608#: fetch-pack.c:775
1609msgid "fetch-pack: unable to fork off sideband demultiplexer"
1610msgstr ""
1611
1612#: fetch-pack.c:783
1613msgid "protocol error: bad pack header"
1614msgstr ""
1615
1616#: fetch-pack.c:839
1617#, c-format
1618msgid "fetch-pack: unable to fork off %s"
1619msgstr ""
1620
1621#: fetch-pack.c:855
1622#, c-format
1623msgid "%s failed"
1624msgstr ""
1625
1626#: fetch-pack.c:857
1627msgid "error in sideband demultiplexer"
1628msgstr ""
1629
1630#: fetch-pack.c:884
1631msgid "Server does not support shallow clients"
1632msgstr ""
1633
1634#: fetch-pack.c:888
1635msgid "Server supports multi_ack_detailed"
1636msgstr ""
1637
1638#: fetch-pack.c:891
1639msgid "Server supports no-done"
1640msgstr ""
1641
1642#: fetch-pack.c:897
1643msgid "Server supports multi_ack"
1644msgstr ""
1645
1646#: fetch-pack.c:901
1647msgid "Server supports side-band-64k"
1648msgstr ""
1649
1650#: fetch-pack.c:905
1651msgid "Server supports side-band"
1652msgstr ""
1653
1654#: fetch-pack.c:909
1655msgid "Server supports allow-tip-sha1-in-want"
1656msgstr ""
1657
1658#: fetch-pack.c:913
1659msgid "Server supports allow-reachable-sha1-in-want"
1660msgstr ""
1661
1662#: fetch-pack.c:923
1663msgid "Server supports ofs-delta"
1664msgstr ""
1665
1666#: fetch-pack.c:930
1667#, c-format
1668msgid "Server version is %.*s"
1669msgstr ""
1670
1671#: fetch-pack.c:936
1672msgid "Server does not support --shallow-since"
1673msgstr ""
1674
1675#: fetch-pack.c:940
1676msgid "Server does not support --shallow-exclude"
1677msgstr ""
1678
1679#: fetch-pack.c:942
1680msgid "Server does not support --deepen"
1681msgstr ""
1682
1683#: fetch-pack.c:953
1684msgid "no common commits"
1685msgstr ""
1686
1687#: fetch-pack.c:965
1688msgid "git fetch-pack: fetch failed."
1689msgstr ""
1690
1691#: fetch-pack.c:1127
1692msgid "no matching remote head"
1693msgstr ""
1694
1695#: fetch-pack.c:1149
1696#, c-format
1697msgid "no such remote ref %s"
1698msgstr ""
1699
1700#: fetch-pack.c:1152
1701#, c-format
1702msgid "Server does not allow request for unadvertised object %s"
1703msgstr ""
1704
1705#: gpg-interface.c:185
1706msgid "gpg failed to sign the data"
1707msgstr ""
1708
1709#: gpg-interface.c:215
1710msgid "could not create temporary file"
1711msgstr ""
1712
1713#: gpg-interface.c:217
1714#, c-format
1715msgid "failed writing detached signature to '%s'"
1716msgstr ""
1717
1718#: graph.c:96
1719#, c-format
1720msgid "ignore invalid color '%.*s' in log.graphColors"
1721msgstr ""
1722
1723#: grep.c:1796
1724#, c-format
1725msgid "'%s': unable to read %s"
1726msgstr ""
1727
1728#: grep.c:1813 builtin/clone.c:399 builtin/diff.c:81 builtin/rm.c:133
1729#, c-format
1730msgid "failed to stat '%s'"
1731msgstr ""
1732
1733#: grep.c:1824
1734#, c-format
1735msgid "'%s': short read"
1736msgstr ""
1737
1738#: help.c:218
1739#, c-format
1740msgid "available git commands in '%s'"
1741msgstr ""
1742
1743#: help.c:225
1744msgid "git commands available from elsewhere on your $PATH"
1745msgstr ""
1746
1747#: help.c:256
1748msgid "These are common Git commands used in various situations:"
1749msgstr ""
1750
1751#: help.c:321
1752#, c-format
1753msgid ""
1754"'%s' appears to be a git command, but we were not\n"
1755"able to execute it. Maybe git-%s is broken?"
1756msgstr ""
1757
1758#: help.c:376
1759msgid "Uh oh. Your system reports no Git commands at all."
1760msgstr ""
1761
1762#: help.c:398
1763#, c-format
1764msgid ""
1765"WARNING: You called a Git command named '%s', which does not exist.\n"
1766"Continuing under the assumption that you meant '%s'"
1767msgstr ""
1768
1769#: help.c:403
1770#, c-format
1771msgid "in %0.1f seconds automatically..."
1772msgstr ""
1773
1774#: help.c:410
1775#, c-format
1776msgid "git: '%s' is not a git command. See 'git --help'."
1777msgstr ""
1778
1779#: help.c:414 help.c:480
1780msgid ""
1781"\n"
1782"Did you mean this?"
1783msgid_plural ""
1784"\n"
1785"Did you mean one of these?"
1786msgstr[0] ""
1787msgstr[1] ""
1788
1789#: help.c:476
1790#, c-format
1791msgid "%s: %s - %s"
1792msgstr ""
1793
1794#: ident.c:343
1795msgid ""
1796"\n"
1797"*** Please tell me who you are.\n"
1798"\n"
1799"Run\n"
1800"\n"
1801"  git config --global user.email \"you@example.com\"\n"
1802"  git config --global user.name \"Your Name\"\n"
1803"\n"
1804"to set your account's default identity.\n"
1805"Omit --global to set the identity only in this repository.\n"
1806"\n"
1807msgstr ""
1808
1809#: ident.c:367
1810msgid "no email was given and auto-detection is disabled"
1811msgstr ""
1812
1813#: ident.c:372
1814#, c-format
1815msgid "unable to auto-detect email address (got '%s')"
1816msgstr ""
1817
1818#: ident.c:382
1819msgid "no name was given and auto-detection is disabled"
1820msgstr ""
1821
1822#: ident.c:388
1823#, c-format
1824msgid "unable to auto-detect name (got '%s')"
1825msgstr ""
1826
1827#: ident.c:396
1828#, c-format
1829msgid "empty ident name (for <%s>) not allowed"
1830msgstr ""
1831
1832#: ident.c:402
1833#, c-format
1834msgid "name consists only of disallowed characters: %s"
1835msgstr ""
1836
1837#: ident.c:417 builtin/commit.c:611
1838#, c-format
1839msgid "invalid date format: %s"
1840msgstr ""
1841
1842#: lockfile.c:152
1843#, c-format
1844msgid ""
1845"Unable to create '%s.lock': %s.\n"
1846"\n"
1847"Another git process seems to be running in this repository, e.g.\n"
1848"an editor opened by 'git commit'. Please make sure all processes\n"
1849"are terminated then try again. If it still fails, a git process\n"
1850"may have crashed in this repository earlier:\n"
1851"remove the file manually to continue."
1852msgstr ""
1853
1854#: lockfile.c:160
1855#, c-format
1856msgid "Unable to create '%s.lock': %s"
1857msgstr ""
1858
1859#: merge.c:41
1860msgid "failed to read the cache"
1861msgstr ""
1862
1863#: merge.c:96 builtin/am.c:1999 builtin/am.c:2034 builtin/checkout.c:393
1864#: builtin/checkout.c:607 builtin/clone.c:749
1865msgid "unable to write new index file"
1866msgstr ""
1867
1868#: merge-recursive.c:209
1869msgid "(bad commit)\n"
1870msgstr ""
1871
1872#: merge-recursive.c:231 merge-recursive.c:239
1873#, c-format
1874msgid "addinfo_cache failed for path '%s'"
1875msgstr ""
1876
1877#: merge-recursive.c:303
1878msgid "error building trees"
1879msgstr ""
1880
1881#: merge-recursive.c:727
1882#, c-format
1883msgid "failed to create path '%s'%s"
1884msgstr ""
1885
1886#: merge-recursive.c:738
1887#, c-format
1888msgid "Removing %s to make room for subdirectory\n"
1889msgstr ""
1890
1891#: merge-recursive.c:752 merge-recursive.c:771
1892msgid ": perhaps a D/F conflict?"
1893msgstr ""
1894
1895#: merge-recursive.c:761
1896#, c-format
1897msgid "refusing to lose untracked file at '%s'"
1898msgstr ""
1899
1900#: merge-recursive.c:803 builtin/cat-file.c:34
1901#, c-format
1902msgid "cannot read object %s '%s'"
1903msgstr ""
1904
1905#: merge-recursive.c:805
1906#, c-format
1907msgid "blob expected for %s '%s'"
1908msgstr ""
1909
1910#: merge-recursive.c:829
1911#, c-format
1912msgid "failed to open '%s': %s"
1913msgstr ""
1914
1915#: merge-recursive.c:840
1916#, c-format
1917msgid "failed to symlink '%s': %s"
1918msgstr ""
1919
1920#: merge-recursive.c:845
1921#, c-format
1922msgid "do not know what to do with %06o %s '%s'"
1923msgstr ""
1924
1925#: merge-recursive.c:985
1926msgid "Failed to execute internal merge"
1927msgstr ""
1928
1929#: merge-recursive.c:989
1930#, c-format
1931msgid "Unable to add %s to database"
1932msgstr ""
1933
1934#: merge-recursive.c:1092
1935#, c-format
1936msgid ""
1937"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1938"in tree."
1939msgstr ""
1940
1941#: merge-recursive.c:1097
1942#, c-format
1943msgid ""
1944"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
1945"left in tree."
1946msgstr ""
1947
1948#: merge-recursive.c:1104
1949#, c-format
1950msgid ""
1951"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1952"in tree at %s."
1953msgstr ""
1954
1955#: merge-recursive.c:1109
1956#, c-format
1957msgid ""
1958"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
1959"left in tree at %s."
1960msgstr ""
1961
1962#: merge-recursive.c:1143
1963msgid "rename"
1964msgstr ""
1965
1966#: merge-recursive.c:1143
1967msgid "renamed"
1968msgstr ""
1969
1970#: merge-recursive.c:1200
1971#, c-format
1972msgid "%s is a directory in %s adding as %s instead"
1973msgstr ""
1974
1975#: merge-recursive.c:1225
1976#, c-format
1977msgid ""
1978"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
1979"\"->\"%s\" in \"%s\"%s"
1980msgstr ""
1981
1982#: merge-recursive.c:1230
1983msgid " (left unresolved)"
1984msgstr ""
1985
1986#: merge-recursive.c:1292
1987#, c-format
1988msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
1989msgstr ""
1990
1991#: merge-recursive.c:1325
1992#, c-format
1993msgid "Renaming %s to %s and %s to %s instead"
1994msgstr ""
1995
1996#: merge-recursive.c:1528
1997#, c-format
1998msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
1999msgstr ""
2000
2001#: merge-recursive.c:1543
2002#, c-format
2003msgid "Adding merged %s"
2004msgstr ""
2005
2006#: merge-recursive.c:1550 merge-recursive.c:1780
2007#, c-format
2008msgid "Adding as %s instead"
2009msgstr ""
2010
2011#: merge-recursive.c:1607
2012#, c-format
2013msgid "cannot read object %s"
2014msgstr ""
2015
2016#: merge-recursive.c:1610
2017#, c-format
2018msgid "object %s is not a blob"
2019msgstr ""
2020
2021#: merge-recursive.c:1679
2022msgid "modify"
2023msgstr ""
2024
2025#: merge-recursive.c:1679
2026msgid "modified"
2027msgstr ""
2028
2029#: merge-recursive.c:1689
2030msgid "content"
2031msgstr ""
2032
2033#: merge-recursive.c:1696
2034msgid "add/add"
2035msgstr ""
2036
2037#: merge-recursive.c:1732
2038#, c-format
2039msgid "Skipped %s (merged same as existing)"
2040msgstr ""
2041
2042#: merge-recursive.c:1746
2043#, c-format
2044msgid "Auto-merging %s"
2045msgstr ""
2046
2047#: merge-recursive.c:1750 git-submodule.sh:944
2048msgid "submodule"
2049msgstr ""
2050
2051#: merge-recursive.c:1751
2052#, c-format
2053msgid "CONFLICT (%s): Merge conflict in %s"
2054msgstr ""
2055
2056#: merge-recursive.c:1845
2057#, c-format
2058msgid "Removing %s"
2059msgstr ""
2060
2061#: merge-recursive.c:1871
2062msgid "file/directory"
2063msgstr ""
2064
2065#: merge-recursive.c:1877
2066msgid "directory/file"
2067msgstr ""
2068
2069#: merge-recursive.c:1883
2070#, c-format
2071msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2072msgstr ""
2073
2074#: merge-recursive.c:1892
2075#, c-format
2076msgid "Adding %s"
2077msgstr ""
2078
2079#: merge-recursive.c:1929
2080msgid "Already up-to-date!"
2081msgstr ""
2082
2083#: merge-recursive.c:1938
2084#, c-format
2085msgid "merging of trees %s and %s failed"
2086msgstr ""
2087
2088#: merge-recursive.c:2021
2089msgid "Merging:"
2090msgstr ""
2091
2092#: merge-recursive.c:2034
2093#, c-format
2094msgid "found %u common ancestor:"
2095msgid_plural "found %u common ancestors:"
2096msgstr[0] ""
2097msgstr[1] ""
2098
2099#: merge-recursive.c:2073
2100msgid "merge returned no commit"
2101msgstr ""
2102
2103#: merge-recursive.c:2136
2104#, c-format
2105msgid "Could not parse object '%s'"
2106msgstr ""
2107
2108#: merge-recursive.c:2150 builtin/merge.c:645 builtin/merge.c:792
2109msgid "Unable to write index."
2110msgstr ""
2111
2112#: notes-merge.c:273
2113#, c-format
2114msgid ""
2115"You have not concluded your previous notes merge (%s exists).\n"
2116"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2117"commit/abort the previous merge before you start a new notes merge."
2118msgstr ""
2119
2120#: notes-merge.c:280
2121#, c-format
2122msgid "You have not concluded your notes merge (%s exists)."
2123msgstr ""
2124
2125#: notes-utils.c:41
2126msgid "Cannot commit uninitialized/unreferenced notes tree"
2127msgstr ""
2128
2129#: notes-utils.c:100
2130#, c-format
2131msgid "Bad notes.rewriteMode value: '%s'"
2132msgstr ""
2133
2134#: notes-utils.c:110
2135#, c-format
2136msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2137msgstr ""
2138
2139#. TRANSLATORS: The first %s is the name of the
2140#. environment variable, the second %s is its value
2141#: notes-utils.c:137
2142#, c-format
2143msgid "Bad %s value: '%s'"
2144msgstr ""
2145
2146#: object.c:240
2147#, c-format
2148msgid "unable to parse object: %s"
2149msgstr ""
2150
2151#: parse-options.c:572
2152msgid "..."
2153msgstr ""
2154
2155#: parse-options.c:590
2156#, c-format
2157msgid "usage: %s"
2158msgstr ""
2159
2160#. TRANSLATORS: the colon here should align with the
2161#. one in "usage: %s" translation
2162#: parse-options.c:594
2163#, c-format
2164msgid "   or: %s"
2165msgstr ""
2166
2167#: parse-options.c:597
2168#, c-format
2169msgid "    %s"
2170msgstr ""
2171
2172#: parse-options.c:631
2173msgid "-NUM"
2174msgstr ""
2175
2176#: parse-options-cb.c:108
2177#, c-format
2178msgid "malformed object name '%s'"
2179msgstr ""
2180
2181#: path.c:810
2182#, c-format
2183msgid "Could not make %s writable by group"
2184msgstr ""
2185
2186#: pathspec.c:125
2187msgid "Escape character '\\' not allowed as last character in attr value"
2188msgstr ""
2189
2190#: pathspec.c:143
2191msgid "Only one 'attr:' specification is allowed."
2192msgstr ""
2193
2194#: pathspec.c:146
2195msgid "attr spec must not be empty"
2196msgstr ""
2197
2198#: pathspec.c:189
2199#, c-format
2200msgid "invalid attribute name %s"
2201msgstr ""
2202
2203#: pathspec.c:254
2204msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2205msgstr ""
2206
2207#: pathspec.c:261
2208msgid ""
2209"global 'literal' pathspec setting is incompatible with all other global "
2210"pathspec settings"
2211msgstr ""
2212
2213#: pathspec.c:301
2214msgid "invalid parameter for pathspec magic 'prefix'"
2215msgstr ""
2216
2217#: pathspec.c:322
2218#, c-format
2219msgid "Invalid pathspec magic '%.*s' in '%s'"
2220msgstr ""
2221
2222#: pathspec.c:327
2223#, c-format
2224msgid "Missing ')' at the end of pathspec magic in '%s'"
2225msgstr ""
2226
2227#: pathspec.c:365
2228#, c-format
2229msgid "Unimplemented pathspec magic '%c' in '%s'"
2230msgstr ""
2231
2232#: pathspec.c:421 pathspec.c:443
2233#, c-format
2234msgid "Pathspec '%s' is in submodule '%.*s'"
2235msgstr ""
2236
2237#: pathspec.c:483
2238#, c-format
2239msgid "%s: 'literal' and 'glob' are incompatible"
2240msgstr ""
2241
2242#: pathspec.c:496
2243#, c-format
2244msgid "%s: '%s' is outside repository"
2245msgstr ""
2246
2247#: pathspec.c:584
2248#, c-format
2249msgid "'%s' (mnemonic: '%c')"
2250msgstr ""
2251
2252#: pathspec.c:594
2253#, c-format
2254msgid "%s: pathspec magic not supported by this command: %s"
2255msgstr ""
2256
2257#: pathspec.c:644
2258msgid ""
2259"empty strings as pathspecs will be made invalid in upcoming releases. please "
2260"use . instead if you meant to match all paths"
2261msgstr ""
2262
2263#: pathspec.c:668
2264#, c-format
2265msgid "pathspec '%s' is beyond a symbolic link"
2266msgstr ""
2267
2268#: pretty.c:982
2269msgid "unable to parse --pretty format"
2270msgstr ""
2271
2272#: read-cache.c:1442
2273#, c-format
2274msgid ""
2275"index.version set, but the value is invalid.\n"
2276"Using version %i"
2277msgstr ""
2278
2279#: read-cache.c:1452
2280#, c-format
2281msgid ""
2282"GIT_INDEX_VERSION set, but the value is invalid.\n"
2283"Using version %i"
2284msgstr ""
2285
2286#: read-cache.c:2375 sequencer.c:1350 sequencer.c:2048
2287#, c-format
2288msgid "could not stat '%s'"
2289msgstr ""
2290
2291#: read-cache.c:2388
2292#, c-format
2293msgid "unable to open git dir: %s"
2294msgstr ""
2295
2296#: read-cache.c:2400
2297#, c-format
2298msgid "unable to unlink: %s"
2299msgstr ""
2300
2301#: refs.c:620 builtin/merge.c:844
2302#, c-format
2303msgid "Could not open '%s' for writing"
2304msgstr ""
2305
2306#: refs.c:1667
2307msgid "ref updates forbidden inside quarantine environment"
2308msgstr ""
2309
2310#: refs/files-backend.c:1631
2311#, c-format
2312msgid "could not delete reference %s: %s"
2313msgstr ""
2314
2315#: refs/files-backend.c:1634
2316#, c-format
2317msgid "could not delete references: %s"
2318msgstr ""
2319
2320#: refs/files-backend.c:1643
2321#, c-format
2322msgid "could not remove reference %s"
2323msgstr ""
2324
2325#: ref-filter.c:35 wt-status.c:1780
2326msgid "gone"
2327msgstr ""
2328
2329#: ref-filter.c:36
2330#, c-format
2331msgid "ahead %d"
2332msgstr ""
2333
2334#: ref-filter.c:37
2335#, c-format
2336msgid "behind %d"
2337msgstr ""
2338
2339#: ref-filter.c:38
2340#, c-format
2341msgid "ahead %d, behind %d"
2342msgstr ""
2343
2344#: ref-filter.c:104
2345#, c-format
2346msgid "expected format: %%(color:<color>)"
2347msgstr ""
2348
2349#: ref-filter.c:106
2350#, c-format
2351msgid "unrecognized color: %%(color:%s)"
2352msgstr ""
2353
2354#: ref-filter.c:120
2355#, c-format
2356msgid "Integer value expected refname:lstrip=%s"
2357msgstr ""
2358
2359#: ref-filter.c:124
2360#, c-format
2361msgid "Integer value expected refname:rstrip=%s"
2362msgstr ""
2363
2364#: ref-filter.c:126
2365#, c-format
2366msgid "unrecognized %%(%s) argument: %s"
2367msgstr ""
2368
2369#: ref-filter.c:166
2370#, c-format
2371msgid "%%(body) does not take arguments"
2372msgstr ""
2373
2374#: ref-filter.c:173
2375#, c-format
2376msgid "%%(subject) does not take arguments"
2377msgstr ""
2378
2379#: ref-filter.c:180
2380#, c-format
2381msgid "%%(trailers) does not take arguments"
2382msgstr ""
2383
2384#: ref-filter.c:199
2385#, c-format
2386msgid "positive value expected contents:lines=%s"
2387msgstr ""
2388
2389#: ref-filter.c:201
2390#, c-format
2391msgid "unrecognized %%(contents) argument: %s"
2392msgstr ""
2393
2394#: ref-filter.c:214
2395#, c-format
2396msgid "positive value expected objectname:short=%s"
2397msgstr ""
2398
2399#: ref-filter.c:218
2400#, c-format
2401msgid "unrecognized %%(objectname) argument: %s"
2402msgstr ""
2403
2404#: ref-filter.c:245
2405#, c-format
2406msgid "expected format: %%(align:<width>,<position>)"
2407msgstr ""
2408
2409#: ref-filter.c:257
2410#, c-format
2411msgid "unrecognized position:%s"
2412msgstr ""
2413
2414#: ref-filter.c:261
2415#, c-format
2416msgid "unrecognized width:%s"
2417msgstr ""
2418
2419#: ref-filter.c:267
2420#, c-format
2421msgid "unrecognized %%(align) argument: %s"
2422msgstr ""
2423
2424#: ref-filter.c:271
2425#, c-format
2426msgid "positive width expected with the %%(align) atom"
2427msgstr ""
2428
2429#: ref-filter.c:286
2430#, c-format
2431msgid "unrecognized %%(if) argument: %s"
2432msgstr ""
2433
2434#: ref-filter.c:371
2435#, c-format
2436msgid "malformed field name: %.*s"
2437msgstr ""
2438
2439#: ref-filter.c:397
2440#, c-format
2441msgid "unknown field name: %.*s"
2442msgstr ""
2443
2444#: ref-filter.c:501
2445#, c-format
2446msgid "format: %%(if) atom used without a %%(then) atom"
2447msgstr ""
2448
2449#: ref-filter.c:561
2450#, c-format
2451msgid "format: %%(then) atom used without an %%(if) atom"
2452msgstr ""
2453
2454#: ref-filter.c:563
2455#, c-format
2456msgid "format: %%(then) atom used more than once"
2457msgstr ""
2458
2459#: ref-filter.c:565
2460#, c-format
2461msgid "format: %%(then) atom used after %%(else)"
2462msgstr ""
2463
2464#: ref-filter.c:591
2465#, c-format
2466msgid "format: %%(else) atom used without an %%(if) atom"
2467msgstr ""
2468
2469#: ref-filter.c:593
2470#, c-format
2471msgid "format: %%(else) atom used without a %%(then) atom"
2472msgstr ""
2473
2474#: ref-filter.c:595
2475#, c-format
2476msgid "format: %%(else) atom used more than once"
2477msgstr ""
2478
2479#: ref-filter.c:608
2480#, c-format
2481msgid "format: %%(end) atom used without corresponding atom"
2482msgstr ""
2483
2484#: ref-filter.c:663
2485#, c-format
2486msgid "malformed format string %s"
2487msgstr ""
2488
2489#: ref-filter.c:1247
2490#, c-format
2491msgid "(no branch, rebasing %s)"
2492msgstr ""
2493
2494#: ref-filter.c:1250
2495#, c-format
2496msgid "(no branch, bisect started on %s)"
2497msgstr ""
2498
2499#. TRANSLATORS: make sure this matches
2500#. "HEAD detached at " in wt-status.c
2501#: ref-filter.c:1256
2502#, c-format
2503msgid "(HEAD detached at %s)"
2504msgstr ""
2505
2506#. TRANSLATORS: make sure this matches
2507#. "HEAD detached from " in wt-status.c
2508#: ref-filter.c:1261
2509#, c-format
2510msgid "(HEAD detached from %s)"
2511msgstr ""
2512
2513#: ref-filter.c:1265
2514msgid "(no branch)"
2515msgstr ""
2516
2517#: ref-filter.c:1420 ref-filter.c:1451
2518#, c-format
2519msgid "missing object %s for %s"
2520msgstr ""
2521
2522#: ref-filter.c:1423 ref-filter.c:1454
2523#, c-format
2524msgid "parse_object_buffer failed on %s for %s"
2525msgstr ""
2526
2527#: ref-filter.c:1692
2528#, c-format
2529msgid "malformed object at '%s'"
2530msgstr ""
2531
2532#: ref-filter.c:1759
2533#, c-format
2534msgid "ignoring ref with broken name %s"
2535msgstr ""
2536
2537#: ref-filter.c:1764
2538#, c-format
2539msgid "ignoring broken ref %s"
2540msgstr ""
2541
2542#: ref-filter.c:2028
2543#, c-format
2544msgid "format: %%(end) atom missing"
2545msgstr ""
2546
2547#: ref-filter.c:2109
2548#, c-format
2549msgid "malformed object name %s"
2550msgstr ""
2551
2552#: remote.c:754
2553#, c-format
2554msgid "Cannot fetch both %s and %s to %s"
2555msgstr ""
2556
2557#: remote.c:758
2558#, c-format
2559msgid "%s usually tracks %s, not %s"
2560msgstr ""
2561
2562#: remote.c:762
2563#, c-format
2564msgid "%s tracks both %s and %s"
2565msgstr ""
2566
2567#: remote.c:770
2568msgid "Internal error"
2569msgstr ""
2570
2571#: remote.c:1685 remote.c:1787
2572msgid "HEAD does not point to a branch"
2573msgstr ""
2574
2575#: remote.c:1694
2576#, c-format
2577msgid "no such branch: '%s'"
2578msgstr ""
2579
2580#: remote.c:1697
2581#, c-format
2582msgid "no upstream configured for branch '%s'"
2583msgstr ""
2584
2585#: remote.c:1703
2586#, c-format
2587msgid "upstream branch '%s' not stored as a remote-tracking branch"
2588msgstr ""
2589
2590#: remote.c:1718
2591#, c-format
2592msgid "push destination '%s' on remote '%s' has no local tracking branch"
2593msgstr ""
2594
2595#: remote.c:1730
2596#, c-format
2597msgid "branch '%s' has no remote for pushing"
2598msgstr ""
2599
2600#: remote.c:1741
2601#, c-format
2602msgid "push refspecs for '%s' do not include '%s'"
2603msgstr ""
2604
2605#: remote.c:1754
2606msgid "push has no destination (push.default is 'nothing')"
2607msgstr ""
2608
2609#: remote.c:1776
2610msgid "cannot resolve 'simple' push to a single destination"
2611msgstr ""
2612
2613#: remote.c:2081
2614#, c-format
2615msgid "Your branch is based on '%s', but the upstream is gone.\n"
2616msgstr ""
2617
2618#: remote.c:2085
2619msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
2620msgstr ""
2621
2622#: remote.c:2088
2623#, c-format
2624msgid "Your branch is up-to-date with '%s'.\n"
2625msgstr ""
2626
2627#: remote.c:2092
2628#, c-format
2629msgid "Your branch is ahead of '%s' by %d commit.\n"
2630msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2631msgstr[0] ""
2632msgstr[1] ""
2633
2634#: remote.c:2098
2635msgid "  (use \"git push\" to publish your local commits)\n"
2636msgstr ""
2637
2638#: remote.c:2101
2639#, c-format
2640msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2641msgid_plural ""
2642"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2643msgstr[0] ""
2644msgstr[1] ""
2645
2646#: remote.c:2109
2647msgid "  (use \"git pull\" to update your local branch)\n"
2648msgstr ""
2649
2650#: remote.c:2112
2651#, c-format
2652msgid ""
2653"Your branch and '%s' have diverged,\n"
2654"and have %d and %d different commit each, respectively.\n"
2655msgid_plural ""
2656"Your branch and '%s' have diverged,\n"
2657"and have %d and %d different commits each, respectively.\n"
2658msgstr[0] ""
2659msgstr[1] ""
2660
2661#: remote.c:2122
2662msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
2663msgstr ""
2664
2665#: revision.c:2158
2666msgid "your current branch appears to be broken"
2667msgstr ""
2668
2669#: revision.c:2161
2670#, c-format
2671msgid "your current branch '%s' does not have any commits yet"
2672msgstr ""
2673
2674#: revision.c:2355
2675msgid "--first-parent is incompatible with --bisect"
2676msgstr ""
2677
2678#: run-command.c:125
2679msgid "open /dev/null failed"
2680msgstr ""
2681
2682#: run-command.c:127
2683#, c-format
2684msgid "dup2(%d,%d) failed"
2685msgstr ""
2686
2687#: send-pack.c:150
2688#, c-format
2689msgid "unable to parse remote unpack status: %s"
2690msgstr ""
2691
2692#: send-pack.c:152
2693#, c-format
2694msgid "remote unpack failed: %s"
2695msgstr ""
2696
2697#: send-pack.c:315
2698msgid "failed to sign the push certificate"
2699msgstr ""
2700
2701#: send-pack.c:428
2702msgid "the receiving end does not support --signed push"
2703msgstr ""
2704
2705#: send-pack.c:430
2706msgid ""
2707"not sending a push certificate since the receiving end does not support --"
2708"signed push"
2709msgstr ""
2710
2711#: send-pack.c:442
2712msgid "the receiving end does not support --atomic push"
2713msgstr ""
2714
2715#: send-pack.c:447
2716msgid "the receiving end does not support push options"
2717msgstr ""
2718
2719#: sequencer.c:215
2720msgid "revert"
2721msgstr ""
2722
2723#: sequencer.c:217
2724msgid "cherry-pick"
2725msgstr ""
2726
2727#: sequencer.c:219
2728msgid "rebase -i"
2729msgstr ""
2730
2731#: sequencer.c:221
2732#, c-format
2733msgid "Unknown action: %d"
2734msgstr ""
2735
2736#: sequencer.c:278
2737msgid ""
2738"after resolving the conflicts, mark the corrected paths\n"
2739"with 'git add <paths>' or 'git rm <paths>'"
2740msgstr ""
2741
2742#: sequencer.c:281
2743msgid ""
2744"after resolving the conflicts, mark the corrected paths\n"
2745"with 'git add <paths>' or 'git rm <paths>'\n"
2746"and commit the result with 'git commit'"
2747msgstr ""
2748
2749#: sequencer.c:294 sequencer.c:1682
2750#, c-format
2751msgid "could not lock '%s'"
2752msgstr ""
2753
2754#: sequencer.c:297 sequencer.c:1560 sequencer.c:1687 sequencer.c:1701
2755#, c-format
2756msgid "could not write to '%s'"
2757msgstr ""
2758
2759#: sequencer.c:301
2760#, c-format
2761msgid "could not write eol to '%s'"
2762msgstr ""
2763
2764#: sequencer.c:305 sequencer.c:1565 sequencer.c:1689
2765#, c-format
2766msgid "failed to finalize '%s'."
2767msgstr ""
2768
2769#: sequencer.c:329 sequencer.c:814 sequencer.c:1586 builtin/am.c:257
2770#: builtin/commit.c:749 builtin/merge.c:1018
2771#, c-format
2772msgid "could not read '%s'"
2773msgstr ""
2774
2775#: sequencer.c:355
2776#, c-format
2777msgid "your local changes would be overwritten by %s."
2778msgstr ""
2779
2780#: sequencer.c:359
2781msgid "commit your changes or stash them to proceed."
2782msgstr ""
2783
2784#: sequencer.c:388
2785#, c-format
2786msgid "%s: fast-forward"
2787msgstr ""
2788
2789#. TRANSLATORS: %s will be "revert", "cherry-pick" or
2790#. * "rebase -i".
2791#.
2792#: sequencer.c:470
2793#, c-format
2794msgid "%s: Unable to write new index file"
2795msgstr ""
2796
2797#: sequencer.c:489
2798msgid "could not resolve HEAD commit\n"
2799msgstr ""
2800
2801#: sequencer.c:509
2802msgid "unable to update cache tree\n"
2803msgstr ""
2804
2805#: sequencer.c:592
2806#, c-format
2807msgid ""
2808"you have staged changes in your working tree\n"
2809"If these changes are meant to be squashed into the previous commit, run:\n"
2810"\n"
2811"  git commit --amend %s\n"
2812"\n"
2813"If they are meant to go into a new commit, run:\n"
2814"\n"
2815"  git commit %s\n"
2816"\n"
2817"In both cases, once you're done, continue with:\n"
2818"\n"
2819"  git rebase --continue\n"
2820msgstr ""
2821
2822#: sequencer.c:694
2823#, c-format
2824msgid "could not parse commit %s\n"
2825msgstr ""
2826
2827#: sequencer.c:699
2828#, c-format
2829msgid "could not parse parent commit %s\n"
2830msgstr ""
2831
2832#: sequencer.c:821
2833#, c-format
2834msgid ""
2835"unexpected 1st line of squash message:\n"
2836"\n"
2837"\t%.*s"
2838msgstr ""
2839
2840#: sequencer.c:827
2841#, c-format
2842msgid ""
2843"invalid 1st line of squash message:\n"
2844"\n"
2845"\t%.*s"
2846msgstr ""
2847
2848#: sequencer.c:833 sequencer.c:858
2849#, c-format
2850msgid "This is a combination of %d commits."
2851msgstr ""
2852
2853#: sequencer.c:842
2854msgid "need a HEAD to fixup"
2855msgstr ""
2856
2857#: sequencer.c:844
2858msgid "could not read HEAD"
2859msgstr ""
2860
2861#: sequencer.c:846
2862msgid "could not read HEAD's commit message"
2863msgstr ""
2864
2865#: sequencer.c:852
2866#, c-format
2867msgid "cannot write '%s'"
2868msgstr ""
2869
2870#: sequencer.c:861 git-rebase--interactive.sh:445
2871msgid "This is the 1st commit message:"
2872msgstr ""
2873
2874#: sequencer.c:869
2875#, c-format
2876msgid "could not read commit message of %s"
2877msgstr ""
2878
2879#: sequencer.c:876
2880#, c-format
2881msgid "This is the commit message #%d:"
2882msgstr ""
2883
2884#: sequencer.c:881
2885#, c-format
2886msgid "The commit message #%d will be skipped:"
2887msgstr ""
2888
2889#: sequencer.c:886
2890#, c-format
2891msgid "unknown command: %d"
2892msgstr ""
2893
2894#: sequencer.c:952
2895msgid "your index file is unmerged."
2896msgstr ""
2897
2898#: sequencer.c:970
2899#, c-format
2900msgid "commit %s is a merge but no -m option was given."
2901msgstr ""
2902
2903#: sequencer.c:978
2904#, c-format
2905msgid "commit %s does not have parent %d"
2906msgstr ""
2907
2908#: sequencer.c:982
2909#, c-format
2910msgid "mainline was specified but commit %s is not a merge."
2911msgstr ""
2912
2913#: sequencer.c:988
2914#, c-format
2915msgid "cannot get commit message for %s"
2916msgstr ""
2917
2918#. TRANSLATORS: The first %s will be a "todo" command like
2919#. "revert" or "pick", the second %s a SHA1.
2920#: sequencer.c:1009
2921#, c-format
2922msgid "%s: cannot parse parent commit %s"
2923msgstr ""
2924
2925#: sequencer.c:1071 sequencer.c:1827
2926#, c-format
2927msgid "could not rename '%s' to '%s'"
2928msgstr ""
2929
2930#: sequencer.c:1122
2931#, c-format
2932msgid "could not revert %s... %s"
2933msgstr ""
2934
2935#: sequencer.c:1123
2936#, c-format
2937msgid "could not apply %s... %s"
2938msgstr ""
2939
2940#: sequencer.c:1165
2941msgid "empty commit set passed"
2942msgstr ""
2943
2944#: sequencer.c:1175
2945#, c-format
2946msgid "git %s: failed to read the index"
2947msgstr ""
2948
2949#: sequencer.c:1182
2950#, c-format
2951msgid "git %s: failed to refresh the index"
2952msgstr ""
2953
2954#: sequencer.c:1303
2955#, c-format
2956msgid "invalid line %d: %.*s"
2957msgstr ""
2958
2959#: sequencer.c:1311
2960#, c-format
2961msgid "cannot '%s' without a previous commit"
2962msgstr ""
2963
2964#: sequencer.c:1344
2965#, c-format
2966msgid "could not read '%s'."
2967msgstr ""
2968
2969#: sequencer.c:1356
2970msgid "please fix this using 'git rebase --edit-todo'."
2971msgstr ""
2972
2973#: sequencer.c:1358
2974#, c-format
2975msgid "unusable instruction sheet: '%s'"
2976msgstr ""
2977
2978#: sequencer.c:1363
2979msgid "no commits parsed."
2980msgstr ""
2981
2982#: sequencer.c:1374
2983msgid "cannot cherry-pick during a revert."
2984msgstr ""
2985
2986#: sequencer.c:1376
2987msgid "cannot revert during a cherry-pick."
2988msgstr ""
2989
2990#: sequencer.c:1439
2991#, c-format
2992msgid "invalid key: %s"
2993msgstr ""
2994
2995#: sequencer.c:1442
2996#, c-format
2997msgid "invalid value for %s: %s"
2998msgstr ""
2999
3000#: sequencer.c:1499
3001#, c-format
3002msgid "malformed options sheet: '%s'"
3003msgstr ""
3004
3005#: sequencer.c:1537
3006msgid "a cherry-pick or revert is already in progress"
3007msgstr ""
3008
3009#: sequencer.c:1538
3010msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3011msgstr ""
3012
3013#: sequencer.c:1541
3014#, c-format
3015msgid "could not create sequencer directory '%s'"
3016msgstr ""
3017
3018#: sequencer.c:1555
3019msgid "could not lock HEAD"
3020msgstr ""
3021
3022#: sequencer.c:1611 sequencer.c:2181
3023msgid "no cherry-pick or revert in progress"
3024msgstr ""
3025
3026#: sequencer.c:1613
3027msgid "cannot resolve HEAD"
3028msgstr ""
3029
3030#: sequencer.c:1615 sequencer.c:1649
3031msgid "cannot abort from a branch yet to be born"
3032msgstr ""
3033
3034#: sequencer.c:1635 builtin/grep.c:910
3035#, c-format
3036msgid "cannot open '%s'"
3037msgstr ""
3038
3039#: sequencer.c:1637
3040#, c-format
3041msgid "cannot read '%s': %s"
3042msgstr ""
3043
3044#: sequencer.c:1638
3045msgid "unexpected end of file"
3046msgstr ""
3047
3048#: sequencer.c:1644
3049#, c-format
3050msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3051msgstr ""
3052
3053#: sequencer.c:1655
3054msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3055msgstr ""
3056
3057#: sequencer.c:1792 sequencer.c:2080
3058msgid "cannot read HEAD"
3059msgstr ""
3060
3061#: sequencer.c:1832 builtin/difftool.c:616
3062#, c-format
3063msgid "could not copy '%s' to '%s'"
3064msgstr ""
3065
3066#: sequencer.c:1848
3067msgid "could not read index"
3068msgstr ""
3069
3070#: sequencer.c:1853
3071#, c-format
3072msgid ""
3073"execution failed: %s\n"
3074"%sYou can fix the problem, and then run\n"
3075"\n"
3076"  git rebase --continue\n"
3077"\n"
3078msgstr ""
3079
3080#: sequencer.c:1859
3081msgid "and made changes to the index and/or the working tree\n"
3082msgstr ""
3083
3084#: sequencer.c:1865
3085#, c-format
3086msgid ""
3087"execution succeeded: %s\n"
3088"but left changes to the index and/or the working tree\n"
3089"Commit or stash your changes, and then run\n"
3090"\n"
3091"  git rebase --continue\n"
3092"\n"
3093msgstr ""
3094
3095#: sequencer.c:1920 git-rebase.sh:169
3096#, c-format
3097msgid "Applied autostash."
3098msgstr ""
3099
3100#: sequencer.c:1932
3101#, c-format
3102msgid "cannot store %s"
3103msgstr ""
3104
3105#: sequencer.c:1934 git-rebase.sh:173
3106#, c-format
3107msgid ""
3108"Applying autostash resulted in conflicts.\n"
3109"Your changes are safe in the stash.\n"
3110"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3111msgstr ""
3112
3113#: sequencer.c:2016
3114#, c-format
3115msgid "Stopped at %s...  %.*s\n"
3116msgstr ""
3117
3118#: sequencer.c:2058
3119#, c-format
3120msgid "unknown command %d"
3121msgstr ""
3122
3123#: sequencer.c:2088
3124msgid "could not read orig-head"
3125msgstr ""
3126
3127#: sequencer.c:2092
3128msgid "could not read 'onto'"
3129msgstr ""
3130
3131#: sequencer.c:2099
3132#, c-format
3133msgid "could not update %s"
3134msgstr ""
3135
3136#: sequencer.c:2106
3137#, c-format
3138msgid "could not update HEAD to %s"
3139msgstr ""
3140
3141#: sequencer.c:2190
3142msgid "cannot rebase: You have unstaged changes."
3143msgstr ""
3144
3145#: sequencer.c:2195
3146msgid "could not remove CHERRY_PICK_HEAD"
3147msgstr ""
3148
3149#: sequencer.c:2204
3150msgid "cannot amend non-existing commit"
3151msgstr ""
3152
3153#: sequencer.c:2206
3154#, c-format
3155msgid "invalid file: '%s'"
3156msgstr ""
3157
3158#: sequencer.c:2208
3159#, c-format
3160msgid "invalid contents: '%s'"
3161msgstr ""
3162
3163#: sequencer.c:2211
3164msgid ""
3165"\n"
3166"You have uncommitted changes in your working tree. Please, commit them\n"
3167"first and then run 'git rebase --continue' again."
3168msgstr ""
3169
3170#: sequencer.c:2221
3171msgid "could not commit staged changes."
3172msgstr ""
3173
3174#: sequencer.c:2301
3175#, c-format
3176msgid "%s: can't cherry-pick a %s"
3177msgstr ""
3178
3179#: sequencer.c:2305
3180#, c-format
3181msgid "%s: bad revision"
3182msgstr ""
3183
3184#: sequencer.c:2338
3185msgid "can't revert as initial commit"
3186msgstr ""
3187
3188#: setup.c:165
3189#, c-format
3190msgid ""
3191"%s: no such path in the working tree.\n"
3192"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3193msgstr ""
3194
3195#: setup.c:178
3196#, c-format
3197msgid ""
3198"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3199"Use '--' to separate paths from revisions, like this:\n"
3200"'git <command> [<revision>...] -- [<file>...]'"
3201msgstr ""
3202
3203#: setup.c:228
3204#, c-format
3205msgid ""
3206"ambiguous argument '%s': both revision and filename\n"
3207"Use '--' to separate paths from revisions, like this:\n"
3208"'git <command> [<revision>...] -- [<file>...]'"
3209msgstr ""
3210
3211#: setup.c:475
3212#, c-format
3213msgid "Expected git repo version <= %d, found %d"
3214msgstr ""
3215
3216#: setup.c:483
3217msgid "unknown repository extensions found:"
3218msgstr ""
3219
3220#: setup.c:776
3221#, c-format
3222msgid "Not a git repository (or any of the parent directories): %s"
3223msgstr ""
3224
3225#: setup.c:778 builtin/index-pack.c:1646
3226msgid "Cannot come back to cwd"
3227msgstr ""
3228
3229#: setup.c:1010
3230msgid "Unable to read current working directory"
3231msgstr ""
3232
3233#: setup.c:1022 setup.c:1028
3234#, c-format
3235msgid "Cannot change to '%s'"
3236msgstr ""
3237
3238#: setup.c:1041
3239#, c-format
3240msgid ""
3241"Not a git repository (or any parent up to mount point %s)\n"
3242"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3243msgstr ""
3244
3245#: setup.c:1106
3246#, c-format
3247msgid ""
3248"Problem with core.sharedRepository filemode value (0%.3o).\n"
3249"The owner of files must always have read and write permissions."
3250msgstr ""
3251
3252#: sha1_file.c:559
3253#, c-format
3254msgid "path '%s' does not exist"
3255msgstr ""
3256
3257#: sha1_file.c:585
3258#, c-format
3259msgid "reference repository '%s' as a linked checkout is not supported yet."
3260msgstr ""
3261
3262#: sha1_file.c:591
3263#, c-format
3264msgid "reference repository '%s' is not a local repository."
3265msgstr ""
3266
3267#: sha1_file.c:597
3268#, c-format
3269msgid "reference repository '%s' is shallow"
3270msgstr ""
3271
3272#: sha1_file.c:605
3273#, c-format
3274msgid "reference repository '%s' is grafted"
3275msgstr ""
3276
3277#: sha1_file.c:1245
3278msgid "offset before end of packfile (broken .idx?)"
3279msgstr ""
3280
3281#: sha1_file.c:2721
3282#, c-format
3283msgid "offset before start of pack index for %s (corrupt index?)"
3284msgstr ""
3285
3286#: sha1_file.c:2725
3287#, c-format
3288msgid "offset beyond end of pack index for %s (truncated index?)"
3289msgstr ""
3290
3291#: sha1_name.c:409
3292#, c-format
3293msgid "short SHA1 %s is ambiguous"
3294msgstr ""
3295
3296#: sha1_name.c:420
3297msgid "The candidates are:"
3298msgstr ""
3299
3300#: sha1_name.c:580
3301msgid ""
3302"Git normally never creates a ref that ends with 40 hex characters\n"
3303"because it will be ignored when you just specify 40-hex. These refs\n"
3304"may be created by mistake. For example,\n"
3305"\n"
3306"  git checkout -b $br $(git rev-parse ...)\n"
3307"\n"
3308"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3309"examine these refs and maybe delete them. Turn this message off by\n"
3310"running \"git config advice.objectNameWarning false\""
3311msgstr ""
3312
3313#: submodule.c:67 submodule.c:101
3314msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3315msgstr ""
3316
3317#: submodule.c:71 submodule.c:105
3318#, c-format
3319msgid "Could not find section in .gitmodules where path=%s"
3320msgstr ""
3321
3322#: submodule.c:79
3323#, c-format
3324msgid "Could not update .gitmodules entry %s"
3325msgstr ""
3326
3327#: submodule.c:112
3328#, c-format
3329msgid "Could not remove .gitmodules entry for %s"
3330msgstr ""
3331
3332#: submodule.c:123
3333msgid "staging updated .gitmodules failed"
3334msgstr ""
3335
3336#: submodule.c:161
3337msgid "negative values not allowed for submodule.fetchJobs"
3338msgstr ""
3339
3340#: submodule.c:1194
3341#, c-format
3342msgid "'%s' not recognized as a git repository"
3343msgstr ""
3344
3345#: submodule.c:1332
3346#, c-format
3347msgid "could not start 'git status' in submodule '%s'"
3348msgstr ""
3349
3350#: submodule.c:1345
3351#, c-format
3352msgid "could not run 'git status' in submodule '%s'"
3353msgstr ""
3354
3355#: submodule.c:1421
3356#, c-format
3357msgid "submodule '%s' has dirty index"
3358msgstr ""
3359
3360#: submodule.c:1678
3361#, c-format
3362msgid ""
3363"relocate_gitdir for submodule '%s' with more than one worktree not supported"
3364msgstr ""
3365
3366#: submodule.c:1690 submodule.c:1746
3367#, c-format
3368msgid "could not lookup name for submodule '%s'"
3369msgstr ""
3370
3371#: submodule.c:1694 builtin/submodule--helper.c:678
3372#: builtin/submodule--helper.c:688
3373#, c-format
3374msgid "could not create directory '%s'"
3375msgstr ""
3376
3377#: submodule.c:1697
3378#, c-format
3379msgid ""
3380"Migrating git directory of '%s%s' from\n"
3381"'%s' to\n"
3382"'%s'\n"
3383msgstr ""
3384
3385#: submodule.c:1781
3386#, c-format
3387msgid "could not recurse into submodule '%s'"
3388msgstr ""
3389
3390#: submodule.c:1825
3391msgid "could not start ls-files in .."
3392msgstr ""
3393
3394#: submodule.c:1845
3395msgid "BUG: returned path string doesn't match cwd?"
3396msgstr ""
3397
3398#: submodule.c:1864
3399#, c-format
3400msgid "ls-tree returned unexpected return code %d"
3401msgstr ""
3402
3403#: submodule-config.c:380
3404#, c-format
3405msgid "invalid value for %s"
3406msgstr ""
3407
3408#: trailer.c:240
3409#, c-format
3410msgid "running trailer command '%s' failed"
3411msgstr ""
3412
3413#: trailer.c:473 trailer.c:477 trailer.c:481 trailer.c:535 trailer.c:539
3414#: trailer.c:543
3415#, c-format
3416msgid "unknown value '%s' for key '%s'"
3417msgstr ""
3418
3419#: trailer.c:525 trailer.c:530 builtin/remote.c:289
3420#, c-format
3421msgid "more than one %s"
3422msgstr ""
3423
3424#: trailer.c:702
3425#, c-format
3426msgid "empty trailer token in trailer '%.*s'"
3427msgstr ""
3428
3429#: trailer.c:722
3430#, c-format
3431msgid "could not read input file '%s'"
3432msgstr ""
3433
3434#: trailer.c:725
3435msgid "could not read from stdin"
3436msgstr ""
3437
3438#: trailer.c:949 builtin/am.c:44
3439#, c-format
3440msgid "could not stat %s"
3441msgstr ""
3442
3443#: trailer.c:951
3444#, c-format
3445msgid "file %s is not a regular file"
3446msgstr ""
3447
3448#: trailer.c:953
3449#, c-format
3450msgid "file %s is not writable by user"
3451msgstr ""
3452
3453#: trailer.c:965
3454msgid "could not open temporary file"
3455msgstr ""
3456
3457#: trailer.c:1001
3458#, c-format
3459msgid "could not rename temporary file to %s"
3460msgstr ""
3461
3462#: transport.c:62
3463#, c-format
3464msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3465msgstr ""
3466
3467#: transport.c:151
3468#, c-format
3469msgid "transport: invalid depth option '%s'"
3470msgstr ""
3471
3472#: transport.c:889
3473#, c-format
3474msgid ""
3475"The following submodule paths contain changes that can\n"
3476"not be found on any remote:\n"
3477msgstr ""
3478
3479#: transport.c:893
3480#, c-format
3481msgid ""
3482"\n"
3483"Please try\n"
3484"\n"
3485"\tgit push --recurse-submodules=on-demand\n"
3486"\n"
3487"or cd to the path and use\n"
3488"\n"
3489"\tgit push\n"
3490"\n"
3491"to push them to a remote.\n"
3492"\n"
3493msgstr ""
3494
3495#: transport.c:901
3496msgid "Aborting."
3497msgstr ""
3498
3499#: transport-helper.c:1080
3500#, c-format
3501msgid "Could not read ref %s"
3502msgstr ""
3503
3504#: tree-walk.c:31
3505msgid "too-short tree object"
3506msgstr ""
3507
3508#: tree-walk.c:37
3509msgid "malformed mode in tree entry"
3510msgstr ""
3511
3512#: tree-walk.c:41
3513msgid "empty filename in tree entry"
3514msgstr ""
3515
3516#: tree-walk.c:113
3517msgid "too-short tree file"
3518msgstr ""
3519
3520#: unpack-trees.c:104
3521#, c-format
3522msgid ""
3523"Your local changes to the following files would be overwritten by checkout:\n"
3524"%%sPlease commit your changes or stash them before you switch branches."
3525msgstr ""
3526
3527#: unpack-trees.c:106
3528#, c-format
3529msgid ""
3530"Your local changes to the following files would be overwritten by checkout:\n"
3531"%%s"
3532msgstr ""
3533
3534#: unpack-trees.c:109
3535#, c-format
3536msgid ""
3537"Your local changes to the following files would be overwritten by merge:\n"
3538"%%sPlease commit your changes or stash them before you merge."
3539msgstr ""
3540
3541#: unpack-trees.c:111
3542#, c-format
3543msgid ""
3544"Your local changes to the following files would be overwritten by merge:\n"
3545"%%s"
3546msgstr ""
3547
3548#: unpack-trees.c:114
3549#, c-format
3550msgid ""
3551"Your local changes to the following files would be overwritten by %s:\n"
3552"%%sPlease commit your changes or stash them before you %s."
3553msgstr ""
3554
3555#: unpack-trees.c:116
3556#, c-format
3557msgid ""
3558"Your local changes to the following files would be overwritten by %s:\n"
3559"%%s"
3560msgstr ""
3561
3562#: unpack-trees.c:121
3563#, c-format
3564msgid ""
3565"Updating the following directories would lose untracked files in them:\n"
3566"%s"
3567msgstr ""
3568
3569#: unpack-trees.c:125
3570#, c-format
3571msgid ""
3572"The following untracked working tree files would be removed by checkout:\n"
3573"%%sPlease move or remove them before you switch branches."
3574msgstr ""
3575
3576#: unpack-trees.c:127
3577#, c-format
3578msgid ""
3579"The following untracked working tree files would be removed by checkout:\n"
3580"%%s"
3581msgstr ""
3582
3583#: unpack-trees.c:130
3584#, c-format
3585msgid ""
3586"The following untracked working tree files would be removed by merge:\n"
3587"%%sPlease move or remove them before you merge."
3588msgstr ""
3589
3590#: unpack-trees.c:132
3591#, c-format
3592msgid ""
3593"The following untracked working tree files would be removed by merge:\n"
3594"%%s"
3595msgstr ""
3596
3597#: unpack-trees.c:135
3598#, c-format
3599msgid ""
3600"The following untracked working tree files would be removed by %s:\n"
3601"%%sPlease move or remove them before you %s."
3602msgstr ""
3603
3604#: unpack-trees.c:137
3605#, c-format
3606msgid ""
3607"The following untracked working tree files would be removed by %s:\n"
3608"%%s"
3609msgstr ""
3610
3611#: unpack-trees.c:142
3612#, c-format
3613msgid ""
3614"The following untracked working tree files would be overwritten by "
3615"checkout:\n"
3616"%%sPlease move or remove them before you switch branches."
3617msgstr ""
3618
3619#: unpack-trees.c:144
3620#, c-format
3621msgid ""
3622"The following untracked working tree files would be overwritten by "
3623"checkout:\n"
3624"%%s"
3625msgstr ""
3626
3627#: unpack-trees.c:147
3628#, c-format
3629msgid ""
3630"The following untracked working tree files would be overwritten by merge:\n"
3631"%%sPlease move or remove them before you merge."
3632msgstr ""
3633
3634#: unpack-trees.c:149
3635#, c-format
3636msgid ""
3637"The following untracked working tree files would be overwritten by merge:\n"
3638"%%s"
3639msgstr ""
3640
3641#: unpack-trees.c:152
3642#, c-format
3643msgid ""
3644"The following untracked working tree files would be overwritten by %s:\n"
3645"%%sPlease move or remove them before you %s."
3646msgstr ""
3647
3648#: unpack-trees.c:154
3649#, c-format
3650msgid ""
3651"The following untracked working tree files would be overwritten by %s:\n"
3652"%%s"
3653msgstr ""
3654
3655#: unpack-trees.c:161
3656#, c-format
3657msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
3658msgstr ""
3659
3660#: unpack-trees.c:164
3661#, c-format
3662msgid ""
3663"Cannot update sparse checkout: the following entries are not up-to-date:\n"
3664"%s"
3665msgstr ""
3666
3667#: unpack-trees.c:166
3668#, c-format
3669msgid ""
3670"The following working tree files would be overwritten by sparse checkout "
3671"update:\n"
3672"%s"
3673msgstr ""
3674
3675#: unpack-trees.c:168
3676#, c-format
3677msgid ""
3678"The following working tree files would be removed by sparse checkout "
3679"update:\n"
3680"%s"
3681msgstr ""
3682
3683#: unpack-trees.c:170
3684#, c-format
3685msgid ""
3686"Cannot update submodule:\n"
3687"%s"
3688msgstr ""
3689
3690#: unpack-trees.c:247
3691#, c-format
3692msgid "Aborting\n"
3693msgstr ""
3694
3695#: unpack-trees.c:272
3696#, c-format
3697msgid "submodule update strategy not supported for submodule '%s'"
3698msgstr ""
3699
3700#: unpack-trees.c:340
3701msgid "Checking out files"
3702msgstr ""
3703
3704#: urlmatch.c:163
3705msgid "invalid URL scheme name or missing '://' suffix"
3706msgstr ""
3707
3708#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
3709#, c-format
3710msgid "invalid %XX escape sequence"
3711msgstr ""
3712
3713#: urlmatch.c:215
3714msgid "missing host and scheme is not 'file:'"
3715msgstr ""
3716
3717#: urlmatch.c:232
3718msgid "a 'file:' URL may not have a port number"
3719msgstr ""
3720
3721#: urlmatch.c:247
3722msgid "invalid characters in host name"
3723msgstr ""
3724
3725#: urlmatch.c:292 urlmatch.c:303
3726msgid "invalid port number"
3727msgstr ""
3728
3729#: urlmatch.c:371
3730msgid "invalid '..' path segment"
3731msgstr ""
3732
3733#: worktree.c:285
3734#, c-format
3735msgid "failed to read '%s'"
3736msgstr ""
3737
3738#: wrapper.c:222 wrapper.c:392
3739#, c-format
3740msgid "could not open '%s' for reading and writing"
3741msgstr ""
3742
3743#: wrapper.c:224 wrapper.c:394 builtin/am.c:766
3744#, c-format
3745msgid "could not open '%s' for writing"
3746msgstr ""
3747
3748#: wrapper.c:226 wrapper.c:396 builtin/am.c:318 builtin/am.c:757
3749#: builtin/am.c:849 builtin/commit.c:1700 builtin/merge.c:1015
3750#: builtin/pull.c:341
3751#, c-format
3752msgid "could not open '%s' for reading"
3753msgstr ""
3754
3755#: wrapper.c:581 wrapper.c:602
3756#, c-format
3757msgid "unable to access '%s'"
3758msgstr ""
3759
3760#: wrapper.c:610
3761msgid "unable to get current working directory"
3762msgstr ""
3763
3764#: wrapper.c:634
3765#, c-format
3766msgid "could not write to %s"
3767msgstr ""
3768
3769#: wrapper.c:636
3770#, c-format
3771msgid "could not close %s"
3772msgstr ""
3773
3774#: wt-status.c:151
3775msgid "Unmerged paths:"
3776msgstr ""
3777
3778#: wt-status.c:178 wt-status.c:205
3779#, c-format
3780msgid "  (use \"git reset %s <file>...\" to unstage)"
3781msgstr ""
3782
3783#: wt-status.c:180 wt-status.c:207
3784msgid "  (use \"git rm --cached <file>...\" to unstage)"
3785msgstr ""
3786
3787#: wt-status.c:184
3788msgid "  (use \"git add <file>...\" to mark resolution)"
3789msgstr ""
3790
3791#: wt-status.c:186 wt-status.c:190
3792msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3793msgstr ""
3794
3795#: wt-status.c:188
3796msgid "  (use \"git rm <file>...\" to mark resolution)"
3797msgstr ""
3798
3799#: wt-status.c:199 wt-status.c:958
3800msgid "Changes to be committed:"
3801msgstr ""
3802
3803#: wt-status.c:217 wt-status.c:967
3804msgid "Changes not staged for commit:"
3805msgstr ""
3806
3807#: wt-status.c:221
3808msgid "  (use \"git add <file>...\" to update what will be committed)"
3809msgstr ""
3810
3811#: wt-status.c:223
3812msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
3813msgstr ""
3814
3815#: wt-status.c:224
3816msgid ""
3817"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
3818msgstr ""
3819
3820#: wt-status.c:226
3821msgid "  (commit or discard the untracked or modified content in submodules)"
3822msgstr ""
3823
3824#: wt-status.c:238
3825#, c-format
3826msgid "  (use \"git %s <file>...\" to include in what will be committed)"
3827msgstr ""
3828
3829#: wt-status.c:253
3830msgid "both deleted:"
3831msgstr ""
3832
3833#: wt-status.c:255
3834msgid "added by us:"
3835msgstr ""
3836
3837#: wt-status.c:257
3838msgid "deleted by them:"
3839msgstr ""
3840
3841#: wt-status.c:259
3842msgid "added by them:"
3843msgstr ""
3844
3845#: wt-status.c:261
3846msgid "deleted by us:"
3847msgstr ""
3848
3849#: wt-status.c:263
3850msgid "both added:"
3851msgstr ""
3852
3853#: wt-status.c:265
3854msgid "both modified:"
3855msgstr ""
3856
3857#: wt-status.c:275
3858msgid "new file:"
3859msgstr ""
3860
3861#: wt-status.c:277
3862msgid "copied:"
3863msgstr ""
3864
3865#: wt-status.c:279
3866msgid "deleted:"
3867msgstr ""
3868
3869#: wt-status.c:281
3870msgid "modified:"
3871msgstr ""
3872
3873#: wt-status.c:283
3874msgid "renamed:"
3875msgstr ""
3876
3877#: wt-status.c:285
3878msgid "typechange:"
3879msgstr ""
3880
3881#: wt-status.c:287
3882msgid "unknown:"
3883msgstr ""
3884
3885#: wt-status.c:289
3886msgid "unmerged:"
3887msgstr ""
3888
3889#: wt-status.c:371
3890msgid "new commits, "
3891msgstr ""
3892
3893#: wt-status.c:373
3894msgid "modified content, "
3895msgstr ""
3896
3897#: wt-status.c:375
3898msgid "untracked content, "
3899msgstr ""
3900
3901#: wt-status.c:831
3902msgid "Submodules changed but not updated:"
3903msgstr ""
3904
3905#: wt-status.c:833
3906msgid "Submodule changes to be committed:"
3907msgstr ""
3908
3909#: wt-status.c:914
3910msgid ""
3911"Do not touch the line above.\n"
3912"Everything below will be removed."
3913msgstr ""
3914
3915#: wt-status.c:1026
3916msgid "You have unmerged paths."
3917msgstr ""
3918
3919#: wt-status.c:1029
3920msgid "  (fix conflicts and run \"git commit\")"
3921msgstr ""
3922
3923#: wt-status.c:1031
3924msgid "  (use \"git merge --abort\" to abort the merge)"
3925msgstr ""
3926
3927#: wt-status.c:1036
3928msgid "All conflicts fixed but you are still merging."
3929msgstr ""
3930
3931#: wt-status.c:1039
3932msgid "  (use \"git commit\" to conclude merge)"
3933msgstr ""
3934
3935#: wt-status.c:1049
3936msgid "You are in the middle of an am session."
3937msgstr ""
3938
3939#: wt-status.c:1052
3940msgid "The current patch is empty."
3941msgstr ""
3942
3943#: wt-status.c:1056
3944msgid "  (fix conflicts and then run \"git am --continue\")"
3945msgstr ""
3946
3947#: wt-status.c:1058
3948msgid "  (use \"git am --skip\" to skip this patch)"
3949msgstr ""
3950
3951#: wt-status.c:1060
3952msgid "  (use \"git am --abort\" to restore the original branch)"
3953msgstr ""
3954
3955#: wt-status.c:1189
3956msgid "git-rebase-todo is missing."
3957msgstr ""
3958
3959#: wt-status.c:1191
3960msgid "No commands done."
3961msgstr ""
3962
3963#: wt-status.c:1194
3964#, c-format
3965msgid "Last command done (%d command done):"
3966msgid_plural "Last commands done (%d commands done):"
3967msgstr[0] ""
3968msgstr[1] ""
3969
3970#: wt-status.c:1205
3971#, c-format
3972msgid "  (see more in file %s)"
3973msgstr ""
3974
3975#: wt-status.c:1210
3976msgid "No commands remaining."
3977msgstr ""
3978
3979#: wt-status.c:1213
3980#, c-format
3981msgid "Next command to do (%d remaining command):"
3982msgid_plural "Next commands to do (%d remaining commands):"
3983msgstr[0] ""
3984msgstr[1] ""
3985
3986#: wt-status.c:1221
3987msgid "  (use \"git rebase --edit-todo\" to view and edit)"
3988msgstr ""
3989
3990#: wt-status.c:1234
3991#, c-format
3992msgid "You are currently rebasing branch '%s' on '%s'."
3993msgstr ""
3994
3995#: wt-status.c:1239
3996msgid "You are currently rebasing."
3997msgstr ""
3998
3999#: wt-status.c:1253
4000msgid "  (fix conflicts and then run \"git rebase --continue\")"
4001msgstr ""
4002
4003#: wt-status.c:1255
4004msgid "  (use \"git rebase --skip\" to skip this patch)"
4005msgstr ""
4006
4007#: wt-status.c:1257
4008msgid "  (use \"git rebase --abort\" to check out the original branch)"
4009msgstr ""
4010
4011#: wt-status.c:1263
4012msgid "  (all conflicts fixed: run \"git rebase --continue\")"
4013msgstr ""
4014
4015#: wt-status.c:1267
4016#, c-format
4017msgid ""
4018"You are currently splitting a commit while rebasing branch '%s' on '%s'."
4019msgstr ""
4020
4021#: wt-status.c:1272
4022msgid "You are currently splitting a commit during a rebase."
4023msgstr ""
4024
4025#: wt-status.c:1275
4026msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
4027msgstr ""
4028
4029#: wt-status.c:1279
4030#, c-format
4031msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4032msgstr ""
4033
4034#: wt-status.c:1284
4035msgid "You are currently editing a commit during a rebase."
4036msgstr ""
4037
4038#: wt-status.c:1287
4039msgid "  (use \"git commit --amend\" to amend the current commit)"
4040msgstr ""
4041
4042#: wt-status.c:1289
4043msgid ""
4044"  (use \"git rebase --continue\" once you are satisfied with your changes)"
4045msgstr ""
4046
4047#: wt-status.c:1299
4048#, c-format
4049msgid "You are currently cherry-picking commit %s."
4050msgstr ""
4051
4052#: wt-status.c:1304
4053msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
4054msgstr ""
4055
4056#: wt-status.c:1307
4057msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
4058msgstr ""
4059
4060#: wt-status.c:1309
4061msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4062msgstr ""
4063
4064#: wt-status.c:1318
4065#, c-format
4066msgid "You are currently reverting commit %s."
4067msgstr ""
4068
4069#: wt-status.c:1323
4070msgid "  (fix conflicts and run \"git revert --continue\")"
4071msgstr ""
4072
4073#: wt-status.c:1326
4074msgid "  (all conflicts fixed: run \"git revert --continue\")"
4075msgstr ""
4076
4077#: wt-status.c:1328
4078msgid "  (use \"git revert --abort\" to cancel the revert operation)"
4079msgstr ""
4080
4081#: wt-status.c:1339
4082#, c-format
4083msgid "You are currently bisecting, started from branch '%s'."
4084msgstr ""
4085
4086#: wt-status.c:1343
4087msgid "You are currently bisecting."
4088msgstr ""
4089
4090#: wt-status.c:1346
4091msgid "  (use \"git bisect reset\" to get back to the original branch)"
4092msgstr ""
4093
4094#: wt-status.c:1543
4095msgid "On branch "
4096msgstr ""
4097
4098#: wt-status.c:1549
4099msgid "interactive rebase in progress; onto "
4100msgstr ""
4101
4102#: wt-status.c:1551
4103msgid "rebase in progress; onto "
4104msgstr ""
4105
4106#: wt-status.c:1556
4107msgid "HEAD detached at "
4108msgstr ""
4109
4110#: wt-status.c:1558
4111msgid "HEAD detached from "
4112msgstr ""
4113
4114#: wt-status.c:1561
4115msgid "Not currently on any branch."
4116msgstr ""
4117
4118#: wt-status.c:1579
4119msgid "Initial commit"
4120msgstr ""
4121
4122#: wt-status.c:1593
4123msgid "Untracked files"
4124msgstr ""
4125
4126#: wt-status.c:1595
4127msgid "Ignored files"
4128msgstr ""
4129
4130#: wt-status.c:1599
4131#, c-format
4132msgid ""
4133"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4134"may speed it up, but you have to be careful not to forget to add\n"
4135"new files yourself (see 'git help status')."
4136msgstr ""
4137
4138#: wt-status.c:1605
4139#, c-format
4140msgid "Untracked files not listed%s"
4141msgstr ""
4142
4143#: wt-status.c:1607
4144msgid " (use -u option to show untracked files)"
4145msgstr ""
4146
4147#: wt-status.c:1613
4148msgid "No changes"
4149msgstr ""
4150
4151#: wt-status.c:1618
4152#, c-format
4153msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4154msgstr ""
4155
4156#: wt-status.c:1621
4157#, c-format
4158msgid "no changes added to commit\n"
4159msgstr ""
4160
4161#: wt-status.c:1624
4162#, c-format
4163msgid ""
4164"nothing added to commit but untracked files present (use \"git add\" to "
4165"track)\n"
4166msgstr ""
4167
4168#: wt-status.c:1627
4169#, c-format
4170msgid "nothing added to commit but untracked files present\n"
4171msgstr ""
4172
4173#: wt-status.c:1630
4174#, c-format
4175msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4176msgstr ""
4177
4178#: wt-status.c:1633 wt-status.c:1638
4179#, c-format
4180msgid "nothing to commit\n"
4181msgstr ""
4182
4183#: wt-status.c:1636
4184#, c-format
4185msgid "nothing to commit (use -u to show untracked files)\n"
4186msgstr ""
4187
4188#: wt-status.c:1640
4189#, c-format
4190msgid "nothing to commit, working tree clean\n"
4191msgstr ""
4192
4193#: wt-status.c:1749
4194msgid "Initial commit on "
4195msgstr ""
4196
4197#: wt-status.c:1753
4198msgid "HEAD (no branch)"
4199msgstr ""
4200
4201#: wt-status.c:1782 wt-status.c:1790
4202msgid "behind "
4203msgstr ""
4204
4205#: wt-status.c:1785 wt-status.c:1788
4206msgid "ahead "
4207msgstr ""
4208
4209#. TRANSLATORS: the action is e.g. "pull with rebase"
4210#: wt-status.c:2280
4211#, c-format
4212msgid "cannot %s: You have unstaged changes."
4213msgstr ""
4214
4215#: wt-status.c:2286
4216msgid "additionally, your index contains uncommitted changes."
4217msgstr ""
4218
4219#: wt-status.c:2288
4220#, c-format
4221msgid "cannot %s: Your index contains uncommitted changes."
4222msgstr ""
4223
4224#: compat/precompose_utf8.c:57 builtin/clone.c:432
4225#, c-format
4226msgid "failed to unlink '%s'"
4227msgstr ""
4228
4229#: builtin/add.c:22
4230msgid "git add [<options>] [--] <pathspec>..."
4231msgstr ""
4232
4233#: builtin/add.c:80
4234#, c-format
4235msgid "unexpected diff status %c"
4236msgstr ""
4237
4238#: builtin/add.c:85 builtin/commit.c:291
4239msgid "updating files failed"
4240msgstr ""
4241
4242#: builtin/add.c:95
4243#, c-format
4244msgid "remove '%s'\n"
4245msgstr ""
4246
4247#: builtin/add.c:149
4248msgid "Unstaged changes after refreshing the index:"
4249msgstr ""
4250
4251#: builtin/add.c:209 builtin/rev-parse.c:872
4252msgid "Could not read the index"
4253msgstr ""
4254
4255#: builtin/add.c:220
4256#, c-format
4257msgid "Could not open '%s' for writing."
4258msgstr ""
4259
4260#: builtin/add.c:224
4261msgid "Could not write patch"
4262msgstr ""
4263
4264#: builtin/add.c:227
4265msgid "editing patch failed"
4266msgstr ""
4267
4268#: builtin/add.c:230
4269#, c-format
4270msgid "Could not stat '%s'"
4271msgstr ""
4272
4273#: builtin/add.c:232
4274msgid "Empty patch. Aborted."
4275msgstr ""
4276
4277#: builtin/add.c:237
4278#, c-format
4279msgid "Could not apply '%s'"
4280msgstr ""
4281
4282#: builtin/add.c:247
4283msgid "The following paths are ignored by one of your .gitignore files:\n"
4284msgstr ""
4285
4286#: builtin/add.c:266 builtin/clean.c:876 builtin/fetch.c:115 builtin/mv.c:123
4287#: builtin/prune-packed.c:55 builtin/pull.c:198 builtin/push.c:524
4288#: builtin/remote.c:1328 builtin/rm.c:241 builtin/send-pack.c:163
4289msgid "dry run"
4290msgstr ""
4291
4292#: builtin/add.c:269
4293msgid "interactive picking"
4294msgstr ""
4295
4296#: builtin/add.c:270 builtin/checkout.c:1177 builtin/reset.c:286
4297msgid "select hunks interactively"
4298msgstr ""
4299
4300#: builtin/add.c:271
4301msgid "edit current diff and apply"
4302msgstr ""
4303
4304#: builtin/add.c:272
4305msgid "allow adding otherwise ignored files"
4306msgstr ""
4307
4308#: builtin/add.c:273
4309msgid "update tracked files"
4310msgstr ""
4311
4312#: builtin/add.c:274
4313msgid "record only the fact that the path will be added later"
4314msgstr ""
4315
4316#: builtin/add.c:275
4317msgid "add changes from all tracked and untracked files"
4318msgstr ""
4319
4320#: builtin/add.c:278
4321msgid "ignore paths removed in the working tree (same as --no-all)"
4322msgstr ""
4323
4324#: builtin/add.c:280
4325msgid "don't add, only refresh the index"
4326msgstr ""
4327
4328#: builtin/add.c:281
4329msgid "just skip files which cannot be added because of errors"
4330msgstr ""
4331
4332#: builtin/add.c:282
4333msgid "check if - even missing - files are ignored in dry run"
4334msgstr ""
4335
4336#: builtin/add.c:283 builtin/update-index.c:951
4337msgid "(+/-)x"
4338msgstr ""
4339
4340#: builtin/add.c:283 builtin/update-index.c:952
4341msgid "override the executable bit of the listed files"
4342msgstr ""
4343
4344#: builtin/add.c:305
4345#, c-format
4346msgid "Use -f if you really want to add them.\n"
4347msgstr ""
4348
4349#: builtin/add.c:312
4350msgid "adding files failed"
4351msgstr ""
4352
4353#: builtin/add.c:348
4354msgid "-A and -u are mutually incompatible"
4355msgstr ""
4356
4357#: builtin/add.c:355
4358msgid "Option --ignore-missing can only be used together with --dry-run"
4359msgstr ""
4360
4361#: builtin/add.c:359
4362#, c-format
4363msgid "--chmod param '%s' must be either -x or +x"
4364msgstr ""
4365
4366#: builtin/add.c:374
4367#, c-format
4368msgid "Nothing specified, nothing added.\n"
4369msgstr ""
4370
4371#: builtin/add.c:375
4372#, c-format
4373msgid "Maybe you wanted to say 'git add .'?\n"
4374msgstr ""
4375
4376#: builtin/add.c:380 builtin/check-ignore.c:172 builtin/checkout.c:298
4377#: builtin/checkout.c:491 builtin/clean.c:920 builtin/commit.c:350
4378#: builtin/mv.c:143 builtin/reset.c:235 builtin/rm.c:271
4379#: builtin/submodule--helper.c:244
4380msgid "index file corrupt"
4381msgstr ""
4382
4383#: builtin/am.c:412
4384msgid "could not parse author script"
4385msgstr ""
4386
4387#: builtin/am.c:489
4388#, c-format
4389msgid "'%s' was deleted by the applypatch-msg hook"
4390msgstr ""
4391
4392#: builtin/am.c:530
4393#, c-format
4394msgid "Malformed input line: '%s'."
4395msgstr ""
4396
4397#: builtin/am.c:567
4398#, c-format
4399msgid "Failed to copy notes from '%s' to '%s'"
4400msgstr ""
4401
4402#: builtin/am.c:593
4403msgid "fseek failed"
4404msgstr ""
4405
4406#: builtin/am.c:777
4407#, c-format
4408msgid "could not parse patch '%s'"
4409msgstr ""
4410
4411#: builtin/am.c:842
4412msgid "Only one StGIT patch series can be applied at once"
4413msgstr ""
4414
4415#: builtin/am.c:889
4416msgid "invalid timestamp"
4417msgstr ""
4418
4419#: builtin/am.c:892 builtin/am.c:900
4420msgid "invalid Date line"
4421msgstr ""
4422
4423#: builtin/am.c:897
4424msgid "invalid timezone offset"
4425msgstr ""
4426
4427#: builtin/am.c:986
4428msgid "Patch format detection failed."
4429msgstr ""
4430
4431#: builtin/am.c:991 builtin/clone.c:397
4432#, c-format
4433msgid "failed to create directory '%s'"
4434msgstr ""
4435
4436#: builtin/am.c:995
4437msgid "Failed to split patches."
4438msgstr ""
4439
4440#: builtin/am.c:1127 builtin/commit.c:376
4441msgid "unable to write index file"
4442msgstr ""
4443
4444#: builtin/am.c:1178
4445#, c-format
4446msgid "When you have resolved this problem, run \"%s --continue\"."
4447msgstr ""
4448
4449#: builtin/am.c:1179
4450#, c-format
4451msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4452msgstr ""
4453
4454#: builtin/am.c:1180
4455#, c-format
4456msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4457msgstr ""
4458
4459#: builtin/am.c:1315
4460msgid "Patch is empty. Was it split wrong?"
4461msgstr ""
4462
4463#: builtin/am.c:1386 builtin/log.c:1557
4464#, c-format
4465msgid "invalid ident line: %s"
4466msgstr ""
4467
4468#: builtin/am.c:1413
4469#, c-format
4470msgid "unable to parse commit %s"
4471msgstr ""
4472
4473#: builtin/am.c:1606
4474msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4475msgstr ""
4476
4477#: builtin/am.c:1608
4478msgid "Using index info to reconstruct a base tree..."
4479msgstr ""
4480
4481#: builtin/am.c:1627
4482msgid ""
4483"Did you hand edit your patch?\n"
4484"It does not apply to blobs recorded in its index."
4485msgstr ""
4486
4487#: builtin/am.c:1633
4488msgid "Falling back to patching base and 3-way merge..."
4489msgstr ""
4490
4491#: builtin/am.c:1658
4492msgid "Failed to merge in the changes."
4493msgstr ""
4494
4495#: builtin/am.c:1682 builtin/merge.c:631
4496msgid "git write-tree failed to write a tree"
4497msgstr ""
4498
4499#: builtin/am.c:1689
4500msgid "applying to an empty history"
4501msgstr ""
4502
4503#: builtin/am.c:1702 builtin/commit.c:1764 builtin/merge.c:802
4504#: builtin/merge.c:827
4505msgid "failed to write commit object"
4506msgstr ""
4507
4508#: builtin/am.c:1735 builtin/am.c:1739
4509#, c-format
4510msgid "cannot resume: %s does not exist."
4511msgstr ""
4512
4513#: builtin/am.c:1755
4514msgid "cannot be interactive without stdin connected to a terminal."
4515msgstr ""
4516
4517#: builtin/am.c:1760
4518msgid "Commit Body is:"
4519msgstr ""
4520
4521#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4522#. in your translation. The program will only accept English
4523#. input at this point.
4524#.
4525#: builtin/am.c:1770
4526msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4527msgstr ""
4528
4529#: builtin/am.c:1820
4530#, c-format
4531msgid "Dirty index: cannot apply patches (dirty: %s)"
4532msgstr ""
4533
4534#: builtin/am.c:1860 builtin/am.c:1932
4535#, c-format
4536msgid "Applying: %.*s"
4537msgstr ""
4538
4539#: builtin/am.c:1876
4540msgid "No changes -- Patch already applied."
4541msgstr ""
4542
4543#: builtin/am.c:1884
4544#, c-format
4545msgid "Patch failed at %s %.*s"
4546msgstr ""
4547
4548#: builtin/am.c:1890
4549#, c-format
4550msgid "The copy of the patch that failed is found in: %s"
4551msgstr ""
4552
4553#: builtin/am.c:1935
4554msgid ""
4555"No changes - did you forget to use 'git add'?\n"
4556"If there is nothing left to stage, chances are that something else\n"
4557"already introduced the same changes; you might want to skip this patch."
4558msgstr ""
4559
4560#: builtin/am.c:1942
4561msgid ""
4562"You still have unmerged paths in your index.\n"
4563"Did you forget to use 'git add'?"
4564msgstr ""
4565
4566#: builtin/am.c:2050 builtin/am.c:2054 builtin/am.c:2066 builtin/reset.c:308
4567#: builtin/reset.c:316
4568#, c-format
4569msgid "Could not parse object '%s'."
4570msgstr ""
4571
4572#: builtin/am.c:2102
4573msgid "failed to clean index"
4574msgstr ""
4575
4576#: builtin/am.c:2136
4577msgid ""
4578"You seem to have moved HEAD since the last 'am' failure.\n"
4579"Not rewinding to ORIG_HEAD"
4580msgstr ""
4581
4582#: builtin/am.c:2199
4583#, c-format
4584msgid "Invalid value for --patch-format: %s"
4585msgstr ""
4586
4587#: builtin/am.c:2232
4588msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4589msgstr ""
4590
4591#: builtin/am.c:2233
4592msgid "git am [<options>] (--continue | --skip | --abort)"
4593msgstr ""
4594
4595#: builtin/am.c:2239
4596msgid "run interactively"
4597msgstr ""
4598
4599#: builtin/am.c:2241
4600msgid "historical option -- no-op"
4601msgstr ""
4602
4603#: builtin/am.c:2243
4604msgid "allow fall back on 3way merging if needed"
4605msgstr ""
4606
4607#: builtin/am.c:2244 builtin/init-db.c:483 builtin/prune-packed.c:57
4608#: builtin/repack.c:178
4609msgid "be quiet"
4610msgstr ""
4611
4612#: builtin/am.c:2246
4613msgid "add a Signed-off-by line to the commit message"
4614msgstr ""
4615
4616#: builtin/am.c:2249
4617msgid "recode into utf8 (default)"
4618msgstr ""
4619
4620#: builtin/am.c:2251
4621msgid "pass -k flag to git-mailinfo"
4622msgstr ""
4623
4624#: builtin/am.c:2253
4625msgid "pass -b flag to git-mailinfo"
4626msgstr ""
4627
4628#: builtin/am.c:2255
4629msgid "pass -m flag to git-mailinfo"
4630msgstr ""
4631
4632#: builtin/am.c:2257
4633msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4634msgstr ""
4635
4636#: builtin/am.c:2260
4637msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4638msgstr ""
4639
4640#: builtin/am.c:2263
4641msgid "strip everything before a scissors line"
4642msgstr ""
4643
4644#: builtin/am.c:2265 builtin/am.c:2268 builtin/am.c:2271 builtin/am.c:2274
4645#: builtin/am.c:2277 builtin/am.c:2280 builtin/am.c:2283 builtin/am.c:2286
4646#: builtin/am.c:2292
4647msgid "pass it through git-apply"
4648msgstr ""
4649
4650#: builtin/am.c:2282 builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:665
4651#: builtin/grep.c:1045 builtin/merge.c:201 builtin/pull.c:135
4652#: builtin/pull.c:194 builtin/repack.c:187 builtin/repack.c:191
4653#: builtin/show-branch.c:637 builtin/show-ref.c:169 builtin/tag.c:398
4654#: parse-options.h:132 parse-options.h:134 parse-options.h:245
4655msgid "n"
4656msgstr ""
4657
4658#: builtin/am.c:2288 builtin/branch.c:592 builtin/for-each-ref.c:37
4659#: builtin/replace.c:443 builtin/tag.c:433 builtin/verify-tag.c:38
4660msgid "format"
4661msgstr ""
4662
4663#: builtin/am.c:2289
4664msgid "format the patch(es) are in"
4665msgstr ""
4666
4667#: builtin/am.c:2295
4668msgid "override error message when patch failure occurs"
4669msgstr ""
4670
4671#: builtin/am.c:2297
4672msgid "continue applying patches after resolving a conflict"
4673msgstr ""
4674
4675#: builtin/am.c:2300
4676msgid "synonyms for --continue"
4677msgstr ""
4678
4679#: builtin/am.c:2303
4680msgid "skip the current patch"
4681msgstr ""
4682
4683#: builtin/am.c:2306
4684msgid "restore the original branch and abort the patching operation."
4685msgstr ""
4686
4687#: builtin/am.c:2310
4688msgid "lie about committer date"
4689msgstr ""
4690
4691#: builtin/am.c:2312
4692msgid "use current timestamp for author date"
4693msgstr ""
4694
4695#: builtin/am.c:2314 builtin/commit.c:1600 builtin/merge.c:232
4696#: builtin/pull.c:165 builtin/revert.c:111 builtin/tag.c:413
4697msgid "key-id"
4698msgstr ""
4699
4700#: builtin/am.c:2315
4701msgid "GPG-sign commits"
4702msgstr ""
4703
4704#: builtin/am.c:2318
4705msgid "(internal use for git-rebase)"
4706msgstr ""
4707
4708#: builtin/am.c:2333
4709msgid ""
4710"The -b/--binary option has been a no-op for long time, and\n"
4711"it will be removed. Please do not use it anymore."
4712msgstr ""
4713
4714#: builtin/am.c:2340
4715msgid "failed to read the index"
4716msgstr ""
4717
4718#: builtin/am.c:2355
4719#, c-format
4720msgid "previous rebase directory %s still exists but mbox given."
4721msgstr ""
4722
4723#: builtin/am.c:2379
4724#, c-format
4725msgid ""
4726"Stray %s directory found.\n"
4727"Use \"git am --abort\" to remove it."
4728msgstr ""
4729
4730#: builtin/am.c:2385
4731msgid "Resolve operation not in progress, we are not resuming."
4732msgstr ""
4733
4734#: builtin/apply.c:8
4735msgid "git apply [<options>] [<patch>...]"
4736msgstr ""
4737
4738#: builtin/archive.c:17
4739#, c-format
4740msgid "could not create archive file '%s'"
4741msgstr ""
4742
4743#: builtin/archive.c:20
4744msgid "could not redirect output"
4745msgstr ""
4746
4747#: builtin/archive.c:37
4748msgid "git archive: Remote with no URL"
4749msgstr ""
4750
4751#: builtin/archive.c:58
4752msgid "git archive: expected ACK/NAK, got EOF"
4753msgstr ""
4754
4755#: builtin/archive.c:61
4756#, c-format
4757msgid "git archive: NACK %s"
4758msgstr ""
4759
4760#: builtin/archive.c:64
4761msgid "git archive: protocol error"
4762msgstr ""
4763
4764#: builtin/archive.c:68
4765msgid "git archive: expected a flush"
4766msgstr ""
4767
4768#: builtin/bisect--helper.c:7
4769msgid "git bisect--helper --next-all [--no-checkout]"
4770msgstr ""
4771
4772#: builtin/bisect--helper.c:17
4773msgid "perform 'git bisect next'"
4774msgstr ""
4775
4776#: builtin/bisect--helper.c:19
4777msgid "update BISECT_HEAD instead of checking out the current commit"
4778msgstr ""
4779
4780#: builtin/blame.c:33
4781msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
4782msgstr ""
4783
4784#: builtin/blame.c:38
4785msgid "<rev-opts> are documented in git-rev-list(1)"
4786msgstr ""
4787
4788#: builtin/blame.c:1777
4789msgid "Blaming lines"
4790msgstr ""
4791
4792#: builtin/blame.c:2573
4793msgid "Show blame entries as we find them, incrementally"
4794msgstr ""
4795
4796#: builtin/blame.c:2574
4797msgid "Show blank SHA-1 for boundary commits (Default: off)"
4798msgstr ""
4799
4800#: builtin/blame.c:2575
4801msgid "Do not treat root commits as boundaries (Default: off)"
4802msgstr ""
4803
4804#: builtin/blame.c:2576
4805msgid "Show work cost statistics"
4806msgstr ""
4807
4808#: builtin/blame.c:2577
4809msgid "Force progress reporting"
4810msgstr ""
4811
4812#: builtin/blame.c:2578
4813msgid "Show output score for blame entries"
4814msgstr ""
4815
4816#: builtin/blame.c:2579
4817msgid "Show original filename (Default: auto)"
4818msgstr ""
4819
4820#: builtin/blame.c:2580
4821msgid "Show original linenumber (Default: off)"
4822msgstr ""
4823
4824#: builtin/blame.c:2581
4825msgid "Show in a format designed for machine consumption"
4826msgstr ""
4827
4828#: builtin/blame.c:2582
4829msgid "Show porcelain format with per-line commit information"
4830msgstr ""
4831
4832#: builtin/blame.c:2583
4833msgid "Use the same output mode as git-annotate (Default: off)"
4834msgstr ""
4835
4836#: builtin/blame.c:2584
4837msgid "Show raw timestamp (Default: off)"
4838msgstr ""
4839
4840#: builtin/blame.c:2585
4841msgid "Show long commit SHA1 (Default: off)"
4842msgstr ""
4843
4844#: builtin/blame.c:2586
4845msgid "Suppress author name and timestamp (Default: off)"
4846msgstr ""
4847
4848#: builtin/blame.c:2587
4849msgid "Show author email instead of name (Default: off)"
4850msgstr ""
4851
4852#: builtin/blame.c:2588
4853msgid "Ignore whitespace differences"
4854msgstr ""
4855
4856#: builtin/blame.c:2595
4857msgid "Use an experimental heuristic to improve diffs"
4858msgstr ""
4859
4860#: builtin/blame.c:2597
4861msgid "Spend extra cycles to find better match"
4862msgstr ""
4863
4864#: builtin/blame.c:2598
4865msgid "Use revisions from <file> instead of calling git-rev-list"
4866msgstr ""
4867
4868#: builtin/blame.c:2599
4869msgid "Use <file>'s contents as the final image"
4870msgstr ""
4871
4872#: builtin/blame.c:2600 builtin/blame.c:2601
4873msgid "score"
4874msgstr ""
4875
4876#: builtin/blame.c:2600
4877msgid "Find line copies within and across files"
4878msgstr ""
4879
4880#: builtin/blame.c:2601
4881msgid "Find line movements within and across files"
4882msgstr ""
4883
4884#: builtin/blame.c:2602
4885msgid "n,m"
4886msgstr ""
4887
4888#: builtin/blame.c:2602
4889msgid "Process only line range n,m, counting from 1"
4890msgstr ""
4891
4892#: builtin/blame.c:2649
4893msgid "--progress can't be used with --incremental or porcelain formats"
4894msgstr ""
4895
4896#. TRANSLATORS: This string is used to tell us the maximum
4897#. display width for a relative timestamp in "git blame"
4898#. output.  For C locale, "4 years, 11 months ago", which
4899#. takes 22 places, is the longest among various forms of
4900#. relative timestamps, but your language may need more or
4901#. fewer display columns.
4902#: builtin/blame.c:2697
4903msgid "4 years, 11 months ago"
4904msgstr ""
4905
4906#: builtin/blame.c:2777
4907msgid "--contents and --reverse do not blend well."
4908msgstr ""
4909
4910#: builtin/blame.c:2797
4911msgid "cannot use --contents with final commit object name"
4912msgstr ""
4913
4914#: builtin/blame.c:2802
4915msgid "--reverse and --first-parent together require specified latest commit"
4916msgstr ""
4917
4918#: builtin/blame.c:2829
4919msgid ""
4920"--reverse --first-parent together require range along first-parent chain"
4921msgstr ""
4922
4923#: builtin/blame.c:2840
4924#, c-format
4925msgid "no such path %s in %s"
4926msgstr ""
4927
4928#: builtin/blame.c:2851
4929#, c-format
4930msgid "cannot read blob %s for path %s"
4931msgstr ""
4932
4933#: builtin/blame.c:2870
4934#, c-format
4935msgid "file %s has only %lu line"
4936msgid_plural "file %s has only %lu lines"
4937msgstr[0] ""
4938msgstr[1] ""
4939
4940#: builtin/branch.c:26
4941msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
4942msgstr ""
4943
4944#: builtin/branch.c:27
4945msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
4946msgstr ""
4947
4948#: builtin/branch.c:28
4949msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
4950msgstr ""
4951
4952#: builtin/branch.c:29
4953msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
4954msgstr ""
4955
4956#: builtin/branch.c:30
4957msgid "git branch [<options>] [-r | -a] [--points-at]"
4958msgstr ""
4959
4960#: builtin/branch.c:31
4961msgid "git branch [<options>] [-r | -a] [--format]"
4962msgstr ""
4963
4964#: builtin/branch.c:144
4965#, c-format
4966msgid ""
4967"deleting branch '%s' that has been merged to\n"
4968"         '%s', but not yet merged to HEAD."
4969msgstr ""
4970
4971#: builtin/branch.c:148
4972#, c-format
4973msgid ""
4974"not deleting branch '%s' that is not yet merged to\n"
4975"         '%s', even though it is merged to HEAD."
4976msgstr ""
4977
4978#: builtin/branch.c:162
4979#, c-format
4980msgid "Couldn't look up commit object for '%s'"
4981msgstr ""
4982
4983#: builtin/branch.c:166
4984#, c-format
4985msgid ""
4986"The branch '%s' is not fully merged.\n"
4987"If you are sure you want to delete it, run 'git branch -D %s'."
4988msgstr ""
4989
4990#: builtin/branch.c:179
4991msgid "Update of config-file failed"
4992msgstr ""
4993
4994#: builtin/branch.c:210
4995msgid "cannot use -a with -d"
4996msgstr ""
4997
4998#: builtin/branch.c:216
4999msgid "Couldn't look up commit object for HEAD"
5000msgstr ""
5001
5002#: builtin/branch.c:230
5003#, c-format
5004msgid "Cannot delete branch '%s' checked out at '%s'"
5005msgstr ""
5006
5007#: builtin/branch.c:245
5008#, c-format
5009msgid "remote-tracking branch '%s' not found."
5010msgstr ""
5011
5012#: builtin/branch.c:246
5013#, c-format
5014msgid "branch '%s' not found."
5015msgstr ""
5016
5017#: builtin/branch.c:261
5018#, c-format
5019msgid "Error deleting remote-tracking branch '%s'"
5020msgstr ""
5021
5022#: builtin/branch.c:262
5023#, c-format
5024msgid "Error deleting branch '%s'"
5025msgstr ""
5026
5027#: builtin/branch.c:269
5028#, c-format
5029msgid "Deleted remote-tracking branch %s (was %s).\n"
5030msgstr ""
5031
5032#: builtin/branch.c:270
5033#, c-format
5034msgid "Deleted branch %s (was %s).\n"
5035msgstr ""
5036
5037#: builtin/branch.c:441
5038#, c-format
5039msgid "Branch %s is being rebased at %s"
5040msgstr ""
5041
5042#: builtin/branch.c:445
5043#, c-format
5044msgid "Branch %s is being bisected at %s"
5045msgstr ""
5046
5047#: builtin/branch.c:460
5048msgid "cannot rename the current branch while not on any."
5049msgstr ""
5050
5051#: builtin/branch.c:470
5052#, c-format
5053msgid "Invalid branch name: '%s'"
5054msgstr ""
5055
5056#: builtin/branch.c:487
5057msgid "Branch rename failed"
5058msgstr ""
5059
5060#: builtin/branch.c:490
5061#, c-format
5062msgid "Renamed a misnamed branch '%s' away"
5063msgstr ""
5064
5065#: builtin/branch.c:493
5066#, c-format
5067msgid "Branch renamed to %s, but HEAD is not updated!"
5068msgstr ""
5069
5070#: builtin/branch.c:502
5071msgid "Branch is renamed, but update of config-file failed"
5072msgstr ""
5073
5074#: builtin/branch.c:518
5075#, c-format
5076msgid ""
5077"Please edit the description for the branch\n"
5078"  %s\n"
5079"Lines starting with '%c' will be stripped.\n"
5080msgstr ""
5081
5082#: builtin/branch.c:551
5083msgid "Generic options"
5084msgstr ""
5085
5086#: builtin/branch.c:553
5087msgid "show hash and subject, give twice for upstream branch"
5088msgstr ""
5089
5090#: builtin/branch.c:554
5091msgid "suppress informational messages"
5092msgstr ""
5093
5094#: builtin/branch.c:555
5095msgid "set up tracking mode (see git-pull(1))"
5096msgstr ""
5097
5098#: builtin/branch.c:557
5099msgid "change upstream info"
5100msgstr ""
5101
5102#: builtin/branch.c:559
5103msgid "upstream"
5104msgstr ""
5105
5106#: builtin/branch.c:559
5107msgid "change the upstream info"
5108msgstr ""
5109
5110#: builtin/branch.c:560
5111msgid "Unset the upstream info"
5112msgstr ""
5113
5114#: builtin/branch.c:561
5115msgid "use colored output"
5116msgstr ""
5117
5118#: builtin/branch.c:562
5119msgid "act on remote-tracking branches"
5120msgstr ""
5121
5122#: builtin/branch.c:564 builtin/branch.c:566
5123msgid "print only branches that contain the commit"
5124msgstr ""
5125
5126#: builtin/branch.c:565 builtin/branch.c:567
5127msgid "print only branches that don't contain the commit"
5128msgstr ""
5129
5130#: builtin/branch.c:570
5131msgid "Specific git-branch actions:"
5132msgstr ""
5133
5134#: builtin/branch.c:571
5135msgid "list both remote-tracking and local branches"
5136msgstr ""
5137
5138#: builtin/branch.c:573
5139msgid "delete fully merged branch"
5140msgstr ""
5141
5142#: builtin/branch.c:574
5143msgid "delete branch (even if not merged)"
5144msgstr ""
5145
5146#: builtin/branch.c:575
5147msgid "move/rename a branch and its reflog"
5148msgstr ""
5149
5150#: builtin/branch.c:576
5151msgid "move/rename a branch, even if target exists"
5152msgstr ""
5153
5154#: builtin/branch.c:577
5155msgid "list branch names"
5156msgstr ""
5157
5158#: builtin/branch.c:578
5159msgid "create the branch's reflog"
5160msgstr ""
5161
5162#: builtin/branch.c:580
5163msgid "edit the description for the branch"
5164msgstr ""
5165
5166#: builtin/branch.c:581
5167msgid "force creation, move/rename, deletion"
5168msgstr ""
5169
5170#: builtin/branch.c:582
5171msgid "print only branches that are merged"
5172msgstr ""
5173
5174#: builtin/branch.c:583
5175msgid "print only branches that are not merged"
5176msgstr ""
5177
5178#: builtin/branch.c:584
5179msgid "list branches in columns"
5180msgstr ""
5181
5182#: builtin/branch.c:585 builtin/for-each-ref.c:38 builtin/tag.c:426
5183msgid "key"
5184msgstr ""
5185
5186#: builtin/branch.c:586 builtin/for-each-ref.c:39 builtin/tag.c:427
5187msgid "field name to sort on"
5188msgstr ""
5189
5190#: builtin/branch.c:588 builtin/for-each-ref.c:41 builtin/notes.c:404
5191#: builtin/notes.c:407 builtin/notes.c:567 builtin/notes.c:570
5192#: builtin/tag.c:429
5193msgid "object"
5194msgstr ""
5195
5196#: builtin/branch.c:589
5197msgid "print only branches of the object"
5198msgstr ""
5199
5200#: builtin/branch.c:591 builtin/for-each-ref.c:47 builtin/tag.c:434
5201msgid "sorting and filtering are case insensitive"
5202msgstr ""
5203
5204#: builtin/branch.c:592 builtin/for-each-ref.c:37 builtin/tag.c:433
5205#: builtin/verify-tag.c:38
5206msgid "format to use for the output"
5207msgstr ""
5208
5209#: builtin/branch.c:611
5210msgid "Failed to resolve HEAD as a valid ref."
5211msgstr ""
5212
5213#: builtin/branch.c:615 builtin/clone.c:724
5214msgid "HEAD not found below refs/heads!"
5215msgstr ""
5216
5217#: builtin/branch.c:638
5218msgid "--column and --verbose are incompatible"
5219msgstr ""
5220
5221#: builtin/branch.c:649 builtin/branch.c:701
5222msgid "branch name required"
5223msgstr ""
5224
5225#: builtin/branch.c:677
5226msgid "Cannot give description to detached HEAD"
5227msgstr ""
5228
5229#: builtin/branch.c:682
5230msgid "cannot edit description of more than one branch"
5231msgstr ""
5232
5233#: builtin/branch.c:689
5234#, c-format
5235msgid "No commit on branch '%s' yet."
5236msgstr ""
5237
5238#: builtin/branch.c:692
5239#, c-format
5240msgid "No branch named '%s'."
5241msgstr ""
5242
5243#: builtin/branch.c:707
5244msgid "too many branches for a rename operation"
5245msgstr ""
5246
5247#: builtin/branch.c:712
5248msgid "too many branches to set new upstream"
5249msgstr ""
5250
5251#: builtin/branch.c:716
5252#, c-format
5253msgid ""
5254"could not set upstream of HEAD to %s when it does not point to any branch."
5255msgstr ""
5256
5257#: builtin/branch.c:719 builtin/branch.c:741 builtin/branch.c:762
5258#, c-format
5259msgid "no such branch '%s'"
5260msgstr ""
5261
5262#: builtin/branch.c:723
5263#, c-format
5264msgid "branch '%s' does not exist"
5265msgstr ""
5266
5267#: builtin/branch.c:735
5268msgid "too many branches to unset upstream"
5269msgstr ""
5270
5271#: builtin/branch.c:739
5272msgid "could not unset upstream of HEAD when it does not point to any branch."
5273msgstr ""
5274
5275#: builtin/branch.c:745
5276#, c-format
5277msgid "Branch '%s' has no upstream information"
5278msgstr ""
5279
5280#: builtin/branch.c:759
5281msgid "it does not make sense to create 'HEAD' manually"
5282msgstr ""
5283
5284#: builtin/branch.c:765
5285msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5286msgstr ""
5287
5288#: builtin/branch.c:768
5289#, c-format
5290msgid ""
5291"The --set-upstream flag is deprecated and will be removed. Consider using --"
5292"track or --set-upstream-to\n"
5293msgstr ""
5294
5295#: builtin/branch.c:785
5296#, c-format
5297msgid ""
5298"\n"
5299"If you wanted to make '%s' track '%s', do this:\n"
5300"\n"
5301msgstr ""
5302
5303#: builtin/bundle.c:45
5304#, c-format
5305msgid "%s is okay\n"
5306msgstr ""
5307
5308#: builtin/bundle.c:58
5309msgid "Need a repository to create a bundle."
5310msgstr ""
5311
5312#: builtin/bundle.c:62
5313msgid "Need a repository to unbundle."
5314msgstr ""
5315
5316#: builtin/cat-file.c:513
5317msgid ""
5318"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5319"p | <type> | --textconv | --filters) [--path=<path>] <object>"
5320msgstr ""
5321
5322#: builtin/cat-file.c:514
5323msgid ""
5324"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5325"filters]"
5326msgstr ""
5327
5328#: builtin/cat-file.c:551
5329msgid "<type> can be one of: blob, tree, commit, tag"
5330msgstr ""
5331
5332#: builtin/cat-file.c:552
5333msgid "show object type"
5334msgstr ""
5335
5336#: builtin/cat-file.c:553
5337msgid "show object size"
5338msgstr ""
5339
5340#: builtin/cat-file.c:555
5341msgid "exit with zero when there's no error"
5342msgstr ""
5343
5344#: builtin/cat-file.c:556
5345msgid "pretty-print object's content"
5346msgstr ""
5347
5348#: builtin/cat-file.c:558
5349msgid "for blob objects, run textconv on object's content"
5350msgstr ""
5351
5352#: builtin/cat-file.c:560
5353msgid "for blob objects, run filters on object's content"
5354msgstr ""
5355
5356#: builtin/cat-file.c:561 git-submodule.sh:943
5357msgid "blob"
5358msgstr ""
5359
5360#: builtin/cat-file.c:562
5361msgid "use a specific path for --textconv/--filters"
5362msgstr ""
5363
5364#: builtin/cat-file.c:564
5365msgid "allow -s and -t to work with broken/corrupt objects"
5366msgstr ""
5367
5368#: builtin/cat-file.c:565
5369msgid "buffer --batch output"
5370msgstr ""
5371
5372#: builtin/cat-file.c:567
5373msgid "show info and content of objects fed from the standard input"
5374msgstr ""
5375
5376#: builtin/cat-file.c:570
5377msgid "show info about objects fed from the standard input"
5378msgstr ""
5379
5380#: builtin/cat-file.c:573
5381msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5382msgstr ""
5383
5384#: builtin/cat-file.c:575
5385msgid "show all objects with --batch or --batch-check"
5386msgstr ""
5387
5388#: builtin/check-attr.c:11
5389msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5390msgstr ""
5391
5392#: builtin/check-attr.c:12
5393msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5394msgstr ""
5395
5396#: builtin/check-attr.c:19
5397msgid "report all attributes set on file"
5398msgstr ""
5399
5400#: builtin/check-attr.c:20
5401msgid "use .gitattributes only from the index"
5402msgstr ""
5403
5404#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:98
5405msgid "read file names from stdin"
5406msgstr ""
5407
5408#: builtin/check-attr.c:23 builtin/check-ignore.c:24
5409msgid "terminate input and output records by a NUL character"
5410msgstr ""
5411
5412#: builtin/check-ignore.c:18 builtin/checkout.c:1158 builtin/gc.c:356
5413msgid "suppress progress reporting"
5414msgstr ""
5415
5416#: builtin/check-ignore.c:26
5417msgid "show non-matching input paths"
5418msgstr ""
5419
5420#: builtin/check-ignore.c:28
5421msgid "ignore index when checking"
5422msgstr ""
5423
5424#: builtin/check-ignore.c:154
5425msgid "cannot specify pathnames with --stdin"
5426msgstr ""
5427
5428#: builtin/check-ignore.c:157
5429msgid "-z only makes sense with --stdin"
5430msgstr ""
5431
5432#: builtin/check-ignore.c:159
5433msgid "no path specified"
5434msgstr ""
5435
5436#: builtin/check-ignore.c:163
5437msgid "--quiet is only valid with a single pathname"
5438msgstr ""
5439
5440#: builtin/check-ignore.c:165
5441msgid "cannot have both --quiet and --verbose"
5442msgstr ""
5443
5444#: builtin/check-ignore.c:168
5445msgid "--non-matching is only valid with --verbose"
5446msgstr ""
5447
5448#: builtin/check-mailmap.c:8
5449msgid "git check-mailmap [<options>] <contact>..."
5450msgstr ""
5451
5452#: builtin/check-mailmap.c:13
5453msgid "also read contacts from stdin"
5454msgstr ""
5455
5456#: builtin/check-mailmap.c:24
5457#, c-format
5458msgid "unable to parse contact: %s"
5459msgstr ""
5460
5461#: builtin/check-mailmap.c:47
5462msgid "no contacts specified"
5463msgstr ""
5464
5465#: builtin/checkout-index.c:127
5466msgid "git checkout-index [<options>] [--] [<file>...]"
5467msgstr ""
5468
5469#: builtin/checkout-index.c:144
5470msgid "stage should be between 1 and 3 or all"
5471msgstr ""
5472
5473#: builtin/checkout-index.c:160
5474msgid "check out all files in the index"
5475msgstr ""
5476
5477#: builtin/checkout-index.c:161
5478msgid "force overwrite of existing files"
5479msgstr ""
5480
5481#: builtin/checkout-index.c:163
5482msgid "no warning for existing files and files not in index"
5483msgstr ""
5484
5485#: builtin/checkout-index.c:165
5486msgid "don't checkout new files"
5487msgstr ""
5488
5489#: builtin/checkout-index.c:167
5490msgid "update stat information in the index file"
5491msgstr ""
5492
5493#: builtin/checkout-index.c:171
5494msgid "read list of paths from the standard input"
5495msgstr ""
5496
5497#: builtin/checkout-index.c:173
5498msgid "write the content to temporary files"
5499msgstr ""
5500
5501#: builtin/checkout-index.c:174 builtin/column.c:30
5502#: builtin/submodule--helper.c:635 builtin/submodule--helper.c:638
5503#: builtin/submodule--helper.c:644 builtin/submodule--helper.c:980
5504#: builtin/worktree.c:477
5505msgid "string"
5506msgstr ""
5507
5508#: builtin/checkout-index.c:175
5509msgid "when creating files, prepend <string>"
5510msgstr ""
5511
5512#: builtin/checkout-index.c:177
5513msgid "copy out the files from named stage"
5514msgstr ""
5515
5516#: builtin/checkout.c:27
5517msgid "git checkout [<options>] <branch>"
5518msgstr ""
5519
5520#: builtin/checkout.c:28
5521msgid "git checkout [<options>] [<branch>] -- <file>..."
5522msgstr ""
5523
5524#: builtin/checkout.c:153 builtin/checkout.c:186
5525#, c-format
5526msgid "path '%s' does not have our version"
5527msgstr ""
5528
5529#: builtin/checkout.c:155 builtin/checkout.c:188
5530#, c-format
5531msgid "path '%s' does not have their version"
5532msgstr ""
5533
5534#: builtin/checkout.c:171
5535#, c-format
5536msgid "path '%s' does not have all necessary versions"
5537msgstr ""
5538
5539#: builtin/checkout.c:215
5540#, c-format
5541msgid "path '%s' does not have necessary versions"
5542msgstr ""
5543
5544#: builtin/checkout.c:232
5545#, c-format
5546msgid "path '%s': cannot merge"
5547msgstr ""
5548
5549#: builtin/checkout.c:249
5550#, c-format
5551msgid "Unable to add merge result for '%s'"
5552msgstr ""
5553
5554#: builtin/checkout.c:269 builtin/checkout.c:272 builtin/checkout.c:275
5555#: builtin/checkout.c:278
5556#, c-format
5557msgid "'%s' cannot be used with updating paths"
5558msgstr ""
5559
5560#: builtin/checkout.c:281 builtin/checkout.c:284
5561#, c-format
5562msgid "'%s' cannot be used with %s"
5563msgstr ""
5564
5565#: builtin/checkout.c:287
5566#, c-format
5567msgid "Cannot update paths and switch to branch '%s' at the same time."
5568msgstr ""
5569
5570#: builtin/checkout.c:358 builtin/checkout.c:365
5571#, c-format
5572msgid "path '%s' is unmerged"
5573msgstr ""
5574
5575#: builtin/checkout.c:513
5576msgid "you need to resolve your current index first"
5577msgstr ""
5578
5579#: builtin/checkout.c:644
5580#, c-format
5581msgid "Can not do reflog for '%s': %s\n"
5582msgstr ""
5583
5584#: builtin/checkout.c:685
5585msgid "HEAD is now at"
5586msgstr ""
5587
5588#: builtin/checkout.c:689 builtin/clone.c:678
5589msgid "unable to update HEAD"
5590msgstr ""
5591
5592#: builtin/checkout.c:693
5593#, c-format
5594msgid "Reset branch '%s'\n"
5595msgstr ""
5596
5597#: builtin/checkout.c:696
5598#, c-format
5599msgid "Already on '%s'\n"
5600msgstr ""
5601
5602#: builtin/checkout.c:700
5603#, c-format
5604msgid "Switched to and reset branch '%s'\n"
5605msgstr ""
5606
5607#: builtin/checkout.c:702 builtin/checkout.c:1090
5608#, c-format
5609msgid "Switched to a new branch '%s'\n"
5610msgstr ""
5611
5612#: builtin/checkout.c:704
5613#, c-format
5614msgid "Switched to branch '%s'\n"
5615msgstr ""
5616
5617#: builtin/checkout.c:755
5618#, c-format
5619msgid " ... and %d more.\n"
5620msgstr ""
5621
5622#: builtin/checkout.c:761
5623#, c-format
5624msgid ""
5625"Warning: you are leaving %d commit behind, not connected to\n"
5626"any of your branches:\n"
5627"\n"
5628"%s\n"
5629msgid_plural ""
5630"Warning: you are leaving %d commits behind, not connected to\n"
5631"any of your branches:\n"
5632"\n"
5633"%s\n"
5634msgstr[0] ""
5635msgstr[1] ""
5636
5637#: builtin/checkout.c:780
5638#, c-format
5639msgid ""
5640"If you want to keep it by creating a new branch, this may be a good time\n"
5641"to do so with:\n"
5642"\n"
5643" git branch <new-branch-name> %s\n"
5644"\n"
5645msgid_plural ""
5646"If you want to keep them by creating a new branch, this may be a good time\n"
5647"to do so with:\n"
5648"\n"
5649" git branch <new-branch-name> %s\n"
5650"\n"
5651msgstr[0] ""
5652msgstr[1] ""
5653
5654#: builtin/checkout.c:816
5655msgid "internal error in revision walk"
5656msgstr ""
5657
5658#: builtin/checkout.c:820
5659msgid "Previous HEAD position was"
5660msgstr ""
5661
5662#: builtin/checkout.c:847 builtin/checkout.c:1085
5663msgid "You are on a branch yet to be born"
5664msgstr ""
5665
5666#: builtin/checkout.c:991
5667#, c-format
5668msgid "only one reference expected, %d given."
5669msgstr ""
5670
5671#: builtin/checkout.c:1031 builtin/worktree.c:214
5672#, c-format
5673msgid "invalid reference: %s"
5674msgstr ""
5675
5676#: builtin/checkout.c:1060
5677#, c-format
5678msgid "reference is not a tree: %s"
5679msgstr ""
5680
5681#: builtin/checkout.c:1099
5682msgid "paths cannot be used with switching branches"
5683msgstr ""
5684
5685#: builtin/checkout.c:1102 builtin/checkout.c:1106
5686#, c-format
5687msgid "'%s' cannot be used with switching branches"
5688msgstr ""
5689
5690#: builtin/checkout.c:1110 builtin/checkout.c:1113 builtin/checkout.c:1118
5691#: builtin/checkout.c:1121
5692#, c-format
5693msgid "'%s' cannot be used with '%s'"
5694msgstr ""
5695
5696#: builtin/checkout.c:1126
5697#, c-format
5698msgid "Cannot switch branch to a non-commit '%s'"
5699msgstr ""
5700
5701#: builtin/checkout.c:1159 builtin/checkout.c:1161 builtin/clone.c:111
5702#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:329
5703#: builtin/worktree.c:331
5704msgid "branch"
5705msgstr ""
5706
5707#: builtin/checkout.c:1160
5708msgid "create and checkout a new branch"
5709msgstr ""
5710
5711#: builtin/checkout.c:1162
5712msgid "create/reset and checkout a branch"
5713msgstr ""
5714
5715#: builtin/checkout.c:1163
5716msgid "create reflog for new branch"
5717msgstr ""
5718
5719#: builtin/checkout.c:1164 builtin/worktree.c:333
5720msgid "detach HEAD at named commit"
5721msgstr ""
5722
5723#: builtin/checkout.c:1165
5724msgid "set upstream info for new branch"
5725msgstr ""
5726
5727#: builtin/checkout.c:1167
5728msgid "new-branch"
5729msgstr ""
5730
5731#: builtin/checkout.c:1167
5732msgid "new unparented branch"
5733msgstr ""
5734
5735#: builtin/checkout.c:1168
5736msgid "checkout our version for unmerged files"
5737msgstr ""
5738
5739#: builtin/checkout.c:1170
5740msgid "checkout their version for unmerged files"
5741msgstr ""
5742
5743#: builtin/checkout.c:1172
5744msgid "force checkout (throw away local modifications)"
5745msgstr ""
5746
5747#: builtin/checkout.c:1173
5748msgid "perform a 3-way merge with the new branch"
5749msgstr ""
5750
5751#: builtin/checkout.c:1174 builtin/merge.c:234
5752msgid "update ignored files (default)"
5753msgstr ""
5754
5755#: builtin/checkout.c:1175 builtin/log.c:1473 parse-options.h:251
5756msgid "style"
5757msgstr ""
5758
5759#: builtin/checkout.c:1176
5760msgid "conflict style (merge or diff3)"
5761msgstr ""
5762
5763#: builtin/checkout.c:1179
5764msgid "do not limit pathspecs to sparse entries only"
5765msgstr ""
5766
5767#: builtin/checkout.c:1181
5768msgid "second guess 'git checkout <no-such-branch>'"
5769msgstr ""
5770
5771#: builtin/checkout.c:1183
5772msgid "do not check if another worktree is holding the given ref"
5773msgstr ""
5774
5775#: builtin/checkout.c:1187 builtin/clone.c:78 builtin/fetch.c:119
5776#: builtin/merge.c:231 builtin/pull.c:117 builtin/push.c:539
5777#: builtin/send-pack.c:172
5778msgid "force progress reporting"
5779msgstr ""
5780
5781#: builtin/checkout.c:1224
5782msgid "-b, -B and --orphan are mutually exclusive"
5783msgstr ""
5784
5785#: builtin/checkout.c:1241
5786msgid "--track needs a branch name"
5787msgstr ""
5788
5789#: builtin/checkout.c:1246
5790msgid "Missing branch name; try -b"
5791msgstr ""
5792
5793#: builtin/checkout.c:1282
5794msgid "invalid path specification"
5795msgstr ""
5796
5797#: builtin/checkout.c:1289
5798#, c-format
5799msgid ""
5800"Cannot update paths and switch to branch '%s' at the same time.\n"
5801"Did you intend to checkout '%s' which can not be resolved as commit?"
5802msgstr ""
5803
5804#: builtin/checkout.c:1294
5805#, c-format
5806msgid "git checkout: --detach does not take a path argument '%s'"
5807msgstr ""
5808
5809#: builtin/checkout.c:1298
5810msgid ""
5811"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5812"checking out of the index."
5813msgstr ""
5814
5815#: builtin/clean.c:25
5816msgid ""
5817"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
5818msgstr ""
5819
5820#: builtin/clean.c:29
5821#, c-format
5822msgid "Removing %s\n"
5823msgstr ""
5824
5825#: builtin/clean.c:30
5826#, c-format
5827msgid "Would remove %s\n"
5828msgstr ""
5829
5830#: builtin/clean.c:31
5831#, c-format
5832msgid "Skipping repository %s\n"
5833msgstr ""
5834
5835#: builtin/clean.c:32
5836#, c-format
5837msgid "Would skip repository %s\n"
5838msgstr ""
5839
5840#: builtin/clean.c:33
5841#, c-format
5842msgid "failed to remove %s"
5843msgstr ""
5844
5845#: builtin/clean.c:297 git-add--interactive.perl:614
5846#, c-format
5847msgid ""
5848"Prompt help:\n"
5849"1          - select a numbered item\n"
5850"foo        - select item based on unique prefix\n"
5851"           - (empty) select nothing\n"
5852msgstr ""
5853
5854#: builtin/clean.c:301 git-add--interactive.perl:623
5855#, c-format
5856msgid ""
5857"Prompt help:\n"
5858"1          - select a single item\n"
5859"3-5        - select a range of items\n"
5860"2-3,6-9    - select multiple ranges\n"
5861"foo        - select item based on unique prefix\n"
5862"-...       - unselect specified items\n"
5863"*          - choose all items\n"
5864"           - (empty) finish selecting\n"
5865msgstr ""
5866
5867#: builtin/clean.c:517 git-add--interactive.perl:589
5868#: git-add--interactive.perl:594
5869#, c-format, perl-format
5870msgid "Huh (%s)?\n"
5871msgstr ""
5872
5873#: builtin/clean.c:659
5874#, c-format
5875msgid "Input ignore patterns>> "
5876msgstr ""
5877
5878#: builtin/clean.c:696
5879#, c-format
5880msgid "WARNING: Cannot find items matched by: %s"
5881msgstr ""
5882
5883#: builtin/clean.c:717
5884msgid "Select items to delete"
5885msgstr ""
5886
5887#. TRANSLATORS: Make sure to keep [y/N] as is
5888#: builtin/clean.c:758
5889#, c-format
5890msgid "Remove %s [y/N]? "
5891msgstr ""
5892
5893#: builtin/clean.c:783 git-add--interactive.perl:1660
5894#, c-format
5895msgid "Bye.\n"
5896msgstr ""
5897
5898#: builtin/clean.c:791
5899msgid ""
5900"clean               - start cleaning\n"
5901"filter by pattern   - exclude items from deletion\n"
5902"select by numbers   - select items to be deleted by numbers\n"
5903"ask each            - confirm each deletion (like \"rm -i\")\n"
5904"quit                - stop cleaning\n"
5905"help                - this screen\n"
5906"?                   - help for prompt selection"
5907msgstr ""
5908
5909#: builtin/clean.c:818 git-add--interactive.perl:1736
5910msgid "*** Commands ***"
5911msgstr ""
5912
5913#: builtin/clean.c:819 git-add--interactive.perl:1733
5914msgid "What now"
5915msgstr ""
5916
5917#: builtin/clean.c:827
5918msgid "Would remove the following item:"
5919msgid_plural "Would remove the following items:"
5920msgstr[0] ""
5921msgstr[1] ""
5922
5923#: builtin/clean.c:844
5924msgid "No more files to clean, exiting."
5925msgstr ""
5926
5927#: builtin/clean.c:875
5928msgid "do not print names of files removed"
5929msgstr ""
5930
5931#: builtin/clean.c:877
5932msgid "force"
5933msgstr ""
5934
5935#: builtin/clean.c:878
5936msgid "interactive cleaning"
5937msgstr ""
5938
5939#: builtin/clean.c:880
5940msgid "remove whole directories"
5941msgstr ""
5942
5943#: builtin/clean.c:881 builtin/describe.c:449 builtin/describe.c:451
5944#: builtin/grep.c:1063 builtin/ls-files.c:546 builtin/name-rev.c:348
5945#: builtin/name-rev.c:350 builtin/show-ref.c:176
5946msgid "pattern"
5947msgstr ""
5948
5949#: builtin/clean.c:882
5950msgid "add <pattern> to ignore rules"
5951msgstr ""
5952
5953#: builtin/clean.c:883
5954msgid "remove ignored files, too"
5955msgstr ""
5956
5957#: builtin/clean.c:885
5958msgid "remove only ignored files"
5959msgstr ""
5960
5961#: builtin/clean.c:903
5962msgid "-x and -X cannot be used together"
5963msgstr ""
5964
5965#: builtin/clean.c:907
5966msgid ""
5967"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
5968"clean"
5969msgstr ""
5970
5971#: builtin/clean.c:910
5972msgid ""
5973"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
5974"refusing to clean"
5975msgstr ""
5976
5977#: builtin/clone.c:37
5978msgid "git clone [<options>] [--] <repo> [<dir>]"
5979msgstr ""
5980
5981#: builtin/clone.c:80
5982msgid "don't create a checkout"
5983msgstr ""
5984
5985#: builtin/clone.c:81 builtin/clone.c:83 builtin/init-db.c:478
5986msgid "create a bare repository"
5987msgstr ""
5988
5989#: builtin/clone.c:85
5990msgid "create a mirror repository (implies bare)"
5991msgstr ""
5992
5993#: builtin/clone.c:87
5994msgid "to clone from a local repository"
5995msgstr ""
5996
5997#: builtin/clone.c:89
5998msgid "don't use local hardlinks, always copy"
5999msgstr ""
6000
6001#: builtin/clone.c:91
6002msgid "setup as shared repository"
6003msgstr ""
6004
6005#: builtin/clone.c:93 builtin/clone.c:97
6006msgid "pathspec"
6007msgstr ""
6008
6009#: builtin/clone.c:93 builtin/clone.c:97
6010msgid "initialize submodules in the clone"
6011msgstr ""
6012
6013#: builtin/clone.c:100
6014msgid "number of submodules cloned in parallel"
6015msgstr ""
6016
6017#: builtin/clone.c:101 builtin/init-db.c:475
6018msgid "template-directory"
6019msgstr ""
6020
6021#: builtin/clone.c:102 builtin/init-db.c:476
6022msgid "directory from which templates will be used"
6023msgstr ""
6024
6025#: builtin/clone.c:104 builtin/clone.c:106 builtin/submodule--helper.c:642
6026#: builtin/submodule--helper.c:983
6027msgid "reference repository"
6028msgstr ""
6029
6030#: builtin/clone.c:108
6031msgid "use --reference only while cloning"
6032msgstr ""
6033
6034#: builtin/clone.c:109 builtin/column.c:26 builtin/merge-file.c:43
6035msgid "name"
6036msgstr ""
6037
6038#: builtin/clone.c:110
6039msgid "use <name> instead of 'origin' to track upstream"
6040msgstr ""
6041
6042#: builtin/clone.c:112
6043msgid "checkout <branch> instead of the remote's HEAD"
6044msgstr ""
6045
6046#: builtin/clone.c:114
6047msgid "path to git-upload-pack on the remote"
6048msgstr ""
6049
6050#: builtin/clone.c:115 builtin/fetch.c:120 builtin/grep.c:1006
6051#: builtin/pull.c:202
6052msgid "depth"
6053msgstr ""
6054
6055#: builtin/clone.c:116
6056msgid "create a shallow clone of that depth"
6057msgstr ""
6058
6059#: builtin/clone.c:117 builtin/fetch.c:122 builtin/pack-objects.c:2918
6060#: parse-options.h:142
6061msgid "time"
6062msgstr ""
6063
6064#: builtin/clone.c:118
6065msgid "create a shallow clone since a specific time"
6066msgstr ""
6067
6068#: builtin/clone.c:119 builtin/fetch.c:124
6069msgid "revision"
6070msgstr ""
6071
6072#: builtin/clone.c:120 builtin/fetch.c:125
6073msgid "deepen history of shallow clone, excluding rev"
6074msgstr ""
6075
6076#: builtin/clone.c:122
6077msgid "clone only one branch, HEAD or --branch"
6078msgstr ""
6079
6080#: builtin/clone.c:124
6081msgid "any cloned submodules will be shallow"
6082msgstr ""
6083
6084#: builtin/clone.c:125 builtin/init-db.c:484
6085msgid "gitdir"
6086msgstr ""
6087
6088#: builtin/clone.c:126 builtin/init-db.c:485
6089msgid "separate git dir from working tree"
6090msgstr ""
6091
6092#: builtin/clone.c:127
6093msgid "key=value"
6094msgstr ""
6095
6096#: builtin/clone.c:128
6097msgid "set config inside the new repository"
6098msgstr ""
6099
6100#: builtin/clone.c:129 builtin/fetch.c:140 builtin/push.c:550
6101msgid "use IPv4 addresses only"
6102msgstr ""
6103
6104#: builtin/clone.c:131 builtin/fetch.c:142 builtin/push.c:552
6105msgid "use IPv6 addresses only"
6106msgstr ""
6107
6108#: builtin/clone.c:268
6109msgid ""
6110"No directory name could be guessed.\n"
6111"Please specify a directory on the command line"
6112msgstr ""
6113
6114#: builtin/clone.c:321
6115#, c-format
6116msgid "info: Could not add alternate for '%s': %s\n"
6117msgstr ""
6118
6119#: builtin/clone.c:393
6120#, c-format
6121msgid "failed to open '%s'"
6122msgstr ""
6123
6124#: builtin/clone.c:401
6125#, c-format
6126msgid "%s exists and is not a directory"
6127msgstr ""
6128
6129#: builtin/clone.c:415
6130#, c-format
6131msgid "failed to stat %s\n"
6132msgstr ""
6133
6134#: builtin/clone.c:437
6135#, c-format
6136msgid "failed to create link '%s'"
6137msgstr ""
6138
6139#: builtin/clone.c:441
6140#, c-format
6141msgid "failed to copy file to '%s'"
6142msgstr ""
6143
6144#: builtin/clone.c:466
6145#, c-format
6146msgid "done.\n"
6147msgstr ""
6148
6149#: builtin/clone.c:478
6150msgid ""
6151"Clone succeeded, but checkout failed.\n"
6152"You can inspect what was checked out with 'git status'\n"
6153"and retry the checkout with 'git checkout -f HEAD'\n"
6154msgstr ""
6155
6156#: builtin/clone.c:555
6157#, c-format
6158msgid "Could not find remote branch %s to clone."
6159msgstr ""
6160
6161#: builtin/clone.c:650
6162msgid "remote did not send all necessary objects"
6163msgstr ""
6164
6165#: builtin/clone.c:666
6166#, c-format
6167msgid "unable to update %s"
6168msgstr ""
6169
6170#: builtin/clone.c:715
6171msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6172msgstr ""
6173
6174#: builtin/clone.c:746
6175msgid "unable to checkout working tree"
6176msgstr ""
6177
6178#: builtin/clone.c:786
6179msgid "unable to write parameters to config file"
6180msgstr ""
6181
6182#: builtin/clone.c:849
6183msgid "cannot repack to clean up"
6184msgstr ""
6185
6186#: builtin/clone.c:851
6187msgid "cannot unlink temporary alternates file"
6188msgstr ""
6189
6190#: builtin/clone.c:884 builtin/receive-pack.c:1900
6191msgid "Too many arguments."
6192msgstr ""
6193
6194#: builtin/clone.c:888
6195msgid "You must specify a repository to clone."
6196msgstr ""
6197
6198#: builtin/clone.c:901
6199#, c-format
6200msgid "--bare and --origin %s options are incompatible."
6201msgstr ""
6202
6203#: builtin/clone.c:904
6204msgid "--bare and --separate-git-dir are incompatible."
6205msgstr ""
6206
6207#: builtin/clone.c:917
6208#, c-format
6209msgid "repository '%s' does not exist"
6210msgstr ""
6211
6212#: builtin/clone.c:923 builtin/fetch.c:1337
6213#, c-format
6214msgid "depth %s is not a positive number"
6215msgstr ""
6216
6217#: builtin/clone.c:933
6218#, c-format
6219msgid "destination path '%s' already exists and is not an empty directory."
6220msgstr ""
6221
6222#: builtin/clone.c:943
6223#, c-format
6224msgid "working tree '%s' already exists."
6225msgstr ""
6226
6227#: builtin/clone.c:958 builtin/clone.c:969 builtin/difftool.c:252
6228#: builtin/worktree.c:221 builtin/worktree.c:251
6229#, c-format
6230msgid "could not create leading directories of '%s'"
6231msgstr ""
6232
6233#: builtin/clone.c:961
6234#, c-format
6235msgid "could not create work tree dir '%s'"
6236msgstr ""
6237
6238#: builtin/clone.c:973
6239#, c-format
6240msgid "Cloning into bare repository '%s'...\n"
6241msgstr ""
6242
6243#: builtin/clone.c:975
6244#, c-format
6245msgid "Cloning into '%s'...\n"
6246msgstr ""
6247
6248#: builtin/clone.c:999
6249msgid ""
6250"clone --recursive is not compatible with both --reference and --reference-if-"
6251"able"
6252msgstr ""
6253
6254#: builtin/clone.c:1055
6255msgid "--depth is ignored in local clones; use file:// instead."
6256msgstr ""
6257
6258#: builtin/clone.c:1057
6259msgid "--shallow-since is ignored in local clones; use file:// instead."
6260msgstr ""
6261
6262#: builtin/clone.c:1059
6263msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6264msgstr ""
6265
6266#: builtin/clone.c:1062
6267msgid "source repository is shallow, ignoring --local"
6268msgstr ""
6269
6270#: builtin/clone.c:1067
6271msgid "--local is ignored"
6272msgstr ""
6273
6274#: builtin/clone.c:1071
6275#, c-format
6276msgid "Don't know how to clone %s"
6277msgstr ""
6278
6279#: builtin/clone.c:1126 builtin/clone.c:1134
6280#, c-format
6281msgid "Remote branch %s not found in upstream %s"
6282msgstr ""
6283
6284#: builtin/clone.c:1137
6285msgid "You appear to have cloned an empty repository."
6286msgstr ""
6287
6288#: builtin/column.c:9
6289msgid "git column [<options>]"
6290msgstr ""
6291
6292#: builtin/column.c:26
6293msgid "lookup config vars"
6294msgstr ""
6295
6296#: builtin/column.c:27 builtin/column.c:28
6297msgid "layout to use"
6298msgstr ""
6299
6300#: builtin/column.c:29
6301msgid "Maximum width"
6302msgstr ""
6303
6304#: builtin/column.c:30
6305msgid "Padding space on left border"
6306msgstr ""
6307
6308#: builtin/column.c:31
6309msgid "Padding space on right border"
6310msgstr ""
6311
6312#: builtin/column.c:32
6313msgid "Padding space between columns"
6314msgstr ""
6315
6316#: builtin/column.c:51
6317msgid "--command must be the first argument"
6318msgstr ""
6319
6320#: builtin/commit.c:38
6321msgid "git commit [<options>] [--] <pathspec>..."
6322msgstr ""
6323
6324#: builtin/commit.c:43
6325msgid "git status [<options>] [--] <pathspec>..."
6326msgstr ""
6327
6328#: builtin/commit.c:48
6329msgid ""
6330"Your name and email address were configured automatically based\n"
6331"on your username and hostname. Please check that they are accurate.\n"
6332"You can suppress this message by setting them explicitly. Run the\n"
6333"following command and follow the instructions in your editor to edit\n"
6334"your configuration file:\n"
6335"\n"
6336"    git config --global --edit\n"
6337"\n"
6338"After doing this, you may fix the identity used for this commit with:\n"
6339"\n"
6340"    git commit --amend --reset-author\n"
6341msgstr ""
6342
6343#: builtin/commit.c:61
6344msgid ""
6345"Your name and email address were configured automatically based\n"
6346"on your username and hostname. Please check that they are accurate.\n"
6347"You can suppress this message by setting them explicitly:\n"
6348"\n"
6349"    git config --global user.name \"Your Name\"\n"
6350"    git config --global user.email you@example.com\n"
6351"\n"
6352"After doing this, you may fix the identity used for this commit with:\n"
6353"\n"
6354"    git commit --amend --reset-author\n"
6355msgstr ""
6356
6357#: builtin/commit.c:73
6358msgid ""
6359"You asked to amend the most recent commit, but doing so would make\n"
6360"it empty. You can repeat your command with --allow-empty, or you can\n"
6361"remove the commit entirely with \"git reset HEAD^\".\n"
6362msgstr ""
6363
6364#: builtin/commit.c:78
6365msgid ""
6366"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6367"If you wish to commit it anyway, use:\n"
6368"\n"
6369"    git commit --allow-empty\n"
6370"\n"
6371msgstr ""
6372
6373#: builtin/commit.c:85
6374msgid "Otherwise, please use 'git reset'\n"
6375msgstr ""
6376
6377#: builtin/commit.c:88
6378msgid ""
6379"If you wish to skip this commit, use:\n"
6380"\n"
6381"    git reset\n"
6382"\n"
6383"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6384"the remaining commits.\n"
6385msgstr ""
6386
6387#: builtin/commit.c:318
6388msgid "failed to unpack HEAD tree object"
6389msgstr ""
6390
6391#: builtin/commit.c:359
6392msgid "unable to create temporary index"
6393msgstr ""
6394
6395#: builtin/commit.c:365
6396msgid "interactive add failed"
6397msgstr ""
6398
6399#: builtin/commit.c:378
6400msgid "unable to update temporary index"
6401msgstr ""
6402
6403#: builtin/commit.c:380
6404msgid "Failed to update main cache tree"
6405msgstr ""
6406
6407#: builtin/commit.c:404 builtin/commit.c:427 builtin/commit.c:476
6408msgid "unable to write new_index file"
6409msgstr ""
6410
6411#: builtin/commit.c:458
6412msgid "cannot do a partial commit during a merge."
6413msgstr ""
6414
6415#: builtin/commit.c:460
6416msgid "cannot do a partial commit during a cherry-pick."
6417msgstr ""
6418
6419#: builtin/commit.c:469
6420msgid "cannot read the index"
6421msgstr ""
6422
6423#: builtin/commit.c:488
6424msgid "unable to write temporary index file"
6425msgstr ""
6426
6427#: builtin/commit.c:582
6428#, c-format
6429msgid "commit '%s' lacks author header"
6430msgstr ""
6431
6432#: builtin/commit.c:584
6433#, c-format
6434msgid "commit '%s' has malformed author line"
6435msgstr ""
6436
6437#: builtin/commit.c:603
6438msgid "malformed --author parameter"
6439msgstr ""
6440
6441#: builtin/commit.c:655
6442msgid ""
6443"unable to select a comment character that is not used\n"
6444"in the current commit message"
6445msgstr ""
6446
6447#: builtin/commit.c:692 builtin/commit.c:725 builtin/commit.c:1096
6448#, c-format
6449msgid "could not lookup commit %s"
6450msgstr ""
6451
6452#: builtin/commit.c:704 builtin/shortlog.c:294
6453#, c-format
6454msgid "(reading log message from standard input)\n"
6455msgstr ""
6456
6457#: builtin/commit.c:706
6458msgid "could not read log from standard input"
6459msgstr ""
6460
6461#: builtin/commit.c:710
6462#, c-format
6463msgid "could not read log file '%s'"
6464msgstr ""
6465
6466#: builtin/commit.c:737 builtin/commit.c:745
6467msgid "could not read SQUASH_MSG"
6468msgstr ""
6469
6470#: builtin/commit.c:742
6471msgid "could not read MERGE_MSG"
6472msgstr ""
6473
6474#: builtin/commit.c:796
6475msgid "could not write commit template"
6476msgstr ""
6477
6478#: builtin/commit.c:814
6479#, c-format
6480msgid ""
6481"\n"
6482"It looks like you may be committing a merge.\n"
6483"If this is not correct, please remove the file\n"
6484"\t%s\n"
6485"and try again.\n"
6486msgstr ""
6487
6488#: builtin/commit.c:819
6489#, c-format
6490msgid ""
6491"\n"
6492"It looks like you may be committing a cherry-pick.\n"
6493"If this is not correct, please remove the file\n"
6494"\t%s\n"
6495"and try again.\n"
6496msgstr ""
6497
6498#: builtin/commit.c:832
6499#, c-format
6500msgid ""
6501"Please enter the commit message for your changes. Lines starting\n"
6502"with '%c' will be ignored, and an empty message aborts the commit.\n"
6503msgstr ""
6504
6505#: builtin/commit.c:839
6506#, c-format
6507msgid ""
6508"Please enter the commit message for your changes. Lines starting\n"
6509"with '%c' will be kept; you may remove them yourself if you want to.\n"
6510"An empty message aborts the commit.\n"
6511msgstr ""
6512
6513#: builtin/commit.c:859
6514#, c-format
6515msgid "%sAuthor:    %.*s <%.*s>"
6516msgstr ""
6517
6518#: builtin/commit.c:867
6519#, c-format
6520msgid "%sDate:      %s"
6521msgstr ""
6522
6523#: builtin/commit.c:874
6524#, c-format
6525msgid "%sCommitter: %.*s <%.*s>"
6526msgstr ""
6527
6528#: builtin/commit.c:892
6529msgid "Cannot read index"
6530msgstr ""
6531
6532#: builtin/commit.c:954
6533msgid "Error building trees"
6534msgstr ""
6535
6536#: builtin/commit.c:968 builtin/tag.c:273
6537#, c-format
6538msgid "Please supply the message using either -m or -F option.\n"
6539msgstr ""
6540
6541#: builtin/commit.c:1071
6542#, c-format
6543msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6544msgstr ""
6545
6546#: builtin/commit.c:1086 builtin/commit.c:1325
6547#, c-format
6548msgid "Invalid untracked files mode '%s'"
6549msgstr ""
6550
6551#: builtin/commit.c:1124
6552msgid "--long and -z are incompatible"
6553msgstr ""
6554
6555#: builtin/commit.c:1154
6556msgid "Using both --reset-author and --author does not make sense"
6557msgstr ""
6558
6559#: builtin/commit.c:1163
6560msgid "You have nothing to amend."
6561msgstr ""
6562
6563#: builtin/commit.c:1166
6564msgid "You are in the middle of a merge -- cannot amend."
6565msgstr ""
6566
6567#: builtin/commit.c:1168
6568msgid "You are in the middle of a cherry-pick -- cannot amend."
6569msgstr ""
6570
6571#: builtin/commit.c:1171
6572msgid "Options --squash and --fixup cannot be used together"
6573msgstr ""
6574
6575#: builtin/commit.c:1181
6576msgid "Only one of -c/-C/-F/--fixup can be used."
6577msgstr ""
6578
6579#: builtin/commit.c:1183
6580msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6581msgstr ""
6582
6583#: builtin/commit.c:1191
6584msgid "--reset-author can be used only with -C, -c or --amend."
6585msgstr ""
6586
6587#: builtin/commit.c:1208
6588msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6589msgstr ""
6590
6591#: builtin/commit.c:1210
6592msgid "No paths with --include/--only does not make sense."
6593msgstr ""
6594
6595#: builtin/commit.c:1212
6596msgid "Explicit paths specified without -i or -o; assuming --only paths..."
6597msgstr ""
6598
6599#: builtin/commit.c:1224 builtin/tag.c:551
6600#, c-format
6601msgid "Invalid cleanup mode %s"
6602msgstr ""
6603
6604#: builtin/commit.c:1229
6605msgid "Paths with -a does not make sense."
6606msgstr ""
6607
6608#: builtin/commit.c:1339 builtin/commit.c:1612
6609msgid "show status concisely"
6610msgstr ""
6611
6612#: builtin/commit.c:1341 builtin/commit.c:1614
6613msgid "show branch information"
6614msgstr ""
6615
6616#: builtin/commit.c:1343
6617msgid "version"
6618msgstr ""
6619
6620#: builtin/commit.c:1343 builtin/commit.c:1616 builtin/push.c:525
6621#: builtin/worktree.c:448
6622msgid "machine-readable output"
6623msgstr ""
6624
6625#: builtin/commit.c:1346 builtin/commit.c:1618
6626msgid "show status in long format (default)"
6627msgstr ""
6628
6629#: builtin/commit.c:1349 builtin/commit.c:1621
6630msgid "terminate entries with NUL"
6631msgstr ""
6632
6633#: builtin/commit.c:1351 builtin/commit.c:1624 builtin/fast-export.c:981
6634#: builtin/fast-export.c:984 builtin/tag.c:411
6635msgid "mode"
6636msgstr ""
6637
6638#: builtin/commit.c:1352 builtin/commit.c:1624
6639msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6640msgstr ""
6641
6642#: builtin/commit.c:1355
6643msgid "show ignored files"
6644msgstr ""
6645
6646#: builtin/commit.c:1356 parse-options.h:155
6647msgid "when"
6648msgstr ""
6649
6650#: builtin/commit.c:1357
6651msgid ""
6652"ignore changes to submodules, optional when: all, dirty, untracked. "
6653"(Default: all)"
6654msgstr ""
6655
6656#: builtin/commit.c:1359
6657msgid "list untracked files in columns"
6658msgstr ""
6659
6660#: builtin/commit.c:1435
6661msgid "couldn't look up newly created commit"
6662msgstr ""
6663
6664#: builtin/commit.c:1437
6665msgid "could not parse newly created commit"
6666msgstr ""
6667
6668#: builtin/commit.c:1482
6669msgid "detached HEAD"
6670msgstr ""
6671
6672#: builtin/commit.c:1485
6673msgid " (root-commit)"
6674msgstr ""
6675
6676#: builtin/commit.c:1582
6677msgid "suppress summary after successful commit"
6678msgstr ""
6679
6680#: builtin/commit.c:1583
6681msgid "show diff in commit message template"
6682msgstr ""
6683
6684#: builtin/commit.c:1585
6685msgid "Commit message options"
6686msgstr ""
6687
6688#: builtin/commit.c:1586 builtin/tag.c:409
6689msgid "read message from file"
6690msgstr ""
6691
6692#: builtin/commit.c:1587
6693msgid "author"
6694msgstr ""
6695
6696#: builtin/commit.c:1587
6697msgid "override author for commit"
6698msgstr ""
6699
6700#: builtin/commit.c:1588 builtin/gc.c:357
6701msgid "date"
6702msgstr ""
6703
6704#: builtin/commit.c:1588
6705msgid "override date for commit"
6706msgstr ""
6707
6708#: builtin/commit.c:1589 builtin/merge.c:221 builtin/notes.c:398
6709#: builtin/notes.c:561 builtin/tag.c:407
6710msgid "message"
6711msgstr ""
6712
6713#: builtin/commit.c:1589
6714msgid "commit message"
6715msgstr ""
6716
6717#: builtin/commit.c:1590 builtin/commit.c:1591 builtin/commit.c:1592
6718#: builtin/commit.c:1593 parse-options.h:257 ref-filter.h:77
6719msgid "commit"
6720msgstr ""
6721
6722#: builtin/commit.c:1590
6723msgid "reuse and edit message from specified commit"
6724msgstr ""
6725
6726#: builtin/commit.c:1591
6727msgid "reuse message from specified commit"
6728msgstr ""
6729
6730#: builtin/commit.c:1592
6731msgid "use autosquash formatted message to fixup specified commit"
6732msgstr ""
6733
6734#: builtin/commit.c:1593
6735msgid "use autosquash formatted message to squash specified commit"
6736msgstr ""
6737
6738#: builtin/commit.c:1594
6739msgid "the commit is authored by me now (used with -C/-c/--amend)"
6740msgstr ""
6741
6742#: builtin/commit.c:1595 builtin/log.c:1420 builtin/revert.c:104
6743msgid "add Signed-off-by:"
6744msgstr ""
6745
6746#: builtin/commit.c:1596
6747msgid "use specified template file"
6748msgstr ""
6749
6750#: builtin/commit.c:1597
6751msgid "force edit of commit"
6752msgstr ""
6753
6754#: builtin/commit.c:1598
6755msgid "default"
6756msgstr ""
6757
6758#: builtin/commit.c:1598 builtin/tag.c:412
6759msgid "how to strip spaces and #comments from message"
6760msgstr ""
6761
6762#: builtin/commit.c:1599
6763msgid "include status in commit message template"
6764msgstr ""
6765
6766#: builtin/commit.c:1601 builtin/merge.c:233 builtin/pull.c:166
6767#: builtin/revert.c:112
6768msgid "GPG sign commit"
6769msgstr ""
6770
6771#: builtin/commit.c:1604
6772msgid "Commit contents options"
6773msgstr ""
6774
6775#: builtin/commit.c:1605
6776msgid "commit all changed files"
6777msgstr ""
6778
6779#: builtin/commit.c:1606
6780msgid "add specified files to index for commit"
6781msgstr ""
6782
6783#: builtin/commit.c:1607
6784msgid "interactively add files"
6785msgstr ""
6786
6787#: builtin/commit.c:1608
6788msgid "interactively add changes"
6789msgstr ""
6790
6791#: builtin/commit.c:1609
6792msgid "commit only specified files"
6793msgstr ""
6794
6795#: builtin/commit.c:1610
6796msgid "bypass pre-commit and commit-msg hooks"
6797msgstr ""
6798
6799#: builtin/commit.c:1611
6800msgid "show what would be committed"
6801msgstr ""
6802
6803#: builtin/commit.c:1622
6804msgid "amend previous commit"
6805msgstr ""
6806
6807#: builtin/commit.c:1623
6808msgid "bypass post-rewrite hook"
6809msgstr ""
6810
6811#: builtin/commit.c:1628
6812msgid "ok to record an empty change"
6813msgstr ""
6814
6815#: builtin/commit.c:1630
6816msgid "ok to record a change with an empty message"
6817msgstr ""
6818
6819#: builtin/commit.c:1659
6820msgid "could not parse HEAD commit"
6821msgstr ""
6822
6823#: builtin/commit.c:1707
6824#, c-format
6825msgid "Corrupt MERGE_HEAD file (%s)"
6826msgstr ""
6827
6828#: builtin/commit.c:1714
6829msgid "could not read MERGE_MODE"
6830msgstr ""
6831
6832#: builtin/commit.c:1733
6833#, c-format
6834msgid "could not read commit message: %s"
6835msgstr ""
6836
6837#: builtin/commit.c:1744
6838#, c-format
6839msgid "Aborting commit; you did not edit the message.\n"
6840msgstr ""
6841
6842#: builtin/commit.c:1749
6843#, c-format
6844msgid "Aborting commit due to empty commit message.\n"
6845msgstr ""
6846
6847#: builtin/commit.c:1797
6848msgid ""
6849"Repository has been updated, but unable to write\n"
6850"new_index file. Check that disk is not full and quota is\n"
6851"not exceeded, and then \"git reset HEAD\" to recover."
6852msgstr ""
6853
6854#: builtin/config.c:9
6855msgid "git config [<options>]"
6856msgstr ""
6857
6858#: builtin/config.c:56
6859msgid "Config file location"
6860msgstr ""
6861
6862#: builtin/config.c:57
6863msgid "use global config file"
6864msgstr ""
6865
6866#: builtin/config.c:58
6867msgid "use system config file"
6868msgstr ""
6869
6870#: builtin/config.c:59
6871msgid "use repository config file"
6872msgstr ""
6873
6874#: builtin/config.c:60
6875msgid "use given config file"
6876msgstr ""
6877
6878#: builtin/config.c:61
6879msgid "blob-id"
6880msgstr ""
6881
6882#: builtin/config.c:61
6883msgid "read config from given blob object"
6884msgstr ""
6885
6886#: builtin/config.c:62
6887msgid "Action"
6888msgstr ""
6889
6890#: builtin/config.c:63
6891msgid "get value: name [value-regex]"
6892msgstr ""
6893
6894#: builtin/config.c:64
6895msgid "get all values: key [value-regex]"
6896msgstr ""
6897
6898#: builtin/config.c:65
6899msgid "get values for regexp: name-regex [value-regex]"
6900msgstr ""
6901
6902#: builtin/config.c:66
6903msgid "get value specific for the URL: section[.var] URL"
6904msgstr ""
6905
6906#: builtin/config.c:67
6907msgid "replace all matching variables: name value [value_regex]"
6908msgstr ""
6909
6910#: builtin/config.c:68
6911msgid "add a new variable: name value"
6912msgstr ""
6913
6914#: builtin/config.c:69
6915msgid "remove a variable: name [value-regex]"
6916msgstr ""
6917
6918#: builtin/config.c:70
6919msgid "remove all matches: name [value-regex]"
6920msgstr ""
6921
6922#: builtin/config.c:71
6923msgid "rename section: old-name new-name"
6924msgstr ""
6925
6926#: builtin/config.c:72
6927msgid "remove a section: name"
6928msgstr ""
6929
6930#: builtin/config.c:73
6931msgid "list all"
6932msgstr ""
6933
6934#: builtin/config.c:74
6935msgid "open an editor"
6936msgstr ""
6937
6938#: builtin/config.c:75
6939msgid "find the color configured: slot [default]"
6940msgstr ""
6941
6942#: builtin/config.c:76
6943msgid "find the color setting: slot [stdout-is-tty]"
6944msgstr ""
6945
6946#: builtin/config.c:77
6947msgid "Type"
6948msgstr ""
6949
6950#: builtin/config.c:78
6951msgid "value is \"true\" or \"false\""
6952msgstr ""
6953
6954#: builtin/config.c:79
6955msgid "value is decimal number"
6956msgstr ""
6957
6958#: builtin/config.c:80
6959msgid "value is --bool or --int"
6960msgstr ""
6961
6962#: builtin/config.c:81
6963msgid "value is a path (file or directory name)"
6964msgstr ""
6965
6966#: builtin/config.c:82
6967msgid "Other"
6968msgstr ""
6969
6970#: builtin/config.c:83
6971msgid "terminate values with NUL byte"
6972msgstr ""
6973
6974#: builtin/config.c:84
6975msgid "show variable names only"
6976msgstr ""
6977
6978#: builtin/config.c:85
6979msgid "respect include directives on lookup"
6980msgstr ""
6981
6982#: builtin/config.c:86
6983msgid "show origin of config (file, standard input, blob, command line)"
6984msgstr ""
6985
6986#: builtin/config.c:328
6987msgid "unable to parse default color value"
6988msgstr ""
6989
6990#: builtin/config.c:472
6991#, c-format
6992msgid ""
6993"# This is Git's per-user configuration file.\n"
6994"[user]\n"
6995"# Please adapt and uncomment the following lines:\n"
6996"#\tname = %s\n"
6997"#\temail = %s\n"
6998msgstr ""
6999
7000#: builtin/config.c:615
7001#, c-format
7002msgid "cannot create configuration file %s"
7003msgstr ""
7004
7005#: builtin/config.c:627
7006#, c-format
7007msgid ""
7008"cannot overwrite multiple values with a single value\n"
7009"       Use a regexp, --add or --replace-all to change %s."
7010msgstr ""
7011
7012#: builtin/count-objects.c:86
7013msgid "git count-objects [-v] [-H | --human-readable]"
7014msgstr ""
7015
7016#: builtin/count-objects.c:96
7017msgid "print sizes in human readable format"
7018msgstr ""
7019
7020#: builtin/describe.c:18
7021msgid "git describe [<options>] [<commit-ish>...]"
7022msgstr ""
7023
7024#: builtin/describe.c:19
7025msgid "git describe [<options>] --dirty"
7026msgstr ""
7027
7028#: builtin/describe.c:53
7029msgid "head"
7030msgstr ""
7031
7032#: builtin/describe.c:53
7033msgid "lightweight"
7034msgstr ""
7035
7036#: builtin/describe.c:53
7037msgid "annotated"
7038msgstr ""
7039
7040#: builtin/describe.c:250
7041#, c-format
7042msgid "annotated tag %s not available"
7043msgstr ""
7044
7045#: builtin/describe.c:254
7046#, c-format
7047msgid "annotated tag %s has no embedded name"
7048msgstr ""
7049
7050#: builtin/describe.c:256
7051#, c-format
7052msgid "tag '%s' is really '%s' here"
7053msgstr ""
7054
7055#: builtin/describe.c:283 builtin/log.c:487
7056#, c-format
7057msgid "Not a valid object name %s"
7058msgstr ""
7059
7060#: builtin/describe.c:286
7061#, c-format
7062msgid "%s is not a valid '%s' object"
7063msgstr ""
7064
7065#: builtin/describe.c:303
7066#, c-format
7067msgid "no tag exactly matches '%s'"
7068msgstr ""
7069
7070#: builtin/describe.c:305
7071#, c-format
7072msgid "searching to describe %s\n"
7073msgstr ""
7074
7075#: builtin/describe.c:352
7076#, c-format
7077msgid "finished search at %s\n"
7078msgstr ""
7079
7080#: builtin/describe.c:379
7081#, c-format
7082msgid ""
7083"No annotated tags can describe '%s'.\n"
7084"However, there were unannotated tags: try --tags."
7085msgstr ""
7086
7087#: builtin/describe.c:383
7088#, c-format
7089msgid ""
7090"No tags can describe '%s'.\n"
7091"Try --always, or create some tags."
7092msgstr ""
7093
7094#: builtin/describe.c:413
7095#, c-format
7096msgid "traversed %lu commits\n"
7097msgstr ""
7098
7099#: builtin/describe.c:416
7100#, c-format
7101msgid ""
7102"more than %i tags found; listed %i most recent\n"
7103"gave up search at %s\n"
7104msgstr ""
7105
7106#: builtin/describe.c:438
7107msgid "find the tag that comes after the commit"
7108msgstr ""
7109
7110#: builtin/describe.c:439
7111msgid "debug search strategy on stderr"
7112msgstr ""
7113
7114#: builtin/describe.c:440
7115msgid "use any ref"
7116msgstr ""
7117
7118#: builtin/describe.c:441
7119msgid "use any tag, even unannotated"
7120msgstr ""
7121
7122#: builtin/describe.c:442
7123msgid "always use long format"
7124msgstr ""
7125
7126#: builtin/describe.c:443
7127msgid "only follow first parent"
7128msgstr ""
7129
7130#: builtin/describe.c:446
7131msgid "only output exact matches"
7132msgstr ""
7133
7134#: builtin/describe.c:448
7135msgid "consider <n> most recent tags (default: 10)"
7136msgstr ""
7137
7138#: builtin/describe.c:450
7139msgid "only consider tags matching <pattern>"
7140msgstr ""
7141
7142#: builtin/describe.c:452
7143msgid "do not consider tags matching <pattern>"
7144msgstr ""
7145
7146#: builtin/describe.c:454 builtin/name-rev.c:357
7147msgid "show abbreviated commit object as fallback"
7148msgstr ""
7149
7150#: builtin/describe.c:455 builtin/describe.c:458
7151msgid "mark"
7152msgstr ""
7153
7154#: builtin/describe.c:456
7155msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7156msgstr ""
7157
7158#: builtin/describe.c:459
7159msgid "append <mark> on broken working tree (default: \"-broken\")"
7160msgstr ""
7161
7162#: builtin/describe.c:477
7163msgid "--long is incompatible with --abbrev=0"
7164msgstr ""
7165
7166#: builtin/describe.c:506
7167msgid "No names found, cannot describe anything."
7168msgstr ""
7169
7170#: builtin/describe.c:549
7171msgid "--dirty is incompatible with commit-ishes"
7172msgstr ""
7173
7174#: builtin/describe.c:551
7175msgid "--broken is incompatible with commit-ishes"
7176msgstr ""
7177
7178#: builtin/diff.c:83
7179#, c-format
7180msgid "'%s': not a regular file or symlink"
7181msgstr ""
7182
7183#: builtin/diff.c:234
7184#, c-format
7185msgid "invalid option: %s"
7186msgstr ""
7187
7188#: builtin/diff.c:358
7189msgid "Not a git repository"
7190msgstr ""
7191
7192#: builtin/diff.c:401
7193#, c-format
7194msgid "invalid object '%s' given."
7195msgstr ""
7196
7197#: builtin/diff.c:410
7198#, c-format
7199msgid "more than two blobs given: '%s'"
7200msgstr ""
7201
7202#: builtin/diff.c:417
7203#, c-format
7204msgid "unhandled object '%s' given."
7205msgstr ""
7206
7207#: builtin/difftool.c:28
7208msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7209msgstr ""
7210
7211#: builtin/difftool.c:241
7212#, c-format
7213msgid "failed: %d"
7214msgstr ""
7215
7216#: builtin/difftool.c:283
7217#, c-format
7218msgid "could not read symlink %s"
7219msgstr ""
7220
7221#: builtin/difftool.c:285
7222#, c-format
7223msgid "could not read symlink file %s"
7224msgstr ""
7225
7226#: builtin/difftool.c:293
7227#, c-format
7228msgid "could not read object %s for symlink %s"
7229msgstr ""
7230
7231#: builtin/difftool.c:395
7232msgid ""
7233"combined diff formats('-c' and '--cc') are not supported in\n"
7234"directory diff mode('-d' and '--dir-diff')."
7235msgstr ""
7236
7237#: builtin/difftool.c:609
7238#, c-format
7239msgid "both files modified: '%s' and '%s'."
7240msgstr ""
7241
7242#: builtin/difftool.c:611
7243msgid "working tree file has been left."
7244msgstr ""
7245
7246#: builtin/difftool.c:622
7247#, c-format
7248msgid "temporary files exist in '%s'."
7249msgstr ""
7250
7251#: builtin/difftool.c:623
7252msgid "you may want to cleanup or recover these."
7253msgstr ""
7254
7255#: builtin/difftool.c:669
7256msgid "use `diff.guitool` instead of `diff.tool`"
7257msgstr ""
7258
7259#: builtin/difftool.c:671
7260msgid "perform a full-directory diff"
7261msgstr ""
7262
7263#: builtin/difftool.c:673
7264msgid "do not prompt before launching a diff tool"
7265msgstr ""
7266
7267#: builtin/difftool.c:679
7268msgid "use symlinks in dir-diff mode"
7269msgstr ""
7270
7271#: builtin/difftool.c:680
7272msgid "<tool>"
7273msgstr ""
7274
7275#: builtin/difftool.c:681
7276msgid "use the specified diff tool"
7277msgstr ""
7278
7279#: builtin/difftool.c:683
7280msgid "print a list of diff tools that may be used with `--tool`"
7281msgstr ""
7282
7283#: builtin/difftool.c:686
7284msgid ""
7285"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7286"code"
7287msgstr ""
7288
7289#: builtin/difftool.c:688
7290msgid "<command>"
7291msgstr ""
7292
7293#: builtin/difftool.c:689
7294msgid "specify a custom command for viewing diffs"
7295msgstr ""
7296
7297#: builtin/difftool.c:713
7298msgid "no <tool> given for --tool=<tool>"
7299msgstr ""
7300
7301#: builtin/difftool.c:720
7302msgid "no <cmd> given for --extcmd=<cmd>"
7303msgstr ""
7304
7305#: builtin/fast-export.c:25
7306msgid "git fast-export [rev-list-opts]"
7307msgstr ""
7308
7309#: builtin/fast-export.c:980
7310msgid "show progress after <n> objects"
7311msgstr ""
7312
7313#: builtin/fast-export.c:982
7314msgid "select handling of signed tags"
7315msgstr ""
7316
7317#: builtin/fast-export.c:985
7318msgid "select handling of tags that tag filtered objects"
7319msgstr ""
7320
7321#: builtin/fast-export.c:988
7322msgid "Dump marks to this file"
7323msgstr ""
7324
7325#: builtin/fast-export.c:990
7326msgid "Import marks from this file"
7327msgstr ""
7328
7329#: builtin/fast-export.c:992
7330msgid "Fake a tagger when tags lack one"
7331msgstr ""
7332
7333#: builtin/fast-export.c:994
7334msgid "Output full tree for each commit"
7335msgstr ""
7336
7337#: builtin/fast-export.c:996
7338msgid "Use the done feature to terminate the stream"
7339msgstr ""
7340
7341#: builtin/fast-export.c:997
7342msgid "Skip output of blob data"
7343msgstr ""
7344
7345#: builtin/fast-export.c:998
7346msgid "refspec"
7347msgstr ""
7348
7349#: builtin/fast-export.c:999
7350msgid "Apply refspec to exported refs"
7351msgstr ""
7352
7353#: builtin/fast-export.c:1000
7354msgid "anonymize output"
7355msgstr ""
7356
7357#: builtin/fetch.c:21
7358msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7359msgstr ""
7360
7361#: builtin/fetch.c:22
7362msgid "git fetch [<options>] <group>"
7363msgstr ""
7364
7365#: builtin/fetch.c:23
7366msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7367msgstr ""
7368
7369#: builtin/fetch.c:24
7370msgid "git fetch --all [<options>]"
7371msgstr ""
7372
7373#: builtin/fetch.c:95 builtin/pull.c:175
7374msgid "fetch from all remotes"
7375msgstr ""
7376
7377#: builtin/fetch.c:97 builtin/pull.c:178
7378msgid "append to .git/FETCH_HEAD instead of overwriting"
7379msgstr ""
7380
7381#: builtin/fetch.c:99 builtin/pull.c:181
7382msgid "path to upload pack on remote end"
7383msgstr ""
7384
7385#: builtin/fetch.c:100 builtin/pull.c:183
7386msgid "force overwrite of local branch"
7387msgstr ""
7388
7389#: builtin/fetch.c:102
7390msgid "fetch from multiple remotes"
7391msgstr ""
7392
7393#: builtin/fetch.c:104 builtin/pull.c:185
7394msgid "fetch all tags and associated objects"
7395msgstr ""
7396
7397#: builtin/fetch.c:106
7398msgid "do not fetch all tags (--no-tags)"
7399msgstr ""
7400
7401#: builtin/fetch.c:108
7402msgid "number of submodules fetched in parallel"
7403msgstr ""
7404
7405#: builtin/fetch.c:110 builtin/pull.c:188
7406msgid "prune remote-tracking branches no longer on remote"
7407msgstr ""
7408
7409#: builtin/fetch.c:111 builtin/pull.c:191
7410msgid "on-demand"
7411msgstr ""
7412
7413#: builtin/fetch.c:112 builtin/pull.c:192
7414msgid "control recursive fetching of submodules"
7415msgstr ""
7416
7417#: builtin/fetch.c:116 builtin/pull.c:200
7418msgid "keep downloaded pack"
7419msgstr ""
7420
7421#: builtin/fetch.c:118
7422msgid "allow updating of HEAD ref"
7423msgstr ""
7424
7425#: builtin/fetch.c:121 builtin/fetch.c:127 builtin/pull.c:203
7426msgid "deepen history of shallow clone"
7427msgstr ""
7428
7429#: builtin/fetch.c:123
7430msgid "deepen history of shallow repository based on time"
7431msgstr ""
7432
7433#: builtin/fetch.c:129 builtin/pull.c:206
7434msgid "convert to a complete repository"
7435msgstr ""
7436
7437#: builtin/fetch.c:131 builtin/log.c:1440
7438msgid "dir"
7439msgstr ""
7440
7441#: builtin/fetch.c:132
7442msgid "prepend this to submodule path output"
7443msgstr ""
7444
7445#: builtin/fetch.c:135
7446msgid "default mode for recursion"
7447msgstr ""
7448
7449#: builtin/fetch.c:137 builtin/pull.c:209
7450msgid "accept refs that update .git/shallow"
7451msgstr ""
7452
7453#: builtin/fetch.c:138 builtin/pull.c:211
7454msgid "refmap"
7455msgstr ""
7456
7457#: builtin/fetch.c:139 builtin/pull.c:212
7458msgid "specify fetch refmap"
7459msgstr ""
7460
7461#: builtin/fetch.c:395
7462msgid "Couldn't find remote ref HEAD"
7463msgstr ""
7464
7465#: builtin/fetch.c:513
7466#, c-format
7467msgid "configuration fetch.output contains invalid value %s"
7468msgstr ""
7469
7470#: builtin/fetch.c:606
7471#, c-format
7472msgid "object %s not found"
7473msgstr ""
7474
7475#: builtin/fetch.c:610
7476msgid "[up to date]"
7477msgstr ""
7478
7479#: builtin/fetch.c:623 builtin/fetch.c:703
7480msgid "[rejected]"
7481msgstr ""
7482
7483#: builtin/fetch.c:624
7484msgid "can't fetch in current branch"
7485msgstr ""
7486
7487#: builtin/fetch.c:633
7488msgid "[tag update]"
7489msgstr ""
7490
7491#: builtin/fetch.c:634 builtin/fetch.c:667 builtin/fetch.c:683
7492#: builtin/fetch.c:698
7493msgid "unable to update local ref"
7494msgstr ""
7495
7496#: builtin/fetch.c:653
7497msgid "[new tag]"
7498msgstr ""
7499
7500#: builtin/fetch.c:656
7501msgid "[new branch]"
7502msgstr ""
7503
7504#: builtin/fetch.c:659
7505msgid "[new ref]"
7506msgstr ""
7507
7508#: builtin/fetch.c:698
7509msgid "forced update"
7510msgstr ""
7511
7512#: builtin/fetch.c:703
7513msgid "non-fast-forward"
7514msgstr ""
7515
7516#: builtin/fetch.c:748
7517#, c-format
7518msgid "%s did not send all necessary objects\n"
7519msgstr ""
7520
7521#: builtin/fetch.c:768
7522#, c-format
7523msgid "reject %s because shallow roots are not allowed to be updated"
7524msgstr ""
7525
7526#: builtin/fetch.c:855 builtin/fetch.c:951
7527#, c-format
7528msgid "From %.*s\n"
7529msgstr ""
7530
7531#: builtin/fetch.c:866
7532#, c-format
7533msgid ""
7534"some local refs could not be updated; try running\n"
7535" 'git remote prune %s' to remove any old, conflicting branches"
7536msgstr ""
7537
7538#: builtin/fetch.c:921
7539#, c-format
7540msgid "   (%s will become dangling)"
7541msgstr ""
7542
7543#: builtin/fetch.c:922
7544#, c-format
7545msgid "   (%s has become dangling)"
7546msgstr ""
7547
7548#: builtin/fetch.c:954
7549msgid "[deleted]"
7550msgstr ""
7551
7552#: builtin/fetch.c:955 builtin/remote.c:1022
7553msgid "(none)"
7554msgstr ""
7555
7556#: builtin/fetch.c:978
7557#, c-format
7558msgid "Refusing to fetch into current branch %s of non-bare repository"
7559msgstr ""
7560
7561#: builtin/fetch.c:997
7562#, c-format
7563msgid "Option \"%s\" value \"%s\" is not valid for %s"
7564msgstr ""
7565
7566#: builtin/fetch.c:1000
7567#, c-format
7568msgid "Option \"%s\" is ignored for %s\n"
7569msgstr ""
7570
7571#: builtin/fetch.c:1076
7572#, c-format
7573msgid "Don't know how to fetch from %s"
7574msgstr ""
7575
7576#: builtin/fetch.c:1236
7577#, c-format
7578msgid "Fetching %s\n"
7579msgstr ""
7580
7581#: builtin/fetch.c:1238 builtin/remote.c:96
7582#, c-format
7583msgid "Could not fetch %s"
7584msgstr ""
7585
7586#: builtin/fetch.c:1256
7587msgid ""
7588"No remote repository specified.  Please, specify either a URL or a\n"
7589"remote name from which new revisions should be fetched."
7590msgstr ""
7591
7592#: builtin/fetch.c:1279
7593msgid "You need to specify a tag name."
7594msgstr ""
7595
7596#: builtin/fetch.c:1321
7597msgid "Negative depth in --deepen is not supported"
7598msgstr ""
7599
7600#: builtin/fetch.c:1323
7601msgid "--deepen and --depth are mutually exclusive"
7602msgstr ""
7603
7604#: builtin/fetch.c:1328
7605msgid "--depth and --unshallow cannot be used together"
7606msgstr ""
7607
7608#: builtin/fetch.c:1330
7609msgid "--unshallow on a complete repository does not make sense"
7610msgstr ""
7611
7612#: builtin/fetch.c:1352
7613msgid "fetch --all does not take a repository argument"
7614msgstr ""
7615
7616#: builtin/fetch.c:1354
7617msgid "fetch --all does not make sense with refspecs"
7618msgstr ""
7619
7620#: builtin/fetch.c:1365
7621#, c-format
7622msgid "No such remote or remote group: %s"
7623msgstr ""
7624
7625#: builtin/fetch.c:1373
7626msgid "Fetching a group and specifying refspecs does not make sense"
7627msgstr ""
7628
7629#: builtin/fmt-merge-msg.c:14
7630msgid ""
7631"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7632msgstr ""
7633
7634#: builtin/fmt-merge-msg.c:663
7635msgid "populate log with at most <n> entries from shortlog"
7636msgstr ""
7637
7638#: builtin/fmt-merge-msg.c:666
7639msgid "alias for --log (deprecated)"
7640msgstr ""
7641
7642#: builtin/fmt-merge-msg.c:669
7643msgid "text"
7644msgstr ""
7645
7646#: builtin/fmt-merge-msg.c:670
7647msgid "use <text> as start of message"
7648msgstr ""
7649
7650#: builtin/fmt-merge-msg.c:671
7651msgid "file to read from"
7652msgstr ""
7653
7654#: builtin/for-each-ref.c:9
7655msgid "git for-each-ref [<options>] [<pattern>]"
7656msgstr ""
7657
7658#: builtin/for-each-ref.c:10
7659msgid "git for-each-ref [--points-at <object>]"
7660msgstr ""
7661
7662#: builtin/for-each-ref.c:11
7663msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
7664msgstr ""
7665
7666#: builtin/for-each-ref.c:12
7667msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
7668msgstr ""
7669
7670#: builtin/for-each-ref.c:27
7671msgid "quote placeholders suitably for shells"
7672msgstr ""
7673
7674#: builtin/for-each-ref.c:29
7675msgid "quote placeholders suitably for perl"
7676msgstr ""
7677
7678#: builtin/for-each-ref.c:31
7679msgid "quote placeholders suitably for python"
7680msgstr ""
7681
7682#: builtin/for-each-ref.c:33
7683msgid "quote placeholders suitably for Tcl"
7684msgstr ""
7685
7686#: builtin/for-each-ref.c:36
7687msgid "show only <n> matched refs"
7688msgstr ""
7689
7690#: builtin/for-each-ref.c:41
7691msgid "print only refs which points at the given object"
7692msgstr ""
7693
7694#: builtin/for-each-ref.c:43
7695msgid "print only refs that are merged"
7696msgstr ""
7697
7698#: builtin/for-each-ref.c:44
7699msgid "print only refs that are not merged"
7700msgstr ""
7701
7702#: builtin/for-each-ref.c:45
7703msgid "print only refs which contain the commit"
7704msgstr ""
7705
7706#: builtin/for-each-ref.c:46
7707msgid "print only refs which don't contain the commit"
7708msgstr ""
7709
7710#: builtin/fsck.c:554
7711msgid "Checking object directories"
7712msgstr ""
7713
7714#: builtin/fsck.c:646
7715msgid "git fsck [<options>] [<object>...]"
7716msgstr ""
7717
7718#: builtin/fsck.c:652
7719msgid "show unreachable objects"
7720msgstr ""
7721
7722#: builtin/fsck.c:653
7723msgid "show dangling objects"
7724msgstr ""
7725
7726#: builtin/fsck.c:654
7727msgid "report tags"
7728msgstr ""
7729
7730#: builtin/fsck.c:655
7731msgid "report root nodes"
7732msgstr ""
7733
7734#: builtin/fsck.c:656
7735msgid "make index objects head nodes"
7736msgstr ""
7737
7738#: builtin/fsck.c:657
7739msgid "make reflogs head nodes (default)"
7740msgstr ""
7741
7742#: builtin/fsck.c:658
7743msgid "also consider packs and alternate objects"
7744msgstr ""
7745
7746#: builtin/fsck.c:659
7747msgid "check only connectivity"
7748msgstr ""
7749
7750#: builtin/fsck.c:660
7751msgid "enable more strict checking"
7752msgstr ""
7753
7754#: builtin/fsck.c:662
7755msgid "write dangling objects in .git/lost-found"
7756msgstr ""
7757
7758#: builtin/fsck.c:663 builtin/prune.c:107
7759msgid "show progress"
7760msgstr ""
7761
7762#: builtin/fsck.c:664
7763msgid "show verbose names for reachable objects"
7764msgstr ""
7765
7766#: builtin/fsck.c:725
7767msgid "Checking objects"
7768msgstr ""
7769
7770#: builtin/gc.c:25
7771msgid "git gc [<options>]"
7772msgstr ""
7773
7774#: builtin/gc.c:78
7775#, c-format
7776msgid "Failed to fstat %s: %s"
7777msgstr ""
7778
7779#: builtin/gc.c:310
7780#, c-format
7781msgid "Can't stat %s"
7782msgstr ""
7783
7784#: builtin/gc.c:319
7785#, c-format
7786msgid ""
7787"The last gc run reported the following. Please correct the root cause\n"
7788"and remove %s.\n"
7789"Automatic cleanup will not be performed until the file is removed.\n"
7790"\n"
7791"%s"
7792msgstr ""
7793
7794#: builtin/gc.c:358
7795msgid "prune unreferenced objects"
7796msgstr ""
7797
7798#: builtin/gc.c:360
7799msgid "be more thorough (increased runtime)"
7800msgstr ""
7801
7802#: builtin/gc.c:361
7803msgid "enable auto-gc mode"
7804msgstr ""
7805
7806#: builtin/gc.c:362
7807msgid "force running gc even if there may be another gc running"
7808msgstr ""
7809
7810#: builtin/gc.c:379
7811#, c-format
7812msgid "Failed to parse gc.logexpiry value %s"
7813msgstr ""
7814
7815#: builtin/gc.c:407
7816#, c-format
7817msgid "Auto packing the repository in background for optimum performance.\n"
7818msgstr ""
7819
7820#: builtin/gc.c:409
7821#, c-format
7822msgid "Auto packing the repository for optimum performance.\n"
7823msgstr ""
7824
7825#: builtin/gc.c:410
7826#, c-format
7827msgid "See \"git help gc\" for manual housekeeping.\n"
7828msgstr ""
7829
7830#: builtin/gc.c:431
7831#, c-format
7832msgid ""
7833"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
7834msgstr ""
7835
7836#: builtin/gc.c:475
7837msgid ""
7838"There are too many unreachable loose objects; run 'git prune' to remove them."
7839msgstr ""
7840
7841#: builtin/grep.c:25
7842msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
7843msgstr ""
7844
7845#: builtin/grep.c:232
7846#, c-format
7847msgid "grep: failed to create thread: %s"
7848msgstr ""
7849
7850#: builtin/grep.c:290
7851#, c-format
7852msgid "invalid number of threads specified (%d) for %s"
7853msgstr ""
7854
7855#: builtin/grep.c:769 builtin/grep.c:810
7856#, c-format
7857msgid "unable to read tree (%s)"
7858msgstr ""
7859
7860#: builtin/grep.c:829
7861#, c-format
7862msgid "unable to grep from object of type %s"
7863msgstr ""
7864
7865#: builtin/grep.c:893
7866#, c-format
7867msgid "switch `%c' expects a numerical value"
7868msgstr ""
7869
7870#: builtin/grep.c:980
7871msgid "search in index instead of in the work tree"
7872msgstr ""
7873
7874#: builtin/grep.c:982
7875msgid "find in contents not managed by git"
7876msgstr ""
7877
7878#: builtin/grep.c:984
7879msgid "search in both tracked and untracked files"
7880msgstr ""
7881
7882#: builtin/grep.c:986
7883msgid "ignore files specified via '.gitignore'"
7884msgstr ""
7885
7886#: builtin/grep.c:988
7887msgid "recursively search in each submodule"
7888msgstr ""
7889
7890#: builtin/grep.c:990
7891msgid "basename"
7892msgstr ""
7893
7894#: builtin/grep.c:991
7895msgid "prepend parent project's basename to output"
7896msgstr ""
7897
7898#: builtin/grep.c:994
7899msgid "show non-matching lines"
7900msgstr ""
7901
7902#: builtin/grep.c:996
7903msgid "case insensitive matching"
7904msgstr ""
7905
7906#: builtin/grep.c:998
7907msgid "match patterns only at word boundaries"
7908msgstr ""
7909
7910#: builtin/grep.c:1000
7911msgid "process binary files as text"
7912msgstr ""
7913
7914#: builtin/grep.c:1002
7915msgid "don't match patterns in binary files"
7916msgstr ""
7917
7918#: builtin/grep.c:1005
7919msgid "process binary files with textconv filters"
7920msgstr ""
7921
7922#: builtin/grep.c:1007
7923msgid "descend at most <depth> levels"
7924msgstr ""
7925
7926#: builtin/grep.c:1011
7927msgid "use extended POSIX regular expressions"
7928msgstr ""
7929
7930#: builtin/grep.c:1014
7931msgid "use basic POSIX regular expressions (default)"
7932msgstr ""
7933
7934#: builtin/grep.c:1017
7935msgid "interpret patterns as fixed strings"
7936msgstr ""
7937
7938#: builtin/grep.c:1020
7939msgid "use Perl-compatible regular expressions"
7940msgstr ""
7941
7942#: builtin/grep.c:1023
7943msgid "show line numbers"
7944msgstr ""
7945
7946#: builtin/grep.c:1024
7947msgid "don't show filenames"
7948msgstr ""
7949
7950#: builtin/grep.c:1025
7951msgid "show filenames"
7952msgstr ""
7953
7954#: builtin/grep.c:1027
7955msgid "show filenames relative to top directory"
7956msgstr ""
7957
7958#: builtin/grep.c:1029
7959msgid "show only filenames instead of matching lines"
7960msgstr ""
7961
7962#: builtin/grep.c:1031
7963msgid "synonym for --files-with-matches"
7964msgstr ""
7965
7966#: builtin/grep.c:1034
7967msgid "show only the names of files without match"
7968msgstr ""
7969
7970#: builtin/grep.c:1036
7971msgid "print NUL after filenames"
7972msgstr ""
7973
7974#: builtin/grep.c:1038
7975msgid "show the number of matches instead of matching lines"
7976msgstr ""
7977
7978#: builtin/grep.c:1039
7979msgid "highlight matches"
7980msgstr ""
7981
7982#: builtin/grep.c:1041
7983msgid "print empty line between matches from different files"
7984msgstr ""
7985
7986#: builtin/grep.c:1043
7987msgid "show filename only once above matches from same file"
7988msgstr ""
7989
7990#: builtin/grep.c:1046
7991msgid "show <n> context lines before and after matches"
7992msgstr ""
7993
7994#: builtin/grep.c:1049
7995msgid "show <n> context lines before matches"
7996msgstr ""
7997
7998#: builtin/grep.c:1051
7999msgid "show <n> context lines after matches"
8000msgstr ""
8001
8002#: builtin/grep.c:1053
8003msgid "use <n> worker threads"
8004msgstr ""
8005
8006#: builtin/grep.c:1054
8007msgid "shortcut for -C NUM"
8008msgstr ""
8009
8010#: builtin/grep.c:1057
8011msgid "show a line with the function name before matches"
8012msgstr ""
8013
8014#: builtin/grep.c:1059
8015msgid "show the surrounding function"
8016msgstr ""
8017
8018#: builtin/grep.c:1062
8019msgid "read patterns from file"
8020msgstr ""
8021
8022#: builtin/grep.c:1064
8023msgid "match <pattern>"
8024msgstr ""
8025
8026#: builtin/grep.c:1066
8027msgid "combine patterns specified with -e"
8028msgstr ""
8029
8030#: builtin/grep.c:1078
8031msgid "indicate hit with exit status without output"
8032msgstr ""
8033
8034#: builtin/grep.c:1080
8035msgid "show only matches from files that match all patterns"
8036msgstr ""
8037
8038#: builtin/grep.c:1082
8039msgid "show parse tree for grep expression"
8040msgstr ""
8041
8042#: builtin/grep.c:1086
8043msgid "pager"
8044msgstr ""
8045
8046#: builtin/grep.c:1086
8047msgid "show matching files in the pager"
8048msgstr ""
8049
8050#: builtin/grep.c:1089
8051msgid "allow calling of grep(1) (ignored by this build)"
8052msgstr ""
8053
8054#: builtin/grep.c:1153
8055msgid "no pattern given."
8056msgstr ""
8057
8058#: builtin/grep.c:1189
8059msgid "--no-index or --untracked cannot be used with revs"
8060msgstr ""
8061
8062#: builtin/grep.c:1195
8063#, c-format
8064msgid "unable to resolve revision: %s"
8065msgstr ""
8066
8067#: builtin/grep.c:1228 builtin/index-pack.c:1485
8068#, c-format
8069msgid "invalid number of threads specified (%d)"
8070msgstr ""
8071
8072#: builtin/grep.c:1251
8073msgid "--open-files-in-pager only works on the worktree"
8074msgstr ""
8075
8076#: builtin/grep.c:1274
8077msgid "option not supported with --recurse-submodules."
8078msgstr ""
8079
8080#: builtin/grep.c:1280
8081msgid "--cached or --untracked cannot be used with --no-index."
8082msgstr ""
8083
8084#: builtin/grep.c:1286
8085msgid "--[no-]exclude-standard cannot be used for tracked contents."
8086msgstr ""
8087
8088#: builtin/grep.c:1294
8089msgid "both --cached and trees are given."
8090msgstr ""
8091
8092#: builtin/hash-object.c:81
8093msgid ""
8094"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8095"[--] <file>..."
8096msgstr ""
8097
8098#: builtin/hash-object.c:82
8099msgid "git hash-object  --stdin-paths"
8100msgstr ""
8101
8102#: builtin/hash-object.c:94
8103msgid "type"
8104msgstr ""
8105
8106#: builtin/hash-object.c:94
8107msgid "object type"
8108msgstr ""
8109
8110#: builtin/hash-object.c:95
8111msgid "write the object into the object database"
8112msgstr ""
8113
8114#: builtin/hash-object.c:97
8115msgid "read the object from stdin"
8116msgstr ""
8117
8118#: builtin/hash-object.c:99
8119msgid "store file as is without filters"
8120msgstr ""
8121
8122#: builtin/hash-object.c:100
8123msgid ""
8124"just hash any random garbage to create corrupt objects for debugging Git"
8125msgstr ""
8126
8127#: builtin/hash-object.c:101
8128msgid "process file as it were from this path"
8129msgstr ""
8130
8131#: builtin/help.c:42
8132msgid "print all available commands"
8133msgstr ""
8134
8135#: builtin/help.c:43
8136msgid "exclude guides"
8137msgstr ""
8138
8139#: builtin/help.c:44
8140msgid "print list of useful guides"
8141msgstr ""
8142
8143#: builtin/help.c:45
8144msgid "show man page"
8145msgstr ""
8146
8147#: builtin/help.c:46
8148msgid "show manual in web browser"
8149msgstr ""
8150
8151#: builtin/help.c:48
8152msgid "show info page"
8153msgstr ""
8154
8155#: builtin/help.c:54
8156msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8157msgstr ""
8158
8159#: builtin/help.c:66
8160#, c-format
8161msgid "unrecognized help format '%s'"
8162msgstr ""
8163
8164#: builtin/help.c:93
8165msgid "Failed to start emacsclient."
8166msgstr ""
8167
8168#: builtin/help.c:106
8169msgid "Failed to parse emacsclient version."
8170msgstr ""
8171
8172#: builtin/help.c:114
8173#, c-format
8174msgid "emacsclient version '%d' too old (< 22)."
8175msgstr ""
8176
8177#: builtin/help.c:132 builtin/help.c:153 builtin/help.c:162 builtin/help.c:170
8178#, c-format
8179msgid "failed to exec '%s'"
8180msgstr ""
8181
8182#: builtin/help.c:207
8183#, c-format
8184msgid ""
8185"'%s': path for unsupported man viewer.\n"
8186"Please consider using 'man.<tool>.cmd' instead."
8187msgstr ""
8188
8189#: builtin/help.c:219
8190#, c-format
8191msgid ""
8192"'%s': cmd for supported man viewer.\n"
8193"Please consider using 'man.<tool>.path' instead."
8194msgstr ""
8195
8196#: builtin/help.c:336
8197#, c-format
8198msgid "'%s': unknown man viewer."
8199msgstr ""
8200
8201#: builtin/help.c:353
8202msgid "no man viewer handled the request"
8203msgstr ""
8204
8205#: builtin/help.c:361
8206msgid "no info viewer handled the request"
8207msgstr ""
8208
8209#: builtin/help.c:403
8210msgid "Defining attributes per path"
8211msgstr ""
8212
8213#: builtin/help.c:404
8214msgid "Everyday Git With 20 Commands Or So"
8215msgstr ""
8216
8217#: builtin/help.c:405
8218msgid "A Git glossary"
8219msgstr ""
8220
8221#: builtin/help.c:406
8222msgid "Specifies intentionally untracked files to ignore"
8223msgstr ""
8224
8225#: builtin/help.c:407
8226msgid "Defining submodule properties"
8227msgstr ""
8228
8229#: builtin/help.c:408
8230msgid "Specifying revisions and ranges for Git"
8231msgstr ""
8232
8233#: builtin/help.c:409
8234msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8235msgstr ""
8236
8237#: builtin/help.c:410
8238msgid "An overview of recommended workflows with Git"
8239msgstr ""
8240
8241#: builtin/help.c:422
8242msgid "The common Git guides are:\n"
8243msgstr ""
8244
8245#: builtin/help.c:440
8246#, c-format
8247msgid "`git %s' is aliased to `%s'"
8248msgstr ""
8249
8250#: builtin/help.c:462 builtin/help.c:479
8251#, c-format
8252msgid "usage: %s%s"
8253msgstr ""
8254
8255#: builtin/index-pack.c:154
8256#, c-format
8257msgid "unable to open %s"
8258msgstr ""
8259
8260#: builtin/index-pack.c:204
8261#, c-format
8262msgid "object type mismatch at %s"
8263msgstr ""
8264
8265#: builtin/index-pack.c:224
8266#, c-format
8267msgid "did not receive expected object %s"
8268msgstr ""
8269
8270#: builtin/index-pack.c:227
8271#, c-format
8272msgid "object %s: expected type %s, found %s"
8273msgstr ""
8274
8275#: builtin/index-pack.c:269
8276#, c-format
8277msgid "cannot fill %d byte"
8278msgid_plural "cannot fill %d bytes"
8279msgstr[0] ""
8280msgstr[1] ""
8281
8282#: builtin/index-pack.c:279
8283msgid "early EOF"
8284msgstr ""
8285
8286#: builtin/index-pack.c:280
8287msgid "read error on input"
8288msgstr ""
8289
8290#: builtin/index-pack.c:292
8291msgid "used more bytes than were available"
8292msgstr ""
8293
8294#: builtin/index-pack.c:299
8295msgid "pack too large for current definition of off_t"
8296msgstr ""
8297
8298#: builtin/index-pack.c:302 builtin/unpack-objects.c:92
8299msgid "pack exceeds maximum allowed size"
8300msgstr ""
8301
8302#: builtin/index-pack.c:317
8303#, c-format
8304msgid "unable to create '%s'"
8305msgstr ""
8306
8307#: builtin/index-pack.c:323
8308#, c-format
8309msgid "cannot open packfile '%s'"
8310msgstr ""
8311
8312#: builtin/index-pack.c:337
8313msgid "pack signature mismatch"
8314msgstr ""
8315
8316#: builtin/index-pack.c:339
8317#, c-format
8318msgid "pack version %<PRIu32> unsupported"
8319msgstr ""
8320
8321#: builtin/index-pack.c:357
8322#, c-format
8323msgid "pack has bad object at offset %<PRIuMAX>: %s"
8324msgstr ""
8325
8326#: builtin/index-pack.c:479
8327#, c-format
8328msgid "inflate returned %d"
8329msgstr ""
8330
8331#: builtin/index-pack.c:528
8332msgid "offset value overflow for delta base object"
8333msgstr ""
8334
8335#: builtin/index-pack.c:536
8336msgid "delta base offset is out of bound"
8337msgstr ""
8338
8339#: builtin/index-pack.c:544
8340#, c-format
8341msgid "unknown object type %d"
8342msgstr ""
8343
8344#: builtin/index-pack.c:575
8345msgid "cannot pread pack file"
8346msgstr ""
8347
8348#: builtin/index-pack.c:577
8349#, c-format
8350msgid "premature end of pack file, %<PRIuMAX> byte missing"
8351msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8352msgstr[0] ""
8353msgstr[1] ""
8354
8355#: builtin/index-pack.c:603
8356msgid "serious inflate inconsistency"
8357msgstr ""
8358
8359#: builtin/index-pack.c:749 builtin/index-pack.c:755 builtin/index-pack.c:778
8360#: builtin/index-pack.c:816 builtin/index-pack.c:825
8361#, c-format
8362msgid "SHA1 COLLISION FOUND WITH %s !"
8363msgstr ""
8364
8365#: builtin/index-pack.c:752 builtin/pack-objects.c:164
8366#: builtin/pack-objects.c:257
8367#, c-format
8368msgid "unable to read %s"
8369msgstr ""
8370
8371#: builtin/index-pack.c:814
8372#, c-format
8373msgid "cannot read existing object info %s"
8374msgstr ""
8375
8376#: builtin/index-pack.c:822
8377#, c-format
8378msgid "cannot read existing object %s"
8379msgstr ""
8380
8381#: builtin/index-pack.c:836
8382#, c-format
8383msgid "invalid blob object %s"
8384msgstr ""
8385
8386#: builtin/index-pack.c:850
8387#, c-format
8388msgid "invalid %s"
8389msgstr ""
8390
8391#: builtin/index-pack.c:853
8392msgid "Error in object"
8393msgstr ""
8394
8395#: builtin/index-pack.c:855
8396#, c-format
8397msgid "Not all child objects of %s are reachable"
8398msgstr ""
8399
8400#: builtin/index-pack.c:927 builtin/index-pack.c:958
8401msgid "failed to apply delta"
8402msgstr ""
8403
8404#: builtin/index-pack.c:1128
8405msgid "Receiving objects"
8406msgstr ""
8407
8408#: builtin/index-pack.c:1128
8409msgid "Indexing objects"
8410msgstr ""
8411
8412#: builtin/index-pack.c:1160
8413msgid "pack is corrupted (SHA1 mismatch)"
8414msgstr ""
8415
8416#: builtin/index-pack.c:1165
8417msgid "cannot fstat packfile"
8418msgstr ""
8419
8420#: builtin/index-pack.c:1168
8421msgid "pack has junk at the end"
8422msgstr ""
8423
8424#: builtin/index-pack.c:1179
8425msgid "confusion beyond insanity in parse_pack_objects()"
8426msgstr ""
8427
8428#: builtin/index-pack.c:1202
8429msgid "Resolving deltas"
8430msgstr ""
8431
8432#: builtin/index-pack.c:1213
8433#, c-format
8434msgid "unable to create thread: %s"
8435msgstr ""
8436
8437#: builtin/index-pack.c:1255
8438msgid "confusion beyond insanity"
8439msgstr ""
8440
8441#: builtin/index-pack.c:1261
8442#, c-format
8443msgid "completed with %d local object"
8444msgid_plural "completed with %d local objects"
8445msgstr[0] ""
8446msgstr[1] ""
8447
8448#: builtin/index-pack.c:1273
8449#, c-format
8450msgid "Unexpected tail checksum for %s (disk corruption?)"
8451msgstr ""
8452
8453#: builtin/index-pack.c:1277
8454#, c-format
8455msgid "pack has %d unresolved delta"
8456msgid_plural "pack has %d unresolved deltas"
8457msgstr[0] ""
8458msgstr[1] ""
8459
8460#: builtin/index-pack.c:1301
8461#, c-format
8462msgid "unable to deflate appended object (%d)"
8463msgstr ""
8464
8465#: builtin/index-pack.c:1377
8466#, c-format
8467msgid "local object %s is corrupt"
8468msgstr ""
8469
8470#: builtin/index-pack.c:1403
8471msgid "error while closing pack file"
8472msgstr ""
8473
8474#: builtin/index-pack.c:1415
8475#, c-format
8476msgid "cannot write keep file '%s'"
8477msgstr ""
8478
8479#: builtin/index-pack.c:1423
8480#, c-format
8481msgid "cannot close written keep file '%s'"
8482msgstr ""
8483
8484#: builtin/index-pack.c:1433
8485msgid "cannot store pack file"
8486msgstr ""
8487
8488#: builtin/index-pack.c:1441
8489msgid "cannot store index file"
8490msgstr ""
8491
8492#: builtin/index-pack.c:1479
8493#, c-format
8494msgid "bad pack.indexversion=%<PRIu32>"
8495msgstr ""
8496
8497#: builtin/index-pack.c:1489 builtin/index-pack.c:1686
8498#, c-format
8499msgid "no threads support, ignoring %s"
8500msgstr ""
8501
8502#: builtin/index-pack.c:1547
8503#, c-format
8504msgid "Cannot open existing pack file '%s'"
8505msgstr ""
8506
8507#: builtin/index-pack.c:1549
8508#, c-format
8509msgid "Cannot open existing pack idx file for '%s'"
8510msgstr ""
8511
8512#: builtin/index-pack.c:1596
8513#, c-format
8514msgid "non delta: %d object"
8515msgid_plural "non delta: %d objects"
8516msgstr[0] ""
8517msgstr[1] ""
8518
8519#: builtin/index-pack.c:1603
8520#, c-format
8521msgid "chain length = %d: %lu object"
8522msgid_plural "chain length = %d: %lu objects"
8523msgstr[0] ""
8524msgstr[1] ""
8525
8526#: builtin/index-pack.c:1616
8527#, c-format
8528msgid "packfile name '%s' does not end with '.pack'"
8529msgstr ""
8530
8531#: builtin/index-pack.c:1698 builtin/index-pack.c:1701
8532#: builtin/index-pack.c:1717 builtin/index-pack.c:1721
8533#, c-format
8534msgid "bad %s"
8535msgstr ""
8536
8537#: builtin/index-pack.c:1737
8538msgid "--fix-thin cannot be used without --stdin"
8539msgstr ""
8540
8541#: builtin/index-pack.c:1739
8542msgid "--stdin requires a git repository"
8543msgstr ""
8544
8545#: builtin/index-pack.c:1747
8546msgid "--verify with no packfile name given"
8547msgstr ""
8548
8549#: builtin/init-db.c:54
8550#, c-format
8551msgid "cannot stat '%s'"
8552msgstr ""
8553
8554#: builtin/init-db.c:60
8555#, c-format
8556msgid "cannot stat template '%s'"
8557msgstr ""
8558
8559#: builtin/init-db.c:65
8560#, c-format
8561msgid "cannot opendir '%s'"
8562msgstr ""
8563
8564#: builtin/init-db.c:76
8565#, c-format
8566msgid "cannot readlink '%s'"
8567msgstr ""
8568
8569#: builtin/init-db.c:78
8570#, c-format
8571msgid "cannot symlink '%s' '%s'"
8572msgstr ""
8573
8574#: builtin/init-db.c:84
8575#, c-format
8576msgid "cannot copy '%s' to '%s'"
8577msgstr ""
8578
8579#: builtin/init-db.c:88
8580#, c-format
8581msgid "ignoring template %s"
8582msgstr ""
8583
8584#: builtin/init-db.c:119
8585#, c-format
8586msgid "templates not found %s"
8587msgstr ""
8588
8589#: builtin/init-db.c:134
8590#, c-format
8591msgid "not copying templates from '%s': %s"
8592msgstr ""
8593
8594#: builtin/init-db.c:327
8595#, c-format
8596msgid "unable to handle file type %d"
8597msgstr ""
8598
8599#: builtin/init-db.c:330
8600#, c-format
8601msgid "unable to move %s to %s"
8602msgstr ""
8603
8604#: builtin/init-db.c:347 builtin/init-db.c:350
8605#, c-format
8606msgid "%s already exists"
8607msgstr ""
8608
8609#: builtin/init-db.c:403
8610#, c-format
8611msgid "Reinitialized existing shared Git repository in %s%s\n"
8612msgstr ""
8613
8614#: builtin/init-db.c:404
8615#, c-format
8616msgid "Reinitialized existing Git repository in %s%s\n"
8617msgstr ""
8618
8619#: builtin/init-db.c:408
8620#, c-format
8621msgid "Initialized empty shared Git repository in %s%s\n"
8622msgstr ""
8623
8624#: builtin/init-db.c:409
8625#, c-format
8626msgid "Initialized empty Git repository in %s%s\n"
8627msgstr ""
8628
8629#: builtin/init-db.c:457
8630msgid ""
8631"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8632"shared[=<permissions>]] [<directory>]"
8633msgstr ""
8634
8635#: builtin/init-db.c:480
8636msgid "permissions"
8637msgstr ""
8638
8639#: builtin/init-db.c:481
8640msgid "specify that the git repository is to be shared amongst several users"
8641msgstr ""
8642
8643#: builtin/init-db.c:515 builtin/init-db.c:520
8644#, c-format
8645msgid "cannot mkdir %s"
8646msgstr ""
8647
8648#: builtin/init-db.c:524
8649#, c-format
8650msgid "cannot chdir to %s"
8651msgstr ""
8652
8653#: builtin/init-db.c:545
8654#, c-format
8655msgid ""
8656"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8657"dir=<directory>)"
8658msgstr ""
8659
8660#: builtin/init-db.c:573
8661#, c-format
8662msgid "Cannot access work tree '%s'"
8663msgstr ""
8664
8665#: builtin/interpret-trailers.c:15
8666msgid ""
8667"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8668"<token>[(=|:)<value>])...] [<file>...]"
8669msgstr ""
8670
8671#: builtin/interpret-trailers.c:26
8672msgid "edit files in place"
8673msgstr ""
8674
8675#: builtin/interpret-trailers.c:27
8676msgid "trim empty trailers"
8677msgstr ""
8678
8679#: builtin/interpret-trailers.c:28
8680msgid "trailer"
8681msgstr ""
8682
8683#: builtin/interpret-trailers.c:29
8684msgid "trailer(s) to add"
8685msgstr ""
8686
8687#: builtin/interpret-trailers.c:42
8688msgid "no input file given for in-place editing"
8689msgstr ""
8690
8691#: builtin/log.c:44
8692msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8693msgstr ""
8694
8695#: builtin/log.c:45
8696msgid "git show [<options>] <object>..."
8697msgstr ""
8698
8699#: builtin/log.c:89
8700#, c-format
8701msgid "invalid --decorate option: %s"
8702msgstr ""
8703
8704#: builtin/log.c:144
8705msgid "suppress diff output"
8706msgstr ""
8707
8708#: builtin/log.c:145
8709msgid "show source"
8710msgstr ""
8711
8712#: builtin/log.c:146
8713msgid "Use mail map file"
8714msgstr ""
8715
8716#: builtin/log.c:147
8717msgid "decorate options"
8718msgstr ""
8719
8720#: builtin/log.c:150
8721msgid "Process line range n,m in file, counting from 1"
8722msgstr ""
8723
8724#: builtin/log.c:246
8725#, c-format
8726msgid "Final output: %d %s\n"
8727msgstr ""
8728
8729#: builtin/log.c:493
8730#, c-format
8731msgid "git show %s: bad file"
8732msgstr ""
8733
8734#: builtin/log.c:507 builtin/log.c:601
8735#, c-format
8736msgid "Could not read object %s"
8737msgstr ""
8738
8739#: builtin/log.c:625
8740#, c-format
8741msgid "Unknown type: %d"
8742msgstr ""
8743
8744#: builtin/log.c:746
8745msgid "format.headers without value"
8746msgstr ""
8747
8748#: builtin/log.c:846
8749msgid "name of output directory is too long"
8750msgstr ""
8751
8752#: builtin/log.c:861
8753#, c-format
8754msgid "Cannot open patch file %s"
8755msgstr ""
8756
8757#: builtin/log.c:875
8758msgid "Need exactly one range."
8759msgstr ""
8760
8761#: builtin/log.c:885
8762msgid "Not a range."
8763msgstr ""
8764
8765#: builtin/log.c:991
8766msgid "Cover letter needs email format"
8767msgstr ""
8768
8769#: builtin/log.c:1071
8770#, c-format
8771msgid "insane in-reply-to: %s"
8772msgstr ""
8773
8774#: builtin/log.c:1098
8775msgid "git format-patch [<options>] [<since> | <revision-range>]"
8776msgstr ""
8777
8778#: builtin/log.c:1148
8779msgid "Two output directories?"
8780msgstr ""
8781
8782#: builtin/log.c:1255 builtin/log.c:1898 builtin/log.c:1900 builtin/log.c:1912
8783#, c-format
8784msgid "Unknown commit %s"
8785msgstr ""
8786
8787#: builtin/log.c:1265 builtin/notes.c:883 builtin/tag.c:532
8788#, c-format
8789msgid "Failed to resolve '%s' as a valid ref."
8790msgstr ""
8791
8792#: builtin/log.c:1270
8793msgid "Could not find exact merge base."
8794msgstr ""
8795
8796#: builtin/log.c:1274
8797msgid ""
8798"Failed to get upstream, if you want to record base commit automatically,\n"
8799"please use git branch --set-upstream-to to track a remote branch.\n"
8800"Or you could specify base commit by --base=<base-commit-id> manually."
8801msgstr ""
8802
8803#: builtin/log.c:1294
8804msgid "Failed to find exact merge base"
8805msgstr ""
8806
8807#: builtin/log.c:1305
8808msgid "base commit should be the ancestor of revision list"
8809msgstr ""
8810
8811#: builtin/log.c:1309
8812msgid "base commit shouldn't be in revision list"
8813msgstr ""
8814
8815#: builtin/log.c:1358
8816msgid "cannot get patch id"
8817msgstr ""
8818
8819#: builtin/log.c:1415
8820msgid "use [PATCH n/m] even with a single patch"
8821msgstr ""
8822
8823#: builtin/log.c:1418
8824msgid "use [PATCH] even with multiple patches"
8825msgstr ""
8826
8827#: builtin/log.c:1422
8828msgid "print patches to standard out"
8829msgstr ""
8830
8831#: builtin/log.c:1424
8832msgid "generate a cover letter"
8833msgstr ""
8834
8835#: builtin/log.c:1426
8836msgid "use simple number sequence for output file names"
8837msgstr ""
8838
8839#: builtin/log.c:1427
8840msgid "sfx"
8841msgstr ""
8842
8843#: builtin/log.c:1428
8844msgid "use <sfx> instead of '.patch'"
8845msgstr ""
8846
8847#: builtin/log.c:1430
8848msgid "start numbering patches at <n> instead of 1"
8849msgstr ""
8850
8851#: builtin/log.c:1432
8852msgid "mark the series as Nth re-roll"
8853msgstr ""
8854
8855#: builtin/log.c:1434
8856msgid "Use [RFC PATCH] instead of [PATCH]"
8857msgstr ""
8858
8859#: builtin/log.c:1437
8860msgid "Use [<prefix>] instead of [PATCH]"
8861msgstr ""
8862
8863#: builtin/log.c:1440
8864msgid "store resulting files in <dir>"
8865msgstr ""
8866
8867#: builtin/log.c:1443
8868msgid "don't strip/add [PATCH]"
8869msgstr ""
8870
8871#: builtin/log.c:1446
8872msgid "don't output binary diffs"
8873msgstr ""
8874
8875#: builtin/log.c:1448
8876msgid "output all-zero hash in From header"
8877msgstr ""
8878
8879#: builtin/log.c:1450
8880msgid "don't include a patch matching a commit upstream"
8881msgstr ""
8882
8883#: builtin/log.c:1452
8884msgid "show patch format instead of default (patch + stat)"
8885msgstr ""
8886
8887#: builtin/log.c:1454
8888msgid "Messaging"
8889msgstr ""
8890
8891#: builtin/log.c:1455
8892msgid "header"
8893msgstr ""
8894
8895#: builtin/log.c:1456
8896msgid "add email header"
8897msgstr ""
8898
8899#: builtin/log.c:1457 builtin/log.c:1459
8900msgid "email"
8901msgstr ""
8902
8903#: builtin/log.c:1457
8904msgid "add To: header"
8905msgstr ""
8906
8907#: builtin/log.c:1459
8908msgid "add Cc: header"
8909msgstr ""
8910
8911#: builtin/log.c:1461
8912msgid "ident"
8913msgstr ""
8914
8915#: builtin/log.c:1462
8916msgid "set From address to <ident> (or committer ident if absent)"
8917msgstr ""
8918
8919#: builtin/log.c:1464
8920msgid "message-id"
8921msgstr ""
8922
8923#: builtin/log.c:1465
8924msgid "make first mail a reply to <message-id>"
8925msgstr ""
8926
8927#: builtin/log.c:1466 builtin/log.c:1469
8928msgid "boundary"
8929msgstr ""
8930
8931#: builtin/log.c:1467
8932msgid "attach the patch"
8933msgstr ""
8934
8935#: builtin/log.c:1470
8936msgid "inline the patch"
8937msgstr ""
8938
8939#: builtin/log.c:1474
8940msgid "enable message threading, styles: shallow, deep"
8941msgstr ""
8942
8943#: builtin/log.c:1476
8944msgid "signature"
8945msgstr ""
8946
8947#: builtin/log.c:1477
8948msgid "add a signature"
8949msgstr ""
8950
8951#: builtin/log.c:1478
8952msgid "base-commit"
8953msgstr ""
8954
8955#: builtin/log.c:1479
8956msgid "add prerequisite tree info to the patch series"
8957msgstr ""
8958
8959#: builtin/log.c:1481
8960msgid "add a signature from a file"
8961msgstr ""
8962
8963#: builtin/log.c:1482
8964msgid "don't print the patch filenames"
8965msgstr ""
8966
8967#: builtin/log.c:1572
8968msgid "-n and -k are mutually exclusive."
8969msgstr ""
8970
8971#: builtin/log.c:1574
8972msgid "--subject-prefix/--rfc and -k are mutually exclusive."
8973msgstr ""
8974
8975#: builtin/log.c:1582
8976msgid "--name-only does not make sense"
8977msgstr ""
8978
8979#: builtin/log.c:1584
8980msgid "--name-status does not make sense"
8981msgstr ""
8982
8983#: builtin/log.c:1586
8984msgid "--check does not make sense"
8985msgstr ""
8986
8987#: builtin/log.c:1616
8988msgid "standard output, or directory, which one?"
8989msgstr ""
8990
8991#: builtin/log.c:1618
8992#, c-format
8993msgid "Could not create directory '%s'"
8994msgstr ""
8995
8996#: builtin/log.c:1712
8997#, c-format
8998msgid "unable to read signature file '%s'"
8999msgstr ""
9000
9001#: builtin/log.c:1784
9002msgid "Failed to create output files"
9003msgstr ""
9004
9005#: builtin/log.c:1833
9006msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9007msgstr ""
9008
9009#: builtin/log.c:1887
9010#, c-format
9011msgid ""
9012"Could not find a tracked remote branch, please specify <upstream> manually.\n"
9013msgstr ""
9014
9015#: builtin/ls-files.c:468
9016msgid "git ls-files [<options>] [<file>...]"
9017msgstr ""
9018
9019#: builtin/ls-files.c:517
9020msgid "identify the file status with tags"
9021msgstr ""
9022
9023#: builtin/ls-files.c:519
9024msgid "use lowercase letters for 'assume unchanged' files"
9025msgstr ""
9026
9027#: builtin/ls-files.c:521
9028msgid "show cached files in the output (default)"
9029msgstr ""
9030
9031#: builtin/ls-files.c:523
9032msgid "show deleted files in the output"
9033msgstr ""
9034
9035#: builtin/ls-files.c:525
9036msgid "show modified files in the output"
9037msgstr ""
9038
9039#: builtin/ls-files.c:527
9040msgid "show other files in the output"
9041msgstr ""
9042
9043#: builtin/ls-files.c:529
9044msgid "show ignored files in the output"
9045msgstr ""
9046
9047#: builtin/ls-files.c:532
9048msgid "show staged contents' object name in the output"
9049msgstr ""
9050
9051#: builtin/ls-files.c:534
9052msgid "show files on the filesystem that need to be removed"
9053msgstr ""
9054
9055#: builtin/ls-files.c:536
9056msgid "show 'other' directories' names only"
9057msgstr ""
9058
9059#: builtin/ls-files.c:538
9060msgid "show line endings of files"
9061msgstr ""
9062
9063#: builtin/ls-files.c:540
9064msgid "don't show empty directories"
9065msgstr ""
9066
9067#: builtin/ls-files.c:543
9068msgid "show unmerged files in the output"
9069msgstr ""
9070
9071#: builtin/ls-files.c:545
9072msgid "show resolve-undo information"
9073msgstr ""
9074
9075#: builtin/ls-files.c:547
9076msgid "skip files matching pattern"
9077msgstr ""
9078
9079#: builtin/ls-files.c:550
9080msgid "exclude patterns are read from <file>"
9081msgstr ""
9082
9083#: builtin/ls-files.c:553
9084msgid "read additional per-directory exclude patterns in <file>"
9085msgstr ""
9086
9087#: builtin/ls-files.c:555
9088msgid "add the standard git exclusions"
9089msgstr ""
9090
9091#: builtin/ls-files.c:558
9092msgid "make the output relative to the project top directory"
9093msgstr ""
9094
9095#: builtin/ls-files.c:561
9096msgid "recurse through submodules"
9097msgstr ""
9098
9099#: builtin/ls-files.c:563
9100msgid "if any <file> is not in the index, treat this as an error"
9101msgstr ""
9102
9103#: builtin/ls-files.c:564
9104msgid "tree-ish"
9105msgstr ""
9106
9107#: builtin/ls-files.c:565
9108msgid "pretend that paths removed since <tree-ish> are still present"
9109msgstr ""
9110
9111#: builtin/ls-files.c:567
9112msgid "show debugging data"
9113msgstr ""
9114
9115#: builtin/ls-remote.c:7
9116msgid ""
9117"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9118"                     [-q | --quiet] [--exit-code] [--get-url]\n"
9119"                     [--symref] [<repository> [<refs>...]]"
9120msgstr ""
9121
9122#: builtin/ls-remote.c:52
9123msgid "do not print remote URL"
9124msgstr ""
9125
9126#: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9127msgid "exec"
9128msgstr ""
9129
9130#: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9131msgid "path of git-upload-pack on the remote host"
9132msgstr ""
9133
9134#: builtin/ls-remote.c:58
9135msgid "limit to tags"
9136msgstr ""
9137
9138#: builtin/ls-remote.c:59
9139msgid "limit to heads"
9140msgstr ""
9141
9142#: builtin/ls-remote.c:60
9143msgid "do not show peeled tags"
9144msgstr ""
9145
9146#: builtin/ls-remote.c:62
9147msgid "take url.<base>.insteadOf into account"
9148msgstr ""
9149
9150#: builtin/ls-remote.c:64
9151msgid "exit with exit code 2 if no matching refs are found"
9152msgstr ""
9153
9154#: builtin/ls-remote.c:66
9155msgid "show underlying ref in addition to the object pointed by it"
9156msgstr ""
9157
9158#: builtin/ls-tree.c:28
9159msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9160msgstr ""
9161
9162#: builtin/ls-tree.c:126
9163msgid "only show trees"
9164msgstr ""
9165
9166#: builtin/ls-tree.c:128
9167msgid "recurse into subtrees"
9168msgstr ""
9169
9170#: builtin/ls-tree.c:130
9171msgid "show trees when recursing"
9172msgstr ""
9173
9174#: builtin/ls-tree.c:133
9175msgid "terminate entries with NUL byte"
9176msgstr ""
9177
9178#: builtin/ls-tree.c:134
9179msgid "include object size"
9180msgstr ""
9181
9182#: builtin/ls-tree.c:136 builtin/ls-tree.c:138
9183msgid "list only filenames"
9184msgstr ""
9185
9186#: builtin/ls-tree.c:141
9187msgid "use full path names"
9188msgstr ""
9189
9190#: builtin/ls-tree.c:143
9191msgid "list entire tree; not just current directory (implies --full-name)"
9192msgstr ""
9193
9194#: builtin/merge.c:46
9195msgid "git merge [<options>] [<commit>...]"
9196msgstr ""
9197
9198#: builtin/merge.c:47
9199msgid "git merge --abort"
9200msgstr ""
9201
9202#: builtin/merge.c:48
9203msgid "git merge --continue"
9204msgstr ""
9205
9206#: builtin/merge.c:103
9207msgid "switch `m' requires a value"
9208msgstr ""
9209
9210#: builtin/merge.c:140
9211#, c-format
9212msgid "Could not find merge strategy '%s'.\n"
9213msgstr ""
9214
9215#: builtin/merge.c:141
9216#, c-format
9217msgid "Available strategies are:"
9218msgstr ""
9219
9220#: builtin/merge.c:146
9221#, c-format
9222msgid "Available custom strategies are:"
9223msgstr ""
9224
9225#: builtin/merge.c:196 builtin/pull.c:127
9226msgid "do not show a diffstat at the end of the merge"
9227msgstr ""
9228
9229#: builtin/merge.c:199 builtin/pull.c:130
9230msgid "show a diffstat at the end of the merge"
9231msgstr ""
9232
9233#: builtin/merge.c:200 builtin/pull.c:133
9234msgid "(synonym to --stat)"
9235msgstr ""
9236
9237#: builtin/merge.c:202 builtin/pull.c:136
9238msgid "add (at most <n>) entries from shortlog to merge commit message"
9239msgstr ""
9240
9241#: builtin/merge.c:205 builtin/pull.c:139
9242msgid "create a single commit instead of doing a merge"
9243msgstr ""
9244
9245#: builtin/merge.c:207 builtin/pull.c:142
9246msgid "perform a commit if the merge succeeds (default)"
9247msgstr ""
9248
9249#: builtin/merge.c:209 builtin/pull.c:145
9250msgid "edit message before committing"
9251msgstr ""
9252
9253#: builtin/merge.c:210
9254msgid "allow fast-forward (default)"
9255msgstr ""
9256
9257#: builtin/merge.c:212 builtin/pull.c:151
9258msgid "abort if fast-forward is not possible"
9259msgstr ""
9260
9261#: builtin/merge.c:216 builtin/pull.c:154
9262msgid "verify that the named commit has a valid GPG signature"
9263msgstr ""
9264
9265#: builtin/merge.c:217 builtin/notes.c:773 builtin/pull.c:158
9266#: builtin/revert.c:108
9267msgid "strategy"
9268msgstr ""
9269
9270#: builtin/merge.c:218 builtin/pull.c:159
9271msgid "merge strategy to use"
9272msgstr ""
9273
9274#: builtin/merge.c:219 builtin/pull.c:162
9275msgid "option=value"
9276msgstr ""
9277
9278#: builtin/merge.c:220 builtin/pull.c:163
9279msgid "option for selected merge strategy"
9280msgstr ""
9281
9282#: builtin/merge.c:222
9283msgid "merge commit message (for a non-fast-forward merge)"
9284msgstr ""
9285
9286#: builtin/merge.c:226
9287msgid "abort the current in-progress merge"
9288msgstr ""
9289
9290#: builtin/merge.c:228
9291msgid "continue the current in-progress merge"
9292msgstr ""
9293
9294#: builtin/merge.c:230 builtin/pull.c:170
9295msgid "allow merging unrelated histories"
9296msgstr ""
9297
9298#: builtin/merge.c:258
9299msgid "could not run stash."
9300msgstr ""
9301
9302#: builtin/merge.c:263
9303msgid "stash failed"
9304msgstr ""
9305
9306#: builtin/merge.c:268
9307#, c-format
9308msgid "not a valid object: %s"
9309msgstr ""
9310
9311#: builtin/merge.c:287 builtin/merge.c:304
9312msgid "read-tree failed"
9313msgstr ""
9314
9315#: builtin/merge.c:334
9316msgid " (nothing to squash)"
9317msgstr ""
9318
9319#: builtin/merge.c:345
9320#, c-format
9321msgid "Squash commit -- not updating HEAD\n"
9322msgstr ""
9323
9324#: builtin/merge.c:395
9325#, c-format
9326msgid "No merge message -- not updating HEAD\n"
9327msgstr ""
9328
9329#: builtin/merge.c:446
9330#, c-format
9331msgid "'%s' does not point to a commit"
9332msgstr ""
9333
9334#: builtin/merge.c:536
9335#, c-format
9336msgid "Bad branch.%s.mergeoptions string: %s"
9337msgstr ""
9338
9339#: builtin/merge.c:656
9340msgid "Not handling anything other than two heads merge."
9341msgstr ""
9342
9343#: builtin/merge.c:670
9344#, c-format
9345msgid "Unknown option for merge-recursive: -X%s"
9346msgstr ""
9347
9348#: builtin/merge.c:685
9349#, c-format
9350msgid "unable to write %s"
9351msgstr ""
9352
9353#: builtin/merge.c:737
9354#, c-format
9355msgid "Could not read from '%s'"
9356msgstr ""
9357
9358#: builtin/merge.c:746
9359#, c-format
9360msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9361msgstr ""
9362
9363#: builtin/merge.c:752
9364#, c-format
9365msgid ""
9366"Please enter a commit message to explain why this merge is necessary,\n"
9367"especially if it merges an updated upstream into a topic branch.\n"
9368"\n"
9369"Lines starting with '%c' will be ignored, and an empty message aborts\n"
9370"the commit.\n"
9371msgstr ""
9372
9373#: builtin/merge.c:776
9374msgid "Empty commit message."
9375msgstr ""
9376
9377#: builtin/merge.c:796
9378#, c-format
9379msgid "Wonderful.\n"
9380msgstr ""
9381
9382#: builtin/merge.c:851
9383#, c-format
9384msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9385msgstr ""
9386
9387#: builtin/merge.c:890
9388msgid "No current branch."
9389msgstr ""
9390
9391#: builtin/merge.c:892
9392msgid "No remote for the current branch."
9393msgstr ""
9394
9395#: builtin/merge.c:894
9396msgid "No default upstream defined for the current branch."
9397msgstr ""
9398
9399#: builtin/merge.c:899
9400#, c-format
9401msgid "No remote-tracking branch for %s from %s"
9402msgstr ""
9403
9404#: builtin/merge.c:946
9405#, c-format
9406msgid "Bad value '%s' in environment '%s'"
9407msgstr ""
9408
9409#: builtin/merge.c:1020
9410#, c-format
9411msgid "could not close '%s'"
9412msgstr ""
9413
9414#: builtin/merge.c:1047
9415#, c-format
9416msgid "not something we can merge in %s: %s"
9417msgstr ""
9418
9419#: builtin/merge.c:1081
9420msgid "not something we can merge"
9421msgstr ""
9422
9423#: builtin/merge.c:1146
9424msgid "--abort expects no arguments"
9425msgstr ""
9426
9427#: builtin/merge.c:1150
9428msgid "There is no merge to abort (MERGE_HEAD missing)."
9429msgstr ""
9430
9431#: builtin/merge.c:1162
9432msgid "--continue expects no arguments"
9433msgstr ""
9434
9435#: builtin/merge.c:1166
9436msgid "There is no merge in progress (MERGE_HEAD missing)."
9437msgstr ""
9438
9439#: builtin/merge.c:1182
9440msgid ""
9441"You have not concluded your merge (MERGE_HEAD exists).\n"
9442"Please, commit your changes before you merge."
9443msgstr ""
9444
9445#: builtin/merge.c:1189
9446msgid ""
9447"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9448"Please, commit your changes before you merge."
9449msgstr ""
9450
9451#: builtin/merge.c:1192
9452msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9453msgstr ""
9454
9455#: builtin/merge.c:1201
9456msgid "You cannot combine --squash with --no-ff."
9457msgstr ""
9458
9459#: builtin/merge.c:1209
9460msgid "No commit specified and merge.defaultToUpstream not set."
9461msgstr ""
9462
9463#: builtin/merge.c:1226
9464msgid "Squash commit into empty head not supported yet"
9465msgstr ""
9466
9467#: builtin/merge.c:1228
9468msgid "Non-fast-forward commit does not make sense into an empty head"
9469msgstr ""
9470
9471#: builtin/merge.c:1233
9472#, c-format
9473msgid "%s - not something we can merge"
9474msgstr ""
9475
9476#: builtin/merge.c:1235
9477msgid "Can merge only exactly one commit into empty head"
9478msgstr ""
9479
9480#: builtin/merge.c:1269
9481#, c-format
9482msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9483msgstr ""
9484
9485#: builtin/merge.c:1272
9486#, c-format
9487msgid "Commit %s has a bad GPG signature allegedly by %s."
9488msgstr ""
9489
9490#: builtin/merge.c:1275
9491#, c-format
9492msgid "Commit %s does not have a GPG signature."
9493msgstr ""
9494
9495#: builtin/merge.c:1278
9496#, c-format
9497msgid "Commit %s has a good GPG signature by %s\n"
9498msgstr ""
9499
9500#: builtin/merge.c:1340
9501msgid "refusing to merge unrelated histories"
9502msgstr ""
9503
9504#: builtin/merge.c:1349
9505msgid "Already up-to-date."
9506msgstr ""
9507
9508#: builtin/merge.c:1359
9509#, c-format
9510msgid "Updating %s..%s\n"
9511msgstr ""
9512
9513#: builtin/merge.c:1400
9514#, c-format
9515msgid "Trying really trivial in-index merge...\n"
9516msgstr ""
9517
9518#: builtin/merge.c:1407
9519#, c-format
9520msgid "Nope.\n"
9521msgstr ""
9522
9523#: builtin/merge.c:1432
9524msgid "Already up-to-date. Yeeah!"
9525msgstr ""
9526
9527#: builtin/merge.c:1438
9528msgid "Not possible to fast-forward, aborting."
9529msgstr ""
9530
9531#: builtin/merge.c:1461 builtin/merge.c:1540
9532#, c-format
9533msgid "Rewinding the tree to pristine...\n"
9534msgstr ""
9535
9536#: builtin/merge.c:1465
9537#, c-format
9538msgid "Trying merge strategy %s...\n"
9539msgstr ""
9540
9541#: builtin/merge.c:1531
9542#, c-format
9543msgid "No merge strategy handled the merge.\n"
9544msgstr ""
9545
9546#: builtin/merge.c:1533
9547#, c-format
9548msgid "Merge with strategy %s failed.\n"
9549msgstr ""
9550
9551#: builtin/merge.c:1542
9552#, c-format
9553msgid "Using the %s to prepare resolving by hand.\n"
9554msgstr ""
9555
9556#: builtin/merge.c:1554
9557#, c-format
9558msgid "Automatic merge went well; stopped before committing as requested\n"
9559msgstr ""
9560
9561#: builtin/merge-base.c:29
9562msgid "git merge-base [-a | --all] <commit> <commit>..."
9563msgstr ""
9564
9565#: builtin/merge-base.c:30
9566msgid "git merge-base [-a | --all] --octopus <commit>..."
9567msgstr ""
9568
9569#: builtin/merge-base.c:31
9570msgid "git merge-base --independent <commit>..."
9571msgstr ""
9572
9573#: builtin/merge-base.c:32
9574msgid "git merge-base --is-ancestor <commit> <commit>"
9575msgstr ""
9576
9577#: builtin/merge-base.c:33
9578msgid "git merge-base --fork-point <ref> [<commit>]"
9579msgstr ""
9580
9581#: builtin/merge-base.c:217
9582msgid "output all common ancestors"
9583msgstr ""
9584
9585#: builtin/merge-base.c:219
9586msgid "find ancestors for a single n-way merge"
9587msgstr ""
9588
9589#: builtin/merge-base.c:221
9590msgid "list revs not reachable from others"
9591msgstr ""
9592
9593#: builtin/merge-base.c:223
9594msgid "is the first one ancestor of the other?"
9595msgstr ""
9596
9597#: builtin/merge-base.c:225
9598msgid "find where <commit> forked from reflog of <ref>"
9599msgstr ""
9600
9601#: builtin/merge-file.c:8
9602msgid ""
9603"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9604"<orig-file> <file2>"
9605msgstr ""
9606
9607#: builtin/merge-file.c:32
9608msgid "send results to standard output"
9609msgstr ""
9610
9611#: builtin/merge-file.c:33
9612msgid "use a diff3 based merge"
9613msgstr ""
9614
9615#: builtin/merge-file.c:34
9616msgid "for conflicts, use our version"
9617msgstr ""
9618
9619#: builtin/merge-file.c:36
9620msgid "for conflicts, use their version"
9621msgstr ""
9622
9623#: builtin/merge-file.c:38
9624msgid "for conflicts, use a union version"
9625msgstr ""
9626
9627#: builtin/merge-file.c:41
9628msgid "for conflicts, use this marker size"
9629msgstr ""
9630
9631#: builtin/merge-file.c:42
9632msgid "do not warn about conflicts"
9633msgstr ""
9634
9635#: builtin/merge-file.c:44
9636msgid "set labels for file1/orig-file/file2"
9637msgstr ""
9638
9639#: builtin/merge-recursive.c:45
9640#, c-format
9641msgid "unknown option %s"
9642msgstr ""
9643
9644#: builtin/merge-recursive.c:51
9645#, c-format
9646msgid "could not parse object '%s'"
9647msgstr ""
9648
9649#: builtin/merge-recursive.c:55
9650#, c-format
9651msgid "cannot handle more than %d base. Ignoring %s."
9652msgid_plural "cannot handle more than %d bases. Ignoring %s."
9653msgstr[0] ""
9654msgstr[1] ""
9655
9656#: builtin/merge-recursive.c:63
9657msgid "not handling anything other than two heads merge."
9658msgstr ""
9659
9660#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9661#, c-format
9662msgid "could not resolve ref '%s'"
9663msgstr ""
9664
9665#: builtin/merge-recursive.c:77
9666#, c-format
9667msgid "Merging %s with %s\n"
9668msgstr ""
9669
9670#: builtin/mktree.c:65
9671msgid "git mktree [-z] [--missing] [--batch]"
9672msgstr ""
9673
9674#: builtin/mktree.c:152
9675msgid "input is NUL terminated"
9676msgstr ""
9677
9678#: builtin/mktree.c:153 builtin/write-tree.c:24
9679msgid "allow missing objects"
9680msgstr ""
9681
9682#: builtin/mktree.c:154
9683msgid "allow creation of more than one tree"
9684msgstr ""
9685
9686#: builtin/mv.c:16
9687msgid "git mv [<options>] <source>... <destination>"
9688msgstr ""
9689
9690#: builtin/mv.c:82
9691#, c-format
9692msgid "Directory %s is in index and no submodule?"
9693msgstr ""
9694
9695#: builtin/mv.c:84 builtin/rm.c:290
9696msgid "Please stage your changes to .gitmodules or stash them to proceed"
9697msgstr ""
9698
9699#: builtin/mv.c:102
9700#, c-format
9701msgid "%.*s is in index"
9702msgstr ""
9703
9704#: builtin/mv.c:124
9705msgid "force move/rename even if target exists"
9706msgstr ""
9707
9708#: builtin/mv.c:125
9709msgid "skip move/rename errors"
9710msgstr ""
9711
9712#: builtin/mv.c:167
9713#, c-format
9714msgid "destination '%s' is not a directory"
9715msgstr ""
9716
9717#: builtin/mv.c:178
9718#, c-format
9719msgid "Checking rename of '%s' to '%s'\n"
9720msgstr ""
9721
9722#: builtin/mv.c:182
9723msgid "bad source"
9724msgstr ""
9725
9726#: builtin/mv.c:185
9727msgid "can not move directory into itself"
9728msgstr ""
9729
9730#: builtin/mv.c:188
9731msgid "cannot move directory over file"
9732msgstr ""
9733
9734#: builtin/mv.c:197
9735msgid "source directory is empty"
9736msgstr ""
9737
9738#: builtin/mv.c:222
9739msgid "not under version control"
9740msgstr ""
9741
9742#: builtin/mv.c:225
9743msgid "destination exists"
9744msgstr ""
9745
9746#: builtin/mv.c:233
9747#, c-format
9748msgid "overwriting '%s'"
9749msgstr ""
9750
9751#: builtin/mv.c:236
9752msgid "Cannot overwrite"
9753msgstr ""
9754
9755#: builtin/mv.c:239
9756msgid "multiple sources for the same target"
9757msgstr ""
9758
9759#: builtin/mv.c:241
9760msgid "destination directory does not exist"
9761msgstr ""
9762
9763#: builtin/mv.c:248
9764#, c-format
9765msgid "%s, source=%s, destination=%s"
9766msgstr ""
9767
9768#: builtin/mv.c:269
9769#, c-format
9770msgid "Renaming %s to %s\n"
9771msgstr ""
9772
9773#: builtin/mv.c:275 builtin/remote.c:710 builtin/repack.c:384
9774#, c-format
9775msgid "renaming '%s' failed"
9776msgstr ""
9777
9778#: builtin/name-rev.c:289
9779msgid "git name-rev [<options>] <commit>..."
9780msgstr ""
9781
9782#: builtin/name-rev.c:290
9783msgid "git name-rev [<options>] --all"
9784msgstr ""
9785
9786#: builtin/name-rev.c:291
9787msgid "git name-rev [<options>] --stdin"
9788msgstr ""
9789
9790#: builtin/name-rev.c:346
9791msgid "print only names (no SHA-1)"
9792msgstr ""
9793
9794#: builtin/name-rev.c:347
9795msgid "only use tags to name the commits"
9796msgstr ""
9797
9798#: builtin/name-rev.c:349
9799msgid "only use refs matching <pattern>"
9800msgstr ""
9801
9802#: builtin/name-rev.c:351
9803msgid "ignore refs matching <pattern>"
9804msgstr ""
9805
9806#: builtin/name-rev.c:353
9807msgid "list all commits reachable from all refs"
9808msgstr ""
9809
9810#: builtin/name-rev.c:354
9811msgid "read from stdin"
9812msgstr ""
9813
9814#: builtin/name-rev.c:355
9815msgid "allow to print `undefined` names (default)"
9816msgstr ""
9817
9818#: builtin/name-rev.c:361
9819msgid "dereference tags in the input (internal use)"
9820msgstr ""
9821
9822#: builtin/notes.c:25
9823msgid "git notes [--ref <notes-ref>] [list [<object>]]"
9824msgstr ""
9825
9826#: builtin/notes.c:26
9827msgid ""
9828"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
9829"| (-c | -C) <object>] [<object>]"
9830msgstr ""
9831
9832#: builtin/notes.c:27
9833msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
9834msgstr ""
9835
9836#: builtin/notes.c:28
9837msgid ""
9838"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
9839"(-c | -C) <object>] [<object>]"
9840msgstr ""
9841
9842#: builtin/notes.c:29
9843msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
9844msgstr ""
9845
9846#: builtin/notes.c:30
9847msgid "git notes [--ref <notes-ref>] show [<object>]"
9848msgstr ""
9849
9850#: builtin/notes.c:31
9851msgid ""
9852"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
9853msgstr ""
9854
9855#: builtin/notes.c:32
9856msgid "git notes merge --commit [-v | -q]"
9857msgstr ""
9858
9859#: builtin/notes.c:33
9860msgid "git notes merge --abort [-v | -q]"
9861msgstr ""
9862
9863#: builtin/notes.c:34
9864msgid "git notes [--ref <notes-ref>] remove [<object>...]"
9865msgstr ""
9866
9867#: builtin/notes.c:35
9868msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
9869msgstr ""
9870
9871#: builtin/notes.c:36
9872msgid "git notes [--ref <notes-ref>] get-ref"
9873msgstr ""
9874
9875#: builtin/notes.c:41
9876msgid "git notes [list [<object>]]"
9877msgstr ""
9878
9879#: builtin/notes.c:46
9880msgid "git notes add [<options>] [<object>]"
9881msgstr ""
9882
9883#: builtin/notes.c:51
9884msgid "git notes copy [<options>] <from-object> <to-object>"
9885msgstr ""
9886
9887#: builtin/notes.c:52
9888msgid "git notes copy --stdin [<from-object> <to-object>]..."
9889msgstr ""
9890
9891#: builtin/notes.c:57
9892msgid "git notes append [<options>] [<object>]"
9893msgstr ""
9894
9895#: builtin/notes.c:62
9896msgid "git notes edit [<object>]"
9897msgstr ""
9898
9899#: builtin/notes.c:67
9900msgid "git notes show [<object>]"
9901msgstr ""
9902
9903#: builtin/notes.c:72
9904msgid "git notes merge [<options>] <notes-ref>"
9905msgstr ""
9906
9907#: builtin/notes.c:73
9908msgid "git notes merge --commit [<options>]"
9909msgstr ""
9910
9911#: builtin/notes.c:74
9912msgid "git notes merge --abort [<options>]"
9913msgstr ""
9914
9915#: builtin/notes.c:79
9916msgid "git notes remove [<object>]"
9917msgstr ""
9918
9919#: builtin/notes.c:84
9920msgid "git notes prune [<options>]"
9921msgstr ""
9922
9923#: builtin/notes.c:89
9924msgid "git notes get-ref"
9925msgstr ""
9926
9927#: builtin/notes.c:94
9928msgid "Write/edit the notes for the following object:"
9929msgstr ""
9930
9931#: builtin/notes.c:147
9932#, c-format
9933msgid "unable to start 'show' for object '%s'"
9934msgstr ""
9935
9936#: builtin/notes.c:151
9937msgid "could not read 'show' output"
9938msgstr ""
9939
9940#: builtin/notes.c:159
9941#, c-format
9942msgid "failed to finish 'show' for object '%s'"
9943msgstr ""
9944
9945#: builtin/notes.c:194
9946msgid "please supply the note contents using either -m or -F option"
9947msgstr ""
9948
9949#: builtin/notes.c:203
9950msgid "unable to write note object"
9951msgstr ""
9952
9953#: builtin/notes.c:205
9954#, c-format
9955msgid "the note contents have been left in %s"
9956msgstr ""
9957
9958#: builtin/notes.c:233 builtin/tag.c:516
9959#, c-format
9960msgid "cannot read '%s'"
9961msgstr ""
9962
9963#: builtin/notes.c:235 builtin/tag.c:519
9964#, c-format
9965msgid "could not open or read '%s'"
9966msgstr ""
9967
9968#: builtin/notes.c:254 builtin/notes.c:305 builtin/notes.c:307
9969#: builtin/notes.c:372 builtin/notes.c:427 builtin/notes.c:513
9970#: builtin/notes.c:518 builtin/notes.c:596 builtin/notes.c:658
9971#, c-format
9972msgid "failed to resolve '%s' as a valid ref."
9973msgstr ""
9974
9975#: builtin/notes.c:257
9976#, c-format
9977msgid "failed to read object '%s'."
9978msgstr ""
9979
9980#: builtin/notes.c:261
9981#, c-format
9982msgid "cannot read note data from non-blob object '%s'."
9983msgstr ""
9984
9985#: builtin/notes.c:301
9986#, c-format
9987msgid "malformed input line: '%s'."
9988msgstr ""
9989
9990#: builtin/notes.c:316
9991#, c-format
9992msgid "failed to copy notes from '%s' to '%s'"
9993msgstr ""
9994
9995#. TRANSLATORS: the first %s will be replaced by a
9996#. git notes command: 'add', 'merge', 'remove', etc.
9997#: builtin/notes.c:345
9998#, c-format
9999msgid "refusing to %s notes in %s (outside of refs/notes/)"
10000msgstr ""
10001
10002#: builtin/notes.c:365 builtin/notes.c:420 builtin/notes.c:496
10003#: builtin/notes.c:508 builtin/notes.c:584 builtin/notes.c:651
10004#: builtin/notes.c:801 builtin/notes.c:948 builtin/notes.c:969
10005msgid "too many parameters"
10006msgstr ""
10007
10008#: builtin/notes.c:378 builtin/notes.c:664
10009#, c-format
10010msgid "no note found for object %s."
10011msgstr ""
10012
10013#: builtin/notes.c:399 builtin/notes.c:562
10014msgid "note contents as a string"
10015msgstr ""
10016
10017#: builtin/notes.c:402 builtin/notes.c:565
10018msgid "note contents in a file"
10019msgstr ""
10020
10021#: builtin/notes.c:405 builtin/notes.c:568
10022msgid "reuse and edit specified note object"
10023msgstr ""
10024
10025#: builtin/notes.c:408 builtin/notes.c:571
10026msgid "reuse specified note object"
10027msgstr ""
10028
10029#: builtin/notes.c:411 builtin/notes.c:574
10030msgid "allow storing empty note"
10031msgstr ""
10032
10033#: builtin/notes.c:412 builtin/notes.c:483
10034msgid "replace existing notes"
10035msgstr ""
10036
10037#: builtin/notes.c:437
10038#, c-format
10039msgid ""
10040"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10041"existing notes"
10042msgstr ""
10043
10044#: builtin/notes.c:452 builtin/notes.c:531
10045#, c-format
10046msgid "Overwriting existing notes for object %s\n"
10047msgstr ""
10048
10049#: builtin/notes.c:463 builtin/notes.c:623 builtin/notes.c:888
10050#, c-format
10051msgid "Removing note for object %s\n"
10052msgstr ""
10053
10054#: builtin/notes.c:484
10055msgid "read objects from stdin"
10056msgstr ""
10057
10058#: builtin/notes.c:486
10059msgid "load rewriting config for <command> (implies --stdin)"
10060msgstr ""
10061
10062#: builtin/notes.c:504
10063msgid "too few parameters"
10064msgstr ""
10065
10066#: builtin/notes.c:525
10067#, c-format
10068msgid ""
10069"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10070"existing notes"
10071msgstr ""
10072
10073#: builtin/notes.c:537
10074#, c-format
10075msgid "missing notes on source object %s. Cannot copy."
10076msgstr ""
10077
10078#: builtin/notes.c:589
10079#, c-format
10080msgid ""
10081"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10082"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10083msgstr ""
10084
10085#: builtin/notes.c:684
10086msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10087msgstr ""
10088
10089#: builtin/notes.c:686
10090msgid "failed to delete ref NOTES_MERGE_REF"
10091msgstr ""
10092
10093#: builtin/notes.c:688
10094msgid "failed to remove 'git notes merge' worktree"
10095msgstr ""
10096
10097#: builtin/notes.c:708
10098msgid "failed to read ref NOTES_MERGE_PARTIAL"
10099msgstr ""
10100
10101#: builtin/notes.c:710
10102msgid "could not find commit from NOTES_MERGE_PARTIAL."
10103msgstr ""
10104
10105#: builtin/notes.c:712
10106msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10107msgstr ""
10108
10109#: builtin/notes.c:725
10110msgid "failed to resolve NOTES_MERGE_REF"
10111msgstr ""
10112
10113#: builtin/notes.c:728
10114msgid "failed to finalize notes merge"
10115msgstr ""
10116
10117#: builtin/notes.c:754
10118#, c-format
10119msgid "unknown notes merge strategy %s"
10120msgstr ""
10121
10122#: builtin/notes.c:770
10123msgid "General options"
10124msgstr ""
10125
10126#: builtin/notes.c:772
10127msgid "Merge options"
10128msgstr ""
10129
10130#: builtin/notes.c:774
10131msgid ""
10132"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10133"cat_sort_uniq)"
10134msgstr ""
10135
10136#: builtin/notes.c:776
10137msgid "Committing unmerged notes"
10138msgstr ""
10139
10140#: builtin/notes.c:778
10141msgid "finalize notes merge by committing unmerged notes"
10142msgstr ""
10143
10144#: builtin/notes.c:780
10145msgid "Aborting notes merge resolution"
10146msgstr ""
10147
10148#: builtin/notes.c:782
10149msgid "abort notes merge"
10150msgstr ""
10151
10152#: builtin/notes.c:793
10153msgid "cannot mix --commit, --abort or -s/--strategy"
10154msgstr ""
10155
10156#: builtin/notes.c:798
10157msgid "must specify a notes ref to merge"
10158msgstr ""
10159
10160#: builtin/notes.c:822
10161#, c-format
10162msgid "unknown -s/--strategy: %s"
10163msgstr ""
10164
10165#: builtin/notes.c:859
10166#, c-format
10167msgid "a notes merge into %s is already in-progress at %s"
10168msgstr ""
10169
10170#: builtin/notes.c:862
10171#, c-format
10172msgid "failed to store link to current notes ref (%s)"
10173msgstr ""
10174
10175#: builtin/notes.c:864
10176#, c-format
10177msgid ""
10178"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10179"'git notes merge --commit', or abort the merge with 'git notes merge --"
10180"abort'.\n"
10181msgstr ""
10182
10183#: builtin/notes.c:886
10184#, c-format
10185msgid "Object %s has no note\n"
10186msgstr ""
10187
10188#: builtin/notes.c:898
10189msgid "attempt to remove non-existent note is not an error"
10190msgstr ""
10191
10192#: builtin/notes.c:901
10193msgid "read object names from the standard input"
10194msgstr ""
10195
10196#: builtin/notes.c:939 builtin/prune.c:105 builtin/worktree.c:127
10197msgid "do not remove, show only"
10198msgstr ""
10199
10200#: builtin/notes.c:940
10201msgid "report pruned notes"
10202msgstr ""
10203
10204#: builtin/notes.c:982
10205msgid "notes-ref"
10206msgstr ""
10207
10208#: builtin/notes.c:983
10209msgid "use notes from <notes-ref>"
10210msgstr ""
10211
10212#: builtin/notes.c:1018
10213#, c-format
10214msgid "unknown subcommand: %s"
10215msgstr ""
10216
10217#: builtin/pack-objects.c:29
10218msgid ""
10219"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10220msgstr ""
10221
10222#: builtin/pack-objects.c:30
10223msgid ""
10224"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10225msgstr ""
10226
10227#: builtin/pack-objects.c:177 builtin/pack-objects.c:180
10228#, c-format
10229msgid "deflate error (%d)"
10230msgstr ""
10231
10232#: builtin/pack-objects.c:770
10233msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10234msgstr ""
10235
10236#: builtin/pack-objects.c:783
10237msgid "Writing objects"
10238msgstr ""
10239
10240#: builtin/pack-objects.c:1063
10241msgid "disabling bitmap writing, as some objects are not being packed"
10242msgstr ""
10243
10244#: builtin/pack-objects.c:2426
10245msgid "Compressing objects"
10246msgstr ""
10247
10248#: builtin/pack-objects.c:2829
10249#, c-format
10250msgid "unsupported index version %s"
10251msgstr ""
10252
10253#: builtin/pack-objects.c:2833
10254#, c-format
10255msgid "bad index version '%s'"
10256msgstr ""
10257
10258#: builtin/pack-objects.c:2863
10259msgid "do not show progress meter"
10260msgstr ""
10261
10262#: builtin/pack-objects.c:2865
10263msgid "show progress meter"
10264msgstr ""
10265
10266#: builtin/pack-objects.c:2867
10267msgid "show progress meter during object writing phase"
10268msgstr ""
10269
10270#: builtin/pack-objects.c:2870
10271msgid "similar to --all-progress when progress meter is shown"
10272msgstr ""
10273
10274#: builtin/pack-objects.c:2871
10275msgid "version[,offset]"
10276msgstr ""
10277
10278#: builtin/pack-objects.c:2872
10279msgid "write the pack index file in the specified idx format version"
10280msgstr ""
10281
10282#: builtin/pack-objects.c:2875
10283msgid "maximum size of each output pack file"
10284msgstr ""
10285
10286#: builtin/pack-objects.c:2877
10287msgid "ignore borrowed objects from alternate object store"
10288msgstr ""
10289
10290#: builtin/pack-objects.c:2879
10291msgid "ignore packed objects"
10292msgstr ""
10293
10294#: builtin/pack-objects.c:2881
10295msgid "limit pack window by objects"
10296msgstr ""
10297
10298#: builtin/pack-objects.c:2883
10299msgid "limit pack window by memory in addition to object limit"
10300msgstr ""
10301
10302#: builtin/pack-objects.c:2885
10303msgid "maximum length of delta chain allowed in the resulting pack"
10304msgstr ""
10305
10306#: builtin/pack-objects.c:2887
10307msgid "reuse existing deltas"
10308msgstr ""
10309
10310#: builtin/pack-objects.c:2889
10311msgid "reuse existing objects"
10312msgstr ""
10313
10314#: builtin/pack-objects.c:2891
10315msgid "use OFS_DELTA objects"
10316msgstr ""
10317
10318#: builtin/pack-objects.c:2893
10319msgid "use threads when searching for best delta matches"
10320msgstr ""
10321
10322#: builtin/pack-objects.c:2895
10323msgid "do not create an empty pack output"
10324msgstr ""
10325
10326#: builtin/pack-objects.c:2897
10327msgid "read revision arguments from standard input"
10328msgstr ""
10329
10330#: builtin/pack-objects.c:2899
10331msgid "limit the objects to those that are not yet packed"
10332msgstr ""
10333
10334#: builtin/pack-objects.c:2902
10335msgid "include objects reachable from any reference"
10336msgstr ""
10337
10338#: builtin/pack-objects.c:2905
10339msgid "include objects referred by reflog entries"
10340msgstr ""
10341
10342#: builtin/pack-objects.c:2908
10343msgid "include objects referred to by the index"
10344msgstr ""
10345
10346#: builtin/pack-objects.c:2911
10347msgid "output pack to stdout"
10348msgstr ""
10349
10350#: builtin/pack-objects.c:2913
10351msgid "include tag objects that refer to objects to be packed"
10352msgstr ""
10353
10354#: builtin/pack-objects.c:2915
10355msgid "keep unreachable objects"
10356msgstr ""
10357
10358#: builtin/pack-objects.c:2917
10359msgid "pack loose unreachable objects"
10360msgstr ""
10361
10362#: builtin/pack-objects.c:2919
10363msgid "unpack unreachable objects newer than <time>"
10364msgstr ""
10365
10366#: builtin/pack-objects.c:2922
10367msgid "create thin packs"
10368msgstr ""
10369
10370#: builtin/pack-objects.c:2924
10371msgid "create packs suitable for shallow fetches"
10372msgstr ""
10373
10374#: builtin/pack-objects.c:2926
10375msgid "ignore packs that have companion .keep file"
10376msgstr ""
10377
10378#: builtin/pack-objects.c:2928
10379msgid "pack compression level"
10380msgstr ""
10381
10382#: builtin/pack-objects.c:2930
10383msgid "do not hide commits by grafts"
10384msgstr ""
10385
10386#: builtin/pack-objects.c:2932
10387msgid "use a bitmap index if available to speed up counting objects"
10388msgstr ""
10389
10390#: builtin/pack-objects.c:2934
10391msgid "write a bitmap index together with the pack index"
10392msgstr ""
10393
10394#: builtin/pack-objects.c:3061
10395msgid "Counting objects"
10396msgstr ""
10397
10398#: builtin/pack-refs.c:6
10399msgid "git pack-refs [<options>]"
10400msgstr ""
10401
10402#: builtin/pack-refs.c:14
10403msgid "pack everything"
10404msgstr ""
10405
10406#: builtin/pack-refs.c:15
10407msgid "prune loose refs (default)"
10408msgstr ""
10409
10410#: builtin/prune-packed.c:7
10411msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10412msgstr ""
10413
10414#: builtin/prune-packed.c:40
10415msgid "Removing duplicate objects"
10416msgstr ""
10417
10418#: builtin/prune.c:11
10419msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
10420msgstr ""
10421
10422#: builtin/prune.c:106
10423msgid "report pruned objects"
10424msgstr ""
10425
10426#: builtin/prune.c:109
10427msgid "expire objects older than <time>"
10428msgstr ""
10429
10430#: builtin/prune.c:123
10431msgid "cannot prune in a precious-objects repo"
10432msgstr ""
10433
10434#: builtin/pull.c:51 builtin/pull.c:53
10435#, c-format
10436msgid "Invalid value for %s: %s"
10437msgstr ""
10438
10439#: builtin/pull.c:73
10440msgid "git pull [<options>] [<repository> [<refspec>...]]"
10441msgstr ""
10442
10443#: builtin/pull.c:121
10444msgid "Options related to merging"
10445msgstr ""
10446
10447#: builtin/pull.c:124
10448msgid "incorporate changes by rebasing rather than merging"
10449msgstr ""
10450
10451#: builtin/pull.c:148 builtin/rebase--helper.c:18 builtin/revert.c:120
10452msgid "allow fast-forward"
10453msgstr ""
10454
10455#: builtin/pull.c:157
10456msgid "automatically stash/stash pop before and after rebase"
10457msgstr ""
10458
10459#: builtin/pull.c:173
10460msgid "Options related to fetching"
10461msgstr ""
10462
10463#: builtin/pull.c:195
10464msgid "number of submodules pulled in parallel"
10465msgstr ""
10466
10467#: builtin/pull.c:284
10468#, c-format
10469msgid "Invalid value for pull.ff: %s"
10470msgstr ""
10471
10472#: builtin/pull.c:397
10473msgid ""
10474"There is no candidate for rebasing against among the refs that you just "
10475"fetched."
10476msgstr ""
10477
10478#: builtin/pull.c:399
10479msgid ""
10480"There are no candidates for merging among the refs that you just fetched."
10481msgstr ""
10482
10483#: builtin/pull.c:400
10484msgid ""
10485"Generally this means that you provided a wildcard refspec which had no\n"
10486"matches on the remote end."
10487msgstr ""
10488
10489#: builtin/pull.c:403
10490#, c-format
10491msgid ""
10492"You asked to pull from the remote '%s', but did not specify\n"
10493"a branch. Because this is not the default configured remote\n"
10494"for your current branch, you must specify a branch on the command line."
10495msgstr ""
10496
10497#: builtin/pull.c:408 git-parse-remote.sh:73
10498msgid "You are not currently on a branch."
10499msgstr ""
10500
10501#: builtin/pull.c:410 builtin/pull.c:425 git-parse-remote.sh:79
10502msgid "Please specify which branch you want to rebase against."
10503msgstr ""
10504
10505#: builtin/pull.c:412 builtin/pull.c:427 git-parse-remote.sh:82
10506msgid "Please specify which branch you want to merge with."
10507msgstr ""
10508
10509#: builtin/pull.c:413 builtin/pull.c:428
10510msgid "See git-pull(1) for details."
10511msgstr ""
10512
10513#: builtin/pull.c:415 builtin/pull.c:421 builtin/pull.c:430
10514#: git-parse-remote.sh:64
10515msgid "<remote>"
10516msgstr ""
10517
10518#: builtin/pull.c:415 builtin/pull.c:430 builtin/pull.c:435 git-rebase.sh:456
10519#: git-parse-remote.sh:65
10520msgid "<branch>"
10521msgstr ""
10522
10523#: builtin/pull.c:423 git-parse-remote.sh:75
10524msgid "There is no tracking information for the current branch."
10525msgstr ""
10526
10527#: builtin/pull.c:432 git-parse-remote.sh:95
10528msgid ""
10529"If you wish to set tracking information for this branch you can do so with:"
10530msgstr ""
10531
10532#: builtin/pull.c:437
10533#, c-format
10534msgid ""
10535"Your configuration specifies to merge with the ref '%s'\n"
10536"from the remote, but no such ref was fetched."
10537msgstr ""
10538
10539#: builtin/pull.c:754
10540msgid "ignoring --verify-signatures for rebase"
10541msgstr ""
10542
10543#: builtin/pull.c:801
10544msgid "--[no-]autostash option is only valid with --rebase."
10545msgstr ""
10546
10547#: builtin/pull.c:809
10548msgid "Updating an unborn branch with changes added to the index."
10549msgstr ""
10550
10551#: builtin/pull.c:812
10552msgid "pull with rebase"
10553msgstr ""
10554
10555#: builtin/pull.c:813
10556msgid "please commit or stash them."
10557msgstr ""
10558
10559#: builtin/pull.c:838
10560#, c-format
10561msgid ""
10562"fetch updated the current branch head.\n"
10563"fast-forwarding your working tree from\n"
10564"commit %s."
10565msgstr ""
10566
10567#: builtin/pull.c:843
10568#, c-format
10569msgid ""
10570"Cannot fast-forward your working tree.\n"
10571"After making sure that you saved anything precious from\n"
10572"$ git diff %s\n"
10573"output, run\n"
10574"$ git reset --hard\n"
10575"to recover."
10576msgstr ""
10577
10578#: builtin/pull.c:858
10579msgid "Cannot merge multiple branches into empty head."
10580msgstr ""
10581
10582#: builtin/pull.c:862
10583msgid "Cannot rebase onto multiple branches."
10584msgstr ""
10585
10586#: builtin/push.c:16
10587msgid "git push [<options>] [<repository> [<refspec>...]]"
10588msgstr ""
10589
10590#: builtin/push.c:89
10591msgid "tag shorthand without <tag>"
10592msgstr ""
10593
10594#: builtin/push.c:99
10595msgid "--delete only accepts plain target ref names"
10596msgstr ""
10597
10598#: builtin/push.c:143
10599msgid ""
10600"\n"
10601"To choose either option permanently, see push.default in 'git help config'."
10602msgstr ""
10603
10604#: builtin/push.c:146
10605#, c-format
10606msgid ""
10607"The upstream branch of your current branch does not match\n"
10608"the name of your current branch.  To push to the upstream branch\n"
10609"on the remote, use\n"
10610"\n"
10611"    git push %s HEAD:%s\n"
10612"\n"
10613"To push to the branch of the same name on the remote, use\n"
10614"\n"
10615"    git push %s %s\n"
10616"%s"
10617msgstr ""
10618
10619#: builtin/push.c:161
10620#, c-format
10621msgid ""
10622"You are not currently on a branch.\n"
10623"To push the history leading to the current (detached HEAD)\n"
10624"state now, use\n"
10625"\n"
10626"    git push %s HEAD:<name-of-remote-branch>\n"
10627msgstr ""
10628
10629#: builtin/push.c:175
10630#, c-format
10631msgid ""
10632"The current branch %s has no upstream branch.\n"
10633"To push the current branch and set the remote as upstream, use\n"
10634"\n"
10635"    git push --set-upstream %s %s\n"
10636msgstr ""
10637
10638#: builtin/push.c:183
10639#, c-format
10640msgid "The current branch %s has multiple upstream branches, refusing to push."
10641msgstr ""
10642
10643#: builtin/push.c:186
10644#, c-format
10645msgid ""
10646"You are pushing to remote '%s', which is not the upstream of\n"
10647"your current branch '%s', without telling me what to push\n"
10648"to update which remote branch."
10649msgstr ""
10650
10651#: builtin/push.c:245
10652msgid ""
10653"You didn't specify any refspecs to push, and push.default is \"nothing\"."
10654msgstr ""
10655
10656#: builtin/push.c:252
10657msgid ""
10658"Updates were rejected because the tip of your current branch is behind\n"
10659"its remote counterpart. Integrate the remote changes (e.g.\n"
10660"'git pull ...') before pushing again.\n"
10661"See the 'Note about fast-forwards' in 'git push --help' for details."
10662msgstr ""
10663
10664#: builtin/push.c:258
10665msgid ""
10666"Updates were rejected because a pushed branch tip is behind its remote\n"
10667"counterpart. Check out this branch and integrate the remote changes\n"
10668"(e.g. 'git pull ...') before pushing again.\n"
10669"See the 'Note about fast-forwards' in 'git push --help' for details."
10670msgstr ""
10671
10672#: builtin/push.c:264
10673msgid ""
10674"Updates were rejected because the remote contains work that you do\n"
10675"not have locally. This is usually caused by another repository pushing\n"
10676"to the same ref. You may want to first integrate the remote changes\n"
10677"(e.g., 'git pull ...') before pushing again.\n"
10678"See the 'Note about fast-forwards' in 'git push --help' for details."
10679msgstr ""
10680
10681#: builtin/push.c:271
10682msgid "Updates were rejected because the tag already exists in the remote."
10683msgstr ""
10684
10685#: builtin/push.c:274
10686msgid ""
10687"You cannot update a remote ref that points at a non-commit object,\n"
10688"or update a remote ref to make it point at a non-commit object,\n"
10689"without using the '--force' option.\n"
10690msgstr ""
10691
10692#: builtin/push.c:334
10693#, c-format
10694msgid "Pushing to %s\n"
10695msgstr ""
10696
10697#: builtin/push.c:338
10698#, c-format
10699msgid "failed to push some refs to '%s'"
10700msgstr ""
10701
10702#: builtin/push.c:369
10703#, c-format
10704msgid "bad repository '%s'"
10705msgstr ""
10706
10707#: builtin/push.c:370
10708msgid ""
10709"No configured push destination.\n"
10710"Either specify the URL from the command-line or configure a remote "
10711"repository using\n"
10712"\n"
10713"    git remote add <name> <url>\n"
10714"\n"
10715"and then push using the remote name\n"
10716"\n"
10717"    git push <name>\n"
10718msgstr ""
10719
10720#: builtin/push.c:388
10721msgid "--all and --tags are incompatible"
10722msgstr ""
10723
10724#: builtin/push.c:389
10725msgid "--all can't be combined with refspecs"
10726msgstr ""
10727
10728#: builtin/push.c:394
10729msgid "--mirror and --tags are incompatible"
10730msgstr ""
10731
10732#: builtin/push.c:395
10733msgid "--mirror can't be combined with refspecs"
10734msgstr ""
10735
10736#: builtin/push.c:400
10737msgid "--all and --mirror are incompatible"
10738msgstr ""
10739
10740#: builtin/push.c:518
10741msgid "repository"
10742msgstr ""
10743
10744#: builtin/push.c:519 builtin/send-pack.c:162
10745msgid "push all refs"
10746msgstr ""
10747
10748#: builtin/push.c:520 builtin/send-pack.c:164
10749msgid "mirror all refs"
10750msgstr ""
10751
10752#: builtin/push.c:522
10753msgid "delete refs"
10754msgstr ""
10755
10756#: builtin/push.c:523
10757msgid "push tags (can't be used with --all or --mirror)"
10758msgstr ""
10759
10760#: builtin/push.c:526 builtin/send-pack.c:165
10761msgid "force updates"
10762msgstr ""
10763
10764#: builtin/push.c:528 builtin/send-pack.c:179
10765msgid "refname>:<expect"
10766msgstr ""
10767
10768#: builtin/push.c:529 builtin/send-pack.c:180
10769msgid "require old value of ref to be at this value"
10770msgstr ""
10771
10772#: builtin/push.c:532
10773msgid "control recursive pushing of submodules"
10774msgstr ""
10775
10776#: builtin/push.c:534 builtin/send-pack.c:173
10777msgid "use thin pack"
10778msgstr ""
10779
10780#: builtin/push.c:535 builtin/push.c:536 builtin/send-pack.c:159
10781#: builtin/send-pack.c:160
10782msgid "receive pack program"
10783msgstr ""
10784
10785#: builtin/push.c:537
10786msgid "set upstream for git pull/status"
10787msgstr ""
10788
10789#: builtin/push.c:540
10790msgid "prune locally removed refs"
10791msgstr ""
10792
10793#: builtin/push.c:542
10794msgid "bypass pre-push hook"
10795msgstr ""
10796
10797#: builtin/push.c:543
10798msgid "push missing but relevant tags"
10799msgstr ""
10800
10801#: builtin/push.c:546 builtin/send-pack.c:167
10802msgid "GPG sign the push"
10803msgstr ""
10804
10805#: builtin/push.c:548 builtin/send-pack.c:174
10806msgid "request atomic transaction on remote side"
10807msgstr ""
10808
10809#: builtin/push.c:549 builtin/send-pack.c:170
10810msgid "server-specific"
10811msgstr ""
10812
10813#: builtin/push.c:549 builtin/send-pack.c:171
10814msgid "option to transmit"
10815msgstr ""
10816
10817#: builtin/push.c:563
10818msgid "--delete is incompatible with --all, --mirror and --tags"
10819msgstr ""
10820
10821#: builtin/push.c:565
10822msgid "--delete doesn't make sense without any refs"
10823msgstr ""
10824
10825#: builtin/push.c:584
10826msgid "push options must not have new line characters"
10827msgstr ""
10828
10829#: builtin/read-tree.c:40
10830msgid ""
10831"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
10832"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
10833"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
10834msgstr ""
10835
10836#: builtin/read-tree.c:130
10837msgid "write resulting index to <file>"
10838msgstr ""
10839
10840#: builtin/read-tree.c:133
10841msgid "only empty the index"
10842msgstr ""
10843
10844#: builtin/read-tree.c:135
10845msgid "Merging"
10846msgstr ""
10847
10848#: builtin/read-tree.c:137
10849msgid "perform a merge in addition to a read"
10850msgstr ""
10851
10852#: builtin/read-tree.c:139
10853msgid "3-way merge if no file level merging required"
10854msgstr ""
10855
10856#: builtin/read-tree.c:141
10857msgid "3-way merge in presence of adds and removes"
10858msgstr ""
10859
10860#: builtin/read-tree.c:143
10861msgid "same as -m, but discard unmerged entries"
10862msgstr ""
10863
10864#: builtin/read-tree.c:144
10865msgid "<subdirectory>/"
10866msgstr ""
10867
10868#: builtin/read-tree.c:145
10869msgid "read the tree into the index under <subdirectory>/"
10870msgstr ""
10871
10872#: builtin/read-tree.c:148
10873msgid "update working tree with merge result"
10874msgstr ""
10875
10876#: builtin/read-tree.c:150
10877msgid "gitignore"
10878msgstr ""
10879
10880#: builtin/read-tree.c:151
10881msgid "allow explicitly ignored files to be overwritten"
10882msgstr ""
10883
10884#: builtin/read-tree.c:154
10885msgid "don't check the working tree after merging"
10886msgstr ""
10887
10888#: builtin/read-tree.c:155
10889msgid "don't update the index or the work tree"
10890msgstr ""
10891
10892#: builtin/read-tree.c:157
10893msgid "skip applying sparse checkout filter"
10894msgstr ""
10895
10896#: builtin/read-tree.c:159
10897msgid "debug unpack-trees"
10898msgstr ""
10899
10900#: builtin/rebase--helper.c:7
10901msgid "git rebase--helper [<options>]"
10902msgstr ""
10903
10904#: builtin/rebase--helper.c:19
10905msgid "continue rebase"
10906msgstr ""
10907
10908#: builtin/rebase--helper.c:21
10909msgid "abort rebase"
10910msgstr ""
10911
10912#: builtin/receive-pack.c:27
10913msgid "git receive-pack <git-dir>"
10914msgstr ""
10915
10916#: builtin/receive-pack.c:795
10917msgid ""
10918"By default, updating the current branch in a non-bare repository\n"
10919"is denied, because it will make the index and work tree inconsistent\n"
10920"with what you pushed, and will require 'git reset --hard' to match\n"
10921"the work tree to HEAD.\n"
10922"\n"
10923"You can set the 'receive.denyCurrentBranch' configuration variable\n"
10924"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
10925"its current branch; however, this is not recommended unless you\n"
10926"arranged to update its work tree to match what you pushed in some\n"
10927"other way.\n"
10928"\n"
10929"To squelch this message and still keep the default behaviour, set\n"
10930"'receive.denyCurrentBranch' configuration variable to 'refuse'."
10931msgstr ""
10932
10933#: builtin/receive-pack.c:815
10934msgid ""
10935"By default, deleting the current branch is denied, because the next\n"
10936"'git clone' won't result in any file checked out, causing confusion.\n"
10937"\n"
10938"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
10939"'warn' or 'ignore' in the remote repository to allow deleting the\n"
10940"current branch, with or without a warning message.\n"
10941"\n"
10942"To squelch this message, you can set it to 'refuse'."
10943msgstr ""
10944
10945#: builtin/receive-pack.c:1888
10946msgid "quiet"
10947msgstr ""
10948
10949#: builtin/receive-pack.c:1902
10950msgid "You must specify a directory."
10951msgstr ""
10952
10953#: builtin/reflog.c:423
10954#, c-format
10955msgid "'%s' for '%s' is not a valid timestamp"
10956msgstr ""
10957
10958#: builtin/reflog.c:540 builtin/reflog.c:545
10959#, c-format
10960msgid "'%s' is not a valid timestamp"
10961msgstr ""
10962
10963#: builtin/remote.c:12
10964msgid "git remote [-v | --verbose]"
10965msgstr ""
10966
10967#: builtin/remote.c:13
10968msgid ""
10969"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
10970"mirror=<fetch|push>] <name> <url>"
10971msgstr ""
10972
10973#: builtin/remote.c:14 builtin/remote.c:34
10974msgid "git remote rename <old> <new>"
10975msgstr ""
10976
10977#: builtin/remote.c:15 builtin/remote.c:39
10978msgid "git remote remove <name>"
10979msgstr ""
10980
10981#: builtin/remote.c:16 builtin/remote.c:44
10982msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
10983msgstr ""
10984
10985#: builtin/remote.c:17
10986msgid "git remote [-v | --verbose] show [-n] <name>"
10987msgstr ""
10988
10989#: builtin/remote.c:18
10990msgid "git remote prune [-n | --dry-run] <name>"
10991msgstr ""
10992
10993#: builtin/remote.c:19
10994msgid ""
10995"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
10996msgstr ""
10997
10998#: builtin/remote.c:20
10999msgid "git remote set-branches [--add] <name> <branch>..."
11000msgstr ""
11001
11002#: builtin/remote.c:21 builtin/remote.c:70
11003msgid "git remote get-url [--push] [--all] <name>"
11004msgstr ""
11005
11006#: builtin/remote.c:22 builtin/remote.c:75
11007msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11008msgstr ""
11009
11010#: builtin/remote.c:23 builtin/remote.c:76
11011msgid "git remote set-url --add <name> <newurl>"
11012msgstr ""
11013
11014#: builtin/remote.c:24 builtin/remote.c:77
11015msgid "git remote set-url --delete <name> <url>"
11016msgstr ""
11017
11018#: builtin/remote.c:29
11019msgid "git remote add [<options>] <name> <url>"
11020msgstr ""
11021
11022#: builtin/remote.c:49
11023msgid "git remote set-branches <name> <branch>..."
11024msgstr ""
11025
11026#: builtin/remote.c:50
11027msgid "git remote set-branches --add <name> <branch>..."
11028msgstr ""
11029
11030#: builtin/remote.c:55
11031msgid "git remote show [<options>] <name>"
11032msgstr ""
11033
11034#: builtin/remote.c:60
11035msgid "git remote prune [<options>] <name>"
11036msgstr ""
11037
11038#: builtin/remote.c:65
11039msgid "git remote update [<options>] [<group> | <remote>]..."
11040msgstr ""
11041
11042#: builtin/remote.c:94
11043#, c-format
11044msgid "Updating %s"
11045msgstr ""
11046
11047#: builtin/remote.c:126
11048msgid ""
11049"--mirror is dangerous and deprecated; please\n"
11050"\t use --mirror=fetch or --mirror=push instead"
11051msgstr ""
11052
11053#: builtin/remote.c:143
11054#, c-format
11055msgid "unknown mirror argument: %s"
11056msgstr ""
11057
11058#: builtin/remote.c:159
11059msgid "fetch the remote branches"
11060msgstr ""
11061
11062#: builtin/remote.c:161
11063msgid "import all tags and associated objects when fetching"
11064msgstr ""
11065
11066#: builtin/remote.c:164
11067msgid "or do not fetch any tag at all (--no-tags)"
11068msgstr ""
11069
11070#: builtin/remote.c:166
11071msgid "branch(es) to track"
11072msgstr ""
11073
11074#: builtin/remote.c:167
11075msgid "master branch"
11076msgstr ""
11077
11078#: builtin/remote.c:168
11079msgid "push|fetch"
11080msgstr ""
11081
11082#: builtin/remote.c:169
11083msgid "set up remote as a mirror to push to or fetch from"
11084msgstr ""
11085
11086#: builtin/remote.c:181
11087msgid "specifying a master branch makes no sense with --mirror"
11088msgstr ""
11089
11090#: builtin/remote.c:183
11091msgid "specifying branches to track makes sense only with fetch mirrors"
11092msgstr ""
11093
11094#: builtin/remote.c:190 builtin/remote.c:629
11095#, c-format
11096msgid "remote %s already exists."
11097msgstr ""
11098
11099#: builtin/remote.c:194 builtin/remote.c:633
11100#, c-format
11101msgid "'%s' is not a valid remote name"
11102msgstr ""
11103
11104#: builtin/remote.c:234
11105#, c-format
11106msgid "Could not setup master '%s'"
11107msgstr ""
11108
11109#: builtin/remote.c:336
11110#, c-format
11111msgid "Could not get fetch map for refspec %s"
11112msgstr ""
11113
11114#: builtin/remote.c:437 builtin/remote.c:445
11115msgid "(matching)"
11116msgstr ""
11117
11118#: builtin/remote.c:449
11119msgid "(delete)"
11120msgstr ""
11121
11122#: builtin/remote.c:622 builtin/remote.c:757 builtin/remote.c:856
11123#, c-format
11124msgid "No such remote: %s"
11125msgstr ""
11126
11127#: builtin/remote.c:639
11128#, c-format
11129msgid "Could not rename config section '%s' to '%s'"
11130msgstr ""
11131
11132#: builtin/remote.c:659
11133#, c-format
11134msgid ""
11135"Not updating non-default fetch refspec\n"
11136"\t%s\n"
11137"\tPlease update the configuration manually if necessary."
11138msgstr ""
11139
11140#: builtin/remote.c:695
11141#, c-format
11142msgid "deleting '%s' failed"
11143msgstr ""
11144
11145#: builtin/remote.c:729
11146#, c-format
11147msgid "creating '%s' failed"
11148msgstr ""
11149
11150#: builtin/remote.c:794
11151msgid ""
11152"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11153"to delete it, use:"
11154msgid_plural ""
11155"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11156"to delete them, use:"
11157msgstr[0] ""
11158msgstr[1] ""
11159
11160#: builtin/remote.c:808
11161#, c-format
11162msgid "Could not remove config section '%s'"
11163msgstr ""
11164
11165#: builtin/remote.c:909
11166#, c-format
11167msgid " new (next fetch will store in remotes/%s)"
11168msgstr ""
11169
11170#: builtin/remote.c:912
11171msgid " tracked"
11172msgstr ""
11173
11174#: builtin/remote.c:914
11175msgid " stale (use 'git remote prune' to remove)"
11176msgstr ""
11177
11178#: builtin/remote.c:916
11179msgid " ???"
11180msgstr ""
11181
11182#: builtin/remote.c:957
11183#, c-format
11184msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11185msgstr ""
11186
11187#: builtin/remote.c:965
11188#, c-format
11189msgid "rebases interactively onto remote %s"
11190msgstr ""
11191
11192#: builtin/remote.c:966
11193#, c-format
11194msgid "rebases onto remote %s"
11195msgstr ""
11196
11197#: builtin/remote.c:969
11198#, c-format
11199msgid " merges with remote %s"
11200msgstr ""
11201
11202#: builtin/remote.c:972
11203#, c-format
11204msgid "merges with remote %s"
11205msgstr ""
11206
11207#: builtin/remote.c:975
11208#, c-format
11209msgid "%-*s    and with remote %s\n"
11210msgstr ""
11211
11212#: builtin/remote.c:1018
11213msgid "create"
11214msgstr ""
11215
11216#: builtin/remote.c:1021
11217msgid "delete"
11218msgstr ""
11219
11220#: builtin/remote.c:1025
11221msgid "up to date"
11222msgstr ""
11223
11224#: builtin/remote.c:1028
11225msgid "fast-forwardable"
11226msgstr ""
11227
11228#: builtin/remote.c:1031
11229msgid "local out of date"
11230msgstr ""
11231
11232#: builtin/remote.c:1038
11233#, c-format
11234msgid "    %-*s forces to %-*s (%s)"
11235msgstr ""
11236
11237#: builtin/remote.c:1041
11238#, c-format
11239msgid "    %-*s pushes to %-*s (%s)"
11240msgstr ""
11241
11242#: builtin/remote.c:1045
11243#, c-format
11244msgid "    %-*s forces to %s"
11245msgstr ""
11246
11247#: builtin/remote.c:1048
11248#, c-format
11249msgid "    %-*s pushes to %s"
11250msgstr ""
11251
11252#: builtin/remote.c:1116
11253msgid "do not query remotes"
11254msgstr ""
11255
11256#: builtin/remote.c:1143
11257#, c-format
11258msgid "* remote %s"
11259msgstr ""
11260
11261#: builtin/remote.c:1144
11262#, c-format
11263msgid "  Fetch URL: %s"
11264msgstr ""
11265
11266#: builtin/remote.c:1145 builtin/remote.c:1158 builtin/remote.c:1297
11267msgid "(no URL)"
11268msgstr ""
11269
11270#. TRANSLATORS: the colon ':' should align with
11271#. the one in "  Fetch URL: %s" translation
11272#: builtin/remote.c:1156 builtin/remote.c:1158
11273#, c-format
11274msgid "  Push  URL: %s"
11275msgstr ""
11276
11277#: builtin/remote.c:1160 builtin/remote.c:1162 builtin/remote.c:1164
11278#, c-format
11279msgid "  HEAD branch: %s"
11280msgstr ""
11281
11282#: builtin/remote.c:1160
11283msgid "(not queried)"
11284msgstr ""
11285
11286#: builtin/remote.c:1162
11287msgid "(unknown)"
11288msgstr ""
11289
11290#: builtin/remote.c:1166
11291#, c-format
11292msgid ""
11293"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11294msgstr ""
11295
11296#: builtin/remote.c:1178
11297#, c-format
11298msgid "  Remote branch:%s"
11299msgid_plural "  Remote branches:%s"
11300msgstr[0] ""
11301msgstr[1] ""
11302
11303#: builtin/remote.c:1181 builtin/remote.c:1207
11304msgid " (status not queried)"
11305msgstr ""
11306
11307#: builtin/remote.c:1190
11308msgid "  Local branch configured for 'git pull':"
11309msgid_plural "  Local branches configured for 'git pull':"
11310msgstr[0] ""
11311msgstr[1] ""
11312
11313#: builtin/remote.c:1198
11314msgid "  Local refs will be mirrored by 'git push'"
11315msgstr ""
11316
11317#: builtin/remote.c:1204
11318#, c-format
11319msgid "  Local ref configured for 'git push'%s:"
11320msgid_plural "  Local refs configured for 'git push'%s:"
11321msgstr[0] ""
11322msgstr[1] ""
11323
11324#: builtin/remote.c:1225
11325msgid "set refs/remotes/<name>/HEAD according to remote"
11326msgstr ""
11327
11328#: builtin/remote.c:1227
11329msgid "delete refs/remotes/<name>/HEAD"
11330msgstr ""
11331
11332#: builtin/remote.c:1242
11333msgid "Cannot determine remote HEAD"
11334msgstr ""
11335
11336#: builtin/remote.c:1244
11337msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11338msgstr ""
11339
11340#: builtin/remote.c:1254
11341#, c-format
11342msgid "Could not delete %s"
11343msgstr ""
11344
11345#: builtin/remote.c:1262
11346#, c-format
11347msgid "Not a valid ref: %s"
11348msgstr ""
11349
11350#: builtin/remote.c:1264
11351#, c-format
11352msgid "Could not setup %s"
11353msgstr ""
11354
11355#: builtin/remote.c:1282
11356#, c-format
11357msgid " %s will become dangling!"
11358msgstr ""
11359
11360#: builtin/remote.c:1283
11361#, c-format
11362msgid " %s has become dangling!"
11363msgstr ""
11364
11365#: builtin/remote.c:1293
11366#, c-format
11367msgid "Pruning %s"
11368msgstr ""
11369
11370#: builtin/remote.c:1294
11371#, c-format
11372msgid "URL: %s"
11373msgstr ""
11374
11375#: builtin/remote.c:1310
11376#, c-format
11377msgid " * [would prune] %s"
11378msgstr ""
11379
11380#: builtin/remote.c:1313
11381#, c-format
11382msgid " * [pruned] %s"
11383msgstr ""
11384
11385#: builtin/remote.c:1358
11386msgid "prune remotes after fetching"
11387msgstr ""
11388
11389#: builtin/remote.c:1421 builtin/remote.c:1475 builtin/remote.c:1543
11390#, c-format
11391msgid "No such remote '%s'"
11392msgstr ""
11393
11394#: builtin/remote.c:1437
11395msgid "add branch"
11396msgstr ""
11397
11398#: builtin/remote.c:1444
11399msgid "no remote specified"
11400msgstr ""
11401
11402#: builtin/remote.c:1461
11403msgid "query push URLs rather than fetch URLs"
11404msgstr ""
11405
11406#: builtin/remote.c:1463
11407msgid "return all URLs"
11408msgstr ""
11409
11410#: builtin/remote.c:1491
11411#, c-format
11412msgid "no URLs configured for remote '%s'"
11413msgstr ""
11414
11415#: builtin/remote.c:1517
11416msgid "manipulate push URLs"
11417msgstr ""
11418
11419#: builtin/remote.c:1519
11420msgid "add URL"
11421msgstr ""
11422
11423#: builtin/remote.c:1521
11424msgid "delete URLs"
11425msgstr ""
11426
11427#: builtin/remote.c:1528
11428msgid "--add --delete doesn't make sense"
11429msgstr ""
11430
11431#: builtin/remote.c:1569
11432#, c-format
11433msgid "Invalid old URL pattern: %s"
11434msgstr ""
11435
11436#: builtin/remote.c:1577
11437#, c-format
11438msgid "No such URL found: %s"
11439msgstr ""
11440
11441#: builtin/remote.c:1579
11442msgid "Will not delete all non-push URLs"
11443msgstr ""
11444
11445#: builtin/remote.c:1593
11446msgid "be verbose; must be placed before a subcommand"
11447msgstr ""
11448
11449#: builtin/remote.c:1624
11450#, c-format
11451msgid "Unknown subcommand: %s"
11452msgstr ""
11453
11454#: builtin/repack.c:17
11455msgid "git repack [<options>]"
11456msgstr ""
11457
11458#: builtin/repack.c:22
11459msgid ""
11460"Incremental repacks are incompatible with bitmap indexes.  Use\n"
11461"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11462msgstr ""
11463
11464#: builtin/repack.c:166
11465msgid "pack everything in a single pack"
11466msgstr ""
11467
11468#: builtin/repack.c:168
11469msgid "same as -a, and turn unreachable objects loose"
11470msgstr ""
11471
11472#: builtin/repack.c:171
11473msgid "remove redundant packs, and run git-prune-packed"
11474msgstr ""
11475
11476#: builtin/repack.c:173
11477msgid "pass --no-reuse-delta to git-pack-objects"
11478msgstr ""
11479
11480#: builtin/repack.c:175
11481msgid "pass --no-reuse-object to git-pack-objects"
11482msgstr ""
11483
11484#: builtin/repack.c:177
11485msgid "do not run git-update-server-info"
11486msgstr ""
11487
11488#: builtin/repack.c:180
11489msgid "pass --local to git-pack-objects"
11490msgstr ""
11491
11492#: builtin/repack.c:182
11493msgid "write bitmap index"
11494msgstr ""
11495
11496#: builtin/repack.c:183
11497msgid "approxidate"
11498msgstr ""
11499
11500#: builtin/repack.c:184
11501msgid "with -A, do not loosen objects older than this"
11502msgstr ""
11503
11504#: builtin/repack.c:186
11505msgid "with -a, repack unreachable objects"
11506msgstr ""
11507
11508#: builtin/repack.c:188
11509msgid "size of the window used for delta compression"
11510msgstr ""
11511
11512#: builtin/repack.c:189 builtin/repack.c:193
11513msgid "bytes"
11514msgstr ""
11515
11516#: builtin/repack.c:190
11517msgid "same as the above, but limit memory size instead of entries count"
11518msgstr ""
11519
11520#: builtin/repack.c:192
11521msgid "limits the maximum delta depth"
11522msgstr ""
11523
11524#: builtin/repack.c:194
11525msgid "maximum size of each packfile"
11526msgstr ""
11527
11528#: builtin/repack.c:196
11529msgid "repack objects in packs marked with .keep"
11530msgstr ""
11531
11532#: builtin/repack.c:206
11533msgid "cannot delete packs in a precious-objects repo"
11534msgstr ""
11535
11536#: builtin/repack.c:210
11537msgid "--keep-unreachable and -A are incompatible"
11538msgstr ""
11539
11540#: builtin/repack.c:400 builtin/worktree.c:115
11541#, c-format
11542msgid "failed to remove '%s'"
11543msgstr ""
11544
11545#: builtin/replace.c:19
11546msgid "git replace [-f] <object> <replacement>"
11547msgstr ""
11548
11549#: builtin/replace.c:20
11550msgid "git replace [-f] --edit <object>"
11551msgstr ""
11552
11553#: builtin/replace.c:21
11554msgid "git replace [-f] --graft <commit> [<parent>...]"
11555msgstr ""
11556
11557#: builtin/replace.c:22
11558msgid "git replace -d <object>..."
11559msgstr ""
11560
11561#: builtin/replace.c:23
11562msgid "git replace [--format=<format>] [-l [<pattern>]]"
11563msgstr ""
11564
11565#: builtin/replace.c:330 builtin/replace.c:368 builtin/replace.c:396
11566#, c-format
11567msgid "Not a valid object name: '%s'"
11568msgstr ""
11569
11570#: builtin/replace.c:360
11571#, c-format
11572msgid "bad mergetag in commit '%s'"
11573msgstr ""
11574
11575#: builtin/replace.c:362
11576#, c-format
11577msgid "malformed mergetag in commit '%s'"
11578msgstr ""
11579
11580#: builtin/replace.c:373
11581#, c-format
11582msgid ""
11583"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11584"instead of --graft"
11585msgstr ""
11586
11587#: builtin/replace.c:406
11588#, c-format
11589msgid "the original commit '%s' has a gpg signature."
11590msgstr ""
11591
11592#: builtin/replace.c:407
11593msgid "the signature will be removed in the replacement commit!"
11594msgstr ""
11595
11596#: builtin/replace.c:413
11597#, c-format
11598msgid "could not write replacement commit for: '%s'"
11599msgstr ""
11600
11601#: builtin/replace.c:437
11602msgid "list replace refs"
11603msgstr ""
11604
11605#: builtin/replace.c:438
11606msgid "delete replace refs"
11607msgstr ""
11608
11609#: builtin/replace.c:439
11610msgid "edit existing object"
11611msgstr ""
11612
11613#: builtin/replace.c:440
11614msgid "change a commit's parents"
11615msgstr ""
11616
11617#: builtin/replace.c:441
11618msgid "replace the ref if it exists"
11619msgstr ""
11620
11621#: builtin/replace.c:442
11622msgid "do not pretty-print contents for --edit"
11623msgstr ""
11624
11625#: builtin/replace.c:443
11626msgid "use this format"
11627msgstr ""
11628
11629#: builtin/rerere.c:12
11630msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
11631msgstr ""
11632
11633#: builtin/rerere.c:58
11634msgid "register clean resolutions in index"
11635msgstr ""
11636
11637#: builtin/reset.c:26
11638msgid ""
11639"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
11640msgstr ""
11641
11642#: builtin/reset.c:27
11643msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
11644msgstr ""
11645
11646#: builtin/reset.c:28
11647msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
11648msgstr ""
11649
11650#: builtin/reset.c:34
11651msgid "mixed"
11652msgstr ""
11653
11654#: builtin/reset.c:34
11655msgid "soft"
11656msgstr ""
11657
11658#: builtin/reset.c:34
11659msgid "hard"
11660msgstr ""
11661
11662#: builtin/reset.c:34
11663msgid "merge"
11664msgstr ""
11665
11666#: builtin/reset.c:34
11667msgid "keep"
11668msgstr ""
11669
11670#: builtin/reset.c:74
11671msgid "You do not have a valid HEAD."
11672msgstr ""
11673
11674#: builtin/reset.c:76
11675msgid "Failed to find tree of HEAD."
11676msgstr ""
11677
11678#: builtin/reset.c:82
11679#, c-format
11680msgid "Failed to find tree of %s."
11681msgstr ""
11682
11683#: builtin/reset.c:100
11684#, c-format
11685msgid "HEAD is now at %s"
11686msgstr ""
11687
11688#: builtin/reset.c:183
11689#, c-format
11690msgid "Cannot do a %s reset in the middle of a merge."
11691msgstr ""
11692
11693#: builtin/reset.c:276
11694msgid "be quiet, only report errors"
11695msgstr ""
11696
11697#: builtin/reset.c:278
11698msgid "reset HEAD and index"
11699msgstr ""
11700
11701#: builtin/reset.c:279
11702msgid "reset only HEAD"
11703msgstr ""
11704
11705#: builtin/reset.c:281 builtin/reset.c:283
11706msgid "reset HEAD, index and working tree"
11707msgstr ""
11708
11709#: builtin/reset.c:285
11710msgid "reset HEAD but keep local changes"
11711msgstr ""
11712
11713#: builtin/reset.c:288
11714msgid "record only the fact that removed paths will be added later"
11715msgstr ""
11716
11717#: builtin/reset.c:305
11718#, c-format
11719msgid "Failed to resolve '%s' as a valid revision."
11720msgstr ""
11721
11722#: builtin/reset.c:313
11723#, c-format
11724msgid "Failed to resolve '%s' as a valid tree."
11725msgstr ""
11726
11727#: builtin/reset.c:322
11728msgid "--patch is incompatible with --{hard,mixed,soft}"
11729msgstr ""
11730
11731#: builtin/reset.c:331
11732msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
11733msgstr ""
11734
11735#: builtin/reset.c:333
11736#, c-format
11737msgid "Cannot do %s reset with paths."
11738msgstr ""
11739
11740#: builtin/reset.c:343
11741#, c-format
11742msgid "%s reset is not allowed in a bare repository"
11743msgstr ""
11744
11745#: builtin/reset.c:347
11746msgid "-N can only be used with --mixed"
11747msgstr ""
11748
11749#: builtin/reset.c:364
11750msgid "Unstaged changes after reset:"
11751msgstr ""
11752
11753#: builtin/reset.c:370
11754#, c-format
11755msgid "Could not reset index file to revision '%s'."
11756msgstr ""
11757
11758#: builtin/reset.c:374
11759msgid "Could not write new index file."
11760msgstr ""
11761
11762#: builtin/rev-list.c:354
11763msgid "rev-list does not support display of notes"
11764msgstr ""
11765
11766#: builtin/rev-parse.c:393
11767msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
11768msgstr ""
11769
11770#: builtin/rev-parse.c:398
11771msgid "keep the `--` passed as an arg"
11772msgstr ""
11773
11774#: builtin/rev-parse.c:400
11775msgid "stop parsing after the first non-option argument"
11776msgstr ""
11777
11778#: builtin/rev-parse.c:403
11779msgid "output in stuck long form"
11780msgstr ""
11781
11782#: builtin/rev-parse.c:534
11783msgid ""
11784"git rev-parse --parseopt [<options>] -- [<args>...]\n"
11785"   or: git rev-parse --sq-quote [<arg>...]\n"
11786"   or: git rev-parse [<options>] [<arg>...]\n"
11787"\n"
11788"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
11789msgstr ""
11790
11791#: builtin/revert.c:22
11792msgid "git revert [<options>] <commit-ish>..."
11793msgstr ""
11794
11795#: builtin/revert.c:23
11796msgid "git revert <subcommand>"
11797msgstr ""
11798
11799#: builtin/revert.c:28
11800msgid "git cherry-pick [<options>] <commit-ish>..."
11801msgstr ""
11802
11803#: builtin/revert.c:29
11804msgid "git cherry-pick <subcommand>"
11805msgstr ""
11806
11807#: builtin/revert.c:89
11808#, c-format
11809msgid "%s: %s cannot be used with %s"
11810msgstr ""
11811
11812#: builtin/revert.c:98
11813msgid "end revert or cherry-pick sequence"
11814msgstr ""
11815
11816#: builtin/revert.c:99
11817msgid "resume revert or cherry-pick sequence"
11818msgstr ""
11819
11820#: builtin/revert.c:100
11821msgid "cancel revert or cherry-pick sequence"
11822msgstr ""
11823
11824#: builtin/revert.c:101
11825msgid "don't automatically commit"
11826msgstr ""
11827
11828#: builtin/revert.c:102
11829msgid "edit the commit message"
11830msgstr ""
11831
11832#: builtin/revert.c:105
11833msgid "parent-number"
11834msgstr ""
11835
11836#: builtin/revert.c:106
11837msgid "select mainline parent"
11838msgstr ""
11839
11840#: builtin/revert.c:108
11841msgid "merge strategy"
11842msgstr ""
11843
11844#: builtin/revert.c:109
11845msgid "option"
11846msgstr ""
11847
11848#: builtin/revert.c:110
11849msgid "option for merge strategy"
11850msgstr ""
11851
11852#: builtin/revert.c:119
11853msgid "append commit name"
11854msgstr ""
11855
11856#: builtin/revert.c:121
11857msgid "preserve initially empty commits"
11858msgstr ""
11859
11860#: builtin/revert.c:122
11861msgid "allow commits with empty messages"
11862msgstr ""
11863
11864#: builtin/revert.c:123
11865msgid "keep redundant, empty commits"
11866msgstr ""
11867
11868#: builtin/revert.c:211
11869msgid "revert failed"
11870msgstr ""
11871
11872#: builtin/revert.c:224
11873msgid "cherry-pick failed"
11874msgstr ""
11875
11876#: builtin/rm.c:17
11877msgid "git rm [<options>] [--] <file>..."
11878msgstr ""
11879
11880#: builtin/rm.c:205
11881msgid ""
11882"the following file has staged content different from both the\n"
11883"file and the HEAD:"
11884msgid_plural ""
11885"the following files have staged content different from both the\n"
11886"file and the HEAD:"
11887msgstr[0] ""
11888msgstr[1] ""
11889
11890#: builtin/rm.c:210
11891msgid ""
11892"\n"
11893"(use -f to force removal)"
11894msgstr ""
11895
11896#: builtin/rm.c:214
11897msgid "the following file has changes staged in the index:"
11898msgid_plural "the following files have changes staged in the index:"
11899msgstr[0] ""
11900msgstr[1] ""
11901
11902#: builtin/rm.c:218 builtin/rm.c:227
11903msgid ""
11904"\n"
11905"(use --cached to keep the file, or -f to force removal)"
11906msgstr ""
11907
11908#: builtin/rm.c:224
11909msgid "the following file has local modifications:"
11910msgid_plural "the following files have local modifications:"
11911msgstr[0] ""
11912msgstr[1] ""
11913
11914#: builtin/rm.c:242
11915msgid "do not list removed files"
11916msgstr ""
11917
11918#: builtin/rm.c:243
11919msgid "only remove from the index"
11920msgstr ""
11921
11922#: builtin/rm.c:244
11923msgid "override the up-to-date check"
11924msgstr ""
11925
11926#: builtin/rm.c:245
11927msgid "allow recursive removal"
11928msgstr ""
11929
11930#: builtin/rm.c:247
11931msgid "exit with a zero status even if nothing matched"
11932msgstr ""
11933
11934#: builtin/rm.c:308
11935#, c-format
11936msgid "not removing '%s' recursively without -r"
11937msgstr ""
11938
11939#: builtin/rm.c:347
11940#, c-format
11941msgid "git rm: unable to remove %s"
11942msgstr ""
11943
11944#: builtin/rm.c:370
11945#, c-format
11946msgid "could not remove '%s'"
11947msgstr ""
11948
11949#: builtin/send-pack.c:18
11950msgid ""
11951"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
11952"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
11953"[<ref>...]\n"
11954"  --all and explicit <ref> specification are mutually exclusive."
11955msgstr ""
11956
11957#: builtin/send-pack.c:161
11958msgid "remote name"
11959msgstr ""
11960
11961#: builtin/send-pack.c:175
11962msgid "use stateless RPC protocol"
11963msgstr ""
11964
11965#: builtin/send-pack.c:176
11966msgid "read refs from stdin"
11967msgstr ""
11968
11969#: builtin/send-pack.c:177
11970msgid "print status from remote helper"
11971msgstr ""
11972
11973#: builtin/shortlog.c:13
11974msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
11975msgstr ""
11976
11977#: builtin/shortlog.c:248
11978msgid "Group by committer rather than author"
11979msgstr ""
11980
11981#: builtin/shortlog.c:250
11982msgid "sort output according to the number of commits per author"
11983msgstr ""
11984
11985#: builtin/shortlog.c:252
11986msgid "Suppress commit descriptions, only provides commit count"
11987msgstr ""
11988
11989#: builtin/shortlog.c:254
11990msgid "Show the email address of each author"
11991msgstr ""
11992
11993#: builtin/shortlog.c:255
11994msgid "w[,i1[,i2]]"
11995msgstr ""
11996
11997#: builtin/shortlog.c:256
11998msgid "Linewrap output"
11999msgstr ""
12000
12001#: builtin/show-branch.c:10
12002msgid ""
12003"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12004"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12005"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12006"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12007msgstr ""
12008
12009#: builtin/show-branch.c:14
12010msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12011msgstr ""
12012
12013#: builtin/show-branch.c:374
12014#, c-format
12015msgid "ignoring %s; cannot handle more than %d ref"
12016msgid_plural "ignoring %s; cannot handle more than %d refs"
12017msgstr[0] ""
12018msgstr[1] ""
12019
12020#: builtin/show-branch.c:536
12021#, c-format
12022msgid "no matching refs with %s"
12023msgstr ""
12024
12025#: builtin/show-branch.c:632
12026msgid "show remote-tracking and local branches"
12027msgstr ""
12028
12029#: builtin/show-branch.c:634
12030msgid "show remote-tracking branches"
12031msgstr ""
12032
12033#: builtin/show-branch.c:636
12034msgid "color '*!+-' corresponding to the branch"
12035msgstr ""
12036
12037#: builtin/show-branch.c:638
12038msgid "show <n> more commits after the common ancestor"
12039msgstr ""
12040
12041#: builtin/show-branch.c:640
12042msgid "synonym to more=-1"
12043msgstr ""
12044
12045#: builtin/show-branch.c:641
12046msgid "suppress naming strings"
12047msgstr ""
12048
12049#: builtin/show-branch.c:643
12050msgid "include the current branch"
12051msgstr ""
12052
12053#: builtin/show-branch.c:645
12054msgid "name commits with their object names"
12055msgstr ""
12056
12057#: builtin/show-branch.c:647
12058msgid "show possible merge bases"
12059msgstr ""
12060
12061#: builtin/show-branch.c:649
12062msgid "show refs unreachable from any other ref"
12063msgstr ""
12064
12065#: builtin/show-branch.c:651
12066msgid "show commits in topological order"
12067msgstr ""
12068
12069#: builtin/show-branch.c:654
12070msgid "show only commits not on the first branch"
12071msgstr ""
12072
12073#: builtin/show-branch.c:656
12074msgid "show merges reachable from only one tip"
12075msgstr ""
12076
12077#: builtin/show-branch.c:658
12078msgid "topologically sort, maintaining date order where possible"
12079msgstr ""
12080
12081#: builtin/show-branch.c:661
12082msgid "<n>[,<base>]"
12083msgstr ""
12084
12085#: builtin/show-branch.c:662
12086msgid "show <n> most recent ref-log entries starting at base"
12087msgstr ""
12088
12089#: builtin/show-branch.c:696
12090msgid ""
12091"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12092msgstr ""
12093
12094#: builtin/show-branch.c:720
12095msgid "no branches given, and HEAD is not valid"
12096msgstr ""
12097
12098#: builtin/show-branch.c:723
12099msgid "--reflog option needs one branch name"
12100msgstr ""
12101
12102#: builtin/show-branch.c:726
12103#, c-format
12104msgid "only %d entry can be shown at one time."
12105msgid_plural "only %d entries can be shown at one time."
12106msgstr[0] ""
12107msgstr[1] ""
12108
12109#: builtin/show-branch.c:730
12110#, c-format
12111msgid "no such ref %s"
12112msgstr ""
12113
12114#: builtin/show-branch.c:814
12115#, c-format
12116msgid "cannot handle more than %d rev."
12117msgid_plural "cannot handle more than %d revs."
12118msgstr[0] ""
12119msgstr[1] ""
12120
12121#: builtin/show-branch.c:818
12122#, c-format
12123msgid "'%s' is not a valid ref."
12124msgstr ""
12125
12126#: builtin/show-branch.c:821
12127#, c-format
12128msgid "cannot find commit %s (%s)"
12129msgstr ""
12130
12131#: builtin/show-ref.c:10
12132msgid ""
12133"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12134"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12135msgstr ""
12136
12137#: builtin/show-ref.c:11
12138msgid "git show-ref --exclude-existing[=<pattern>]"
12139msgstr ""
12140
12141#: builtin/show-ref.c:159
12142msgid "only show tags (can be combined with heads)"
12143msgstr ""
12144
12145#: builtin/show-ref.c:160
12146msgid "only show heads (can be combined with tags)"
12147msgstr ""
12148
12149#: builtin/show-ref.c:161
12150msgid "stricter reference checking, requires exact ref path"
12151msgstr ""
12152
12153#: builtin/show-ref.c:164 builtin/show-ref.c:166
12154msgid "show the HEAD reference, even if it would be filtered out"
12155msgstr ""
12156
12157#: builtin/show-ref.c:168
12158msgid "dereference tags into object IDs"
12159msgstr ""
12160
12161#: builtin/show-ref.c:170
12162msgid "only show SHA1 hash using <n> digits"
12163msgstr ""
12164
12165#: builtin/show-ref.c:174
12166msgid "do not print results to stdout (useful with --verify)"
12167msgstr ""
12168
12169#: builtin/show-ref.c:176
12170msgid "show refs from stdin that aren't in local repository"
12171msgstr ""
12172
12173#: builtin/stripspace.c:17
12174msgid "git stripspace [-s | --strip-comments]"
12175msgstr ""
12176
12177#: builtin/stripspace.c:18
12178msgid "git stripspace [-c | --comment-lines]"
12179msgstr ""
12180
12181#: builtin/stripspace.c:35
12182msgid "skip and remove all lines starting with comment character"
12183msgstr ""
12184
12185#: builtin/stripspace.c:38
12186msgid "prepend comment character and space to each line"
12187msgstr ""
12188
12189#: builtin/submodule--helper.c:24 builtin/submodule--helper.c:1075
12190#, c-format
12191msgid "No such ref: %s"
12192msgstr ""
12193
12194#: builtin/submodule--helper.c:31 builtin/submodule--helper.c:1084
12195#, c-format
12196msgid "Expecting a full ref name, got %s"
12197msgstr ""
12198
12199#: builtin/submodule--helper.c:71
12200#, c-format
12201msgid "cannot strip one component off url '%s'"
12202msgstr ""
12203
12204#: builtin/submodule--helper.c:305 builtin/submodule--helper.c:630
12205msgid "alternative anchor for relative paths"
12206msgstr ""
12207
12208#: builtin/submodule--helper.c:310
12209msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12210msgstr ""
12211
12212#: builtin/submodule--helper.c:356 builtin/submodule--helper.c:380
12213#, c-format
12214msgid "No url found for submodule path '%s' in .gitmodules"
12215msgstr ""
12216
12217#: builtin/submodule--helper.c:395
12218#, c-format
12219msgid ""
12220"could not lookup configuration '%s'. Assuming this repository is its own "
12221"authoritative upstream."
12222msgstr ""
12223
12224#: builtin/submodule--helper.c:406
12225#, c-format
12226msgid "Failed to register url for submodule path '%s'"
12227msgstr ""
12228
12229#: builtin/submodule--helper.c:410
12230#, c-format
12231msgid "Submodule '%s' (%s) registered for path '%s'\n"
12232msgstr ""
12233
12234#: builtin/submodule--helper.c:420
12235#, c-format
12236msgid "warning: command update mode suggested for submodule '%s'\n"
12237msgstr ""
12238
12239#: builtin/submodule--helper.c:427
12240#, c-format
12241msgid "Failed to register update mode for submodule path '%s'"
12242msgstr ""
12243
12244#: builtin/submodule--helper.c:443
12245msgid "Suppress output for initializing a submodule"
12246msgstr ""
12247
12248#: builtin/submodule--helper.c:448
12249msgid "git submodule--helper init [<path>]"
12250msgstr ""
12251
12252#: builtin/submodule--helper.c:476
12253msgid "git submodule--helper name <path>"
12254msgstr ""
12255
12256#: builtin/submodule--helper.c:482
12257#, c-format
12258msgid "no submodule mapping found in .gitmodules for path '%s'"
12259msgstr ""
12260
12261#: builtin/submodule--helper.c:565 builtin/submodule--helper.c:568
12262#, c-format
12263msgid "submodule '%s' cannot add alternate: %s"
12264msgstr ""
12265
12266#: builtin/submodule--helper.c:604
12267#, c-format
12268msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12269msgstr ""
12270
12271#: builtin/submodule--helper.c:611
12272#, c-format
12273msgid "Value '%s' for submodule.alternateLocation is not recognized"
12274msgstr ""
12275
12276#: builtin/submodule--helper.c:633
12277msgid "where the new submodule will be cloned to"
12278msgstr ""
12279
12280#: builtin/submodule--helper.c:636
12281msgid "name of the new submodule"
12282msgstr ""
12283
12284#: builtin/submodule--helper.c:639
12285msgid "url where to clone the submodule from"
12286msgstr ""
12287
12288#: builtin/submodule--helper.c:645
12289msgid "depth for shallow clones"
12290msgstr ""
12291
12292#: builtin/submodule--helper.c:648 builtin/submodule--helper.c:993
12293msgid "force cloning progress"
12294msgstr ""
12295
12296#: builtin/submodule--helper.c:653
12297msgid ""
12298"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12299"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12300msgstr ""
12301
12302#: builtin/submodule--helper.c:684
12303#, c-format
12304msgid "clone of '%s' into submodule path '%s' failed"
12305msgstr ""
12306
12307#: builtin/submodule--helper.c:699
12308#, c-format
12309msgid "could not get submodule directory for '%s'"
12310msgstr ""
12311
12312#: builtin/submodule--helper.c:764
12313#, c-format
12314msgid "Submodule path '%s' not initialized"
12315msgstr ""
12316
12317#: builtin/submodule--helper.c:768
12318msgid "Maybe you want to use 'update --init'?"
12319msgstr ""
12320
12321#: builtin/submodule--helper.c:793
12322#, c-format
12323msgid "Skipping unmerged submodule %s"
12324msgstr ""
12325
12326#: builtin/submodule--helper.c:814
12327#, c-format
12328msgid "Skipping submodule '%s'"
12329msgstr ""
12330
12331#: builtin/submodule--helper.c:942
12332#, c-format
12333msgid "Failed to clone '%s'. Retry scheduled"
12334msgstr ""
12335
12336#: builtin/submodule--helper.c:953
12337#, c-format
12338msgid "Failed to clone '%s' a second time, aborting"
12339msgstr ""
12340
12341#: builtin/submodule--helper.c:974 builtin/submodule--helper.c:1162
12342msgid "path into the working tree"
12343msgstr ""
12344
12345#: builtin/submodule--helper.c:977
12346msgid "path into the working tree, across nested submodule boundaries"
12347msgstr ""
12348
12349#: builtin/submodule--helper.c:981
12350msgid "rebase, merge, checkout or none"
12351msgstr ""
12352
12353#: builtin/submodule--helper.c:985
12354msgid "Create a shallow clone truncated to the specified number of revisions"
12355msgstr ""
12356
12357#: builtin/submodule--helper.c:988
12358msgid "parallel jobs"
12359msgstr ""
12360
12361#: builtin/submodule--helper.c:990
12362msgid "whether the initial clone should follow the shallow recommendation"
12363msgstr ""
12364
12365#: builtin/submodule--helper.c:991
12366msgid "don't print cloning progress"
12367msgstr ""
12368
12369#: builtin/submodule--helper.c:998
12370msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12371msgstr ""
12372
12373#: builtin/submodule--helper.c:1008
12374msgid "bad value for update parameter"
12375msgstr ""
12376
12377#: builtin/submodule--helper.c:1079
12378#, c-format
12379msgid ""
12380"Submodule (%s) branch configured to inherit branch from superproject, but "
12381"the superproject is not on any branch"
12382msgstr ""
12383
12384#: builtin/submodule--helper.c:1163
12385msgid "recurse into submodules"
12386msgstr ""
12387
12388#: builtin/submodule--helper.c:1169
12389msgid "git submodule--helper embed-git-dir [<path>...]"
12390msgstr ""
12391
12392#: builtin/submodule--helper.c:1226
12393msgid "submodule--helper subcommand must be called with a subcommand"
12394msgstr ""
12395
12396#: builtin/submodule--helper.c:1233
12397#, c-format
12398msgid "%s doesn't support --super-prefix"
12399msgstr ""
12400
12401#: builtin/submodule--helper.c:1239
12402#, c-format
12403msgid "'%s' is not a valid submodule--helper subcommand"
12404msgstr ""
12405
12406#: builtin/symbolic-ref.c:7
12407msgid "git symbolic-ref [<options>] <name> [<ref>]"
12408msgstr ""
12409
12410#: builtin/symbolic-ref.c:8
12411msgid "git symbolic-ref -d [-q] <name>"
12412msgstr ""
12413
12414#: builtin/symbolic-ref.c:40
12415msgid "suppress error message for non-symbolic (detached) refs"
12416msgstr ""
12417
12418#: builtin/symbolic-ref.c:41
12419msgid "delete symbolic ref"
12420msgstr ""
12421
12422#: builtin/symbolic-ref.c:42
12423msgid "shorten ref output"
12424msgstr ""
12425
12426#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12427msgid "reason"
12428msgstr ""
12429
12430#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12431msgid "reason of the update"
12432msgstr ""
12433
12434#: builtin/tag.c:23
12435msgid ""
12436"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12437"[<head>]"
12438msgstr ""
12439
12440#: builtin/tag.c:24
12441msgid "git tag -d <tagname>..."
12442msgstr ""
12443
12444#: builtin/tag.c:25
12445msgid ""
12446"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
12447"points-at <object>]\n"
12448"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12449msgstr ""
12450
12451#: builtin/tag.c:27
12452msgid "git tag -v [--format=<format>] <tagname>..."
12453msgstr ""
12454
12455#: builtin/tag.c:83
12456#, c-format
12457msgid "tag '%s' not found."
12458msgstr ""
12459
12460#: builtin/tag.c:99
12461#, c-format
12462msgid "Deleted tag '%s' (was %s)\n"
12463msgstr ""
12464
12465#: builtin/tag.c:128
12466#, c-format
12467msgid ""
12468"\n"
12469"Write a message for tag:\n"
12470"  %s\n"
12471"Lines starting with '%c' will be ignored.\n"
12472msgstr ""
12473
12474#: builtin/tag.c:132
12475#, c-format
12476msgid ""
12477"\n"
12478"Write a message for tag:\n"
12479"  %s\n"
12480"Lines starting with '%c' will be kept; you may remove them yourself if you "
12481"want to.\n"
12482msgstr ""
12483
12484#: builtin/tag.c:210
12485msgid "unable to sign the tag"
12486msgstr ""
12487
12488#: builtin/tag.c:212
12489msgid "unable to write tag file"
12490msgstr ""
12491
12492#: builtin/tag.c:236
12493msgid "bad object type."
12494msgstr ""
12495
12496#: builtin/tag.c:282
12497msgid "no tag message?"
12498msgstr ""
12499
12500#: builtin/tag.c:289
12501#, c-format
12502msgid "The tag message has been left in %s\n"
12503msgstr ""
12504
12505#: builtin/tag.c:397
12506msgid "list tag names"
12507msgstr ""
12508
12509#: builtin/tag.c:399
12510msgid "print <n> lines of each tag message"
12511msgstr ""
12512
12513#: builtin/tag.c:401
12514msgid "delete tags"
12515msgstr ""
12516
12517#: builtin/tag.c:402
12518msgid "verify tags"
12519msgstr ""
12520
12521#: builtin/tag.c:404
12522msgid "Tag creation options"
12523msgstr ""
12524
12525#: builtin/tag.c:406
12526msgid "annotated tag, needs a message"
12527msgstr ""
12528
12529#: builtin/tag.c:408
12530msgid "tag message"
12531msgstr ""
12532
12533#: builtin/tag.c:410
12534msgid "annotated and GPG-signed tag"
12535msgstr ""
12536
12537#: builtin/tag.c:414
12538msgid "use another key to sign the tag"
12539msgstr ""
12540
12541#: builtin/tag.c:415
12542msgid "replace the tag if exists"
12543msgstr ""
12544
12545#: builtin/tag.c:416 builtin/update-ref.c:368
12546msgid "create a reflog"
12547msgstr ""
12548
12549#: builtin/tag.c:418
12550msgid "Tag listing options"
12551msgstr ""
12552
12553#: builtin/tag.c:419
12554msgid "show tag list in columns"
12555msgstr ""
12556
12557#: builtin/tag.c:420 builtin/tag.c:422
12558msgid "print only tags that contain the commit"
12559msgstr ""
12560
12561#: builtin/tag.c:421 builtin/tag.c:423
12562msgid "print only tags that don't contain the commit"
12563msgstr ""
12564
12565#: builtin/tag.c:424
12566msgid "print only tags that are merged"
12567msgstr ""
12568
12569#: builtin/tag.c:425
12570msgid "print only tags that are not merged"
12571msgstr ""
12572
12573#: builtin/tag.c:430
12574msgid "print only tags of the object"
12575msgstr ""
12576
12577#: builtin/tag.c:469
12578msgid "--column and -n are incompatible"
12579msgstr ""
12580
12581#: builtin/tag.c:491
12582msgid "-n option is only allowed in list mode"
12583msgstr ""
12584
12585#: builtin/tag.c:493
12586msgid "--contains option is only allowed in list mode"
12587msgstr ""
12588
12589#: builtin/tag.c:495
12590msgid "--no-contains option is only allowed in list mode"
12591msgstr ""
12592
12593#: builtin/tag.c:497
12594msgid "--points-at option is only allowed in list mode"
12595msgstr ""
12596
12597#: builtin/tag.c:499
12598msgid "--merged and --no-merged options are only allowed in list mode"
12599msgstr ""
12600
12601#: builtin/tag.c:510
12602msgid "only one -F or -m option is allowed."
12603msgstr ""
12604
12605#: builtin/tag.c:529
12606msgid "too many params"
12607msgstr ""
12608
12609#: builtin/tag.c:535
12610#, c-format
12611msgid "'%s' is not a valid tag name."
12612msgstr ""
12613
12614#: builtin/tag.c:540
12615#, c-format
12616msgid "tag '%s' already exists"
12617msgstr ""
12618
12619#: builtin/tag.c:570
12620#, c-format
12621msgid "Updated tag '%s' (was %s)\n"
12622msgstr ""
12623
12624#: builtin/unpack-objects.c:493
12625msgid "Unpacking objects"
12626msgstr ""
12627
12628#: builtin/update-index.c:79
12629#, c-format
12630msgid "failed to create directory %s"
12631msgstr ""
12632
12633#: builtin/update-index.c:85
12634#, c-format
12635msgid "failed to stat %s"
12636msgstr ""
12637
12638#: builtin/update-index.c:95
12639#, c-format
12640msgid "failed to create file %s"
12641msgstr ""
12642
12643#: builtin/update-index.c:103
12644#, c-format
12645msgid "failed to delete file %s"
12646msgstr ""
12647
12648#: builtin/update-index.c:110 builtin/update-index.c:216
12649#, c-format
12650msgid "failed to delete directory %s"
12651msgstr ""
12652
12653#: builtin/update-index.c:135
12654#, c-format
12655msgid "Testing mtime in '%s' "
12656msgstr ""
12657
12658#: builtin/update-index.c:149
12659msgid "directory stat info does not change after adding a new file"
12660msgstr ""
12661
12662#: builtin/update-index.c:162
12663msgid "directory stat info does not change after adding a new directory"
12664msgstr ""
12665
12666#: builtin/update-index.c:175
12667msgid "directory stat info changes after updating a file"
12668msgstr ""
12669
12670#: builtin/update-index.c:186
12671msgid "directory stat info changes after adding a file inside subdirectory"
12672msgstr ""
12673
12674#: builtin/update-index.c:197
12675msgid "directory stat info does not change after deleting a file"
12676msgstr ""
12677
12678#: builtin/update-index.c:210
12679msgid "directory stat info does not change after deleting a directory"
12680msgstr ""
12681
12682#: builtin/update-index.c:217
12683msgid " OK"
12684msgstr ""
12685
12686#: builtin/update-index.c:568
12687msgid "git update-index [<options>] [--] [<file>...]"
12688msgstr ""
12689
12690#: builtin/update-index.c:923
12691msgid "continue refresh even when index needs update"
12692msgstr ""
12693
12694#: builtin/update-index.c:926
12695msgid "refresh: ignore submodules"
12696msgstr ""
12697
12698#: builtin/update-index.c:929
12699msgid "do not ignore new files"
12700msgstr ""
12701
12702#: builtin/update-index.c:931
12703msgid "let files replace directories and vice-versa"
12704msgstr ""
12705
12706#: builtin/update-index.c:933
12707msgid "notice files missing from worktree"
12708msgstr ""
12709
12710#: builtin/update-index.c:935
12711msgid "refresh even if index contains unmerged entries"
12712msgstr ""
12713
12714#: builtin/update-index.c:938
12715msgid "refresh stat information"
12716msgstr ""
12717
12718#: builtin/update-index.c:942
12719msgid "like --refresh, but ignore assume-unchanged setting"
12720msgstr ""
12721
12722#: builtin/update-index.c:946
12723msgid "<mode>,<object>,<path>"
12724msgstr ""
12725
12726#: builtin/update-index.c:947
12727msgid "add the specified entry to the index"
12728msgstr ""
12729
12730#: builtin/update-index.c:956
12731msgid "mark files as \"not changing\""
12732msgstr ""
12733
12734#: builtin/update-index.c:959
12735msgid "clear assumed-unchanged bit"
12736msgstr ""
12737
12738#: builtin/update-index.c:962
12739msgid "mark files as \"index-only\""
12740msgstr ""
12741
12742#: builtin/update-index.c:965
12743msgid "clear skip-worktree bit"
12744msgstr ""
12745
12746#: builtin/update-index.c:968
12747msgid "add to index only; do not add content to object database"
12748msgstr ""
12749
12750#: builtin/update-index.c:970
12751msgid "remove named paths even if present in worktree"
12752msgstr ""
12753
12754#: builtin/update-index.c:972
12755msgid "with --stdin: input lines are terminated by null bytes"
12756msgstr ""
12757
12758#: builtin/update-index.c:974
12759msgid "read list of paths to be updated from standard input"
12760msgstr ""
12761
12762#: builtin/update-index.c:978
12763msgid "add entries from standard input to the index"
12764msgstr ""
12765
12766#: builtin/update-index.c:982
12767msgid "repopulate stages #2 and #3 for the listed paths"
12768msgstr ""
12769
12770#: builtin/update-index.c:986
12771msgid "only update entries that differ from HEAD"
12772msgstr ""
12773
12774#: builtin/update-index.c:990
12775msgid "ignore files missing from worktree"
12776msgstr ""
12777
12778#: builtin/update-index.c:993
12779msgid "report actions to standard output"
12780msgstr ""
12781
12782#: builtin/update-index.c:995
12783msgid "(for porcelains) forget saved unresolved conflicts"
12784msgstr ""
12785
12786#: builtin/update-index.c:999
12787msgid "write index in this format"
12788msgstr ""
12789
12790#: builtin/update-index.c:1001
12791msgid "enable or disable split index"
12792msgstr ""
12793
12794#: builtin/update-index.c:1003
12795msgid "enable/disable untracked cache"
12796msgstr ""
12797
12798#: builtin/update-index.c:1005
12799msgid "test if the filesystem supports untracked cache"
12800msgstr ""
12801
12802#: builtin/update-index.c:1007
12803msgid "enable untracked cache without testing the filesystem"
12804msgstr ""
12805
12806#: builtin/update-index.c:1107
12807msgid ""
12808"core.splitIndex is set to false; remove or change it, if you really want to "
12809"enable split index"
12810msgstr ""
12811
12812#: builtin/update-index.c:1116
12813msgid ""
12814"core.splitIndex is set to true; remove or change it, if you really want to "
12815"disable split index"
12816msgstr ""
12817
12818#: builtin/update-index.c:1127
12819msgid ""
12820"core.untrackedCache is set to true; remove or change it, if you really want "
12821"to disable the untracked cache"
12822msgstr ""
12823
12824#: builtin/update-index.c:1131
12825msgid "Untracked cache disabled"
12826msgstr ""
12827
12828#: builtin/update-index.c:1139
12829msgid ""
12830"core.untrackedCache is set to false; remove or change it, if you really want "
12831"to enable the untracked cache"
12832msgstr ""
12833
12834#: builtin/update-index.c:1143
12835#, c-format
12836msgid "Untracked cache enabled for '%s'"
12837msgstr ""
12838
12839#: builtin/update-ref.c:9
12840msgid "git update-ref [<options>] -d <refname> [<old-val>]"
12841msgstr ""
12842
12843#: builtin/update-ref.c:10
12844msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
12845msgstr ""
12846
12847#: builtin/update-ref.c:11
12848msgid "git update-ref [<options>] --stdin [-z]"
12849msgstr ""
12850
12851#: builtin/update-ref.c:363
12852msgid "delete the reference"
12853msgstr ""
12854
12855#: builtin/update-ref.c:365
12856msgid "update <refname> not the one it points to"
12857msgstr ""
12858
12859#: builtin/update-ref.c:366
12860msgid "stdin has NUL-terminated arguments"
12861msgstr ""
12862
12863#: builtin/update-ref.c:367
12864msgid "read updates from stdin"
12865msgstr ""
12866
12867#: builtin/update-server-info.c:6
12868msgid "git update-server-info [--force]"
12869msgstr ""
12870
12871#: builtin/update-server-info.c:14
12872msgid "update the info files from scratch"
12873msgstr ""
12874
12875#: builtin/verify-commit.c:17
12876msgid "git verify-commit [-v | --verbose] <commit>..."
12877msgstr ""
12878
12879#: builtin/verify-commit.c:72
12880msgid "print commit contents"
12881msgstr ""
12882
12883#: builtin/verify-commit.c:73 builtin/verify-tag.c:37
12884msgid "print raw gpg status output"
12885msgstr ""
12886
12887#: builtin/verify-pack.c:54
12888msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
12889msgstr ""
12890
12891#: builtin/verify-pack.c:64
12892msgid "verbose"
12893msgstr ""
12894
12895#: builtin/verify-pack.c:66
12896msgid "show statistics only"
12897msgstr ""
12898
12899#: builtin/verify-tag.c:18
12900msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
12901msgstr ""
12902
12903#: builtin/verify-tag.c:36
12904msgid "print tag contents"
12905msgstr ""
12906
12907#: builtin/worktree.c:15
12908msgid "git worktree add [<options>] <path> [<branch>]"
12909msgstr ""
12910
12911#: builtin/worktree.c:16
12912msgid "git worktree list [<options>]"
12913msgstr ""
12914
12915#: builtin/worktree.c:17
12916msgid "git worktree lock [<options>] <path>"
12917msgstr ""
12918
12919#: builtin/worktree.c:18
12920msgid "git worktree prune [<options>]"
12921msgstr ""
12922
12923#: builtin/worktree.c:19
12924msgid "git worktree unlock <path>"
12925msgstr ""
12926
12927#: builtin/worktree.c:43
12928#, c-format
12929msgid "Removing worktrees/%s: not a valid directory"
12930msgstr ""
12931
12932#: builtin/worktree.c:49
12933#, c-format
12934msgid "Removing worktrees/%s: gitdir file does not exist"
12935msgstr ""
12936
12937#: builtin/worktree.c:54
12938#, c-format
12939msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
12940msgstr ""
12941
12942#: builtin/worktree.c:65
12943#, c-format
12944msgid "Removing worktrees/%s: invalid gitdir file"
12945msgstr ""
12946
12947#: builtin/worktree.c:81
12948#, c-format
12949msgid "Removing worktrees/%s: gitdir file points to non-existent location"
12950msgstr ""
12951
12952#: builtin/worktree.c:128
12953msgid "report pruned working trees"
12954msgstr ""
12955
12956#: builtin/worktree.c:130
12957msgid "expire working trees older than <time>"
12958msgstr ""
12959
12960#: builtin/worktree.c:204
12961#, c-format
12962msgid "'%s' already exists"
12963msgstr ""
12964
12965#: builtin/worktree.c:235
12966#, c-format
12967msgid "could not create directory of '%s'"
12968msgstr ""
12969
12970#: builtin/worktree.c:274
12971#, c-format
12972msgid "Preparing %s (identifier %s)"
12973msgstr ""
12974
12975#: builtin/worktree.c:328
12976msgid "checkout <branch> even if already checked out in other worktree"
12977msgstr ""
12978
12979#: builtin/worktree.c:330
12980msgid "create a new branch"
12981msgstr ""
12982
12983#: builtin/worktree.c:332
12984msgid "create or reset a branch"
12985msgstr ""
12986
12987#: builtin/worktree.c:334
12988msgid "populate the new working tree"
12989msgstr ""
12990
12991#: builtin/worktree.c:335
12992msgid "keep the new working tree locked"
12993msgstr ""
12994
12995#: builtin/worktree.c:343
12996msgid "-b, -B, and --detach are mutually exclusive"
12997msgstr ""
12998
12999#: builtin/worktree.c:478
13000msgid "reason for locking"
13001msgstr ""
13002
13003#: builtin/worktree.c:490 builtin/worktree.c:523
13004#, c-format
13005msgid "'%s' is not a working tree"
13006msgstr ""
13007
13008#: builtin/worktree.c:492 builtin/worktree.c:525
13009msgid "The main working tree cannot be locked or unlocked"
13010msgstr ""
13011
13012#: builtin/worktree.c:497
13013#, c-format
13014msgid "'%s' is already locked, reason: %s"
13015msgstr ""
13016
13017#: builtin/worktree.c:499
13018#, c-format
13019msgid "'%s' is already locked"
13020msgstr ""
13021
13022#: builtin/worktree.c:527
13023#, c-format
13024msgid "'%s' is not locked"
13025msgstr ""
13026
13027#: builtin/write-tree.c:13
13028msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13029msgstr ""
13030
13031#: builtin/write-tree.c:26
13032msgid "<prefix>/"
13033msgstr ""
13034
13035#: builtin/write-tree.c:27
13036msgid "write tree object for a subdirectory <prefix>"
13037msgstr ""
13038
13039#: builtin/write-tree.c:30
13040msgid "only useful for debugging"
13041msgstr ""
13042
13043#: upload-pack.c:22
13044msgid "git upload-pack [<options>] <dir>"
13045msgstr ""
13046
13047#: upload-pack.c:1040
13048msgid "quit after a single request/response exchange"
13049msgstr ""
13050
13051#: upload-pack.c:1042
13052msgid "exit immediately after initial ref advertisement"
13053msgstr ""
13054
13055#: upload-pack.c:1044
13056msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13057msgstr ""
13058
13059#: upload-pack.c:1046
13060msgid "interrupt transfer after <n> seconds of inactivity"
13061msgstr ""
13062
13063#: credential-cache--daemon.c:223
13064#, c-format
13065msgid ""
13066"The permissions on your socket directory are too loose; other\n"
13067"users may be able to read your cached credentials. Consider running:\n"
13068"\n"
13069"\tchmod 0700 %s"
13070msgstr ""
13071
13072#: credential-cache--daemon.c:271
13073msgid "print debugging messages to stderr"
13074msgstr ""
13075
13076#: git.c:14
13077msgid ""
13078"'git help -a' and 'git help -g' list available subcommands and some\n"
13079"concept guides. See 'git help <command>' or 'git help <concept>'\n"
13080"to read about a specific subcommand or concept."
13081msgstr ""
13082
13083#: http.c:336
13084#, c-format
13085msgid "negative value for http.postbuffer; defaulting to %d"
13086msgstr ""
13087
13088#: http.c:357
13089msgid "Delegation control is not supported with cURL < 7.22.0"
13090msgstr ""
13091
13092#: http.c:366
13093msgid "Public key pinning not supported with cURL < 7.44.0"
13094msgstr ""
13095
13096#: http.c:1766
13097#, c-format
13098msgid ""
13099"unable to update url base from redirection:\n"
13100"  asked for: %s\n"
13101"   redirect: %s"
13102msgstr ""
13103
13104#: remote-curl.c:323
13105#, c-format
13106msgid "redirecting to %s"
13107msgstr ""
13108
13109#: common-cmds.h:9
13110msgid "start a working area (see also: git help tutorial)"
13111msgstr ""
13112
13113#: common-cmds.h:10
13114msgid "work on the current change (see also: git help everyday)"
13115msgstr ""
13116
13117#: common-cmds.h:11
13118msgid "examine the history and state (see also: git help revisions)"
13119msgstr ""
13120
13121#: common-cmds.h:12
13122msgid "grow, mark and tweak your common history"
13123msgstr ""
13124
13125#: common-cmds.h:13
13126msgid "collaborate (see also: git help workflows)"
13127msgstr ""
13128
13129#: common-cmds.h:17
13130msgid "Add file contents to the index"
13131msgstr ""
13132
13133#: common-cmds.h:18
13134msgid "Use binary search to find the commit that introduced a bug"
13135msgstr ""
13136
13137#: common-cmds.h:19
13138msgid "List, create, or delete branches"
13139msgstr ""
13140
13141#: common-cmds.h:20
13142msgid "Switch branches or restore working tree files"
13143msgstr ""
13144
13145#: common-cmds.h:21
13146msgid "Clone a repository into a new directory"
13147msgstr ""
13148
13149#: common-cmds.h:22
13150msgid "Record changes to the repository"
13151msgstr ""
13152
13153#: common-cmds.h:23
13154msgid "Show changes between commits, commit and working tree, etc"
13155msgstr ""
13156
13157#: common-cmds.h:24
13158msgid "Download objects and refs from another repository"
13159msgstr ""
13160
13161#: common-cmds.h:25
13162msgid "Print lines matching a pattern"
13163msgstr ""
13164
13165#: common-cmds.h:26
13166msgid "Create an empty Git repository or reinitialize an existing one"
13167msgstr ""
13168
13169#: common-cmds.h:27
13170msgid "Show commit logs"
13171msgstr ""
13172
13173#: common-cmds.h:28
13174msgid "Join two or more development histories together"
13175msgstr ""
13176
13177#: common-cmds.h:29
13178msgid "Move or rename a file, a directory, or a symlink"
13179msgstr ""
13180
13181#: common-cmds.h:30
13182msgid "Fetch from and integrate with another repository or a local branch"
13183msgstr ""
13184
13185#: common-cmds.h:31
13186msgid "Update remote refs along with associated objects"
13187msgstr ""
13188
13189#: common-cmds.h:32
13190msgid "Reapply commits on top of another base tip"
13191msgstr ""
13192
13193#: common-cmds.h:33
13194msgid "Reset current HEAD to the specified state"
13195msgstr ""
13196
13197#: common-cmds.h:34
13198msgid "Remove files from the working tree and from the index"
13199msgstr ""
13200
13201#: common-cmds.h:35
13202msgid "Show various types of objects"
13203msgstr ""
13204
13205#: common-cmds.h:36
13206msgid "Show the working tree status"
13207msgstr ""
13208
13209#: common-cmds.h:37
13210msgid "Create, list, delete or verify a tag object signed with GPG"
13211msgstr ""
13212
13213#: parse-options.h:145
13214msgid "expiry-date"
13215msgstr ""
13216
13217#: parse-options.h:160
13218msgid "no-op (backward compatibility)"
13219msgstr ""
13220
13221#: parse-options.h:238
13222msgid "be more verbose"
13223msgstr ""
13224
13225#: parse-options.h:240
13226msgid "be more quiet"
13227msgstr ""
13228
13229#: parse-options.h:246
13230msgid "use <n> digits to display SHA-1s"
13231msgstr ""
13232
13233#: rerere.h:40
13234msgid "update the index with reused conflict resolution if possible"
13235msgstr ""
13236
13237#: git-bisect.sh:54
13238msgid "You need to start by \"git bisect start\""
13239msgstr ""
13240
13241#. TRANSLATORS: Make sure to include [Y] and [n] in your
13242#. translation. The program will only accept English input
13243#. at this point.
13244#: git-bisect.sh:60
13245msgid "Do you want me to do it for you [Y/n]? "
13246msgstr ""
13247
13248#: git-bisect.sh:121
13249#, sh-format
13250msgid "unrecognised option: '$arg'"
13251msgstr ""
13252
13253#: git-bisect.sh:125
13254#, sh-format
13255msgid "'$arg' does not appear to be a valid revision"
13256msgstr ""
13257
13258#: git-bisect.sh:154
13259msgid "Bad HEAD - I need a HEAD"
13260msgstr ""
13261
13262#: git-bisect.sh:167
13263#, sh-format
13264msgid ""
13265"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
13266msgstr ""
13267
13268#: git-bisect.sh:177
13269msgid "won't bisect on cg-seek'ed tree"
13270msgstr ""
13271
13272#: git-bisect.sh:181
13273msgid "Bad HEAD - strange symbolic ref"
13274msgstr ""
13275
13276#: git-bisect.sh:233
13277#, sh-format
13278msgid "Bad bisect_write argument: $state"
13279msgstr ""
13280
13281#: git-bisect.sh:262
13282#, sh-format
13283msgid "Bad rev input: $arg"
13284msgstr ""
13285
13286#: git-bisect.sh:281
13287#, sh-format
13288msgid "Bad rev input: $bisected_head"
13289msgstr ""
13290
13291#: git-bisect.sh:290
13292#, sh-format
13293msgid "Bad rev input: $rev"
13294msgstr ""
13295
13296#: git-bisect.sh:299
13297#, sh-format
13298msgid "'git bisect $TERM_BAD' can take only one argument."
13299msgstr ""
13300
13301#: git-bisect.sh:322
13302#, sh-format
13303msgid "Warning: bisecting only with a $TERM_BAD commit."
13304msgstr ""
13305
13306#. TRANSLATORS: Make sure to include [Y] and [n] in your
13307#. translation. The program will only accept English input
13308#. at this point.
13309#: git-bisect.sh:328
13310msgid "Are you sure [Y/n]? "
13311msgstr ""
13312
13313#: git-bisect.sh:340
13314#, sh-format
13315msgid ""
13316"You need to give me at least one $bad_syn and one $good_syn revision.\n"
13317"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13318msgstr ""
13319
13320#: git-bisect.sh:343
13321#, sh-format
13322msgid ""
13323"You need to start by \"git bisect start\".\n"
13324"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13325"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13326msgstr ""
13327
13328#: git-bisect.sh:414 git-bisect.sh:546
13329msgid "We are not bisecting."
13330msgstr ""
13331
13332#: git-bisect.sh:421
13333#, sh-format
13334msgid "'$invalid' is not a valid commit"
13335msgstr ""
13336
13337#: git-bisect.sh:430
13338#, sh-format
13339msgid ""
13340"Could not check out original HEAD '$branch'.\n"
13341"Try 'git bisect reset <commit>'."
13342msgstr ""
13343
13344#: git-bisect.sh:458
13345msgid "No logfile given"
13346msgstr ""
13347
13348#: git-bisect.sh:459
13349#, sh-format
13350msgid "cannot read $file for replaying"
13351msgstr ""
13352
13353#: git-bisect.sh:480
13354msgid "?? what are you talking about?"
13355msgstr ""
13356
13357#: git-bisect.sh:492
13358#, sh-format
13359msgid "running $command"
13360msgstr ""
13361
13362#: git-bisect.sh:499
13363#, sh-format
13364msgid ""
13365"bisect run failed:\n"
13366"exit code $res from '$command' is < 0 or >= 128"
13367msgstr ""
13368
13369#: git-bisect.sh:525
13370msgid "bisect run cannot continue any more"
13371msgstr ""
13372
13373#: git-bisect.sh:531
13374#, sh-format
13375msgid ""
13376"bisect run failed:\n"
13377"'bisect_state $state' exited with error code $res"
13378msgstr ""
13379
13380#: git-bisect.sh:538
13381msgid "bisect run success"
13382msgstr ""
13383
13384#: git-bisect.sh:565
13385msgid "please use two different terms"
13386msgstr ""
13387
13388#: git-bisect.sh:575
13389#, sh-format
13390msgid "'$term' is not a valid term"
13391msgstr ""
13392
13393#: git-bisect.sh:578
13394#, sh-format
13395msgid "can't use the builtin command '$term' as a term"
13396msgstr ""
13397
13398#: git-bisect.sh:587 git-bisect.sh:593
13399#, sh-format
13400msgid "can't change the meaning of term '$term'"
13401msgstr ""
13402
13403#: git-bisect.sh:606
13404#, sh-format
13405msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13406msgstr ""
13407
13408#: git-bisect.sh:636
13409msgid "no terms defined"
13410msgstr ""
13411
13412#: git-bisect.sh:653
13413#, sh-format
13414msgid ""
13415"invalid argument $arg for 'git bisect terms'.\n"
13416"Supported options are: --term-good|--term-old and --term-bad|--term-new."
13417msgstr ""
13418
13419#: git-merge-octopus.sh:46
13420msgid ""
13421"Error: Your local changes to the following files would be overwritten by "
13422"merge"
13423msgstr ""
13424
13425#: git-merge-octopus.sh:61
13426msgid "Automated merge did not work."
13427msgstr ""
13428
13429#: git-merge-octopus.sh:62
13430msgid "Should not be doing an octopus."
13431msgstr ""
13432
13433#: git-merge-octopus.sh:73
13434#, sh-format
13435msgid "Unable to find common commit with $pretty_name"
13436msgstr ""
13437
13438#: git-merge-octopus.sh:77
13439#, sh-format
13440msgid "Already up-to-date with $pretty_name"
13441msgstr ""
13442
13443#: git-merge-octopus.sh:89
13444#, sh-format
13445msgid "Fast-forwarding to: $pretty_name"
13446msgstr ""
13447
13448#: git-merge-octopus.sh:97
13449#, sh-format
13450msgid "Trying simple merge with $pretty_name"
13451msgstr ""
13452
13453#: git-merge-octopus.sh:102
13454msgid "Simple merge did not work, trying automatic merge."
13455msgstr ""
13456
13457#: git-rebase.sh:58
13458msgid ""
13459"When you have resolved this problem, run \"git rebase --continue\".\n"
13460"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
13461"To check out the original branch and stop rebasing, run \"git rebase --abort"
13462"\"."
13463msgstr ""
13464
13465#: git-rebase.sh:158 git-rebase.sh:397
13466#, sh-format
13467msgid "Could not move back to $head_name"
13468msgstr ""
13469
13470#: git-rebase.sh:172
13471#, sh-format
13472msgid "Cannot store $stash_sha1"
13473msgstr ""
13474
13475#: git-rebase.sh:212
13476msgid "The pre-rebase hook refused to rebase."
13477msgstr ""
13478
13479#: git-rebase.sh:217
13480msgid "It looks like git-am is in progress. Cannot rebase."
13481msgstr ""
13482
13483#: git-rebase.sh:358
13484msgid "No rebase in progress?"
13485msgstr ""
13486
13487#: git-rebase.sh:369
13488msgid "The --edit-todo action can only be used during interactive rebase."
13489msgstr ""
13490
13491#: git-rebase.sh:376
13492msgid "Cannot read HEAD"
13493msgstr ""
13494
13495#: git-rebase.sh:379
13496msgid ""
13497"You must edit all merge conflicts and then\n"
13498"mark them as resolved using git add"
13499msgstr ""
13500
13501#: git-rebase.sh:419
13502#, sh-format
13503msgid ""
13504"It seems that there is already a $state_dir_base directory, and\n"
13505"I wonder if you are in the middle of another rebase.  If that is the\n"
13506"case, please try\n"
13507"\t$cmd_live_rebase\n"
13508"If that is not the case, please\n"
13509"\t$cmd_clear_stale_rebase\n"
13510"and run me again.  I am stopping in case you still have something\n"
13511"valuable there."
13512msgstr ""
13513
13514#: git-rebase.sh:470
13515#, sh-format
13516msgid "invalid upstream $upstream_name"
13517msgstr ""
13518
13519#: git-rebase.sh:494
13520#, sh-format
13521msgid "$onto_name: there are more than one merge bases"
13522msgstr ""
13523
13524#: git-rebase.sh:497 git-rebase.sh:501
13525#, sh-format
13526msgid "$onto_name: there is no merge base"
13527msgstr ""
13528
13529#: git-rebase.sh:506
13530#, sh-format
13531msgid "Does not point to a valid commit: $onto_name"
13532msgstr ""
13533
13534#: git-rebase.sh:529
13535#, sh-format
13536msgid "fatal: no such branch: $branch_name"
13537msgstr ""
13538
13539#: git-rebase.sh:562
13540msgid "Cannot autostash"
13541msgstr ""
13542
13543#: git-rebase.sh:567
13544#, sh-format
13545msgid "Created autostash: $stash_abbrev"
13546msgstr ""
13547
13548#: git-rebase.sh:571
13549msgid "Please commit or stash them."
13550msgstr ""
13551
13552#: git-rebase.sh:591
13553#, sh-format
13554msgid "Current branch $branch_name is up to date."
13555msgstr ""
13556
13557#: git-rebase.sh:595
13558#, sh-format
13559msgid "Current branch $branch_name is up to date, rebase forced."
13560msgstr ""
13561
13562#: git-rebase.sh:606
13563#, sh-format
13564msgid "Changes from $mb to $onto:"
13565msgstr ""
13566
13567#: git-rebase.sh:615
13568msgid "First, rewinding head to replay your work on top of it..."
13569msgstr ""
13570
13571#: git-rebase.sh:625
13572#, sh-format
13573msgid "Fast-forwarded $branch_name to $onto_name."
13574msgstr ""
13575
13576#: git-stash.sh:53
13577msgid "git stash clear with parameters is unimplemented"
13578msgstr ""
13579
13580#: git-stash.sh:94
13581msgid "You do not have the initial commit yet"
13582msgstr ""
13583
13584#: git-stash.sh:109
13585msgid "Cannot save the current index state"
13586msgstr ""
13587
13588#: git-stash.sh:124
13589msgid "Cannot save the untracked files"
13590msgstr ""
13591
13592#: git-stash.sh:144 git-stash.sh:157
13593msgid "Cannot save the current worktree state"
13594msgstr ""
13595
13596#: git-stash.sh:161
13597msgid "No changes selected"
13598msgstr ""
13599
13600#: git-stash.sh:164
13601msgid "Cannot remove temporary index (can't happen)"
13602msgstr ""
13603
13604#: git-stash.sh:177
13605msgid "Cannot record working tree state"
13606msgstr ""
13607
13608#: git-stash.sh:209
13609#, sh-format
13610msgid "Cannot update $ref_stash with $w_commit"
13611msgstr ""
13612
13613#. TRANSLATORS: $option is an invalid option, like
13614#. `--blah-blah'. The 7 spaces at the beginning of the
13615#. second line correspond to "error: ". So you should line
13616#. up the second line with however many characters the
13617#. translation of "error: " takes in your language. E.g. in
13618#. English this is:
13619#.
13620#. $ git stash save --blah-blah 2>&1 | head -n 2
13621#. error: unknown option for 'stash save': --blah-blah
13622#. To provide a message, use git stash save -- '--blah-blah'
13623#: git-stash.sh:265
13624#, sh-format
13625msgid ""
13626"error: unknown option for 'stash save': $option\n"
13627"       To provide a message, use git stash save -- '$option'"
13628msgstr ""
13629
13630#: git-stash.sh:278
13631msgid "Can't use --patch and --include-untracked or --all at the same time"
13632msgstr ""
13633
13634#: git-stash.sh:286
13635msgid "No local changes to save"
13636msgstr ""
13637
13638#: git-stash.sh:291
13639msgid "Cannot initialize stash"
13640msgstr ""
13641
13642#: git-stash.sh:295
13643msgid "Cannot save the current status"
13644msgstr ""
13645
13646#: git-stash.sh:296
13647#, sh-format
13648msgid "Saved working directory and index state $stash_msg"
13649msgstr ""
13650
13651#: git-stash.sh:323
13652msgid "Cannot remove worktree changes"
13653msgstr ""
13654
13655#: git-stash.sh:471
13656#, sh-format
13657msgid "unknown option: $opt"
13658msgstr ""
13659
13660#: git-stash.sh:484
13661msgid "No stash found."
13662msgstr ""
13663
13664#: git-stash.sh:491
13665#, sh-format
13666msgid "Too many revisions specified: $REV"
13667msgstr ""
13668
13669#: git-stash.sh:506
13670#, sh-format
13671msgid "$reference is not a valid reference"
13672msgstr ""
13673
13674#: git-stash.sh:534
13675#, sh-format
13676msgid "'$args' is not a stash-like commit"
13677msgstr ""
13678
13679#: git-stash.sh:545
13680#, sh-format
13681msgid "'$args' is not a stash reference"
13682msgstr ""
13683
13684#: git-stash.sh:553
13685msgid "unable to refresh index"
13686msgstr ""
13687
13688#: git-stash.sh:557
13689msgid "Cannot apply a stash in the middle of a merge"
13690msgstr ""
13691
13692#: git-stash.sh:565
13693msgid "Conflicts in index. Try without --index."
13694msgstr ""
13695
13696#: git-stash.sh:567
13697msgid "Could not save index tree"
13698msgstr ""
13699
13700#: git-stash.sh:576
13701msgid "Could not restore untracked files from stash"
13702msgstr ""
13703
13704#: git-stash.sh:601
13705msgid "Cannot unstage modified files"
13706msgstr ""
13707
13708#: git-stash.sh:616
13709msgid "Index was not unstashed."
13710msgstr ""
13711
13712#: git-stash.sh:630
13713msgid "The stash is kept in case you need it again."
13714msgstr ""
13715
13716#: git-stash.sh:639
13717#, sh-format
13718msgid "Dropped ${REV} ($s)"
13719msgstr ""
13720
13721#: git-stash.sh:640
13722#, sh-format
13723msgid "${REV}: Could not drop stash entry"
13724msgstr ""
13725
13726#: git-stash.sh:648
13727msgid "No branch name specified"
13728msgstr ""
13729
13730#: git-stash.sh:727
13731msgid "(To restore them type \"git stash apply\")"
13732msgstr ""
13733
13734#: git-submodule.sh:181
13735msgid "Relative path can only be used from the toplevel of the working tree"
13736msgstr ""
13737
13738#: git-submodule.sh:191
13739#, sh-format
13740msgid "repo URL: '$repo' must be absolute or begin with ./|../"
13741msgstr ""
13742
13743#: git-submodule.sh:210
13744#, sh-format
13745msgid "'$sm_path' already exists in the index"
13746msgstr ""
13747
13748#: git-submodule.sh:213
13749#, sh-format
13750msgid "'$sm_path' already exists in the index and is not a submodule"
13751msgstr ""
13752
13753#: git-submodule.sh:218
13754#, sh-format
13755msgid ""
13756"The following path is ignored by one of your .gitignore files:\n"
13757"$sm_path\n"
13758"Use -f if you really want to add it."
13759msgstr ""
13760
13761#: git-submodule.sh:236
13762#, sh-format
13763msgid "Adding existing repo at '$sm_path' to the index"
13764msgstr ""
13765
13766#: git-submodule.sh:238
13767#, sh-format
13768msgid "'$sm_path' already exists and is not a valid git repo"
13769msgstr ""
13770
13771#: git-submodule.sh:246
13772#, sh-format
13773msgid "A git directory for '$sm_name' is found locally with remote(s):"
13774msgstr ""
13775
13776#: git-submodule.sh:248
13777#, sh-format
13778msgid ""
13779"If you want to reuse this local git directory instead of cloning again from\n"
13780"  $realrepo\n"
13781"use the '--force' option. If the local git directory is not the correct "
13782"repo\n"
13783"or you are unsure what this means choose another name with the '--name' "
13784"option."
13785msgstr ""
13786
13787#: git-submodule.sh:254
13788#, sh-format
13789msgid "Reactivating local git directory for submodule '$sm_name'."
13790msgstr ""
13791
13792#: git-submodule.sh:266
13793#, sh-format
13794msgid "Unable to checkout submodule '$sm_path'"
13795msgstr ""
13796
13797#: git-submodule.sh:271
13798#, sh-format
13799msgid "Failed to add submodule '$sm_path'"
13800msgstr ""
13801
13802#: git-submodule.sh:280
13803#, sh-format
13804msgid "Failed to register submodule '$sm_path'"
13805msgstr ""
13806
13807#: git-submodule.sh:341
13808#, sh-format
13809msgid "Entering '$displaypath'"
13810msgstr ""
13811
13812#: git-submodule.sh:361
13813#, sh-format
13814msgid "Stopping at '$displaypath'; script returned non-zero status."
13815msgstr ""
13816
13817#: git-submodule.sh:432
13818#, sh-format
13819msgid "pathspec and --all are incompatible"
13820msgstr ""
13821
13822#: git-submodule.sh:437
13823#, sh-format
13824msgid "Use '--all' if you really want to deinitialize all submodules"
13825msgstr ""
13826
13827#: git-submodule.sh:457
13828#, sh-format
13829msgid ""
13830"Submodule work tree '$displaypath' contains a .git directory\n"
13831"(use 'rm -rf' if you really want to remove it including all of its history)"
13832msgstr ""
13833
13834#: git-submodule.sh:465
13835#, sh-format
13836msgid ""
13837"Submodule work tree '$displaypath' contains local modifications; use '-f' to "
13838"discard them"
13839msgstr ""
13840
13841#: git-submodule.sh:468
13842#, sh-format
13843msgid "Cleared directory '$displaypath'"
13844msgstr ""
13845
13846#: git-submodule.sh:469
13847#, sh-format
13848msgid "Could not remove submodule work tree '$displaypath'"
13849msgstr ""
13850
13851#: git-submodule.sh:472
13852#, sh-format
13853msgid "Could not create empty submodule directory '$displaypath'"
13854msgstr ""
13855
13856#: git-submodule.sh:481
13857#, sh-format
13858msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
13859msgstr ""
13860
13861#: git-submodule.sh:637
13862#, sh-format
13863msgid "Unable to find current revision in submodule path '$displaypath'"
13864msgstr ""
13865
13866#: git-submodule.sh:647
13867#, sh-format
13868msgid "Unable to fetch in submodule path '$sm_path'"
13869msgstr ""
13870
13871#: git-submodule.sh:652
13872#, sh-format
13873msgid ""
13874"Unable to find current ${remote_name}/${branch} revision in submodule path "
13875"'$sm_path'"
13876msgstr ""
13877
13878#: git-submodule.sh:670
13879#, sh-format
13880msgid "Unable to fetch in submodule path '$displaypath'"
13881msgstr ""
13882
13883#: git-submodule.sh:676
13884#, sh-format
13885msgid ""
13886"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
13887"Direct fetching of that commit failed."
13888msgstr ""
13889
13890#: git-submodule.sh:683
13891#, sh-format
13892msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
13893msgstr ""
13894
13895#: git-submodule.sh:684
13896#, sh-format
13897msgid "Submodule path '$displaypath': checked out '$sha1'"
13898msgstr ""
13899
13900#: git-submodule.sh:688
13901#, sh-format
13902msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
13903msgstr ""
13904
13905#: git-submodule.sh:689
13906#, sh-format
13907msgid "Submodule path '$displaypath': rebased into '$sha1'"
13908msgstr ""
13909
13910#: git-submodule.sh:694
13911#, sh-format
13912msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
13913msgstr ""
13914
13915#: git-submodule.sh:695
13916#, sh-format
13917msgid "Submodule path '$displaypath': merged in '$sha1'"
13918msgstr ""
13919
13920#: git-submodule.sh:700
13921#, sh-format
13922msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
13923msgstr ""
13924
13925#: git-submodule.sh:701
13926#, sh-format
13927msgid "Submodule path '$displaypath': '$command $sha1'"
13928msgstr ""
13929
13930#: git-submodule.sh:732
13931#, sh-format
13932msgid "Failed to recurse into submodule path '$displaypath'"
13933msgstr ""
13934
13935#: git-submodule.sh:840
13936msgid "The --cached option cannot be used with the --files option"
13937msgstr ""
13938
13939#: git-submodule.sh:892
13940#, sh-format
13941msgid "unexpected mode $mod_dst"
13942msgstr ""
13943
13944#: git-submodule.sh:912
13945#, sh-format
13946msgid "  Warn: $display_name doesn't contain commit $sha1_src"
13947msgstr ""
13948
13949#: git-submodule.sh:915
13950#, sh-format
13951msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
13952msgstr ""
13953
13954#: git-submodule.sh:918
13955#, sh-format
13956msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
13957msgstr ""
13958
13959#: git-submodule.sh:1064
13960#, sh-format
13961msgid "Failed to recurse into submodule path '$sm_path'"
13962msgstr ""
13963
13964#: git-submodule.sh:1136
13965#, sh-format
13966msgid "Synchronizing submodule url for '$displaypath'"
13967msgstr ""
13968
13969#: git-parse-remote.sh:89
13970#, sh-format
13971msgid "See git-${cmd}(1) for details."
13972msgstr ""
13973
13974#: git-rebase--interactive.sh:140
13975#, sh-format
13976msgid "Rebasing ($new_count/$total)"
13977msgstr ""
13978
13979#: git-rebase--interactive.sh:156
13980msgid ""
13981"\n"
13982"Commands:\n"
13983" p, pick = use commit\n"
13984" r, reword = use commit, but edit the commit message\n"
13985" e, edit = use commit, but stop for amending\n"
13986" s, squash = use commit, but meld into previous commit\n"
13987" f, fixup = like \"squash\", but discard this commit's log message\n"
13988" x, exec = run command (the rest of the line) using shell\n"
13989" d, drop = remove commit\n"
13990"\n"
13991"These lines can be re-ordered; they are executed from top to bottom.\n"
13992msgstr ""
13993
13994#: git-rebase--interactive.sh:171
13995msgid ""
13996"\n"
13997"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
13998msgstr ""
13999
14000#: git-rebase--interactive.sh:175
14001msgid ""
14002"\n"
14003"If you remove a line here THAT COMMIT WILL BE LOST.\n"
14004msgstr ""
14005
14006#: git-rebase--interactive.sh:211
14007#, sh-format
14008msgid ""
14009"You can amend the commit now, with\n"
14010"\n"
14011"\tgit commit --amend $gpg_sign_opt_quoted\n"
14012"\n"
14013"Once you are satisfied with your changes, run\n"
14014"\n"
14015"\tgit rebase --continue"
14016msgstr ""
14017
14018#: git-rebase--interactive.sh:236
14019#, sh-format
14020msgid "$sha1: not a commit that can be picked"
14021msgstr ""
14022
14023#: git-rebase--interactive.sh:275
14024#, sh-format
14025msgid "Invalid commit name: $sha1"
14026msgstr ""
14027
14028#: git-rebase--interactive.sh:317
14029msgid "Cannot write current commit's replacement sha1"
14030msgstr ""
14031
14032#: git-rebase--interactive.sh:369
14033#, sh-format
14034msgid "Fast-forward to $sha1"
14035msgstr ""
14036
14037#: git-rebase--interactive.sh:371
14038#, sh-format
14039msgid "Cannot fast-forward to $sha1"
14040msgstr ""
14041
14042#: git-rebase--interactive.sh:380
14043#, sh-format
14044msgid "Cannot move HEAD to $first_parent"
14045msgstr ""
14046
14047#: git-rebase--interactive.sh:385
14048#, sh-format
14049msgid "Refusing to squash a merge: $sha1"
14050msgstr ""
14051
14052#: git-rebase--interactive.sh:399
14053#, sh-format
14054msgid "Error redoing merge $sha1"
14055msgstr ""
14056
14057#: git-rebase--interactive.sh:407
14058#, sh-format
14059msgid "Could not pick $sha1"
14060msgstr ""
14061
14062#: git-rebase--interactive.sh:416
14063#, sh-format
14064msgid "This is the commit message #${n}:"
14065msgstr ""
14066
14067#: git-rebase--interactive.sh:421
14068#, sh-format
14069msgid "The commit message #${n} will be skipped:"
14070msgstr ""
14071
14072#: git-rebase--interactive.sh:432
14073#, sh-format
14074msgid "This is a combination of $count commit."
14075msgid_plural "This is a combination of $count commits."
14076msgstr[0] ""
14077msgstr[1] ""
14078
14079#: git-rebase--interactive.sh:441
14080#, sh-format
14081msgid "Cannot write $fixup_msg"
14082msgstr ""
14083
14084#: git-rebase--interactive.sh:444
14085msgid "This is a combination of 2 commits."
14086msgstr ""
14087
14088#: git-rebase--interactive.sh:485 git-rebase--interactive.sh:528
14089#: git-rebase--interactive.sh:531
14090#, sh-format
14091msgid "Could not apply $sha1... $rest"
14092msgstr ""
14093
14094#: git-rebase--interactive.sh:559
14095#, sh-format
14096msgid ""
14097"Could not amend commit after successfully picking $sha1... $rest\n"
14098"This is most likely due to an empty commit message, or the pre-commit hook\n"
14099"failed. If the pre-commit hook failed, you may need to resolve the issue "
14100"before\n"
14101"you are able to reword the commit."
14102msgstr ""
14103
14104#: git-rebase--interactive.sh:574
14105#, sh-format
14106msgid "Stopped at $sha1_abbrev... $rest"
14107msgstr ""
14108
14109#: git-rebase--interactive.sh:589
14110#, sh-format
14111msgid "Cannot '$squash_style' without a previous commit"
14112msgstr ""
14113
14114#: git-rebase--interactive.sh:631
14115#, sh-format
14116msgid "Executing: $rest"
14117msgstr ""
14118
14119#: git-rebase--interactive.sh:639
14120#, sh-format
14121msgid "Execution failed: $rest"
14122msgstr ""
14123
14124#: git-rebase--interactive.sh:641
14125msgid "and made changes to the index and/or the working tree"
14126msgstr ""
14127
14128#: git-rebase--interactive.sh:643
14129msgid ""
14130"You can fix the problem, and then run\n"
14131"\n"
14132"\tgit rebase --continue"
14133msgstr ""
14134
14135#. TRANSLATORS: after these lines is a command to be issued by the user
14136#: git-rebase--interactive.sh:656
14137#, sh-format
14138msgid ""
14139"Execution succeeded: $rest\n"
14140"but left changes to the index and/or the working tree\n"
14141"Commit or stash your changes, and then run\n"
14142"\n"
14143"\tgit rebase --continue"
14144msgstr ""
14145
14146#: git-rebase--interactive.sh:667
14147#, sh-format
14148msgid "Unknown command: $command $sha1 $rest"
14149msgstr ""
14150
14151#: git-rebase--interactive.sh:668
14152msgid "Please fix this using 'git rebase --edit-todo'."
14153msgstr ""
14154
14155#: git-rebase--interactive.sh:703
14156#, sh-format
14157msgid "Successfully rebased and updated $head_name."
14158msgstr ""
14159
14160#: git-rebase--interactive.sh:750
14161msgid "Could not skip unnecessary pick commands"
14162msgstr ""
14163
14164#: git-rebase--interactive.sh:908
14165#, sh-format
14166msgid ""
14167"Warning: the SHA-1 is missing or isn't a commit in the following line:\n"
14168" - $line"
14169msgstr ""
14170
14171#: git-rebase--interactive.sh:941
14172#, sh-format
14173msgid ""
14174"Warning: the command isn't recognized in the following line:\n"
14175" - $line"
14176msgstr ""
14177
14178#: git-rebase--interactive.sh:980
14179msgid "could not detach HEAD"
14180msgstr ""
14181
14182#: git-rebase--interactive.sh:1018
14183msgid ""
14184"Warning: some commits may have been dropped accidentally.\n"
14185"Dropped commits (newer to older):"
14186msgstr ""
14187
14188#: git-rebase--interactive.sh:1026
14189msgid ""
14190"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
14191"\n"
14192"Use 'git config rebase.missingCommitsCheck' to change the level of "
14193"warnings.\n"
14194"The possible behaviours are: ignore, warn, error."
14195msgstr ""
14196
14197#: git-rebase--interactive.sh:1037
14198#, sh-format
14199msgid ""
14200"Unrecognized setting $check_level for option rebase.missingCommitsCheck. "
14201"Ignoring."
14202msgstr ""
14203
14204#: git-rebase--interactive.sh:1054
14205msgid ""
14206"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
14207"continue'."
14208msgstr ""
14209
14210#: git-rebase--interactive.sh:1055
14211msgid "Or you can abort the rebase with 'git rebase --abort'."
14212msgstr ""
14213
14214#: git-rebase--interactive.sh:1083
14215msgid "Could not remove CHERRY_PICK_HEAD"
14216msgstr ""
14217
14218#: git-rebase--interactive.sh:1088
14219#, sh-format
14220msgid ""
14221"You have staged changes in your working tree.\n"
14222"If these changes are meant to be\n"
14223"squashed into the previous commit, run:\n"
14224"\n"
14225"  git commit --amend $gpg_sign_opt_quoted\n"
14226"\n"
14227"If they are meant to go into a new commit, run:\n"
14228"\n"
14229"  git commit $gpg_sign_opt_quoted\n"
14230"\n"
14231"In both cases, once you're done, continue with:\n"
14232"\n"
14233"  git rebase --continue\n"
14234msgstr ""
14235
14236#: git-rebase--interactive.sh:1105
14237msgid "Error trying to find the author identity to amend commit"
14238msgstr ""
14239
14240#: git-rebase--interactive.sh:1110
14241msgid ""
14242"You have uncommitted changes in your working tree. Please commit them\n"
14243"first and then run 'git rebase --continue' again."
14244msgstr ""
14245
14246#: git-rebase--interactive.sh:1115 git-rebase--interactive.sh:1119
14247msgid "Could not commit staged changes."
14248msgstr ""
14249
14250#: git-rebase--interactive.sh:1147
14251msgid ""
14252"\n"
14253"You are editing the todo file of an ongoing interactive rebase.\n"
14254"To continue rebase after editing, run:\n"
14255"    git rebase --continue\n"
14256"\n"
14257msgstr ""
14258
14259#: git-rebase--interactive.sh:1155 git-rebase--interactive.sh:1313
14260msgid "Could not execute editor"
14261msgstr ""
14262
14263#: git-rebase--interactive.sh:1168
14264#, sh-format
14265msgid "Could not checkout $switch_to"
14266msgstr ""
14267
14268#: git-rebase--interactive.sh:1173
14269msgid "No HEAD?"
14270msgstr ""
14271
14272#: git-rebase--interactive.sh:1174
14273#, sh-format
14274msgid "Could not create temporary $state_dir"
14275msgstr ""
14276
14277#: git-rebase--interactive.sh:1176
14278msgid "Could not mark as interactive"
14279msgstr ""
14280
14281#: git-rebase--interactive.sh:1186 git-rebase--interactive.sh:1191
14282msgid "Could not init rewritten commits"
14283msgstr ""
14284
14285#: git-rebase--interactive.sh:1291
14286#, sh-format
14287msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14288msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14289msgstr[0] ""
14290msgstr[1] ""
14291
14292#: git-rebase--interactive.sh:1296
14293msgid ""
14294"\n"
14295"However, if you remove everything, the rebase will be aborted.\n"
14296"\n"
14297msgstr ""
14298
14299#: git-rebase--interactive.sh:1303
14300msgid "Note that empty commits are commented out"
14301msgstr ""
14302
14303#: git-sh-setup.sh:89 git-sh-setup.sh:94
14304#, sh-format
14305msgid "usage: $dashless $USAGE"
14306msgstr ""
14307
14308#: git-sh-setup.sh:190
14309#, sh-format
14310msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14311msgstr ""
14312
14313#: git-sh-setup.sh:199 git-sh-setup.sh:206
14314#, sh-format
14315msgid "fatal: $program_name cannot be used without a working tree."
14316msgstr ""
14317
14318#: git-sh-setup.sh:220
14319msgid "Cannot rebase: You have unstaged changes."
14320msgstr ""
14321
14322#: git-sh-setup.sh:223
14323msgid "Cannot rewrite branches: You have unstaged changes."
14324msgstr ""
14325
14326#: git-sh-setup.sh:226
14327msgid "Cannot pull with rebase: You have unstaged changes."
14328msgstr ""
14329
14330#: git-sh-setup.sh:229
14331#, sh-format
14332msgid "Cannot $action: You have unstaged changes."
14333msgstr ""
14334
14335#: git-sh-setup.sh:242
14336msgid "Cannot rebase: Your index contains uncommitted changes."
14337msgstr ""
14338
14339#: git-sh-setup.sh:245
14340msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14341msgstr ""
14342
14343#: git-sh-setup.sh:248
14344#, sh-format
14345msgid "Cannot $action: Your index contains uncommitted changes."
14346msgstr ""
14347
14348#: git-sh-setup.sh:252
14349msgid "Additionally, your index contains uncommitted changes."
14350msgstr ""
14351
14352#: git-sh-setup.sh:372
14353msgid "You need to run this command from the toplevel of the working tree."
14354msgstr ""
14355
14356#: git-sh-setup.sh:377
14357msgid "Unable to determine absolute path of git directory"
14358msgstr ""
14359
14360#. TRANSLATORS: you can adjust this to align "git add -i" status menu
14361#: git-add--interactive.perl:238
14362#, perl-format
14363msgid "%12s %12s %s"
14364msgstr ""
14365
14366#: git-add--interactive.perl:239
14367msgid "staged"
14368msgstr ""
14369
14370#: git-add--interactive.perl:239
14371msgid "unstaged"
14372msgstr ""
14373
14374#: git-add--interactive.perl:288 git-add--interactive.perl:313
14375msgid "binary"
14376msgstr ""
14377
14378#: git-add--interactive.perl:297 git-add--interactive.perl:351
14379msgid "nothing"
14380msgstr ""
14381
14382#: git-add--interactive.perl:333 git-add--interactive.perl:348
14383msgid "unchanged"
14384msgstr ""
14385
14386#: git-add--interactive.perl:644
14387#, perl-format
14388msgid "added %d path\n"
14389msgid_plural "added %d paths\n"
14390msgstr[0] ""
14391msgstr[1] ""
14392
14393#: git-add--interactive.perl:647
14394#, perl-format
14395msgid "updated %d path\n"
14396msgid_plural "updated %d paths\n"
14397msgstr[0] ""
14398msgstr[1] ""
14399
14400#: git-add--interactive.perl:650
14401#, perl-format
14402msgid "reverted %d path\n"
14403msgid_plural "reverted %d paths\n"
14404msgstr[0] ""
14405msgstr[1] ""
14406
14407#: git-add--interactive.perl:653
14408#, perl-format
14409msgid "touched %d path\n"
14410msgid_plural "touched %d paths\n"
14411msgstr[0] ""
14412msgstr[1] ""
14413
14414#: git-add--interactive.perl:662
14415msgid "Update"
14416msgstr ""
14417
14418#: git-add--interactive.perl:674
14419msgid "Revert"
14420msgstr ""
14421
14422#: git-add--interactive.perl:697
14423#, perl-format
14424msgid "note: %s is untracked now.\n"
14425msgstr ""
14426
14427#: git-add--interactive.perl:708
14428msgid "Add untracked"
14429msgstr ""
14430
14431#: git-add--interactive.perl:714
14432msgid "No untracked files.\n"
14433msgstr ""
14434
14435#: git-add--interactive.perl:1030
14436msgid ""
14437"If the patch applies cleanly, the edited hunk will immediately be\n"
14438"marked for staging."
14439msgstr ""
14440
14441#: git-add--interactive.perl:1033
14442msgid ""
14443"If the patch applies cleanly, the edited hunk will immediately be\n"
14444"marked for stashing."
14445msgstr ""
14446
14447#: git-add--interactive.perl:1036
14448msgid ""
14449"If the patch applies cleanly, the edited hunk will immediately be\n"
14450"marked for unstaging."
14451msgstr ""
14452
14453#: git-add--interactive.perl:1039 git-add--interactive.perl:1048
14454msgid ""
14455"If the patch applies cleanly, the edited hunk will immediately be\n"
14456"marked for applying."
14457msgstr ""
14458
14459#: git-add--interactive.perl:1042 git-add--interactive.perl:1045
14460msgid ""
14461"If the patch applies cleanly, the edited hunk will immediately be\n"
14462"marked for discarding."
14463msgstr ""
14464
14465#: git-add--interactive.perl:1058
14466#, perl-format
14467msgid "failed to open hunk edit file for writing: %s"
14468msgstr ""
14469
14470#: git-add--interactive.perl:1059
14471msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14472msgstr ""
14473
14474#: git-add--interactive.perl:1065
14475#, perl-format
14476msgid ""
14477"---\n"
14478"To remove '%s' lines, make them ' ' lines (context).\n"
14479"To remove '%s' lines, delete them.\n"
14480"Lines starting with %s will be removed.\n"
14481msgstr ""
14482
14483#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
14484#: git-add--interactive.perl:1073
14485msgid ""
14486"If it does not apply cleanly, you will be given an opportunity to\n"
14487"edit again.  If all lines of the hunk are removed, then the edit is\n"
14488"aborted and the hunk is left unchanged.\n"
14489msgstr ""
14490
14491#: git-add--interactive.perl:1087
14492#, perl-format
14493msgid "failed to open hunk edit file for reading: %s"
14494msgstr ""
14495
14496#. TRANSLATORS: do not translate [y/n]
14497#. The program will only accept that input
14498#. at this point.
14499#. Consider translating (saying "no" discards!) as
14500#. (saying "n" for "no" discards!) if the translation
14501#. of the word "no" does not start with n.
14502#: git-add--interactive.perl:1178
14503msgid ""
14504"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14505msgstr ""
14506
14507#: git-add--interactive.perl:1187
14508msgid ""
14509"y - stage this hunk\n"
14510"n - do not stage this hunk\n"
14511"q - quit; do not stage this hunk or any of the remaining ones\n"
14512"a - stage this hunk and all later hunks in the file\n"
14513"d - do not stage this hunk or any of the later hunks in the file"
14514msgstr ""
14515
14516#: git-add--interactive.perl:1193
14517msgid ""
14518"y - stash this hunk\n"
14519"n - do not stash this hunk\n"
14520"q - quit; do not stash this hunk or any of the remaining ones\n"
14521"a - stash this hunk and all later hunks in the file\n"
14522"d - do not stash this hunk or any of the later hunks in the file"
14523msgstr ""
14524
14525#: git-add--interactive.perl:1199
14526msgid ""
14527"y - unstage this hunk\n"
14528"n - do not unstage this hunk\n"
14529"q - quit; do not unstage this hunk or any of the remaining ones\n"
14530"a - unstage this hunk and all later hunks in the file\n"
14531"d - do not unstage this hunk or any of the later hunks in the file"
14532msgstr ""
14533
14534#: git-add--interactive.perl:1205
14535msgid ""
14536"y - apply this hunk to index\n"
14537"n - do not apply this hunk to index\n"
14538"q - quit; do not apply this hunk or any of the remaining ones\n"
14539"a - apply this hunk and all later hunks in the file\n"
14540"d - do not apply this hunk or any of the later hunks in the file"
14541msgstr ""
14542
14543#: git-add--interactive.perl:1211
14544msgid ""
14545"y - discard this hunk from worktree\n"
14546"n - do not discard this hunk from worktree\n"
14547"q - quit; do not discard this hunk or any of the remaining ones\n"
14548"a - discard this hunk and all later hunks in the file\n"
14549"d - do not discard this hunk or any of the later hunks in the file"
14550msgstr ""
14551
14552#: git-add--interactive.perl:1217
14553msgid ""
14554"y - discard this hunk from index and worktree\n"
14555"n - do not discard this hunk from index and worktree\n"
14556"q - quit; do not discard this hunk or any of the remaining ones\n"
14557"a - discard this hunk and all later hunks in the file\n"
14558"d - do not discard this hunk or any of the later hunks in the file"
14559msgstr ""
14560
14561#: git-add--interactive.perl:1223
14562msgid ""
14563"y - apply this hunk to index and worktree\n"
14564"n - do not apply this hunk to index and worktree\n"
14565"q - quit; do not apply this hunk or any of the remaining ones\n"
14566"a - apply this hunk and all later hunks in the file\n"
14567"d - do not apply this hunk or any of the later hunks in the file"
14568msgstr ""
14569
14570#: git-add--interactive.perl:1232
14571msgid ""
14572"g - select a hunk to go to\n"
14573"/ - search for a hunk matching the given regex\n"
14574"j - leave this hunk undecided, see next undecided hunk\n"
14575"J - leave this hunk undecided, see next hunk\n"
14576"k - leave this hunk undecided, see previous undecided hunk\n"
14577"K - leave this hunk undecided, see previous hunk\n"
14578"s - split the current hunk into smaller hunks\n"
14579"e - manually edit the current hunk\n"
14580"? - print help\n"
14581msgstr ""
14582
14583#: git-add--interactive.perl:1263
14584msgid "The selected hunks do not apply to the index!\n"
14585msgstr ""
14586
14587#: git-add--interactive.perl:1264
14588msgid "Apply them to the worktree anyway? "
14589msgstr ""
14590
14591#: git-add--interactive.perl:1267
14592msgid "Nothing was applied.\n"
14593msgstr ""
14594
14595#: git-add--interactive.perl:1278
14596#, perl-format
14597msgid "ignoring unmerged: %s\n"
14598msgstr ""
14599
14600#: git-add--interactive.perl:1287
14601msgid "Only binary files changed.\n"
14602msgstr ""
14603
14604#: git-add--interactive.perl:1289
14605msgid "No changes.\n"
14606msgstr ""
14607
14608#: git-add--interactive.perl:1297
14609msgid "Patch update"
14610msgstr ""
14611
14612#: git-add--interactive.perl:1349
14613#, perl-format
14614msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
14615msgstr ""
14616
14617#: git-add--interactive.perl:1350
14618#, perl-format
14619msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
14620msgstr ""
14621
14622#: git-add--interactive.perl:1351
14623#, perl-format
14624msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
14625msgstr ""
14626
14627#: git-add--interactive.perl:1354
14628#, perl-format
14629msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
14630msgstr ""
14631
14632#: git-add--interactive.perl:1355
14633#, perl-format
14634msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
14635msgstr ""
14636
14637#: git-add--interactive.perl:1356
14638#, perl-format
14639msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
14640msgstr ""
14641
14642#: git-add--interactive.perl:1359
14643#, perl-format
14644msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
14645msgstr ""
14646
14647#: git-add--interactive.perl:1360
14648#, perl-format
14649msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
14650msgstr ""
14651
14652#: git-add--interactive.perl:1361
14653#, perl-format
14654msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
14655msgstr ""
14656
14657#: git-add--interactive.perl:1364
14658#, perl-format
14659msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
14660msgstr ""
14661
14662#: git-add--interactive.perl:1365
14663#, perl-format
14664msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
14665msgstr ""
14666
14667#: git-add--interactive.perl:1366
14668#, perl-format
14669msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
14670msgstr ""
14671
14672#: git-add--interactive.perl:1369
14673#, perl-format
14674msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
14675msgstr ""
14676
14677#: git-add--interactive.perl:1370
14678#, perl-format
14679msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
14680msgstr ""
14681
14682#: git-add--interactive.perl:1371
14683#, perl-format
14684msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
14685msgstr ""
14686
14687#: git-add--interactive.perl:1374
14688#, perl-format
14689msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
14690msgstr ""
14691
14692#: git-add--interactive.perl:1375
14693#, perl-format
14694msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
14695msgstr ""
14696
14697#: git-add--interactive.perl:1376
14698#, perl-format
14699msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
14700msgstr ""
14701
14702#: git-add--interactive.perl:1379
14703#, perl-format
14704msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
14705msgstr ""
14706
14707#: git-add--interactive.perl:1380
14708#, perl-format
14709msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
14710msgstr ""
14711
14712#: git-add--interactive.perl:1381
14713#, perl-format
14714msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
14715msgstr ""
14716
14717#: git-add--interactive.perl:1484
14718msgid "go to which hunk (<ret> to see more)? "
14719msgstr ""
14720
14721#: git-add--interactive.perl:1486
14722msgid "go to which hunk? "
14723msgstr ""
14724
14725#: git-add--interactive.perl:1495
14726#, perl-format
14727msgid "Invalid number: '%s'\n"
14728msgstr ""
14729
14730#: git-add--interactive.perl:1500
14731#, perl-format
14732msgid "Sorry, only %d hunk available.\n"
14733msgid_plural "Sorry, only %d hunks available.\n"
14734msgstr[0] ""
14735msgstr[1] ""
14736
14737#: git-add--interactive.perl:1526
14738msgid "search for regex? "
14739msgstr ""
14740
14741#: git-add--interactive.perl:1539
14742#, perl-format
14743msgid "Malformed search regexp %s: %s\n"
14744msgstr ""
14745
14746#: git-add--interactive.perl:1549
14747msgid "No hunk matches the given pattern\n"
14748msgstr ""
14749
14750#: git-add--interactive.perl:1561 git-add--interactive.perl:1583
14751msgid "No previous hunk\n"
14752msgstr ""
14753
14754#: git-add--interactive.perl:1570 git-add--interactive.perl:1589
14755msgid "No next hunk\n"
14756msgstr ""
14757
14758#: git-add--interactive.perl:1597
14759#, perl-format
14760msgid "Split into %d hunk.\n"
14761msgid_plural "Split into %d hunks.\n"
14762msgstr[0] ""
14763msgstr[1] ""
14764
14765#: git-add--interactive.perl:1649
14766msgid "Review diff"
14767msgstr ""
14768
14769#. TRANSLATORS: please do not translate the command names
14770#. 'status', 'update', 'revert', etc.
14771#: git-add--interactive.perl:1668
14772msgid ""
14773"status        - show paths with changes\n"
14774"update        - add working tree state to the staged set of changes\n"
14775"revert        - revert staged set of changes back to the HEAD version\n"
14776"patch         - pick hunks and update selectively\n"
14777"diff          - view diff between HEAD and index\n"
14778"add untracked - add contents of untracked files to the staged set of "
14779"changes\n"
14780msgstr ""
14781
14782#: git-add--interactive.perl:1685 git-add--interactive.perl:1690
14783#: git-add--interactive.perl:1693 git-add--interactive.perl:1700
14784#: git-add--interactive.perl:1704 git-add--interactive.perl:1710
14785msgid "missing --"
14786msgstr ""
14787
14788#: git-add--interactive.perl:1706
14789#, perl-format
14790msgid "unknown --patch mode: %s"
14791msgstr ""
14792
14793#: git-add--interactive.perl:1712 git-add--interactive.perl:1718
14794#, perl-format
14795msgid "invalid argument %s, expecting --"
14796msgstr ""
14797
14798#: git-send-email.perl:121
14799msgid "local zone differs from GMT by a non-minute interval\n"
14800msgstr ""
14801
14802#: git-send-email.perl:128 git-send-email.perl:134
14803msgid "local time offset greater than or equal to 24 hours\n"
14804msgstr ""
14805
14806#: git-send-email.perl:202 git-send-email.perl:208
14807msgid "the editor exited uncleanly, aborting everything"
14808msgstr ""
14809
14810#: git-send-email.perl:282
14811#, perl-format
14812msgid ""
14813"'%s' contains an intermediate version of the email you were composing.\n"
14814msgstr ""
14815
14816#: git-send-email.perl:287
14817#, perl-format
14818msgid "'%s.final' contains the composed email.\n"
14819msgstr ""
14820
14821#: git-send-email.perl:305
14822msgid "--dump-aliases incompatible with other options\n"
14823msgstr ""
14824
14825#: git-send-email.perl:368 git-send-email.perl:623
14826msgid "Cannot run git format-patch from outside a repository\n"
14827msgstr ""
14828
14829#: git-send-email.perl:437
14830#, perl-format
14831msgid "Unknown --suppress-cc field: '%s'\n"
14832msgstr ""
14833
14834#: git-send-email.perl:466
14835#, perl-format
14836msgid "Unknown --confirm setting: '%s'\n"
14837msgstr ""
14838
14839#: git-send-email.perl:498
14840#, perl-format
14841msgid "warning: sendmail alias with quotes is not supported: %s\n"
14842msgstr ""
14843
14844#: git-send-email.perl:500
14845#, perl-format
14846msgid "warning: `:include:` not supported: %s\n"
14847msgstr ""
14848
14849#: git-send-email.perl:502
14850#, perl-format
14851msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
14852msgstr ""
14853
14854#: git-send-email.perl:507
14855#, perl-format
14856msgid "warning: sendmail line is not recognized: %s\n"
14857msgstr ""
14858
14859#: git-send-email.perl:589
14860#, perl-format
14861msgid ""
14862"File '%s' exists but it could also be the range of commits\n"
14863"to produce patches for.  Please disambiguate by...\n"
14864"\n"
14865"    * Saying \"./%s\" if you mean a file; or\n"
14866"    * Giving --format-patch option if you mean a range.\n"
14867msgstr ""
14868
14869#: git-send-email.perl:610
14870#, perl-format
14871msgid "Failed to opendir %s: %s"
14872msgstr ""
14873
14874#: git-send-email.perl:634
14875#, perl-format
14876msgid ""
14877"fatal: %s: %s\n"
14878"warning: no patches were sent\n"
14879msgstr ""
14880
14881#: git-send-email.perl:645
14882msgid ""
14883"\n"
14884"No patch files specified!\n"
14885"\n"
14886msgstr ""
14887
14888#: git-send-email.perl:658
14889#, perl-format
14890msgid "No subject line in %s?"
14891msgstr ""
14892
14893#: git-send-email.perl:668
14894#, perl-format
14895msgid "Failed to open for writing %s: %s"
14896msgstr ""
14897
14898#: git-send-email.perl:678
14899msgid ""
14900"Lines beginning in \"GIT:\" will be removed.\n"
14901"Consider including an overall diffstat or table of contents\n"
14902"for the patch you are writing.\n"
14903"\n"
14904"Clear the body content if you don't wish to send a summary.\n"
14905msgstr ""
14906
14907#: git-send-email.perl:701
14908#, perl-format
14909msgid "Failed to open %s.final: %s"
14910msgstr ""
14911
14912#: git-send-email.perl:704
14913#, perl-format
14914msgid "Failed to open %s: %s"
14915msgstr ""
14916
14917#: git-send-email.perl:739
14918msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
14919msgstr ""
14920
14921#: git-send-email.perl:748
14922msgid "Summary email is empty, skipping it\n"
14923msgstr ""
14924
14925#. TRANSLATORS: please keep [y/N] as is.
14926#: git-send-email.perl:780
14927#, perl-format
14928msgid "Are you sure you want to use <%s> [y/N]? "
14929msgstr ""
14930
14931#: git-send-email.perl:809
14932msgid ""
14933"The following files are 8bit, but do not declare a Content-Transfer-"
14934"Encoding.\n"
14935msgstr ""
14936
14937#: git-send-email.perl:814
14938msgid "Which 8bit encoding should I declare [UTF-8]? "
14939msgstr ""
14940
14941#: git-send-email.perl:822
14942#, perl-format
14943msgid ""
14944"Refusing to send because the patch\n"
14945"\t%s\n"
14946"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
14947"want to send.\n"
14948msgstr ""
14949
14950#: git-send-email.perl:841
14951msgid "To whom should the emails be sent (if anyone)?"
14952msgstr ""
14953
14954#: git-send-email.perl:859
14955#, perl-format
14956msgid "fatal: alias '%s' expands to itself\n"
14957msgstr ""
14958
14959#: git-send-email.perl:871
14960msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
14961msgstr ""
14962
14963#: git-send-email.perl:921 git-send-email.perl:929
14964#, perl-format
14965msgid "error: unable to extract a valid address from: %s\n"
14966msgstr ""
14967
14968#. TRANSLATORS: Make sure to include [q] [d] [e] in your
14969#. translation. The program will only accept English input
14970#. at this point.
14971#: git-send-email.perl:933
14972msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
14973msgstr ""
14974
14975#: git-send-email.perl:1234
14976#, perl-format
14977msgid "CA path \"%s\" does not exist"
14978msgstr ""
14979
14980#: git-send-email.perl:1309
14981msgid ""
14982"    The Cc list above has been expanded by additional\n"
14983"    addresses found in the patch commit message. By default\n"
14984"    send-email prompts before sending whenever this occurs.\n"
14985"    This behavior is controlled by the sendemail.confirm\n"
14986"    configuration setting.\n"
14987"\n"
14988"    For additional information, run 'git send-email --help'.\n"
14989"    To retain the current behavior, but squelch this message,\n"
14990"    run 'git config --global sendemail.confirm auto'.\n"
14991"\n"
14992msgstr ""
14993
14994#. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
14995#. translation. The program will only accept English input
14996#. at this point.
14997#: git-send-email.perl:1324
14998msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
14999msgstr ""
15000
15001#: git-send-email.perl:1327
15002msgid "Send this email reply required"
15003msgstr ""
15004
15005#: git-send-email.perl:1353
15006msgid "The required SMTP server is not properly defined."
15007msgstr ""
15008
15009#: git-send-email.perl:1397
15010#, perl-format
15011msgid "Server does not support STARTTLS! %s"
15012msgstr ""
15013
15014#: git-send-email.perl:1403
15015msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15016msgstr ""
15017
15018#: git-send-email.perl:1421
15019#, perl-format
15020msgid "Failed to send %s\n"
15021msgstr ""
15022
15023#: git-send-email.perl:1424
15024#, perl-format
15025msgid "Dry-Sent %s\n"
15026msgstr ""
15027
15028#: git-send-email.perl:1424
15029#, perl-format
15030msgid "Sent %s\n"
15031msgstr ""
15032
15033#: git-send-email.perl:1426
15034msgid "Dry-OK. Log says:\n"
15035msgstr ""
15036
15037#: git-send-email.perl:1426
15038msgid "OK. Log says:\n"
15039msgstr ""
15040
15041#: git-send-email.perl:1438
15042msgid "Result: "
15043msgstr ""
15044
15045#: git-send-email.perl:1441
15046msgid "Result: OK\n"
15047msgstr ""
15048
15049#: git-send-email.perl:1454
15050#, perl-format
15051msgid "can't open file %s"
15052msgstr ""
15053
15054#: git-send-email.perl:1501 git-send-email.perl:1521
15055#, perl-format
15056msgid "(mbox) Adding cc: %s from line '%s'\n"
15057msgstr ""
15058
15059#: git-send-email.perl:1507
15060#, perl-format
15061msgid "(mbox) Adding to: %s from line '%s'\n"
15062msgstr ""
15063
15064#: git-send-email.perl:1555
15065#, perl-format
15066msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15067msgstr ""
15068
15069#: git-send-email.perl:1578
15070#, perl-format
15071msgid "(body) Adding cc: %s from line '%s'\n"
15072msgstr ""
15073
15074#: git-send-email.perl:1676
15075#, perl-format
15076msgid "(%s) Could not execute '%s'"
15077msgstr ""
15078
15079#: git-send-email.perl:1683
15080#, perl-format
15081msgid "(%s) Adding %s: %s from: '%s'\n"
15082msgstr ""
15083
15084#: git-send-email.perl:1687
15085#, perl-format
15086msgid "(%s) failed to close pipe to '%s'"
15087msgstr ""
15088
15089#: git-send-email.perl:1714
15090msgid "cannot send message as 7bit"
15091msgstr ""
15092
15093#: git-send-email.perl:1722
15094msgid "invalid transfer encoding"
15095msgstr ""
15096
15097#: git-send-email.perl:1741 git-send-email.perl:1792 git-send-email.perl:1802
15098#, perl-format
15099msgid "unable to open %s: %s\n"
15100msgstr ""
15101
15102#: git-send-email.perl:1744
15103#, perl-format
15104msgid "%s: patch contains a line longer than 998 characters"
15105msgstr ""
15106
15107#: git-send-email.perl:1760
15108#, perl-format
15109msgid "Skipping %s with backup suffix '%s'.\n"
15110msgstr ""
15111
15112#. TRANSLATORS: please keep "[y|N]" as is.
15113#: git-send-email.perl:1764
15114#, perl-format
15115msgid "Do you really want to send %s? [y|N]: "
15116msgstr ""