1c394c66eb32b7dafff02462f862e2aecd1dfbd7
   1# SOME DESCRIPTIVE TITLE.
   2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
   3# This file is distributed under the same license as the PACKAGE package.
   4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
   5#
   6#, fuzzy
   7msgid ""
   8msgstr ""
   9"Project-Id-Version: PACKAGE VERSION\n"
  10"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
  11"POT-Creation-Date: 2019-05-14 17:09+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:103
  22#, c-format
  23msgid "%shint: %.*s%s\n"
  24msgstr ""
  25
  26#: advice.c:156
  27msgid "Cherry-picking is not possible because you have unmerged files."
  28msgstr ""
  29
  30#: advice.c:158
  31msgid "Committing is not possible because you have unmerged files."
  32msgstr ""
  33
  34#: advice.c:160
  35msgid "Merging is not possible because you have unmerged files."
  36msgstr ""
  37
  38#: advice.c:162
  39msgid "Pulling is not possible because you have unmerged files."
  40msgstr ""
  41
  42#: advice.c:164
  43msgid "Reverting is not possible because you have unmerged files."
  44msgstr ""
  45
  46#: advice.c:166
  47#, c-format
  48msgid "It is not possible to %s because you have unmerged files."
  49msgstr ""
  50
  51#: advice.c:174
  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:182
  58msgid "Exiting because of an unresolved conflict."
  59msgstr ""
  60
  61#: advice.c:187 builtin/merge.c:1320
  62msgid "You have not concluded your merge (MERGE_HEAD exists)."
  63msgstr ""
  64
  65#: advice.c:189
  66msgid "Please, commit your changes before merging."
  67msgstr ""
  68
  69#: advice.c:190
  70msgid "Exiting because of unfinished merge."
  71msgstr ""
  72
  73#: advice.c:196
  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#: alias.c:50
  90msgid "cmdline ends with \\"
  91msgstr ""
  92
  93#: alias.c:51
  94msgid "unclosed quote"
  95msgstr ""
  96
  97#: apply.c:63
  98#, c-format
  99msgid "unrecognized whitespace option '%s'"
 100msgstr ""
 101
 102#: apply.c:79
 103#, c-format
 104msgid "unrecognized whitespace ignore option '%s'"
 105msgstr ""
 106
 107#: apply.c:129
 108msgid "--reject and --3way cannot be used together."
 109msgstr ""
 110
 111#: apply.c:131
 112msgid "--cached and --3way cannot be used together."
 113msgstr ""
 114
 115#: apply.c:134
 116msgid "--3way outside a repository"
 117msgstr ""
 118
 119#: apply.c:145
 120msgid "--index outside a repository"
 121msgstr ""
 122
 123#: apply.c:148
 124msgid "--cached outside a repository"
 125msgstr ""
 126
 127#: apply.c:829
 128#, c-format
 129msgid "Cannot prepare timestamp regexp %s"
 130msgstr ""
 131
 132#: apply.c:838
 133#, c-format
 134msgid "regexec returned %d for input: %s"
 135msgstr ""
 136
 137#: apply.c:912
 138#, c-format
 139msgid "unable to find filename in patch at line %d"
 140msgstr ""
 141
 142#: apply.c:950
 143#, c-format
 144msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
 145msgstr ""
 146
 147#: apply.c:956
 148#, c-format
 149msgid "git apply: bad git-diff - inconsistent new filename on line %d"
 150msgstr ""
 151
 152#: apply.c:957
 153#, c-format
 154msgid "git apply: bad git-diff - inconsistent old filename on line %d"
 155msgstr ""
 156
 157#: apply.c:962
 158#, c-format
 159msgid "git apply: bad git-diff - expected /dev/null on line %d"
 160msgstr ""
 161
 162#: apply.c:991
 163#, c-format
 164msgid "invalid mode on line %d: %s"
 165msgstr ""
 166
 167#: apply.c:1310
 168#, c-format
 169msgid "inconsistent header lines %d and %d"
 170msgstr ""
 171
 172#: apply.c:1482
 173#, c-format
 174msgid "recount: unexpected line: %.*s"
 175msgstr ""
 176
 177#: apply.c:1551
 178#, c-format
 179msgid "patch fragment without header at line %d: %.*s"
 180msgstr ""
 181
 182#: apply.c:1571
 183#, c-format
 184msgid ""
 185"git diff header lacks filename information when removing %d leading pathname "
 186"component (line %d)"
 187msgid_plural ""
 188"git diff header lacks filename information when removing %d leading pathname "
 189"components (line %d)"
 190msgstr[0] ""
 191msgstr[1] ""
 192
 193#: apply.c:1584
 194#, c-format
 195msgid "git diff header lacks filename information (line %d)"
 196msgstr ""
 197
 198#: apply.c:1772
 199msgid "new file depends on old contents"
 200msgstr ""
 201
 202#: apply.c:1774
 203msgid "deleted file still has contents"
 204msgstr ""
 205
 206#: apply.c:1808
 207#, c-format
 208msgid "corrupt patch at line %d"
 209msgstr ""
 210
 211#: apply.c:1845
 212#, c-format
 213msgid "new file %s depends on old contents"
 214msgstr ""
 215
 216#: apply.c:1847
 217#, c-format
 218msgid "deleted file %s still has contents"
 219msgstr ""
 220
 221#: apply.c:1850
 222#, c-format
 223msgid "** warning: file %s becomes empty but is not deleted"
 224msgstr ""
 225
 226#: apply.c:1997
 227#, c-format
 228msgid "corrupt binary patch at line %d: %.*s"
 229msgstr ""
 230
 231#: apply.c:2034
 232#, c-format
 233msgid "unrecognized binary patch at line %d"
 234msgstr ""
 235
 236#: apply.c:2196
 237#, c-format
 238msgid "patch with only garbage at line %d"
 239msgstr ""
 240
 241#: apply.c:2282
 242#, c-format
 243msgid "unable to read symlink %s"
 244msgstr ""
 245
 246#: apply.c:2286
 247#, c-format
 248msgid "unable to open or read %s"
 249msgstr ""
 250
 251#: apply.c:2945
 252#, c-format
 253msgid "invalid start of line: '%c'"
 254msgstr ""
 255
 256#: apply.c:3066
 257#, c-format
 258msgid "Hunk #%d succeeded at %d (offset %d line)."
 259msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
 260msgstr[0] ""
 261msgstr[1] ""
 262
 263#: apply.c:3078
 264#, c-format
 265msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
 266msgstr ""
 267
 268#: apply.c:3084
 269#, c-format
 270msgid ""
 271"while searching for:\n"
 272"%.*s"
 273msgstr ""
 274
 275#: apply.c:3106
 276#, c-format
 277msgid "missing binary patch data for '%s'"
 278msgstr ""
 279
 280#: apply.c:3114
 281#, c-format
 282msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
 283msgstr ""
 284
 285#: apply.c:3161
 286#, c-format
 287msgid "cannot apply binary patch to '%s' without full index line"
 288msgstr ""
 289
 290#: apply.c:3171
 291#, c-format
 292msgid ""
 293"the patch applies to '%s' (%s), which does not match the current contents."
 294msgstr ""
 295
 296#: apply.c:3179
 297#, c-format
 298msgid "the patch applies to an empty '%s' but it is not empty"
 299msgstr ""
 300
 301#: apply.c:3197
 302#, c-format
 303msgid "the necessary postimage %s for '%s' cannot be read"
 304msgstr ""
 305
 306#: apply.c:3210
 307#, c-format
 308msgid "binary patch does not apply to '%s'"
 309msgstr ""
 310
 311#: apply.c:3216
 312#, c-format
 313msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
 314msgstr ""
 315
 316#: apply.c:3237
 317#, c-format
 318msgid "patch failed: %s:%ld"
 319msgstr ""
 320
 321#: apply.c:3360
 322#, c-format
 323msgid "cannot checkout %s"
 324msgstr ""
 325
 326#: apply.c:3412 apply.c:3423 apply.c:3469 midx.c:59 setup.c:279
 327#, c-format
 328msgid "failed to read %s"
 329msgstr ""
 330
 331#: apply.c:3420
 332#, c-format
 333msgid "reading from '%s' beyond a symbolic link"
 334msgstr ""
 335
 336#: apply.c:3449 apply.c:3692
 337#, c-format
 338msgid "path %s has been renamed/deleted"
 339msgstr ""
 340
 341#: apply.c:3535 apply.c:3707
 342#, c-format
 343msgid "%s: does not exist in index"
 344msgstr ""
 345
 346#: apply.c:3544 apply.c:3715
 347#, c-format
 348msgid "%s: does not match index"
 349msgstr ""
 350
 351#: apply.c:3579
 352msgid "repository lacks the necessary blob to fall back on 3-way merge."
 353msgstr ""
 354
 355#: apply.c:3582
 356#, c-format
 357msgid "Falling back to three-way merge...\n"
 358msgstr ""
 359
 360#: apply.c:3598 apply.c:3602
 361#, c-format
 362msgid "cannot read the current contents of '%s'"
 363msgstr ""
 364
 365#: apply.c:3614
 366#, c-format
 367msgid "Failed to fall back on three-way merge...\n"
 368msgstr ""
 369
 370#: apply.c:3628
 371#, c-format
 372msgid "Applied patch to '%s' with conflicts.\n"
 373msgstr ""
 374
 375#: apply.c:3633
 376#, c-format
 377msgid "Applied patch to '%s' cleanly.\n"
 378msgstr ""
 379
 380#: apply.c:3659
 381msgid "removal patch leaves file contents"
 382msgstr ""
 383
 384#: apply.c:3732
 385#, c-format
 386msgid "%s: wrong type"
 387msgstr ""
 388
 389#: apply.c:3734
 390#, c-format
 391msgid "%s has type %o, expected %o"
 392msgstr ""
 393
 394#: apply.c:3885 apply.c:3887 read-cache.c:830 read-cache.c:856
 395#: read-cache.c:1309
 396#, c-format
 397msgid "invalid path '%s'"
 398msgstr ""
 399
 400#: apply.c:3943
 401#, c-format
 402msgid "%s: already exists in index"
 403msgstr ""
 404
 405#: apply.c:3946
 406#, c-format
 407msgid "%s: already exists in working directory"
 408msgstr ""
 409
 410#: apply.c:3966
 411#, c-format
 412msgid "new mode (%o) of %s does not match old mode (%o)"
 413msgstr ""
 414
 415#: apply.c:3971
 416#, c-format
 417msgid "new mode (%o) of %s does not match old mode (%o) of %s"
 418msgstr ""
 419
 420#: apply.c:3991
 421#, c-format
 422msgid "affected file '%s' is beyond a symbolic link"
 423msgstr ""
 424
 425#: apply.c:3995
 426#, c-format
 427msgid "%s: patch does not apply"
 428msgstr ""
 429
 430#: apply.c:4010
 431#, c-format
 432msgid "Checking patch %s..."
 433msgstr ""
 434
 435#: apply.c:4102
 436#, c-format
 437msgid "sha1 information is lacking or useless for submodule %s"
 438msgstr ""
 439
 440#: apply.c:4109
 441#, c-format
 442msgid "mode change for %s, which is not in current HEAD"
 443msgstr ""
 444
 445#: apply.c:4112
 446#, c-format
 447msgid "sha1 information is lacking or useless (%s)."
 448msgstr ""
 449
 450#: apply.c:4117 builtin/checkout.c:257 builtin/reset.c:143
 451#, c-format
 452msgid "make_cache_entry failed for path '%s'"
 453msgstr ""
 454
 455#: apply.c:4121
 456#, c-format
 457msgid "could not add %s to temporary index"
 458msgstr ""
 459
 460#: apply.c:4131
 461#, c-format
 462msgid "could not write temporary index to %s"
 463msgstr ""
 464
 465#: apply.c:4269
 466#, c-format
 467msgid "unable to remove %s from index"
 468msgstr ""
 469
 470#: apply.c:4303
 471#, c-format
 472msgid "corrupt patch for submodule %s"
 473msgstr ""
 474
 475#: apply.c:4309
 476#, c-format
 477msgid "unable to stat newly created file '%s'"
 478msgstr ""
 479
 480#: apply.c:4317
 481#, c-format
 482msgid "unable to create backing store for newly created file %s"
 483msgstr ""
 484
 485#: apply.c:4323 apply.c:4468
 486#, c-format
 487msgid "unable to add cache entry for %s"
 488msgstr ""
 489
 490#: apply.c:4366
 491#, c-format
 492msgid "failed to write to '%s'"
 493msgstr ""
 494
 495#: apply.c:4370
 496#, c-format
 497msgid "closing file '%s'"
 498msgstr ""
 499
 500#: apply.c:4440
 501#, c-format
 502msgid "unable to write file '%s' mode %o"
 503msgstr ""
 504
 505#: apply.c:4538
 506#, c-format
 507msgid "Applied patch %s cleanly."
 508msgstr ""
 509
 510#: apply.c:4546
 511msgid "internal error"
 512msgstr ""
 513
 514#: apply.c:4549
 515#, c-format
 516msgid "Applying patch %%s with %d reject..."
 517msgid_plural "Applying patch %%s with %d rejects..."
 518msgstr[0] ""
 519msgstr[1] ""
 520
 521#: apply.c:4560
 522#, c-format
 523msgid "truncating .rej filename to %.*s.rej"
 524msgstr ""
 525
 526#: apply.c:4568 builtin/fetch.c:837 builtin/fetch.c:1118
 527#, c-format
 528msgid "cannot open %s"
 529msgstr ""
 530
 531#: apply.c:4582
 532#, c-format
 533msgid "Hunk #%d applied cleanly."
 534msgstr ""
 535
 536#: apply.c:4586
 537#, c-format
 538msgid "Rejected hunk #%d."
 539msgstr ""
 540
 541#: apply.c:4696
 542#, c-format
 543msgid "Skipped patch '%s'."
 544msgstr ""
 545
 546#: apply.c:4704
 547msgid "unrecognized input"
 548msgstr ""
 549
 550#: apply.c:4724
 551msgid "unable to read index file"
 552msgstr ""
 553
 554#: apply.c:4879
 555#, c-format
 556msgid "can't open patch '%s': %s"
 557msgstr ""
 558
 559#: apply.c:4906
 560#, c-format
 561msgid "squelched %d whitespace error"
 562msgid_plural "squelched %d whitespace errors"
 563msgstr[0] ""
 564msgstr[1] ""
 565
 566#: apply.c:4912 apply.c:4927
 567#, c-format
 568msgid "%d line adds whitespace errors."
 569msgid_plural "%d lines add whitespace errors."
 570msgstr[0] ""
 571msgstr[1] ""
 572
 573#: apply.c:4920
 574#, c-format
 575msgid "%d line applied after fixing whitespace errors."
 576msgid_plural "%d lines applied after fixing whitespace errors."
 577msgstr[0] ""
 578msgstr[1] ""
 579
 580#: apply.c:4936 builtin/add.c:540 builtin/mv.c:301 builtin/rm.c:390
 581msgid "Unable to write new index file"
 582msgstr ""
 583
 584#: apply.c:4963 apply.c:4966 builtin/am.c:2210 builtin/am.c:2213
 585#: builtin/clone.c:123 builtin/fetch.c:118 builtin/merge.c:271
 586#: builtin/pull.c:207 builtin/submodule--helper.c:407
 587#: builtin/submodule--helper.c:1366 builtin/submodule--helper.c:1369
 588#: builtin/submodule--helper.c:1849 builtin/submodule--helper.c:1852
 589#: builtin/submodule--helper.c:2091 git-add--interactive.perl:197
 590msgid "path"
 591msgstr ""
 592
 593#: apply.c:4964
 594msgid "don't apply changes matching the given path"
 595msgstr ""
 596
 597#: apply.c:4967
 598msgid "apply changes matching the given path"
 599msgstr ""
 600
 601#: apply.c:4969 builtin/am.c:2219
 602msgid "num"
 603msgstr ""
 604
 605#: apply.c:4970
 606msgid "remove <num> leading slashes from traditional diff paths"
 607msgstr ""
 608
 609#: apply.c:4973
 610msgid "ignore additions made by the patch"
 611msgstr ""
 612
 613#: apply.c:4975
 614msgid "instead of applying the patch, output diffstat for the input"
 615msgstr ""
 616
 617#: apply.c:4979
 618msgid "show number of added and deleted lines in decimal notation"
 619msgstr ""
 620
 621#: apply.c:4981
 622msgid "instead of applying the patch, output a summary for the input"
 623msgstr ""
 624
 625#: apply.c:4983
 626msgid "instead of applying the patch, see if the patch is applicable"
 627msgstr ""
 628
 629#: apply.c:4985
 630msgid "make sure the patch is applicable to the current index"
 631msgstr ""
 632
 633#: apply.c:4987
 634msgid "mark new files with `git add --intent-to-add`"
 635msgstr ""
 636
 637#: apply.c:4989
 638msgid "apply a patch without touching the working tree"
 639msgstr ""
 640
 641#: apply.c:4991
 642msgid "accept a patch that touches outside the working area"
 643msgstr ""
 644
 645#: apply.c:4994
 646msgid "also apply the patch (use with --stat/--summary/--check)"
 647msgstr ""
 648
 649#: apply.c:4996
 650msgid "attempt three-way merge if a patch does not apply"
 651msgstr ""
 652
 653#: apply.c:4998
 654msgid "build a temporary index based on embedded index information"
 655msgstr ""
 656
 657#: apply.c:5001 builtin/checkout-index.c:173 builtin/ls-files.c:524
 658msgid "paths are separated with NUL character"
 659msgstr ""
 660
 661#: apply.c:5003
 662msgid "ensure at least <n> lines of context match"
 663msgstr ""
 664
 665#: apply.c:5004 builtin/am.c:2198 builtin/interpret-trailers.c:97
 666#: builtin/interpret-trailers.c:99 builtin/interpret-trailers.c:101
 667#: builtin/pack-objects.c:3317 builtin/rebase.c:1415
 668msgid "action"
 669msgstr ""
 670
 671#: apply.c:5005
 672msgid "detect new or modified lines that have whitespace errors"
 673msgstr ""
 674
 675#: apply.c:5008 apply.c:5011
 676msgid "ignore changes in whitespace when finding context"
 677msgstr ""
 678
 679#: apply.c:5014
 680msgid "apply the patch in reverse"
 681msgstr ""
 682
 683#: apply.c:5016
 684msgid "don't expect at least one line of context"
 685msgstr ""
 686
 687#: apply.c:5018
 688msgid "leave the rejected hunks in corresponding *.rej files"
 689msgstr ""
 690
 691#: apply.c:5020
 692msgid "allow overlapping hunks"
 693msgstr ""
 694
 695#: apply.c:5021 builtin/add.c:291 builtin/check-ignore.c:22
 696#: builtin/commit.c:1317 builtin/count-objects.c:98 builtin/fsck.c:786
 697#: builtin/log.c:2045 builtin/mv.c:123 builtin/read-tree.c:128
 698msgid "be verbose"
 699msgstr ""
 700
 701#: apply.c:5023
 702msgid "tolerate incorrectly detected missing new-line at the end of file"
 703msgstr ""
 704
 705#: apply.c:5026
 706msgid "do not trust the line counts in the hunk headers"
 707msgstr ""
 708
 709#: apply.c:5028 builtin/am.c:2207
 710msgid "root"
 711msgstr ""
 712
 713#: apply.c:5029
 714msgid "prepend <root> to all filenames"
 715msgstr ""
 716
 717#: archive.c:14
 718msgid "git archive [<options>] <tree-ish> [<path>...]"
 719msgstr ""
 720
 721#: archive.c:15
 722msgid "git archive --list"
 723msgstr ""
 724
 725#: archive.c:16
 726msgid ""
 727"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
 728msgstr ""
 729
 730#: archive.c:17
 731msgid "git archive --remote <repo> [--exec <cmd>] --list"
 732msgstr ""
 733
 734#: archive.c:372 builtin/add.c:177 builtin/add.c:516 builtin/rm.c:299
 735#, c-format
 736msgid "pathspec '%s' did not match any files"
 737msgstr ""
 738
 739#: archive.c:396
 740#, c-format
 741msgid "no such ref: %.*s"
 742msgstr ""
 743
 744#: archive.c:401
 745#, c-format
 746msgid "not a valid object name: %s"
 747msgstr ""
 748
 749#: archive.c:414
 750#, c-format
 751msgid "not a tree object: %s"
 752msgstr ""
 753
 754#: archive.c:424
 755msgid "current working directory is untracked"
 756msgstr ""
 757
 758#: archive.c:455
 759msgid "fmt"
 760msgstr ""
 761
 762#: archive.c:455
 763msgid "archive format"
 764msgstr ""
 765
 766#: archive.c:456 builtin/log.c:1557
 767msgid "prefix"
 768msgstr ""
 769
 770#: archive.c:457
 771msgid "prepend prefix to each pathname in the archive"
 772msgstr ""
 773
 774#: archive.c:458 builtin/blame.c:821 builtin/blame.c:822
 775#: builtin/commit-tree.c:117 builtin/config.c:129 builtin/fast-export.c:1091
 776#: builtin/fast-export.c:1093 builtin/grep.c:895 builtin/hash-object.c:105
 777#: builtin/ls-files.c:560 builtin/ls-files.c:563 builtin/notes.c:412
 778#: builtin/notes.c:578 builtin/read-tree.c:123 parse-options.h:176
 779msgid "file"
 780msgstr ""
 781
 782#: archive.c:459 builtin/archive.c:90
 783msgid "write the archive to this file"
 784msgstr ""
 785
 786#: archive.c:461
 787msgid "read .gitattributes in working directory"
 788msgstr ""
 789
 790#: archive.c:462
 791msgid "report archived files on stderr"
 792msgstr ""
 793
 794#: archive.c:463
 795msgid "store only"
 796msgstr ""
 797
 798#: archive.c:464
 799msgid "compress faster"
 800msgstr ""
 801
 802#: archive.c:472
 803msgid "compress better"
 804msgstr ""
 805
 806#: archive.c:475
 807msgid "list supported archive formats"
 808msgstr ""
 809
 810#: archive.c:477 builtin/archive.c:91 builtin/clone.c:113 builtin/clone.c:116
 811#: builtin/submodule--helper.c:1378 builtin/submodule--helper.c:1858
 812msgid "repo"
 813msgstr ""
 814
 815#: archive.c:478 builtin/archive.c:92
 816msgid "retrieve the archive from remote repository <repo>"
 817msgstr ""
 818
 819#: archive.c:479 builtin/archive.c:93 builtin/difftool.c:713
 820#: builtin/notes.c:498
 821msgid "command"
 822msgstr ""
 823
 824#: archive.c:480 builtin/archive.c:94
 825msgid "path to the remote git-upload-archive command"
 826msgstr ""
 827
 828#: archive.c:487
 829msgid "Unexpected option --remote"
 830msgstr ""
 831
 832#: archive.c:489
 833msgid "Option --exec can only be used together with --remote"
 834msgstr ""
 835
 836#: archive.c:491
 837msgid "Unexpected option --output"
 838msgstr ""
 839
 840#: archive.c:513
 841#, c-format
 842msgid "Unknown archive format '%s'"
 843msgstr ""
 844
 845#: archive.c:520
 846#, c-format
 847msgid "Argument not supported for format '%s': -%d"
 848msgstr ""
 849
 850#: archive-tar.c:125 archive-zip.c:345
 851#, c-format
 852msgid "cannot stream blob %s"
 853msgstr ""
 854
 855#: archive-tar.c:260 archive-zip.c:363
 856#, c-format
 857msgid "unsupported file mode: 0%o (SHA1: %s)"
 858msgstr ""
 859
 860#: archive-tar.c:287 archive-zip.c:353
 861#, c-format
 862msgid "cannot read %s"
 863msgstr ""
 864
 865#: archive-tar.c:459
 866#, c-format
 867msgid "unable to start '%s' filter"
 868msgstr ""
 869
 870#: archive-tar.c:462
 871msgid "unable to redirect descriptor"
 872msgstr ""
 873
 874#: archive-tar.c:469
 875#, c-format
 876msgid "'%s' filter reported error"
 877msgstr ""
 878
 879#: archive-zip.c:314
 880#, c-format
 881msgid "path is not valid UTF-8: %s"
 882msgstr ""
 883
 884#: archive-zip.c:318
 885#, c-format
 886msgid "path too long (%d chars, SHA1: %s): %s"
 887msgstr ""
 888
 889#: archive-zip.c:474 builtin/pack-objects.c:226 builtin/pack-objects.c:229
 890#, c-format
 891msgid "deflate error (%d)"
 892msgstr ""
 893
 894#: archive-zip.c:609
 895#, c-format
 896msgid "timestamp too large for this system: %<PRIuMAX>"
 897msgstr ""
 898
 899#: attr.c:211
 900#, c-format
 901msgid "%.*s is not a valid attribute name"
 902msgstr ""
 903
 904#: attr.c:368
 905#, c-format
 906msgid "%s not allowed: %s:%d"
 907msgstr ""
 908
 909#: attr.c:408
 910msgid ""
 911"Negative patterns are ignored in git attributes\n"
 912"Use '\\!' for literal leading exclamation."
 913msgstr ""
 914
 915#: bisect.c:468
 916#, c-format
 917msgid "Badly quoted content in file '%s': %s"
 918msgstr ""
 919
 920#: bisect.c:678
 921#, c-format
 922msgid "We cannot bisect more!\n"
 923msgstr ""
 924
 925#: bisect.c:733
 926#, c-format
 927msgid "Not a valid commit name %s"
 928msgstr ""
 929
 930#: bisect.c:758
 931#, c-format
 932msgid ""
 933"The merge base %s is bad.\n"
 934"This means the bug has been fixed between %s and [%s].\n"
 935msgstr ""
 936
 937#: bisect.c:763
 938#, c-format
 939msgid ""
 940"The merge base %s is new.\n"
 941"The property has changed between %s and [%s].\n"
 942msgstr ""
 943
 944#: bisect.c:768
 945#, c-format
 946msgid ""
 947"The merge base %s is %s.\n"
 948"This means the first '%s' commit is between %s and [%s].\n"
 949msgstr ""
 950
 951#: bisect.c:776
 952#, c-format
 953msgid ""
 954"Some %s revs are not ancestors of the %s rev.\n"
 955"git bisect cannot work properly in this case.\n"
 956"Maybe you mistook %s and %s revs?\n"
 957msgstr ""
 958
 959#: bisect.c:789
 960#, c-format
 961msgid ""
 962"the merge base between %s and [%s] must be skipped.\n"
 963"So we cannot be sure the first %s commit is between %s and %s.\n"
 964"We continue anyway."
 965msgstr ""
 966
 967#: bisect.c:822
 968#, c-format
 969msgid "Bisecting: a merge base must be tested\n"
 970msgstr ""
 971
 972#: bisect.c:865
 973#, c-format
 974msgid "a %s revision is needed"
 975msgstr ""
 976
 977#: bisect.c:884 builtin/notes.c:177 builtin/tag.c:248
 978#, c-format
 979msgid "could not create file '%s'"
 980msgstr ""
 981
 982#: bisect.c:928 builtin/merge.c:146
 983#, c-format
 984msgid "could not read file '%s'"
 985msgstr ""
 986
 987#: bisect.c:958
 988msgid "reading bisect refs failed"
 989msgstr ""
 990
 991#: bisect.c:977
 992#, c-format
 993msgid "%s was both %s and %s\n"
 994msgstr ""
 995
 996#: bisect.c:985
 997#, c-format
 998msgid ""
 999"No testable commit found.\n"
1000"Maybe you started with bad path parameters?\n"
1001msgstr ""
1002
1003#: bisect.c:1004
1004#, c-format
1005msgid "(roughly %d step)"
1006msgid_plural "(roughly %d steps)"
1007msgstr[0] ""
1008msgstr[1] ""
1009
1010#. TRANSLATORS: the last %s will be replaced with "(roughly %d
1011#. steps)" translation.
1012#.
1013#: bisect.c:1010
1014#, c-format
1015msgid "Bisecting: %d revision left to test after this %s\n"
1016msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1017msgstr[0] ""
1018msgstr[1] ""
1019
1020#: blame.c:1794
1021msgid "--contents and --reverse do not blend well."
1022msgstr ""
1023
1024#: blame.c:1808
1025msgid "cannot use --contents with final commit object name"
1026msgstr ""
1027
1028#: blame.c:1829
1029msgid "--reverse and --first-parent together require specified latest commit"
1030msgstr ""
1031
1032#: blame.c:1838 bundle.c:164 ref-filter.c:2077 remote.c:1938 sequencer.c:2030
1033#: sequencer.c:4224 builtin/commit.c:1017 builtin/log.c:382 builtin/log.c:940
1034#: builtin/log.c:1428 builtin/log.c:1804 builtin/log.c:2094 builtin/merge.c:415
1035#: builtin/pack-objects.c:3140 builtin/pack-objects.c:3155
1036#: builtin/shortlog.c:192
1037msgid "revision walk setup failed"
1038msgstr ""
1039
1040#: blame.c:1856
1041msgid ""
1042"--reverse --first-parent together require range along first-parent chain"
1043msgstr ""
1044
1045#: blame.c:1867
1046#, c-format
1047msgid "no such path %s in %s"
1048msgstr ""
1049
1050#: blame.c:1878
1051#, c-format
1052msgid "cannot read blob %s for path %s"
1053msgstr ""
1054
1055#: branch.c:53
1056#, c-format
1057msgid ""
1058"\n"
1059"After fixing the error cause you may try to fix up\n"
1060"the remote tracking information by invoking\n"
1061"\"git branch --set-upstream-to=%s%s%s\"."
1062msgstr ""
1063
1064#: branch.c:67
1065#, c-format
1066msgid "Not setting branch %s as its own upstream."
1067msgstr ""
1068
1069#: branch.c:93
1070#, c-format
1071msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1072msgstr ""
1073
1074#: branch.c:94
1075#, c-format
1076msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1077msgstr ""
1078
1079#: branch.c:98
1080#, c-format
1081msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1082msgstr ""
1083
1084#: branch.c:99
1085#, c-format
1086msgid "Branch '%s' set up to track local branch '%s'."
1087msgstr ""
1088
1089#: branch.c:104
1090#, c-format
1091msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1092msgstr ""
1093
1094#: branch.c:105
1095#, c-format
1096msgid "Branch '%s' set up to track remote ref '%s'."
1097msgstr ""
1098
1099#: branch.c:109
1100#, c-format
1101msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1102msgstr ""
1103
1104#: branch.c:110
1105#, c-format
1106msgid "Branch '%s' set up to track local ref '%s'."
1107msgstr ""
1108
1109#: branch.c:119
1110msgid "Unable to write upstream branch configuration"
1111msgstr ""
1112
1113#: branch.c:156
1114#, c-format
1115msgid "Not tracking: ambiguous information for ref %s"
1116msgstr ""
1117
1118#: branch.c:189
1119#, c-format
1120msgid "'%s' is not a valid branch name."
1121msgstr ""
1122
1123#: branch.c:208
1124#, c-format
1125msgid "A branch named '%s' already exists."
1126msgstr ""
1127
1128#: branch.c:213
1129msgid "Cannot force update the current branch."
1130msgstr ""
1131
1132#: branch.c:233
1133#, c-format
1134msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1135msgstr ""
1136
1137#: branch.c:235
1138#, c-format
1139msgid "the requested upstream branch '%s' does not exist"
1140msgstr ""
1141
1142#: branch.c:237
1143msgid ""
1144"\n"
1145"If you are planning on basing your work on an upstream\n"
1146"branch that already exists at the remote, you may need to\n"
1147"run \"git fetch\" to retrieve it.\n"
1148"\n"
1149"If you are planning to push out a new local branch that\n"
1150"will track its remote counterpart, you may want to use\n"
1151"\"git push -u\" to set the upstream config as you push."
1152msgstr ""
1153
1154#: branch.c:281
1155#, c-format
1156msgid "Not a valid object name: '%s'."
1157msgstr ""
1158
1159#: branch.c:301
1160#, c-format
1161msgid "Ambiguous object name: '%s'."
1162msgstr ""
1163
1164#: branch.c:306
1165#, c-format
1166msgid "Not a valid branch point: '%s'."
1167msgstr ""
1168
1169#: branch.c:359
1170#, c-format
1171msgid "'%s' is already checked out at '%s'"
1172msgstr ""
1173
1174#: branch.c:382
1175#, c-format
1176msgid "HEAD of working tree %s is not updated"
1177msgstr ""
1178
1179#: bundle.c:36
1180#, c-format
1181msgid "'%s' does not look like a v2 bundle file"
1182msgstr ""
1183
1184#: bundle.c:64
1185#, c-format
1186msgid "unrecognized header: %s%s (%d)"
1187msgstr ""
1188
1189#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2281 sequencer.c:2916
1190#: builtin/commit.c:788
1191#, c-format
1192msgid "could not open '%s'"
1193msgstr ""
1194
1195#: bundle.c:143
1196msgid "Repository lacks these prerequisite commits:"
1197msgstr ""
1198
1199#: bundle.c:194
1200#, c-format
1201msgid "The bundle contains this ref:"
1202msgid_plural "The bundle contains these %d refs:"
1203msgstr[0] ""
1204msgstr[1] ""
1205
1206#: bundle.c:201
1207msgid "The bundle records a complete history."
1208msgstr ""
1209
1210#: bundle.c:203
1211#, c-format
1212msgid "The bundle requires this ref:"
1213msgid_plural "The bundle requires these %d refs:"
1214msgstr[0] ""
1215msgstr[1] ""
1216
1217#: bundle.c:269
1218msgid "unable to dup bundle descriptor"
1219msgstr ""
1220
1221#: bundle.c:276
1222msgid "Could not spawn pack-objects"
1223msgstr ""
1224
1225#: bundle.c:287
1226msgid "pack-objects died"
1227msgstr ""
1228
1229#: bundle.c:329
1230msgid "rev-list died"
1231msgstr ""
1232
1233#: bundle.c:378
1234#, c-format
1235msgid "ref '%s' is excluded by the rev-list options"
1236msgstr ""
1237
1238#: bundle.c:457 builtin/log.c:197 builtin/log.c:1709 builtin/shortlog.c:306
1239#, c-format
1240msgid "unrecognized argument: %s"
1241msgstr ""
1242
1243#: bundle.c:465
1244msgid "Refusing to create empty bundle."
1245msgstr ""
1246
1247#: bundle.c:475
1248#, c-format
1249msgid "cannot create '%s'"
1250msgstr ""
1251
1252#: bundle.c:500
1253msgid "index-pack died"
1254msgstr ""
1255
1256#: color.c:296
1257#, c-format
1258msgid "invalid color value: %.*s"
1259msgstr ""
1260
1261#: commit.c:50 sequencer.c:2697 builtin/am.c:355 builtin/am.c:399
1262#: builtin/am.c:1377 builtin/am.c:2022 builtin/replace.c:455
1263#, c-format
1264msgid "could not parse %s"
1265msgstr ""
1266
1267#: commit.c:52
1268#, c-format
1269msgid "%s %s is not a commit!"
1270msgstr ""
1271
1272#: commit.c:193
1273msgid ""
1274"Support for <GIT_DIR>/info/grafts is deprecated\n"
1275"and will be removed in a future Git version.\n"
1276"\n"
1277"Please use \"git replace --convert-graft-file\"\n"
1278"to convert the grafts into replace refs.\n"
1279"\n"
1280"Turn this message off by running\n"
1281"\"git config advice.graftFileDeprecated false\""
1282msgstr ""
1283
1284#: commit.c:1128
1285#, c-format
1286msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
1287msgstr ""
1288
1289#: commit.c:1131
1290#, c-format
1291msgid "Commit %s has a bad GPG signature allegedly by %s."
1292msgstr ""
1293
1294#: commit.c:1134
1295#, c-format
1296msgid "Commit %s does not have a GPG signature."
1297msgstr ""
1298
1299#: commit.c:1137
1300#, c-format
1301msgid "Commit %s has a good GPG signature by %s\n"
1302msgstr ""
1303
1304#: commit.c:1391
1305msgid ""
1306"Warning: commit message did not conform to UTF-8.\n"
1307"You may want to amend it after fixing the message, or set the config\n"
1308"variable i18n.commitencoding to the encoding your project uses.\n"
1309msgstr ""
1310
1311#: commit-graph.c:105
1312msgid "commit-graph file is too small"
1313msgstr ""
1314
1315#: commit-graph.c:170
1316#, c-format
1317msgid "commit-graph signature %X does not match signature %X"
1318msgstr ""
1319
1320#: commit-graph.c:177
1321#, c-format
1322msgid "commit-graph version %X does not match version %X"
1323msgstr ""
1324
1325#: commit-graph.c:184
1326#, c-format
1327msgid "commit-graph hash version %X does not match version %X"
1328msgstr ""
1329
1330#: commit-graph.c:207
1331msgid "commit-graph chunk lookup table entry missing; file may be incomplete"
1332msgstr ""
1333
1334#: commit-graph.c:218
1335#, c-format
1336msgid "commit-graph improper chunk offset %08x%08x"
1337msgstr ""
1338
1339#: commit-graph.c:255
1340#, c-format
1341msgid "commit-graph chunk id %08x appears multiple times"
1342msgstr ""
1343
1344#: commit-graph.c:388
1345#, c-format
1346msgid "could not find commit %s"
1347msgstr ""
1348
1349#: commit-graph.c:730 builtin/pack-objects.c:2649
1350#, c-format
1351msgid "unable to get type of object %s"
1352msgstr ""
1353
1354#: commit-graph.c:763
1355msgid "Loading known commits in commit graph"
1356msgstr ""
1357
1358#: commit-graph.c:779
1359msgid "Expanding reachable commits in commit graph"
1360msgstr ""
1361
1362#: commit-graph.c:791
1363msgid "Clearing commit marks in commit graph"
1364msgstr ""
1365
1366#: commit-graph.c:811
1367msgid "Computing commit graph generation numbers"
1368msgstr ""
1369
1370#: commit-graph.c:928
1371#, c-format
1372msgid "Finding commits for commit graph in %d pack"
1373msgid_plural "Finding commits for commit graph in %d packs"
1374msgstr[0] ""
1375msgstr[1] ""
1376
1377#: commit-graph.c:941
1378#, c-format
1379msgid "error adding pack %s"
1380msgstr ""
1381
1382#: commit-graph.c:943
1383#, c-format
1384msgid "error opening index for %s"
1385msgstr ""
1386
1387#: commit-graph.c:957
1388#, c-format
1389msgid "Finding commits for commit graph from %d ref"
1390msgid_plural "Finding commits for commit graph from %d refs"
1391msgstr[0] ""
1392msgstr[1] ""
1393
1394#: commit-graph.c:989
1395msgid "Finding commits for commit graph among packed objects"
1396msgstr ""
1397
1398#: commit-graph.c:1002
1399msgid "Counting distinct commits in commit graph"
1400msgstr ""
1401
1402#: commit-graph.c:1015
1403#, c-format
1404msgid "the commit graph format cannot write %d commits"
1405msgstr ""
1406
1407#: commit-graph.c:1024
1408msgid "Finding extra edges in commit graph"
1409msgstr ""
1410
1411#: commit-graph.c:1048
1412msgid "too many commits to write graph"
1413msgstr ""
1414
1415#: commit-graph.c:1055 midx.c:805
1416#, c-format
1417msgid "unable to create leading directories of %s"
1418msgstr ""
1419
1420#: commit-graph.c:1095
1421#, c-format
1422msgid "Writing out commit graph in %d pass"
1423msgid_plural "Writing out commit graph in %d passes"
1424msgstr[0] ""
1425msgstr[1] ""
1426
1427#: commit-graph.c:1160
1428msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1429msgstr ""
1430
1431#: commit-graph.c:1170
1432#, c-format
1433msgid "commit-graph has incorrect OID order: %s then %s"
1434msgstr ""
1435
1436#: commit-graph.c:1180 commit-graph.c:1195
1437#, c-format
1438msgid "commit-graph has incorrect fanout value: fanout[%d] = %u != %u"
1439msgstr ""
1440
1441#: commit-graph.c:1187
1442#, c-format
1443msgid "failed to parse commit %s from commit-graph"
1444msgstr ""
1445
1446#: commit-graph.c:1204
1447msgid "Verifying commits in commit graph"
1448msgstr ""
1449
1450#: commit-graph.c:1217
1451#, c-format
1452msgid "failed to parse commit %s from object database for commit-graph"
1453msgstr ""
1454
1455#: commit-graph.c:1224
1456#, c-format
1457msgid "root tree OID for commit %s in commit-graph is %s != %s"
1458msgstr ""
1459
1460#: commit-graph.c:1234
1461#, c-format
1462msgid "commit-graph parent list for commit %s is too long"
1463msgstr ""
1464
1465#: commit-graph.c:1240
1466#, c-format
1467msgid "commit-graph parent for %s is %s != %s"
1468msgstr ""
1469
1470#: commit-graph.c:1253
1471#, c-format
1472msgid "commit-graph parent list for commit %s terminates early"
1473msgstr ""
1474
1475#: commit-graph.c:1258
1476#, c-format
1477msgid ""
1478"commit-graph has generation number zero for commit %s, but non-zero elsewhere"
1479msgstr ""
1480
1481#: commit-graph.c:1262
1482#, c-format
1483msgid ""
1484"commit-graph has non-zero generation number for commit %s, but zero elsewhere"
1485msgstr ""
1486
1487#: commit-graph.c:1277
1488#, c-format
1489msgid "commit-graph generation for commit %s is %u != %u"
1490msgstr ""
1491
1492#: commit-graph.c:1283
1493#, c-format
1494msgid "commit date for commit %s in commit-graph is %<PRIuMAX> != %<PRIuMAX>"
1495msgstr ""
1496
1497#: compat/obstack.c:406 compat/obstack.c:408
1498msgid "memory exhausted"
1499msgstr ""
1500
1501#: config.c:123
1502#, c-format
1503msgid ""
1504"exceeded maximum include depth (%d) while including\n"
1505"\t%s\n"
1506"from\n"
1507"\t%s\n"
1508"This might be due to circular includes."
1509msgstr ""
1510
1511#: config.c:139
1512#, c-format
1513msgid "could not expand include path '%s'"
1514msgstr ""
1515
1516#: config.c:150
1517msgid "relative config includes must come from files"
1518msgstr ""
1519
1520#: config.c:190
1521msgid "relative config include conditionals must come from files"
1522msgstr ""
1523
1524#: config.c:348
1525#, c-format
1526msgid "key does not contain a section: %s"
1527msgstr ""
1528
1529#: config.c:354
1530#, c-format
1531msgid "key does not contain variable name: %s"
1532msgstr ""
1533
1534#: config.c:378 sequencer.c:2459
1535#, c-format
1536msgid "invalid key: %s"
1537msgstr ""
1538
1539#: config.c:384
1540#, c-format
1541msgid "invalid key (newline): %s"
1542msgstr ""
1543
1544#: config.c:420 config.c:432
1545#, c-format
1546msgid "bogus config parameter: %s"
1547msgstr ""
1548
1549#: config.c:467
1550#, c-format
1551msgid "bogus format in %s"
1552msgstr ""
1553
1554#: config.c:793
1555#, c-format
1556msgid "bad config line %d in blob %s"
1557msgstr ""
1558
1559#: config.c:797
1560#, c-format
1561msgid "bad config line %d in file %s"
1562msgstr ""
1563
1564#: config.c:801
1565#, c-format
1566msgid "bad config line %d in standard input"
1567msgstr ""
1568
1569#: config.c:805
1570#, c-format
1571msgid "bad config line %d in submodule-blob %s"
1572msgstr ""
1573
1574#: config.c:809
1575#, c-format
1576msgid "bad config line %d in command line %s"
1577msgstr ""
1578
1579#: config.c:813
1580#, c-format
1581msgid "bad config line %d in %s"
1582msgstr ""
1583
1584#: config.c:952
1585msgid "out of range"
1586msgstr ""
1587
1588#: config.c:952
1589msgid "invalid unit"
1590msgstr ""
1591
1592#: config.c:958
1593#, c-format
1594msgid "bad numeric config value '%s' for '%s': %s"
1595msgstr ""
1596
1597#: config.c:963
1598#, c-format
1599msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1600msgstr ""
1601
1602#: config.c:966
1603#, c-format
1604msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1605msgstr ""
1606
1607#: config.c:969
1608#, c-format
1609msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1610msgstr ""
1611
1612#: config.c:972
1613#, c-format
1614msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1615msgstr ""
1616
1617#: config.c:975
1618#, c-format
1619msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1620msgstr ""
1621
1622#: config.c:978
1623#, c-format
1624msgid "bad numeric config value '%s' for '%s' in %s: %s"
1625msgstr ""
1626
1627#: config.c:1073
1628#, c-format
1629msgid "failed to expand user dir in: '%s'"
1630msgstr ""
1631
1632#: config.c:1082
1633#, c-format
1634msgid "'%s' for '%s' is not a valid timestamp"
1635msgstr ""
1636
1637#: config.c:1173
1638#, c-format
1639msgid "abbrev length out of range: %d"
1640msgstr ""
1641
1642#: config.c:1187 config.c:1198
1643#, c-format
1644msgid "bad zlib compression level %d"
1645msgstr ""
1646
1647#: config.c:1290
1648msgid "core.commentChar should only be one character"
1649msgstr ""
1650
1651#: config.c:1323
1652#, c-format
1653msgid "invalid mode for object creation: %s"
1654msgstr ""
1655
1656#: config.c:1395
1657#, c-format
1658msgid "malformed value for %s"
1659msgstr ""
1660
1661#: config.c:1421
1662#, c-format
1663msgid "malformed value for %s: %s"
1664msgstr ""
1665
1666#: config.c:1422
1667msgid "must be one of nothing, matching, simple, upstream or current"
1668msgstr ""
1669
1670#: config.c:1483 builtin/pack-objects.c:3397
1671#, c-format
1672msgid "bad pack compression level %d"
1673msgstr ""
1674
1675#: config.c:1604
1676#, c-format
1677msgid "unable to load config blob object '%s'"
1678msgstr ""
1679
1680#: config.c:1607
1681#, c-format
1682msgid "reference '%s' does not point to a blob"
1683msgstr ""
1684
1685#: config.c:1624
1686#, c-format
1687msgid "unable to resolve config blob '%s'"
1688msgstr ""
1689
1690#: config.c:1654
1691#, c-format
1692msgid "failed to parse %s"
1693msgstr ""
1694
1695#: config.c:1710
1696msgid "unable to parse command-line config"
1697msgstr ""
1698
1699#: config.c:2059
1700msgid "unknown error occurred while reading the configuration files"
1701msgstr ""
1702
1703#: config.c:2229
1704#, c-format
1705msgid "Invalid %s: '%s'"
1706msgstr ""
1707
1708#: config.c:2272
1709#, c-format
1710msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1711msgstr ""
1712
1713#: config.c:2298
1714#, c-format
1715msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1716msgstr ""
1717
1718#: config.c:2344
1719#, c-format
1720msgid "unable to parse '%s' from command-line config"
1721msgstr ""
1722
1723#: config.c:2346
1724#, c-format
1725msgid "bad config variable '%s' in file '%s' at line %d"
1726msgstr ""
1727
1728#: config.c:2427
1729#, c-format
1730msgid "invalid section name '%s'"
1731msgstr ""
1732
1733#: config.c:2459
1734#, c-format
1735msgid "%s has multiple values"
1736msgstr ""
1737
1738#: config.c:2488
1739#, c-format
1740msgid "failed to write new configuration file %s"
1741msgstr ""
1742
1743#: config.c:2740 config.c:3064
1744#, c-format
1745msgid "could not lock config file %s"
1746msgstr ""
1747
1748#: config.c:2751
1749#, c-format
1750msgid "opening %s"
1751msgstr ""
1752
1753#: config.c:2786 builtin/config.c:328
1754#, c-format
1755msgid "invalid pattern: %s"
1756msgstr ""
1757
1758#: config.c:2811
1759#, c-format
1760msgid "invalid config file %s"
1761msgstr ""
1762
1763#: config.c:2824 config.c:3077
1764#, c-format
1765msgid "fstat on %s failed"
1766msgstr ""
1767
1768#: config.c:2835
1769#, c-format
1770msgid "unable to mmap '%s'"
1771msgstr ""
1772
1773#: config.c:2844 config.c:3082
1774#, c-format
1775msgid "chmod on %s failed"
1776msgstr ""
1777
1778#: config.c:2929 config.c:3179
1779#, c-format
1780msgid "could not write config file %s"
1781msgstr ""
1782
1783#: config.c:2963
1784#, c-format
1785msgid "could not set '%s' to '%s'"
1786msgstr ""
1787
1788#: config.c:2965 builtin/remote.c:782
1789#, c-format
1790msgid "could not unset '%s'"
1791msgstr ""
1792
1793#: config.c:3055
1794#, c-format
1795msgid "invalid section name: %s"
1796msgstr ""
1797
1798#: config.c:3222
1799#, c-format
1800msgid "missing value for '%s'"
1801msgstr ""
1802
1803#: connect.c:61
1804msgid "the remote end hung up upon initial contact"
1805msgstr ""
1806
1807#: connect.c:63
1808msgid ""
1809"Could not read from remote repository.\n"
1810"\n"
1811"Please make sure you have the correct access rights\n"
1812"and the repository exists."
1813msgstr ""
1814
1815#: connect.c:81
1816#, c-format
1817msgid "server doesn't support '%s'"
1818msgstr ""
1819
1820#: connect.c:103
1821#, c-format
1822msgid "server doesn't support feature '%s'"
1823msgstr ""
1824
1825#: connect.c:114
1826msgid "expected flush after capabilities"
1827msgstr ""
1828
1829#: connect.c:233
1830#, c-format
1831msgid "ignoring capabilities after first line '%s'"
1832msgstr ""
1833
1834#: connect.c:252
1835msgid "protocol error: unexpected capabilities^{}"
1836msgstr ""
1837
1838#: connect.c:273
1839#, c-format
1840msgid "protocol error: expected shallow sha-1, got '%s'"
1841msgstr ""
1842
1843#: connect.c:275
1844msgid "repository on the other end cannot be shallow"
1845msgstr ""
1846
1847#: connect.c:313
1848msgid "invalid packet"
1849msgstr ""
1850
1851#: connect.c:333
1852#, c-format
1853msgid "protocol error: unexpected '%s'"
1854msgstr ""
1855
1856#: connect.c:441
1857#, c-format
1858msgid "invalid ls-refs response: %s"
1859msgstr ""
1860
1861#: connect.c:445
1862msgid "expected flush after ref listing"
1863msgstr ""
1864
1865#: connect.c:544
1866#, c-format
1867msgid "protocol '%s' is not supported"
1868msgstr ""
1869
1870#: connect.c:595
1871msgid "unable to set SO_KEEPALIVE on socket"
1872msgstr ""
1873
1874#: connect.c:635 connect.c:698
1875#, c-format
1876msgid "Looking up %s ... "
1877msgstr ""
1878
1879#: connect.c:639
1880#, c-format
1881msgid "unable to look up %s (port %s) (%s)"
1882msgstr ""
1883
1884#. TRANSLATORS: this is the end of "Looking up %s ... "
1885#: connect.c:643 connect.c:714
1886#, c-format
1887msgid ""
1888"done.\n"
1889"Connecting to %s (port %s) ... "
1890msgstr ""
1891
1892#: connect.c:665 connect.c:742
1893#, c-format
1894msgid ""
1895"unable to connect to %s:\n"
1896"%s"
1897msgstr ""
1898
1899#. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
1900#: connect.c:671 connect.c:748
1901msgid "done."
1902msgstr ""
1903
1904#: connect.c:702
1905#, c-format
1906msgid "unable to look up %s (%s)"
1907msgstr ""
1908
1909#: connect.c:708
1910#, c-format
1911msgid "unknown port %s"
1912msgstr ""
1913
1914#: connect.c:845 connect.c:1171
1915#, c-format
1916msgid "strange hostname '%s' blocked"
1917msgstr ""
1918
1919#: connect.c:847
1920#, c-format
1921msgid "strange port '%s' blocked"
1922msgstr ""
1923
1924#: connect.c:857
1925#, c-format
1926msgid "cannot start proxy %s"
1927msgstr ""
1928
1929#: connect.c:924
1930msgid "no path specified; see 'git help pull' for valid url syntax"
1931msgstr ""
1932
1933#: connect.c:1119
1934msgid "ssh variant 'simple' does not support -4"
1935msgstr ""
1936
1937#: connect.c:1131
1938msgid "ssh variant 'simple' does not support -6"
1939msgstr ""
1940
1941#: connect.c:1148
1942msgid "ssh variant 'simple' does not support setting port"
1943msgstr ""
1944
1945#: connect.c:1260
1946#, c-format
1947msgid "strange pathname '%s' blocked"
1948msgstr ""
1949
1950#: connect.c:1307
1951msgid "unable to fork"
1952msgstr ""
1953
1954#: connected.c:85 builtin/fsck.c:221 builtin/prune.c:43
1955msgid "Checking connectivity"
1956msgstr ""
1957
1958#: connected.c:97
1959msgid "Could not run 'git rev-list'"
1960msgstr ""
1961
1962#: connected.c:117
1963msgid "failed write to rev-list"
1964msgstr ""
1965
1966#: connected.c:124
1967msgid "failed to close rev-list's stdin"
1968msgstr ""
1969
1970#: convert.c:193
1971#, c-format
1972msgid "illegal crlf_action %d"
1973msgstr ""
1974
1975#: convert.c:206
1976#, c-format
1977msgid "CRLF would be replaced by LF in %s"
1978msgstr ""
1979
1980#: convert.c:208
1981#, c-format
1982msgid ""
1983"CRLF will be replaced by LF in %s.\n"
1984"The file will have its original line endings in your working directory"
1985msgstr ""
1986
1987#: convert.c:216
1988#, c-format
1989msgid "LF would be replaced by CRLF in %s"
1990msgstr ""
1991
1992#: convert.c:218
1993#, c-format
1994msgid ""
1995"LF will be replaced by CRLF in %s.\n"
1996"The file will have its original line endings in your working directory"
1997msgstr ""
1998
1999#: convert.c:279
2000#, c-format
2001msgid "BOM is prohibited in '%s' if encoded as %s"
2002msgstr ""
2003
2004#: convert.c:286
2005#, c-format
2006msgid ""
2007"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
2008"tree-encoding."
2009msgstr ""
2010
2011#: convert.c:304
2012#, c-format
2013msgid "BOM is required in '%s' if encoded as %s"
2014msgstr ""
2015
2016#: convert.c:306
2017#, c-format
2018msgid ""
2019"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
2020"%sLE (depending on the byte order) as working-tree-encoding."
2021msgstr ""
2022
2023#: convert.c:424 convert.c:495
2024#, c-format
2025msgid "failed to encode '%s' from %s to %s"
2026msgstr ""
2027
2028#: convert.c:467
2029#, c-format
2030msgid "encoding '%s' from %s to %s and back is not the same"
2031msgstr ""
2032
2033#: convert.c:673
2034#, c-format
2035msgid "cannot fork to run external filter '%s'"
2036msgstr ""
2037
2038#: convert.c:693
2039#, c-format
2040msgid "cannot feed the input to external filter '%s'"
2041msgstr ""
2042
2043#: convert.c:700
2044#, c-format
2045msgid "external filter '%s' failed %d"
2046msgstr ""
2047
2048#: convert.c:735 convert.c:738
2049#, c-format
2050msgid "read from external filter '%s' failed"
2051msgstr ""
2052
2053#: convert.c:741 convert.c:796
2054#, c-format
2055msgid "external filter '%s' failed"
2056msgstr ""
2057
2058#: convert.c:844
2059msgid "unexpected filter type"
2060msgstr ""
2061
2062#: convert.c:855
2063msgid "path name too long for external filter"
2064msgstr ""
2065
2066#: convert.c:929
2067#, c-format
2068msgid ""
2069"external filter '%s' is not available anymore although not all paths have "
2070"been filtered"
2071msgstr ""
2072
2073#: convert.c:1228
2074msgid "true/false are no valid working-tree-encodings"
2075msgstr ""
2076
2077#: convert.c:1398 convert.c:1432
2078#, c-format
2079msgid "%s: clean filter '%s' failed"
2080msgstr ""
2081
2082#: convert.c:1476
2083#, c-format
2084msgid "%s: smudge filter %s failed"
2085msgstr ""
2086
2087#: date.c:137
2088msgid "in the future"
2089msgstr ""
2090
2091#: date.c:143
2092#, c-format
2093msgid "%<PRIuMAX> second ago"
2094msgid_plural "%<PRIuMAX> seconds ago"
2095msgstr[0] ""
2096msgstr[1] ""
2097
2098#: date.c:150
2099#, c-format
2100msgid "%<PRIuMAX> minute ago"
2101msgid_plural "%<PRIuMAX> minutes ago"
2102msgstr[0] ""
2103msgstr[1] ""
2104
2105#: date.c:157
2106#, c-format
2107msgid "%<PRIuMAX> hour ago"
2108msgid_plural "%<PRIuMAX> hours ago"
2109msgstr[0] ""
2110msgstr[1] ""
2111
2112#: date.c:164
2113#, c-format
2114msgid "%<PRIuMAX> day ago"
2115msgid_plural "%<PRIuMAX> days ago"
2116msgstr[0] ""
2117msgstr[1] ""
2118
2119#: date.c:170
2120#, c-format
2121msgid "%<PRIuMAX> week ago"
2122msgid_plural "%<PRIuMAX> weeks ago"
2123msgstr[0] ""
2124msgstr[1] ""
2125
2126#: date.c:177
2127#, c-format
2128msgid "%<PRIuMAX> month ago"
2129msgid_plural "%<PRIuMAX> months ago"
2130msgstr[0] ""
2131msgstr[1] ""
2132
2133#: date.c:188
2134#, c-format
2135msgid "%<PRIuMAX> year"
2136msgid_plural "%<PRIuMAX> years"
2137msgstr[0] ""
2138msgstr[1] ""
2139
2140#. TRANSLATORS: "%s" is "<n> years"
2141#: date.c:191
2142#, c-format
2143msgid "%s, %<PRIuMAX> month ago"
2144msgid_plural "%s, %<PRIuMAX> months ago"
2145msgstr[0] ""
2146msgstr[1] ""
2147
2148#: date.c:196 date.c:201
2149#, c-format
2150msgid "%<PRIuMAX> year ago"
2151msgid_plural "%<PRIuMAX> years ago"
2152msgstr[0] ""
2153msgstr[1] ""
2154
2155#: delta-islands.c:272
2156msgid "Propagating island marks"
2157msgstr ""
2158
2159#: delta-islands.c:290
2160#, c-format
2161msgid "bad tree object %s"
2162msgstr ""
2163
2164#: delta-islands.c:334
2165#, c-format
2166msgid "failed to load island regex for '%s': %s"
2167msgstr ""
2168
2169#: delta-islands.c:390
2170#, c-format
2171msgid "island regex from config has too many capture groups (max=%d)"
2172msgstr ""
2173
2174#: delta-islands.c:466
2175#, c-format
2176msgid "Marked %d islands, done.\n"
2177msgstr ""
2178
2179#: diffcore-order.c:24
2180#, c-format
2181msgid "failed to read orderfile '%s'"
2182msgstr ""
2183
2184#: diffcore-rename.c:544
2185msgid "Performing inexact rename detection"
2186msgstr ""
2187
2188#: diff-no-index.c:238
2189msgid "git diff --no-index [<options>] <path> <path>"
2190msgstr ""
2191
2192#: diff-no-index.c:263
2193msgid ""
2194"Not a git repository. Use --no-index to compare two paths outside a working "
2195"tree"
2196msgstr ""
2197
2198#: diff.c:155
2199#, c-format
2200msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
2201msgstr ""
2202
2203#: diff.c:160
2204#, c-format
2205msgid "  Unknown dirstat parameter '%s'\n"
2206msgstr ""
2207
2208#: diff.c:296
2209msgid ""
2210"color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2211"'dimmed-zebra', 'plain'"
2212msgstr ""
2213
2214#: diff.c:324
2215#, c-format
2216msgid ""
2217"unknown color-moved-ws mode '%s', possible values are 'ignore-space-change', "
2218"'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-change'"
2219msgstr ""
2220
2221#: diff.c:332
2222msgid ""
2223"color-moved-ws: allow-indentation-change cannot be combined with other "
2224"whitespace modes"
2225msgstr ""
2226
2227#: diff.c:405
2228#, c-format
2229msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2230msgstr ""
2231
2232#: diff.c:465
2233#, c-format
2234msgid ""
2235"Found errors in 'diff.dirstat' config variable:\n"
2236"%s"
2237msgstr ""
2238
2239#: diff.c:4210
2240#, c-format
2241msgid "external diff died, stopping at %s"
2242msgstr ""
2243
2244#: diff.c:4555
2245msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2246msgstr ""
2247
2248#: diff.c:4558
2249msgid "-G, -S and --find-object are mutually exclusive"
2250msgstr ""
2251
2252#: diff.c:4636
2253msgid "--follow requires exactly one pathspec"
2254msgstr ""
2255
2256#: diff.c:4684
2257#, c-format
2258msgid "invalid --stat value: %s"
2259msgstr ""
2260
2261#: diff.c:4689 diff.c:4694 diff.c:4699 diff.c:4704 diff.c:5216
2262#: parse-options.c:200
2263#, c-format
2264msgid "%s expects a numerical value"
2265msgstr ""
2266
2267#: diff.c:4721
2268#, c-format
2269msgid ""
2270"Failed to parse --dirstat/-X option parameter:\n"
2271"%s"
2272msgstr ""
2273
2274#: diff.c:4806
2275#, c-format
2276msgid "unknown change class '%c' in --diff-filter=%s"
2277msgstr ""
2278
2279#: diff.c:4830
2280#, c-format
2281msgid "unknown value after ws-error-highlight=%.*s"
2282msgstr ""
2283
2284#: diff.c:4844
2285#, c-format
2286msgid "unable to resolve '%s'"
2287msgstr ""
2288
2289#: diff.c:4894 diff.c:4900
2290#, c-format
2291msgid "%s expects <n>/<m> form"
2292msgstr ""
2293
2294#: diff.c:4912
2295#, c-format
2296msgid "%s expects a character, got '%s'"
2297msgstr ""
2298
2299#: diff.c:4933
2300#, c-format
2301msgid "bad --color-moved argument: %s"
2302msgstr ""
2303
2304#: diff.c:4952
2305#, c-format
2306msgid "invalid mode '%s' in --color-moved-ws"
2307msgstr ""
2308
2309#: diff.c:4992
2310msgid ""
2311"option diff-algorithm accepts \"myers\", \"minimal\", \"patience\" and "
2312"\"histogram\""
2313msgstr ""
2314
2315#: diff.c:5028 diff.c:5048
2316#, c-format
2317msgid "invalid argument to %s"
2318msgstr ""
2319
2320#: diff.c:5186
2321#, c-format
2322msgid "failed to parse --submodule option parameter: '%s'"
2323msgstr ""
2324
2325#: diff.c:5240
2326#, c-format
2327msgid "bad --word-diff argument: %s"
2328msgstr ""
2329
2330#: diff.c:5263
2331msgid "Diff output format options"
2332msgstr ""
2333
2334#: diff.c:5265 diff.c:5271
2335msgid "generate patch"
2336msgstr ""
2337
2338#: diff.c:5268 builtin/log.c:167
2339msgid "suppress diff output"
2340msgstr ""
2341
2342#: diff.c:5273 diff.c:5387 diff.c:5394
2343msgid "<n>"
2344msgstr ""
2345
2346#: diff.c:5274 diff.c:5277
2347msgid "generate diffs with <n> lines context"
2348msgstr ""
2349
2350#: diff.c:5279
2351msgid "generate the diff in raw format"
2352msgstr ""
2353
2354#: diff.c:5282
2355msgid "synonym for '-p --raw'"
2356msgstr ""
2357
2358#: diff.c:5286
2359msgid "synonym for '-p --stat'"
2360msgstr ""
2361
2362#: diff.c:5290
2363msgid "machine friendly --stat"
2364msgstr ""
2365
2366#: diff.c:5293
2367msgid "output only the last line of --stat"
2368msgstr ""
2369
2370#: diff.c:5295 diff.c:5303
2371msgid "<param1,param2>..."
2372msgstr ""
2373
2374#: diff.c:5296
2375msgid ""
2376"output the distribution of relative amount of changes for each sub-directory"
2377msgstr ""
2378
2379#: diff.c:5300
2380msgid "synonym for --dirstat=cumulative"
2381msgstr ""
2382
2383#: diff.c:5304
2384msgid "synonym for --dirstat=files,param1,param2..."
2385msgstr ""
2386
2387#: diff.c:5308
2388msgid "warn if changes introduce conflict markers or whitespace errors"
2389msgstr ""
2390
2391#: diff.c:5311
2392msgid "condensed summary such as creations, renames and mode changes"
2393msgstr ""
2394
2395#: diff.c:5314
2396msgid "show only names of changed files"
2397msgstr ""
2398
2399#: diff.c:5317
2400msgid "show only names and status of changed files"
2401msgstr ""
2402
2403#: diff.c:5319
2404msgid "<width>[,<name-width>[,<count>]]"
2405msgstr ""
2406
2407#: diff.c:5320
2408msgid "generate diffstat"
2409msgstr ""
2410
2411#: diff.c:5322 diff.c:5325 diff.c:5328
2412msgid "<width>"
2413msgstr ""
2414
2415#: diff.c:5323
2416msgid "generate diffstat with a given width"
2417msgstr ""
2418
2419#: diff.c:5326
2420msgid "generate diffstat with a given name width"
2421msgstr ""
2422
2423#: diff.c:5329
2424msgid "generate diffstat with a given graph width"
2425msgstr ""
2426
2427#: diff.c:5331
2428msgid "<count>"
2429msgstr ""
2430
2431#: diff.c:5332
2432msgid "generate diffstat with limited lines"
2433msgstr ""
2434
2435#: diff.c:5335
2436msgid "generate compact summary in diffstat"
2437msgstr ""
2438
2439#: diff.c:5338
2440msgid "output a binary diff that can be applied"
2441msgstr ""
2442
2443#: diff.c:5341
2444msgid "show full pre- and post-image object names on the \"index\" lines"
2445msgstr ""
2446
2447#: diff.c:5343
2448msgid "show colored diff"
2449msgstr ""
2450
2451#: diff.c:5344
2452msgid "<kind>"
2453msgstr ""
2454
2455#: diff.c:5345
2456msgid ""
2457"highlight whitespace errors in the 'context', 'old' or 'new' lines in the "
2458"diff"
2459msgstr ""
2460
2461#: diff.c:5348
2462msgid ""
2463"do not munge pathnames and use NULs as output field terminators in --raw or "
2464"--numstat"
2465msgstr ""
2466
2467#: diff.c:5351 diff.c:5354 diff.c:5357 diff.c:5463
2468msgid "<prefix>"
2469msgstr ""
2470
2471#: diff.c:5352
2472msgid "show the given source prefix instead of \"a/\""
2473msgstr ""
2474
2475#: diff.c:5355
2476msgid "show the given source prefix instead of \"b/\""
2477msgstr ""
2478
2479#: diff.c:5358
2480msgid "prepend an additional prefix to every line of output"
2481msgstr ""
2482
2483#: diff.c:5361
2484msgid "do not show any source or destination prefix"
2485msgstr ""
2486
2487#: diff.c:5364
2488msgid "show context between diff hunks up to the specified number of lines"
2489msgstr ""
2490
2491#: diff.c:5368 diff.c:5373 diff.c:5378
2492msgid "<char>"
2493msgstr ""
2494
2495#: diff.c:5369
2496msgid "specify the character to indicate a new line instead of '+'"
2497msgstr ""
2498
2499#: diff.c:5374
2500msgid "specify the character to indicate an old line instead of '-'"
2501msgstr ""
2502
2503#: diff.c:5379
2504msgid "specify the character to indicate a context instead of ' '"
2505msgstr ""
2506
2507#: diff.c:5382
2508msgid "Diff rename options"
2509msgstr ""
2510
2511#: diff.c:5383
2512msgid "<n>[/<m>]"
2513msgstr ""
2514
2515#: diff.c:5384
2516msgid "break complete rewrite changes into pairs of delete and create"
2517msgstr ""
2518
2519#: diff.c:5388
2520msgid "detect renames"
2521msgstr ""
2522
2523#: diff.c:5392
2524msgid "omit the preimage for deletes"
2525msgstr ""
2526
2527#: diff.c:5395
2528msgid "detect copies"
2529msgstr ""
2530
2531#: diff.c:5399
2532msgid "use unmodified files as source to find copies"
2533msgstr ""
2534
2535#: diff.c:5401
2536msgid "disable rename detection"
2537msgstr ""
2538
2539#: diff.c:5404
2540msgid "use empty blobs as rename source"
2541msgstr ""
2542
2543#: diff.c:5406
2544msgid "continue listing the history of a file beyond renames"
2545msgstr ""
2546
2547#: diff.c:5409
2548msgid ""
2549"prevent rename/copy detection if the number of rename/copy targets exceeds "
2550"given limit"
2551msgstr ""
2552
2553#: diff.c:5411
2554msgid "Diff algorithm options"
2555msgstr ""
2556
2557#: diff.c:5413
2558msgid "produce the smallest possible diff"
2559msgstr ""
2560
2561#: diff.c:5416
2562msgid "ignore whitespace when comparing lines"
2563msgstr ""
2564
2565#: diff.c:5419
2566msgid "ignore changes in amount of whitespace"
2567msgstr ""
2568
2569#: diff.c:5422
2570msgid "ignore changes in whitespace at EOL"
2571msgstr ""
2572
2573#: diff.c:5425
2574msgid "ignore carrier-return at the end of line"
2575msgstr ""
2576
2577#: diff.c:5428
2578msgid "ignore changes whose lines are all blank"
2579msgstr ""
2580
2581#: diff.c:5431
2582msgid "heuristic to shift diff hunk boundaries for easy reading"
2583msgstr ""
2584
2585#: diff.c:5434
2586msgid "generate diff using the \"patience diff\" algorithm"
2587msgstr ""
2588
2589#: diff.c:5438
2590msgid "generate diff using the \"histogram diff\" algorithm"
2591msgstr ""
2592
2593#: diff.c:5440
2594msgid "<algorithm>"
2595msgstr ""
2596
2597#: diff.c:5441
2598msgid "choose a diff algorithm"
2599msgstr ""
2600
2601#: diff.c:5443
2602msgid "<text>"
2603msgstr ""
2604
2605#: diff.c:5444
2606msgid "generate diff using the \"anchored diff\" algorithm"
2607msgstr ""
2608
2609#: diff.c:5446 diff.c:5455 diff.c:5458
2610msgid "<mode>"
2611msgstr ""
2612
2613#: diff.c:5447
2614msgid "show word diff, using <mode> to delimit changed words"
2615msgstr ""
2616
2617#: diff.c:5449 diff.c:5452 diff.c:5497
2618msgid "<regex>"
2619msgstr ""
2620
2621#: diff.c:5450
2622msgid "use <regex> to decide what a word is"
2623msgstr ""
2624
2625#: diff.c:5453
2626msgid "equivalent to --word-diff=color --word-diff-regex=<regex>"
2627msgstr ""
2628
2629#: diff.c:5456
2630msgid "move lines of code are colored differently"
2631msgstr ""
2632
2633#: diff.c:5459
2634msgid "how white spaces are ignored in --color-moved"
2635msgstr ""
2636
2637#: diff.c:5462
2638msgid "Diff other options"
2639msgstr ""
2640
2641#: diff.c:5464
2642msgid "when run from subdir, exclude changes outside and show relative paths"
2643msgstr ""
2644
2645#: diff.c:5468
2646msgid "treat all files as text"
2647msgstr ""
2648
2649#: diff.c:5470
2650msgid "swap two inputs, reverse the diff"
2651msgstr ""
2652
2653#: diff.c:5472
2654msgid "exit with 1 if there were differences, 0 otherwise"
2655msgstr ""
2656
2657#: diff.c:5474
2658msgid "disable all output of the program"
2659msgstr ""
2660
2661#: diff.c:5476
2662msgid "allow an external diff helper to be executed"
2663msgstr ""
2664
2665#: diff.c:5478
2666msgid "run external text conversion filters when comparing binary files"
2667msgstr ""
2668
2669#: diff.c:5480
2670msgid "<when>"
2671msgstr ""
2672
2673#: diff.c:5481
2674msgid "ignore changes to submodules in the diff generation"
2675msgstr ""
2676
2677#: diff.c:5484
2678msgid "<format>"
2679msgstr ""
2680
2681#: diff.c:5485
2682msgid "specify how differences in submodules are shown"
2683msgstr ""
2684
2685#: diff.c:5489
2686msgid "hide 'git add -N' entries from the index"
2687msgstr ""
2688
2689#: diff.c:5492
2690msgid "treat 'git add -N' entries as real in the index"
2691msgstr ""
2692
2693#: diff.c:5494
2694msgid "<string>"
2695msgstr ""
2696
2697#: diff.c:5495
2698msgid ""
2699"look for differences that change the number of occurrences of the specified "
2700"string"
2701msgstr ""
2702
2703#: diff.c:5498
2704msgid ""
2705"look for differences that change the number of occurrences of the specified "
2706"regex"
2707msgstr ""
2708
2709#: diff.c:5501
2710msgid "show all changes in the changeset with -S or -G"
2711msgstr ""
2712
2713#: diff.c:5504
2714msgid "treat <string> in -S as extended POSIX regular expression"
2715msgstr ""
2716
2717#: diff.c:5507
2718msgid "control the order in which files appear in the output"
2719msgstr ""
2720
2721#: diff.c:5508
2722msgid "<object-id>"
2723msgstr ""
2724
2725#: diff.c:5509
2726msgid ""
2727"look for differences that change the number of occurrences of the specified "
2728"object"
2729msgstr ""
2730
2731#: diff.c:5511
2732msgid "[(A|C|D|M|R|T|U|X|B)...[*]]"
2733msgstr ""
2734
2735#: diff.c:5512
2736msgid "select files by diff type"
2737msgstr ""
2738
2739#: diff.c:5514
2740msgid "<file>"
2741msgstr ""
2742
2743#: diff.c:5515
2744msgid "Output to a specific file"
2745msgstr ""
2746
2747#: diff.c:6148
2748msgid "inexact rename detection was skipped due to too many files."
2749msgstr ""
2750
2751#: diff.c:6151
2752msgid "only found copies from modified paths due to too many files."
2753msgstr ""
2754
2755#: diff.c:6154
2756#, c-format
2757msgid ""
2758"you may want to set your %s variable to at least %d and retry the command."
2759msgstr ""
2760
2761#: dir.c:537
2762#, c-format
2763msgid "pathspec '%s' did not match any file(s) known to git"
2764msgstr ""
2765
2766#: dir.c:926
2767#, c-format
2768msgid "cannot use %s as an exclude file"
2769msgstr ""
2770
2771#: dir.c:1843
2772#, c-format
2773msgid "could not open directory '%s'"
2774msgstr ""
2775
2776#: dir.c:2085
2777msgid "failed to get kernel name and information"
2778msgstr ""
2779
2780#: dir.c:2209
2781msgid "untracked cache is disabled on this system or location"
2782msgstr ""
2783
2784#: dir.c:3013
2785#, c-format
2786msgid "index file corrupt in repo %s"
2787msgstr ""
2788
2789#: dir.c:3058 dir.c:3063
2790#, c-format
2791msgid "could not create directories for %s"
2792msgstr ""
2793
2794#: dir.c:3092
2795#, c-format
2796msgid "could not migrate git directory from '%s' to '%s'"
2797msgstr ""
2798
2799#: editor.c:73
2800#, c-format
2801msgid "hint: Waiting for your editor to close the file...%c"
2802msgstr ""
2803
2804#: entry.c:178
2805msgid "Filtering content"
2806msgstr ""
2807
2808#: entry.c:476
2809#, c-format
2810msgid "could not stat file '%s'"
2811msgstr ""
2812
2813#: environment.c:150
2814#, c-format
2815msgid "bad git namespace path \"%s\""
2816msgstr ""
2817
2818#: environment.c:332
2819#, c-format
2820msgid "could not set GIT_DIR to '%s'"
2821msgstr ""
2822
2823#: exec-cmd.c:363
2824#, c-format
2825msgid "too many args to run %s"
2826msgstr ""
2827
2828#: fetch-object.c:17
2829msgid "Remote with no URL"
2830msgstr ""
2831
2832#: fetch-pack.c:151
2833msgid "git fetch-pack: expected shallow list"
2834msgstr ""
2835
2836#: fetch-pack.c:154
2837msgid "git fetch-pack: expected a flush packet after shallow list"
2838msgstr ""
2839
2840#: fetch-pack.c:165
2841msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2842msgstr ""
2843
2844#: fetch-pack.c:185
2845#, c-format
2846msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2847msgstr ""
2848
2849#: fetch-pack.c:196
2850msgid "unable to write to remote"
2851msgstr ""
2852
2853#: fetch-pack.c:258
2854msgid "--stateless-rpc requires multi_ack_detailed"
2855msgstr ""
2856
2857#: fetch-pack.c:360 fetch-pack.c:1271
2858#, c-format
2859msgid "invalid shallow line: %s"
2860msgstr ""
2861
2862#: fetch-pack.c:366 fetch-pack.c:1277
2863#, c-format
2864msgid "invalid unshallow line: %s"
2865msgstr ""
2866
2867#: fetch-pack.c:368 fetch-pack.c:1279
2868#, c-format
2869msgid "object not found: %s"
2870msgstr ""
2871
2872#: fetch-pack.c:371 fetch-pack.c:1282
2873#, c-format
2874msgid "error in object: %s"
2875msgstr ""
2876
2877#: fetch-pack.c:373 fetch-pack.c:1284
2878#, c-format
2879msgid "no shallow found: %s"
2880msgstr ""
2881
2882#: fetch-pack.c:376 fetch-pack.c:1288
2883#, c-format
2884msgid "expected shallow/unshallow, got %s"
2885msgstr ""
2886
2887#: fetch-pack.c:417
2888#, c-format
2889msgid "got %s %d %s"
2890msgstr ""
2891
2892#: fetch-pack.c:434
2893#, c-format
2894msgid "invalid commit %s"
2895msgstr ""
2896
2897#: fetch-pack.c:465
2898msgid "giving up"
2899msgstr ""
2900
2901#: fetch-pack.c:477 progress.c:284
2902msgid "done"
2903msgstr ""
2904
2905#: fetch-pack.c:489
2906#, c-format
2907msgid "got %s (%d) %s"
2908msgstr ""
2909
2910#: fetch-pack.c:535
2911#, c-format
2912msgid "Marking %s as complete"
2913msgstr ""
2914
2915#: fetch-pack.c:744
2916#, c-format
2917msgid "already have %s (%s)"
2918msgstr ""
2919
2920#: fetch-pack.c:783
2921msgid "fetch-pack: unable to fork off sideband demultiplexer"
2922msgstr ""
2923
2924#: fetch-pack.c:791
2925msgid "protocol error: bad pack header"
2926msgstr ""
2927
2928#: fetch-pack.c:859
2929#, c-format
2930msgid "fetch-pack: unable to fork off %s"
2931msgstr ""
2932
2933#: fetch-pack.c:875
2934#, c-format
2935msgid "%s failed"
2936msgstr ""
2937
2938#: fetch-pack.c:877
2939msgid "error in sideband demultiplexer"
2940msgstr ""
2941
2942#: fetch-pack.c:906
2943msgid "Server does not support shallow clients"
2944msgstr ""
2945
2946#: fetch-pack.c:910
2947msgid "Server supports multi_ack_detailed"
2948msgstr ""
2949
2950#: fetch-pack.c:913
2951msgid "Server supports no-done"
2952msgstr ""
2953
2954#: fetch-pack.c:919
2955msgid "Server supports multi_ack"
2956msgstr ""
2957
2958#: fetch-pack.c:923
2959msgid "Server supports side-band-64k"
2960msgstr ""
2961
2962#: fetch-pack.c:927
2963msgid "Server supports side-band"
2964msgstr ""
2965
2966#: fetch-pack.c:931
2967msgid "Server supports allow-tip-sha1-in-want"
2968msgstr ""
2969
2970#: fetch-pack.c:935
2971msgid "Server supports allow-reachable-sha1-in-want"
2972msgstr ""
2973
2974#: fetch-pack.c:945
2975msgid "Server supports ofs-delta"
2976msgstr ""
2977
2978#: fetch-pack.c:951 fetch-pack.c:1144
2979msgid "Server supports filter"
2980msgstr ""
2981
2982#: fetch-pack.c:959
2983#, c-format
2984msgid "Server version is %.*s"
2985msgstr ""
2986
2987#: fetch-pack.c:965
2988msgid "Server does not support --shallow-since"
2989msgstr ""
2990
2991#: fetch-pack.c:969
2992msgid "Server does not support --shallow-exclude"
2993msgstr ""
2994
2995#: fetch-pack.c:971
2996msgid "Server does not support --deepen"
2997msgstr ""
2998
2999#: fetch-pack.c:988
3000msgid "no common commits"
3001msgstr ""
3002
3003#: fetch-pack.c:1000 fetch-pack.c:1449
3004msgid "git fetch-pack: fetch failed."
3005msgstr ""
3006
3007#: fetch-pack.c:1138
3008msgid "Server does not support shallow requests"
3009msgstr ""
3010
3011#: fetch-pack.c:1171
3012msgid "unable to write request to remote"
3013msgstr ""
3014
3015#: fetch-pack.c:1189
3016#, c-format
3017msgid "error reading section header '%s'"
3018msgstr ""
3019
3020#: fetch-pack.c:1195
3021#, c-format
3022msgid "expected '%s', received '%s'"
3023msgstr ""
3024
3025#: fetch-pack.c:1234
3026#, c-format
3027msgid "unexpected acknowledgment line: '%s'"
3028msgstr ""
3029
3030#: fetch-pack.c:1239
3031#, c-format
3032msgid "error processing acks: %d"
3033msgstr ""
3034
3035#: fetch-pack.c:1249
3036msgid "expected packfile to be sent after 'ready'"
3037msgstr ""
3038
3039#: fetch-pack.c:1251
3040msgid "expected no other sections to be sent after no 'ready'"
3041msgstr ""
3042
3043#: fetch-pack.c:1293
3044#, c-format
3045msgid "error processing shallow info: %d"
3046msgstr ""
3047
3048#: fetch-pack.c:1340
3049#, c-format
3050msgid "expected wanted-ref, got '%s'"
3051msgstr ""
3052
3053#: fetch-pack.c:1345
3054#, c-format
3055msgid "unexpected wanted-ref: '%s'"
3056msgstr ""
3057
3058#: fetch-pack.c:1350
3059#, c-format
3060msgid "error processing wanted refs: %d"
3061msgstr ""
3062
3063#: fetch-pack.c:1676
3064msgid "no matching remote head"
3065msgstr ""
3066
3067#: fetch-pack.c:1699 builtin/clone.c:676
3068msgid "remote did not send all necessary objects"
3069msgstr ""
3070
3071#: fetch-pack.c:1726
3072#, c-format
3073msgid "no such remote ref %s"
3074msgstr ""
3075
3076#: fetch-pack.c:1729
3077#, c-format
3078msgid "Server does not allow request for unadvertised object %s"
3079msgstr ""
3080
3081#: gpg-interface.c:318
3082msgid "gpg failed to sign the data"
3083msgstr ""
3084
3085#: gpg-interface.c:344
3086msgid "could not create temporary file"
3087msgstr ""
3088
3089#: gpg-interface.c:347
3090#, c-format
3091msgid "failed writing detached signature to '%s'"
3092msgstr ""
3093
3094#: graph.c:97
3095#, c-format
3096msgid "ignore invalid color '%.*s' in log.graphColors"
3097msgstr ""
3098
3099#: grep.c:2113
3100#, c-format
3101msgid "'%s': unable to read %s"
3102msgstr ""
3103
3104#: grep.c:2130 setup.c:164 builtin/clone.c:414 builtin/diff.c:82
3105#: builtin/rm.c:135
3106#, c-format
3107msgid "failed to stat '%s'"
3108msgstr ""
3109
3110#: grep.c:2141
3111#, c-format
3112msgid "'%s': short read"
3113msgstr ""
3114
3115#: help.c:23
3116msgid "start a working area (see also: git help tutorial)"
3117msgstr ""
3118
3119#: help.c:24
3120msgid "work on the current change (see also: git help everyday)"
3121msgstr ""
3122
3123#: help.c:25
3124msgid "examine the history and state (see also: git help revisions)"
3125msgstr ""
3126
3127#: help.c:26
3128msgid "grow, mark and tweak your common history"
3129msgstr ""
3130
3131#: help.c:27
3132msgid "collaborate (see also: git help workflows)"
3133msgstr ""
3134
3135#: help.c:31
3136msgid "Main Porcelain Commands"
3137msgstr ""
3138
3139#: help.c:32
3140msgid "Ancillary Commands / Manipulators"
3141msgstr ""
3142
3143#: help.c:33
3144msgid "Ancillary Commands / Interrogators"
3145msgstr ""
3146
3147#: help.c:34
3148msgid "Interacting with Others"
3149msgstr ""
3150
3151#: help.c:35
3152msgid "Low-level Commands / Manipulators"
3153msgstr ""
3154
3155#: help.c:36
3156msgid "Low-level Commands / Interrogators"
3157msgstr ""
3158
3159#: help.c:37
3160msgid "Low-level Commands / Synching Repositories"
3161msgstr ""
3162
3163#: help.c:38
3164msgid "Low-level Commands / Internal Helpers"
3165msgstr ""
3166
3167#: help.c:298
3168#, c-format
3169msgid "available git commands in '%s'"
3170msgstr ""
3171
3172#: help.c:305
3173msgid "git commands available from elsewhere on your $PATH"
3174msgstr ""
3175
3176#: help.c:314
3177msgid "These are common Git commands used in various situations:"
3178msgstr ""
3179
3180#: help.c:363 git.c:97
3181#, c-format
3182msgid "unsupported command listing type '%s'"
3183msgstr ""
3184
3185#: help.c:403
3186msgid "The common Git guides are:"
3187msgstr ""
3188
3189#: help.c:512
3190msgid "See 'git help <command>' to read about a specific subcommand"
3191msgstr ""
3192
3193#: help.c:517
3194msgid "External commands"
3195msgstr ""
3196
3197#: help.c:532
3198msgid "Command aliases"
3199msgstr ""
3200
3201#: help.c:596
3202#, c-format
3203msgid ""
3204"'%s' appears to be a git command, but we were not\n"
3205"able to execute it. Maybe git-%s is broken?"
3206msgstr ""
3207
3208#: help.c:655
3209msgid "Uh oh. Your system reports no Git commands at all."
3210msgstr ""
3211
3212#: help.c:677
3213#, c-format
3214msgid "WARNING: You called a Git command named '%s', which does not exist."
3215msgstr ""
3216
3217#: help.c:682
3218#, c-format
3219msgid "Continuing under the assumption that you meant '%s'."
3220msgstr ""
3221
3222#: help.c:687
3223#, c-format
3224msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
3225msgstr ""
3226
3227#: help.c:695
3228#, c-format
3229msgid "git: '%s' is not a git command. See 'git --help'."
3230msgstr ""
3231
3232#: help.c:699
3233msgid ""
3234"\n"
3235"The most similar command is"
3236msgid_plural ""
3237"\n"
3238"The most similar commands are"
3239msgstr[0] ""
3240msgstr[1] ""
3241
3242#: help.c:714
3243msgid "git version [<options>]"
3244msgstr ""
3245
3246#: help.c:782
3247#, c-format
3248msgid "%s: %s - %s"
3249msgstr ""
3250
3251#: help.c:786
3252msgid ""
3253"\n"
3254"Did you mean this?"
3255msgid_plural ""
3256"\n"
3257"Did you mean one of these?"
3258msgstr[0] ""
3259msgstr[1] ""
3260
3261#: ident.c:349
3262msgid ""
3263"\n"
3264"*** Please tell me who you are.\n"
3265"\n"
3266"Run\n"
3267"\n"
3268"  git config --global user.email \"you@example.com\"\n"
3269"  git config --global user.name \"Your Name\"\n"
3270"\n"
3271"to set your account's default identity.\n"
3272"Omit --global to set the identity only in this repository.\n"
3273"\n"
3274msgstr ""
3275
3276#: ident.c:379
3277msgid "no email was given and auto-detection is disabled"
3278msgstr ""
3279
3280#: ident.c:384
3281#, c-format
3282msgid "unable to auto-detect email address (got '%s')"
3283msgstr ""
3284
3285#: ident.c:401
3286msgid "no name was given and auto-detection is disabled"
3287msgstr ""
3288
3289#: ident.c:407
3290#, c-format
3291msgid "unable to auto-detect name (got '%s')"
3292msgstr ""
3293
3294#: ident.c:415
3295#, c-format
3296msgid "empty ident name (for <%s>) not allowed"
3297msgstr ""
3298
3299#: ident.c:421
3300#, c-format
3301msgid "name consists only of disallowed characters: %s"
3302msgstr ""
3303
3304#: ident.c:436 builtin/commit.c:608
3305#, c-format
3306msgid "invalid date format: %s"
3307msgstr ""
3308
3309#: list-objects.c:129
3310#, c-format
3311msgid "entry '%s' in tree %s has tree mode, but is not a tree"
3312msgstr ""
3313
3314#: list-objects.c:142
3315#, c-format
3316msgid "entry '%s' in tree %s has blob mode, but is not a blob"
3317msgstr ""
3318
3319#: list-objects.c:378
3320#, c-format
3321msgid "unable to load root tree for commit %s"
3322msgstr ""
3323
3324#: list-objects-filter-options.c:36
3325msgid "multiple filter-specs cannot be combined"
3326msgstr ""
3327
3328#: list-objects-filter-options.c:58
3329msgid "expected 'tree:<depth>'"
3330msgstr ""
3331
3332#: list-objects-filter-options.c:156
3333msgid "cannot change partial clone promisor remote"
3334msgstr ""
3335
3336#: lockfile.c:151
3337#, c-format
3338msgid ""
3339"Unable to create '%s.lock': %s.\n"
3340"\n"
3341"Another git process seems to be running in this repository, e.g.\n"
3342"an editor opened by 'git commit'. Please make sure all processes\n"
3343"are terminated then try again. If it still fails, a git process\n"
3344"may have crashed in this repository earlier:\n"
3345"remove the file manually to continue."
3346msgstr ""
3347
3348#: lockfile.c:159
3349#, c-format
3350msgid "Unable to create '%s.lock': %s"
3351msgstr ""
3352
3353#: merge.c:41
3354msgid "failed to read the cache"
3355msgstr ""
3356
3357#: merge.c:107 rerere.c:720 builtin/am.c:1887 builtin/am.c:1921
3358#: builtin/checkout.c:461 builtin/checkout.c:811 builtin/clone.c:776
3359#: builtin/stash.c:264
3360msgid "unable to write new index file"
3361msgstr ""
3362
3363#: merge-recursive.c:322
3364msgid "(bad commit)\n"
3365msgstr ""
3366
3367#: merge-recursive.c:345
3368#, c-format
3369msgid "add_cacheinfo failed for path '%s'; merge aborting."
3370msgstr ""
3371
3372#: merge-recursive.c:354
3373#, c-format
3374msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
3375msgstr ""
3376
3377#: merge-recursive.c:437
3378msgid "error building trees"
3379msgstr ""
3380
3381#: merge-recursive.c:861
3382#, c-format
3383msgid "failed to create path '%s'%s"
3384msgstr ""
3385
3386#: merge-recursive.c:872
3387#, c-format
3388msgid "Removing %s to make room for subdirectory\n"
3389msgstr ""
3390
3391#: merge-recursive.c:886 merge-recursive.c:905
3392msgid ": perhaps a D/F conflict?"
3393msgstr ""
3394
3395#: merge-recursive.c:895
3396#, c-format
3397msgid "refusing to lose untracked file at '%s'"
3398msgstr ""
3399
3400#: merge-recursive.c:936 builtin/cat-file.c:40
3401#, c-format
3402msgid "cannot read object %s '%s'"
3403msgstr ""
3404
3405#: merge-recursive.c:939
3406#, c-format
3407msgid "blob expected for %s '%s'"
3408msgstr ""
3409
3410#: merge-recursive.c:963
3411#, c-format
3412msgid "failed to open '%s': %s"
3413msgstr ""
3414
3415#: merge-recursive.c:974
3416#, c-format
3417msgid "failed to symlink '%s': %s"
3418msgstr ""
3419
3420#: merge-recursive.c:979
3421#, c-format
3422msgid "do not know what to do with %06o %s '%s'"
3423msgstr ""
3424
3425#: merge-recursive.c:1175
3426#, c-format
3427msgid "Failed to merge submodule %s (not checked out)"
3428msgstr ""
3429
3430#: merge-recursive.c:1182
3431#, c-format
3432msgid "Failed to merge submodule %s (commits not present)"
3433msgstr ""
3434
3435#: merge-recursive.c:1189
3436#, c-format
3437msgid "Failed to merge submodule %s (commits don't follow merge-base)"
3438msgstr ""
3439
3440#: merge-recursive.c:1197 merge-recursive.c:1209
3441#, c-format
3442msgid "Fast-forwarding submodule %s to the following commit:"
3443msgstr ""
3444
3445#: merge-recursive.c:1200 merge-recursive.c:1212
3446#, c-format
3447msgid "Fast-forwarding submodule %s"
3448msgstr ""
3449
3450#: merge-recursive.c:1235
3451#, c-format
3452msgid "Failed to merge submodule %s (merge following commits not found)"
3453msgstr ""
3454
3455#: merge-recursive.c:1239
3456#, c-format
3457msgid "Failed to merge submodule %s (not fast-forward)"
3458msgstr ""
3459
3460#: merge-recursive.c:1240
3461msgid "Found a possible merge resolution for the submodule:\n"
3462msgstr ""
3463
3464#: merge-recursive.c:1243
3465#, c-format
3466msgid ""
3467"If this is correct simply add it to the index for example\n"
3468"by using:\n"
3469"\n"
3470"  git update-index --cacheinfo 160000 %s \"%s\"\n"
3471"\n"
3472"which will accept this suggestion.\n"
3473msgstr ""
3474
3475#: merge-recursive.c:1252
3476#, c-format
3477msgid "Failed to merge submodule %s (multiple merges found)"
3478msgstr ""
3479
3480#: merge-recursive.c:1325
3481msgid "Failed to execute internal merge"
3482msgstr ""
3483
3484#: merge-recursive.c:1330
3485#, c-format
3486msgid "Unable to add %s to database"
3487msgstr ""
3488
3489#: merge-recursive.c:1362
3490#, c-format
3491msgid "Auto-merging %s"
3492msgstr ""
3493
3494#: merge-recursive.c:1385
3495#, c-format
3496msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
3497msgstr ""
3498
3499#: merge-recursive.c:1457
3500#, c-format
3501msgid ""
3502"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3503"in tree."
3504msgstr ""
3505
3506#: merge-recursive.c:1462
3507#, c-format
3508msgid ""
3509"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3510"left in tree."
3511msgstr ""
3512
3513#: merge-recursive.c:1469
3514#, c-format
3515msgid ""
3516"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3517"in tree at %s."
3518msgstr ""
3519
3520#: merge-recursive.c:1474
3521#, c-format
3522msgid ""
3523"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3524"left in tree at %s."
3525msgstr ""
3526
3527#: merge-recursive.c:1509
3528msgid "rename"
3529msgstr ""
3530
3531#: merge-recursive.c:1509
3532msgid "renamed"
3533msgstr ""
3534
3535#: merge-recursive.c:1589 merge-recursive.c:2445 merge-recursive.c:3085
3536#, c-format
3537msgid "Refusing to lose dirty file at %s"
3538msgstr ""
3539
3540#: merge-recursive.c:1599
3541#, c-format
3542msgid "Refusing to lose untracked file at %s, even though it's in the way."
3543msgstr ""
3544
3545#: merge-recursive.c:1657
3546#, c-format
3547msgid "CONFLICT (rename/add): Rename %s->%s in %s.  Added %s in %s"
3548msgstr ""
3549
3550#: merge-recursive.c:1687
3551#, c-format
3552msgid "%s is a directory in %s adding as %s instead"
3553msgstr ""
3554
3555#: merge-recursive.c:1692
3556#, c-format
3557msgid "Refusing to lose untracked file at %s; adding as %s instead"
3558msgstr ""
3559
3560#: merge-recursive.c:1711
3561#, c-format
3562msgid ""
3563"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
3564"\"->\"%s\" in \"%s\"%s"
3565msgstr ""
3566
3567#: merge-recursive.c:1716
3568msgid " (left unresolved)"
3569msgstr ""
3570
3571#: merge-recursive.c:1825
3572#, c-format
3573msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
3574msgstr ""
3575
3576#: merge-recursive.c:2030
3577#, c-format
3578msgid ""
3579"CONFLICT (directory rename split): Unclear where to place %s because "
3580"directory %s was renamed to multiple other directories, with no destination "
3581"getting a majority of the files."
3582msgstr ""
3583
3584#: merge-recursive.c:2062
3585#, c-format
3586msgid ""
3587"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
3588"implicit directory rename(s) putting the following path(s) there: %s."
3589msgstr ""
3590
3591#: merge-recursive.c:2072
3592#, c-format
3593msgid ""
3594"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
3595"implicit directory renames tried to put these paths there: %s"
3596msgstr ""
3597
3598#: merge-recursive.c:2164
3599#, c-format
3600msgid ""
3601"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
3602">%s in %s"
3603msgstr ""
3604
3605#: merge-recursive.c:2408
3606#, c-format
3607msgid ""
3608"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
3609"renamed."
3610msgstr ""
3611
3612#: merge-recursive.c:2929
3613#, c-format
3614msgid "cannot read object %s"
3615msgstr ""
3616
3617#: merge-recursive.c:2932
3618#, c-format
3619msgid "object %s is not a blob"
3620msgstr ""
3621
3622#: merge-recursive.c:2996
3623msgid "modify"
3624msgstr ""
3625
3626#: merge-recursive.c:2996
3627msgid "modified"
3628msgstr ""
3629
3630#: merge-recursive.c:3008
3631msgid "content"
3632msgstr ""
3633
3634#: merge-recursive.c:3012
3635msgid "add/add"
3636msgstr ""
3637
3638#: merge-recursive.c:3035
3639#, c-format
3640msgid "Skipped %s (merged same as existing)"
3641msgstr ""
3642
3643#: merge-recursive.c:3057 git-submodule.sh:937
3644msgid "submodule"
3645msgstr ""
3646
3647#: merge-recursive.c:3058
3648#, c-format
3649msgid "CONFLICT (%s): Merge conflict in %s"
3650msgstr ""
3651
3652#: merge-recursive.c:3088
3653#, c-format
3654msgid "Adding as %s instead"
3655msgstr ""
3656
3657#: merge-recursive.c:3170
3658#, c-format
3659msgid ""
3660"Path updated: %s added in %s inside a directory that was renamed in %s; "
3661"moving it to %s."
3662msgstr ""
3663
3664#: merge-recursive.c:3173
3665#, c-format
3666msgid ""
3667"CONFLICT (file location): %s added in %s inside a directory that was renamed "
3668"in %s, suggesting it should perhaps be moved to %s."
3669msgstr ""
3670
3671#: merge-recursive.c:3177
3672#, c-format
3673msgid ""
3674"Path updated: %s renamed to %s in %s, inside a directory that was renamed in "
3675"%s; moving it to %s."
3676msgstr ""
3677
3678#: merge-recursive.c:3180
3679#, c-format
3680msgid ""
3681"CONFLICT (file location): %s renamed to %s in %s, inside a directory that "
3682"was renamed in %s, suggesting it should perhaps be moved to %s."
3683msgstr ""
3684
3685#: merge-recursive.c:3294
3686#, c-format
3687msgid "Removing %s"
3688msgstr ""
3689
3690#: merge-recursive.c:3317
3691msgid "file/directory"
3692msgstr ""
3693
3694#: merge-recursive.c:3322
3695msgid "directory/file"
3696msgstr ""
3697
3698#: merge-recursive.c:3329
3699#, c-format
3700msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
3701msgstr ""
3702
3703#: merge-recursive.c:3338
3704#, c-format
3705msgid "Adding %s"
3706msgstr ""
3707
3708#: merge-recursive.c:3347
3709#, c-format
3710msgid "CONFLICT (add/add): Merge conflict in %s"
3711msgstr ""
3712
3713#: merge-recursive.c:3385
3714#, c-format
3715msgid ""
3716"Your local changes to the following files would be overwritten by merge:\n"
3717"  %s"
3718msgstr ""
3719
3720#: merge-recursive.c:3396
3721msgid "Already up to date!"
3722msgstr ""
3723
3724#: merge-recursive.c:3405
3725#, c-format
3726msgid "merging of trees %s and %s failed"
3727msgstr ""
3728
3729#: merge-recursive.c:3504
3730msgid "Merging:"
3731msgstr ""
3732
3733#: merge-recursive.c:3517
3734#, c-format
3735msgid "found %u common ancestor:"
3736msgid_plural "found %u common ancestors:"
3737msgstr[0] ""
3738msgstr[1] ""
3739
3740#: merge-recursive.c:3556
3741msgid "merge returned no commit"
3742msgstr ""
3743
3744#: merge-recursive.c:3622
3745#, c-format
3746msgid "Could not parse object '%s'"
3747msgstr ""
3748
3749#: merge-recursive.c:3638 builtin/merge.c:702 builtin/merge.c:873
3750msgid "Unable to write index."
3751msgstr ""
3752
3753#: midx.c:66
3754#, c-format
3755msgid "multi-pack-index file %s is too small"
3756msgstr ""
3757
3758#: midx.c:82
3759#, c-format
3760msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
3761msgstr ""
3762
3763#: midx.c:87
3764#, c-format
3765msgid "multi-pack-index version %d not recognized"
3766msgstr ""
3767
3768#: midx.c:92
3769#, c-format
3770msgid "hash version %u does not match"
3771msgstr ""
3772
3773#: midx.c:106
3774msgid "invalid chunk offset (too large)"
3775msgstr ""
3776
3777#: midx.c:130
3778msgid "terminating multi-pack-index chunk id appears earlier than expected"
3779msgstr ""
3780
3781#: midx.c:143
3782msgid "multi-pack-index missing required pack-name chunk"
3783msgstr ""
3784
3785#: midx.c:145
3786msgid "multi-pack-index missing required OID fanout chunk"
3787msgstr ""
3788
3789#: midx.c:147
3790msgid "multi-pack-index missing required OID lookup chunk"
3791msgstr ""
3792
3793#: midx.c:149
3794msgid "multi-pack-index missing required object offsets chunk"
3795msgstr ""
3796
3797#: midx.c:163
3798#, c-format
3799msgid "multi-pack-index pack names out of order: '%s' before '%s'"
3800msgstr ""
3801
3802#: midx.c:209
3803#, c-format
3804msgid "bad pack-int-id: %u (%u total packs)"
3805msgstr ""
3806
3807#: midx.c:250
3808msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
3809msgstr ""
3810
3811#: midx.c:275
3812msgid "error preparing packfile from multi-pack-index"
3813msgstr ""
3814
3815#: midx.c:443
3816#, c-format
3817msgid "failed to add packfile '%s'"
3818msgstr ""
3819
3820#: midx.c:449
3821#, c-format
3822msgid "failed to open pack-index '%s'"
3823msgstr ""
3824
3825#: midx.c:543
3826#, c-format
3827msgid "failed to locate object %d in packfile"
3828msgstr ""
3829
3830#: midx.c:979
3831#, c-format
3832msgid "failed to clear multi-pack-index at %s"
3833msgstr ""
3834
3835#: midx.c:1034
3836msgid "Looking for referenced packfiles"
3837msgstr ""
3838
3839#: midx.c:1049
3840#, c-format
3841msgid ""
3842"oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
3843msgstr ""
3844
3845#: midx.c:1053
3846msgid "Verifying OID order in MIDX"
3847msgstr ""
3848
3849#: midx.c:1062
3850#, c-format
3851msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
3852msgstr ""
3853
3854#: midx.c:1081
3855msgid "Sorting objects by packfile"
3856msgstr ""
3857
3858#: midx.c:1087
3859msgid "Verifying object offsets"
3860msgstr ""
3861
3862#: midx.c:1103
3863#, c-format
3864msgid "failed to load pack entry for oid[%d] = %s"
3865msgstr ""
3866
3867#: midx.c:1109
3868#, c-format
3869msgid "failed to load pack-index for packfile %s"
3870msgstr ""
3871
3872#: midx.c:1118
3873#, c-format
3874msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3875msgstr ""
3876
3877#: name-hash.c:531
3878#, c-format
3879msgid "unable to create lazy_dir thread: %s"
3880msgstr ""
3881
3882#: name-hash.c:553
3883#, c-format
3884msgid "unable to create lazy_name thread: %s"
3885msgstr ""
3886
3887#: name-hash.c:559
3888#, c-format
3889msgid "unable to join lazy_name thread: %s"
3890msgstr ""
3891
3892#: notes-merge.c:277
3893#, c-format
3894msgid ""
3895"You have not concluded your previous notes merge (%s exists).\n"
3896"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
3897"commit/abort the previous merge before you start a new notes merge."
3898msgstr ""
3899
3900#: notes-merge.c:284
3901#, c-format
3902msgid "You have not concluded your notes merge (%s exists)."
3903msgstr ""
3904
3905#: notes-utils.c:46
3906msgid "Cannot commit uninitialized/unreferenced notes tree"
3907msgstr ""
3908
3909#: notes-utils.c:105
3910#, c-format
3911msgid "Bad notes.rewriteMode value: '%s'"
3912msgstr ""
3913
3914#: notes-utils.c:115
3915#, c-format
3916msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3917msgstr ""
3918
3919#. TRANSLATORS: The first %s is the name of
3920#. the environment variable, the second %s is
3921#. its value.
3922#.
3923#: notes-utils.c:145
3924#, c-format
3925msgid "Bad %s value: '%s'"
3926msgstr ""
3927
3928#: object.c:54
3929#, c-format
3930msgid "invalid object type \"%s\""
3931msgstr ""
3932
3933#: object.c:174
3934#, c-format
3935msgid "object %s is a %s, not a %s"
3936msgstr ""
3937
3938#: object.c:234
3939#, c-format
3940msgid "object %s has unknown type id %d"
3941msgstr ""
3942
3943#: object.c:247
3944#, c-format
3945msgid "unable to parse object: %s"
3946msgstr ""
3947
3948#: object.c:267 object.c:278
3949#, c-format
3950msgid "hash mismatch %s"
3951msgstr ""
3952
3953#: packfile.c:617
3954msgid "offset before end of packfile (broken .idx?)"
3955msgstr ""
3956
3957#: packfile.c:1880
3958#, c-format
3959msgid "offset before start of pack index for %s (corrupt index?)"
3960msgstr ""
3961
3962#: packfile.c:1884
3963#, c-format
3964msgid "offset beyond end of pack index for %s (truncated index?)"
3965msgstr ""
3966
3967#: parse-options.c:38
3968#, c-format
3969msgid "%s requires a value"
3970msgstr ""
3971
3972#: parse-options.c:73
3973#, c-format
3974msgid "%s is incompatible with %s"
3975msgstr ""
3976
3977#: parse-options.c:78
3978#, c-format
3979msgid "%s : incompatible with something else"
3980msgstr ""
3981
3982#: parse-options.c:92 parse-options.c:96 parse-options.c:287
3983#, c-format
3984msgid "%s takes no value"
3985msgstr ""
3986
3987#: parse-options.c:94
3988#, c-format
3989msgid "%s isn't available"
3990msgstr ""
3991
3992#: parse-options.c:216
3993#, c-format
3994msgid "%s expects a non-negative integer value with an optional k/m/g suffix"
3995msgstr ""
3996
3997#: parse-options.c:356
3998#, c-format
3999msgid "ambiguous option: %s (could be --%s%s or --%s%s)"
4000msgstr ""
4001
4002#: parse-options.c:390 parse-options.c:398
4003#, c-format
4004msgid "did you mean `--%s` (with two dashes ?)"
4005msgstr ""
4006
4007#: parse-options.c:733
4008#, c-format
4009msgid "unknown option `%s'"
4010msgstr ""
4011
4012#: parse-options.c:735
4013#, c-format
4014msgid "unknown switch `%c'"
4015msgstr ""
4016
4017#: parse-options.c:737
4018#, c-format
4019msgid "unknown non-ascii option in string: `%s'"
4020msgstr ""
4021
4022#: parse-options.c:759
4023msgid "..."
4024msgstr ""
4025
4026#: parse-options.c:778
4027#, c-format
4028msgid "usage: %s"
4029msgstr ""
4030
4031#. TRANSLATORS: the colon here should align with the
4032#. one in "usage: %s" translation.
4033#.
4034#: parse-options.c:784
4035#, c-format
4036msgid "   or: %s"
4037msgstr ""
4038
4039#: parse-options.c:787
4040#, c-format
4041msgid "    %s"
4042msgstr ""
4043
4044#: parse-options.c:826
4045msgid "-NUM"
4046msgstr ""
4047
4048#: parse-options-cb.c:21
4049#, c-format
4050msgid "option `%s' expects a numerical value"
4051msgstr ""
4052
4053#: parse-options-cb.c:38
4054#, c-format
4055msgid "malformed expiration date '%s'"
4056msgstr ""
4057
4058#: parse-options-cb.c:51
4059#, c-format
4060msgid "option `%s' expects \"always\", \"auto\", or \"never\""
4061msgstr ""
4062
4063#: parse-options-cb.c:127 parse-options-cb.c:144
4064#, c-format
4065msgid "malformed object name '%s'"
4066msgstr ""
4067
4068#: path.c:897
4069#, c-format
4070msgid "Could not make %s writable by group"
4071msgstr ""
4072
4073#: pathspec.c:128
4074msgid "Escape character '\\' not allowed as last character in attr value"
4075msgstr ""
4076
4077#: pathspec.c:146
4078msgid "Only one 'attr:' specification is allowed."
4079msgstr ""
4080
4081#: pathspec.c:149
4082msgid "attr spec must not be empty"
4083msgstr ""
4084
4085#: pathspec.c:192
4086#, c-format
4087msgid "invalid attribute name %s"
4088msgstr ""
4089
4090#: pathspec.c:257
4091msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
4092msgstr ""
4093
4094#: pathspec.c:264
4095msgid ""
4096"global 'literal' pathspec setting is incompatible with all other global "
4097"pathspec settings"
4098msgstr ""
4099
4100#: pathspec.c:304
4101msgid "invalid parameter for pathspec magic 'prefix'"
4102msgstr ""
4103
4104#: pathspec.c:325
4105#, c-format
4106msgid "Invalid pathspec magic '%.*s' in '%s'"
4107msgstr ""
4108
4109#: pathspec.c:330
4110#, c-format
4111msgid "Missing ')' at the end of pathspec magic in '%s'"
4112msgstr ""
4113
4114#: pathspec.c:368
4115#, c-format
4116msgid "Unimplemented pathspec magic '%c' in '%s'"
4117msgstr ""
4118
4119#: pathspec.c:427
4120#, c-format
4121msgid "%s: 'literal' and 'glob' are incompatible"
4122msgstr ""
4123
4124#: pathspec.c:440
4125#, c-format
4126msgid "%s: '%s' is outside repository"
4127msgstr ""
4128
4129#: pathspec.c:514
4130#, c-format
4131msgid "'%s' (mnemonic: '%c')"
4132msgstr ""
4133
4134#: pathspec.c:524
4135#, c-format
4136msgid "%s: pathspec magic not supported by this command: %s"
4137msgstr ""
4138
4139#: pathspec.c:591
4140#, c-format
4141msgid "pathspec '%s' is beyond a symbolic link"
4142msgstr ""
4143
4144#: pkt-line.c:92
4145msgid "unable to write flush packet"
4146msgstr ""
4147
4148#: pkt-line.c:99
4149msgid "unable to write delim packet"
4150msgstr ""
4151
4152#: pkt-line.c:106
4153msgid "flush packet write failed"
4154msgstr ""
4155
4156#: pkt-line.c:146 pkt-line.c:232
4157msgid "protocol error: impossibly long line"
4158msgstr ""
4159
4160#: pkt-line.c:162 pkt-line.c:164
4161msgid "packet write with format failed"
4162msgstr ""
4163
4164#: pkt-line.c:196
4165msgid "packet write failed - data exceeds max packet size"
4166msgstr ""
4167
4168#: pkt-line.c:203 pkt-line.c:210
4169msgid "packet write failed"
4170msgstr ""
4171
4172#: pkt-line.c:295
4173msgid "read error"
4174msgstr ""
4175
4176#: pkt-line.c:303
4177msgid "the remote end hung up unexpectedly"
4178msgstr ""
4179
4180#: pkt-line.c:331
4181#, c-format
4182msgid "protocol error: bad line length character: %.4s"
4183msgstr ""
4184
4185#: pkt-line.c:341 pkt-line.c:346
4186#, c-format
4187msgid "protocol error: bad line length %d"
4188msgstr ""
4189
4190#: pkt-line.c:362
4191#, c-format
4192msgid "remote error: %s"
4193msgstr ""
4194
4195#: preload-index.c:119
4196msgid "Refreshing index"
4197msgstr ""
4198
4199#: preload-index.c:138
4200#, c-format
4201msgid "unable to create threaded lstat: %s"
4202msgstr ""
4203
4204#: pretty.c:966
4205msgid "unable to parse --pretty format"
4206msgstr ""
4207
4208#: range-diff.c:56
4209msgid "could not start `log`"
4210msgstr ""
4211
4212#: range-diff.c:59
4213msgid "could not read `log` output"
4214msgstr ""
4215
4216#: range-diff.c:74 sequencer.c:4897
4217#, c-format
4218msgid "could not parse commit '%s'"
4219msgstr ""
4220
4221#: range-diff.c:224
4222msgid "failed to generate diff"
4223msgstr ""
4224
4225#: range-diff.c:455 range-diff.c:457
4226#, c-format
4227msgid "could not parse log for '%s'"
4228msgstr ""
4229
4230#: read-cache.c:680
4231#, c-format
4232msgid "will not add file alias '%s' ('%s' already exists in index)"
4233msgstr ""
4234
4235#: read-cache.c:696
4236msgid "cannot create an empty blob in the object database"
4237msgstr ""
4238
4239#: read-cache.c:718
4240#, c-format
4241msgid "%s: can only add regular files, symbolic links or git-directories"
4242msgstr ""
4243
4244#: read-cache.c:723
4245#, c-format
4246msgid "'%s' does not have a commit checked out"
4247msgstr ""
4248
4249#: read-cache.c:775
4250#, c-format
4251msgid "unable to index file '%s'"
4252msgstr ""
4253
4254#: read-cache.c:794
4255#, c-format
4256msgid "unable to add '%s' to index"
4257msgstr ""
4258
4259#: read-cache.c:805
4260#, c-format
4261msgid "unable to stat '%s'"
4262msgstr ""
4263
4264#: read-cache.c:1314
4265#, c-format
4266msgid "'%s' appears as both a file and as a directory"
4267msgstr ""
4268
4269#: read-cache.c:1499
4270msgid "Refresh index"
4271msgstr ""
4272
4273#: read-cache.c:1613
4274#, c-format
4275msgid ""
4276"index.version set, but the value is invalid.\n"
4277"Using version %i"
4278msgstr ""
4279
4280#: read-cache.c:1623
4281#, c-format
4282msgid ""
4283"GIT_INDEX_VERSION set, but the value is invalid.\n"
4284"Using version %i"
4285msgstr ""
4286
4287#: read-cache.c:1679
4288#, c-format
4289msgid "bad signature 0x%08x"
4290msgstr ""
4291
4292#: read-cache.c:1682
4293#, c-format
4294msgid "bad index version %d"
4295msgstr ""
4296
4297#: read-cache.c:1691
4298msgid "bad index file sha1 signature"
4299msgstr ""
4300
4301#: read-cache.c:1721
4302#, c-format
4303msgid "index uses %.4s extension, which we do not understand"
4304msgstr ""
4305
4306#: read-cache.c:1723
4307#, c-format
4308msgid "ignoring %.4s extension"
4309msgstr ""
4310
4311#: read-cache.c:1760
4312#, c-format
4313msgid "unknown index entry format 0x%08x"
4314msgstr ""
4315
4316#: read-cache.c:1776
4317#, c-format
4318msgid "malformed name field in the index, near path '%s'"
4319msgstr ""
4320
4321#: read-cache.c:1833
4322msgid "unordered stage entries in index"
4323msgstr ""
4324
4325#: read-cache.c:1836
4326#, c-format
4327msgid "multiple stage entries for merged file '%s'"
4328msgstr ""
4329
4330#: read-cache.c:1839
4331#, c-format
4332msgid "unordered stage entries for '%s'"
4333msgstr ""
4334
4335#: read-cache.c:1946 read-cache.c:2234 rerere.c:565 rerere.c:599 rerere.c:1111
4336#: builtin/add.c:460 builtin/check-ignore.c:178 builtin/checkout.c:358
4337#: builtin/checkout.c:672 builtin/checkout.c:1060 builtin/clean.c:955
4338#: builtin/commit.c:344 builtin/diff-tree.c:120 builtin/grep.c:498
4339#: builtin/mv.c:145 builtin/reset.c:245 builtin/rm.c:271
4340#: builtin/submodule--helper.c:330
4341msgid "index file corrupt"
4342msgstr ""
4343
4344#: read-cache.c:2087
4345#, c-format
4346msgid "unable to create load_cache_entries thread: %s"
4347msgstr ""
4348
4349#: read-cache.c:2100
4350#, c-format
4351msgid "unable to join load_cache_entries thread: %s"
4352msgstr ""
4353
4354#: read-cache.c:2133
4355#, c-format
4356msgid "%s: index file open failed"
4357msgstr ""
4358
4359#: read-cache.c:2137
4360#, c-format
4361msgid "%s: cannot stat the open index"
4362msgstr ""
4363
4364#: read-cache.c:2141
4365#, c-format
4366msgid "%s: index file smaller than expected"
4367msgstr ""
4368
4369#: read-cache.c:2145
4370#, c-format
4371msgid "%s: unable to map index file"
4372msgstr ""
4373
4374#: read-cache.c:2187
4375#, c-format
4376msgid "unable to create load_index_extensions thread: %s"
4377msgstr ""
4378
4379#: read-cache.c:2214
4380#, c-format
4381msgid "unable to join load_index_extensions thread: %s"
4382msgstr ""
4383
4384#: read-cache.c:2246
4385#, c-format
4386msgid "could not freshen shared index '%s'"
4387msgstr ""
4388
4389#: read-cache.c:2293
4390#, c-format
4391msgid "broken index, expect %s in %s, got %s"
4392msgstr ""
4393
4394#: read-cache.c:2988 wrapper.c:658 builtin/merge.c:1117
4395#, c-format
4396msgid "could not close '%s'"
4397msgstr ""
4398
4399#: read-cache.c:3091 sequencer.c:2354 sequencer.c:3807
4400#, c-format
4401msgid "could not stat '%s'"
4402msgstr ""
4403
4404#: read-cache.c:3104
4405#, c-format
4406msgid "unable to open git dir: %s"
4407msgstr ""
4408
4409#: read-cache.c:3116
4410#, c-format
4411msgid "unable to unlink: %s"
4412msgstr ""
4413
4414#: read-cache.c:3141
4415#, c-format
4416msgid "cannot fix permission bits on '%s'"
4417msgstr ""
4418
4419#: read-cache.c:3290
4420#, c-format
4421msgid "%s: cannot drop to stage #0"
4422msgstr ""
4423
4424#: rebase-interactive.c:26
4425#, c-format
4426msgid ""
4427"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
4428msgstr ""
4429
4430#: rebase-interactive.c:35
4431msgid ""
4432"\n"
4433"Commands:\n"
4434"p, pick <commit> = use commit\n"
4435"r, reword <commit> = use commit, but edit the commit message\n"
4436"e, edit <commit> = use commit, but stop for amending\n"
4437"s, squash <commit> = use commit, but meld into previous commit\n"
4438"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
4439"x, exec <command> = run command (the rest of the line) using shell\n"
4440"b, break = stop here (continue rebase later with 'git rebase --continue')\n"
4441"d, drop <commit> = remove commit\n"
4442"l, label <label> = label current HEAD with a name\n"
4443"t, reset <label> = reset HEAD to a label\n"
4444"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
4445".       create a merge commit using the original merge commit's\n"
4446".       message (or the oneline, if no original merge commit was\n"
4447".       specified). Use -c <commit> to reword the commit message.\n"
4448"\n"
4449"These lines can be re-ordered; they are executed from top to bottom.\n"
4450msgstr ""
4451
4452#: rebase-interactive.c:56
4453#, c-format
4454msgid "Rebase %s onto %s (%d command)"
4455msgid_plural "Rebase %s onto %s (%d commands)"
4456msgstr[0] ""
4457msgstr[1] ""
4458
4459#: rebase-interactive.c:65 git-rebase--preserve-merges.sh:173
4460msgid ""
4461"\n"
4462"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
4463msgstr ""
4464
4465#: rebase-interactive.c:68 git-rebase--preserve-merges.sh:177
4466msgid ""
4467"\n"
4468"If you remove a line here THAT COMMIT WILL BE LOST.\n"
4469msgstr ""
4470
4471#: rebase-interactive.c:74 git-rebase--preserve-merges.sh:816
4472msgid ""
4473"\n"
4474"You are editing the todo file of an ongoing interactive rebase.\n"
4475"To continue rebase after editing, run:\n"
4476"    git rebase --continue\n"
4477"\n"
4478msgstr ""
4479
4480#: rebase-interactive.c:79 git-rebase--preserve-merges.sh:893
4481msgid ""
4482"\n"
4483"However, if you remove everything, the rebase will be aborted.\n"
4484"\n"
4485msgstr ""
4486
4487#: rebase-interactive.c:85 git-rebase--preserve-merges.sh:900
4488msgid "Note that empty commits are commented out"
4489msgstr ""
4490
4491#: rebase-interactive.c:105 rerere.c:485 rerere.c:692 sequencer.c:3339
4492#: sequencer.c:3365 sequencer.c:4996 builtin/fsck.c:356 builtin/rebase.c:235
4493#, c-format
4494msgid "could not write '%s'"
4495msgstr ""
4496
4497#: rebase-interactive.c:108
4498#, c-format
4499msgid "could not copy '%s' to '%s'."
4500msgstr ""
4501
4502#: rebase-interactive.c:173
4503#, c-format
4504msgid ""
4505"Warning: some commits may have been dropped accidentally.\n"
4506"Dropped commits (newer to older):\n"
4507msgstr ""
4508
4509#: rebase-interactive.c:180
4510#, c-format
4511msgid ""
4512"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
4513"\n"
4514"Use 'git config rebase.missingCommitsCheck' to change the level of "
4515"warnings.\n"
4516"The possible behaviours are: ignore, warn, error.\n"
4517"\n"
4518msgstr ""
4519
4520#: refs.c:192
4521#, c-format
4522msgid "%s does not point to a valid object!"
4523msgstr ""
4524
4525#: refs.c:597
4526#, c-format
4527msgid "ignoring dangling symref %s"
4528msgstr ""
4529
4530#: refs.c:599 ref-filter.c:1982
4531#, c-format
4532msgid "ignoring broken ref %s"
4533msgstr ""
4534
4535#: refs.c:734
4536#, c-format
4537msgid "could not open '%s' for writing: %s"
4538msgstr ""
4539
4540#: refs.c:744 refs.c:795
4541#, c-format
4542msgid "could not read ref '%s'"
4543msgstr ""
4544
4545#: refs.c:750
4546#, c-format
4547msgid "ref '%s' already exists"
4548msgstr ""
4549
4550#: refs.c:755
4551#, c-format
4552msgid "unexpected object ID when writing '%s'"
4553msgstr ""
4554
4555#: refs.c:763 sequencer.c:400 sequencer.c:2679 sequencer.c:2805
4556#: sequencer.c:2819 sequencer.c:3076 sequencer.c:4913 wrapper.c:656
4557#, c-format
4558msgid "could not write to '%s'"
4559msgstr ""
4560
4561#: refs.c:790 wrapper.c:225 wrapper.c:395 builtin/am.c:715 builtin/rebase.c:993
4562#, c-format
4563msgid "could not open '%s' for writing"
4564msgstr ""
4565
4566#: refs.c:797
4567#, c-format
4568msgid "unexpected object ID when deleting '%s'"
4569msgstr ""
4570
4571#: refs.c:928
4572#, c-format
4573msgid "log for ref %s has gap after %s"
4574msgstr ""
4575
4576#: refs.c:934
4577#, c-format
4578msgid "log for ref %s unexpectedly ended on %s"
4579msgstr ""
4580
4581#: refs.c:993
4582#, c-format
4583msgid "log for %s is empty"
4584msgstr ""
4585
4586#: refs.c:1085
4587#, c-format
4588msgid "refusing to update ref with bad name '%s'"
4589msgstr ""
4590
4591#: refs.c:1161
4592#, c-format
4593msgid "update_ref failed for ref '%s': %s"
4594msgstr ""
4595
4596#: refs.c:1942
4597#, c-format
4598msgid "multiple updates for ref '%s' not allowed"
4599msgstr ""
4600
4601#: refs.c:1974
4602msgid "ref updates forbidden inside quarantine environment"
4603msgstr ""
4604
4605#: refs.c:2070 refs.c:2100
4606#, c-format
4607msgid "'%s' exists; cannot create '%s'"
4608msgstr ""
4609
4610#: refs.c:2076 refs.c:2111
4611#, c-format
4612msgid "cannot process '%s' and '%s' at the same time"
4613msgstr ""
4614
4615#: refs/files-backend.c:1234
4616#, c-format
4617msgid "could not remove reference %s"
4618msgstr ""
4619
4620#: refs/files-backend.c:1248 refs/packed-backend.c:1532
4621#: refs/packed-backend.c:1542
4622#, c-format
4623msgid "could not delete reference %s: %s"
4624msgstr ""
4625
4626#: refs/files-backend.c:1251 refs/packed-backend.c:1545
4627#, c-format
4628msgid "could not delete references: %s"
4629msgstr ""
4630
4631#: refspec.c:137
4632#, c-format
4633msgid "invalid refspec '%s'"
4634msgstr ""
4635
4636#: ref-filter.c:39 wt-status.c:1907
4637msgid "gone"
4638msgstr ""
4639
4640#: ref-filter.c:40
4641#, c-format
4642msgid "ahead %d"
4643msgstr ""
4644
4645#: ref-filter.c:41
4646#, c-format
4647msgid "behind %d"
4648msgstr ""
4649
4650#: ref-filter.c:42
4651#, c-format
4652msgid "ahead %d, behind %d"
4653msgstr ""
4654
4655#: ref-filter.c:138
4656#, c-format
4657msgid "expected format: %%(color:<color>)"
4658msgstr ""
4659
4660#: ref-filter.c:140
4661#, c-format
4662msgid "unrecognized color: %%(color:%s)"
4663msgstr ""
4664
4665#: ref-filter.c:162
4666#, c-format
4667msgid "Integer value expected refname:lstrip=%s"
4668msgstr ""
4669
4670#: ref-filter.c:166
4671#, c-format
4672msgid "Integer value expected refname:rstrip=%s"
4673msgstr ""
4674
4675#: ref-filter.c:168
4676#, c-format
4677msgid "unrecognized %%(%s) argument: %s"
4678msgstr ""
4679
4680#: ref-filter.c:223
4681#, c-format
4682msgid "%%(objecttype) does not take arguments"
4683msgstr ""
4684
4685#: ref-filter.c:245
4686#, c-format
4687msgid "unrecognized %%(objectsize) argument: %s"
4688msgstr ""
4689
4690#: ref-filter.c:253
4691#, c-format
4692msgid "%%(deltabase) does not take arguments"
4693msgstr ""
4694
4695#: ref-filter.c:265
4696#, c-format
4697msgid "%%(body) does not take arguments"
4698msgstr ""
4699
4700#: ref-filter.c:274
4701#, c-format
4702msgid "%%(subject) does not take arguments"
4703msgstr ""
4704
4705#: ref-filter.c:296
4706#, c-format
4707msgid "unknown %%(trailers) argument: %s"
4708msgstr ""
4709
4710#: ref-filter.c:325
4711#, c-format
4712msgid "positive value expected contents:lines=%s"
4713msgstr ""
4714
4715#: ref-filter.c:327
4716#, c-format
4717msgid "unrecognized %%(contents) argument: %s"
4718msgstr ""
4719
4720#: ref-filter.c:342
4721#, c-format
4722msgid "positive value expected objectname:short=%s"
4723msgstr ""
4724
4725#: ref-filter.c:346
4726#, c-format
4727msgid "unrecognized %%(objectname) argument: %s"
4728msgstr ""
4729
4730#: ref-filter.c:376
4731#, c-format
4732msgid "expected format: %%(align:<width>,<position>)"
4733msgstr ""
4734
4735#: ref-filter.c:388
4736#, c-format
4737msgid "unrecognized position:%s"
4738msgstr ""
4739
4740#: ref-filter.c:395
4741#, c-format
4742msgid "unrecognized width:%s"
4743msgstr ""
4744
4745#: ref-filter.c:404
4746#, c-format
4747msgid "unrecognized %%(align) argument: %s"
4748msgstr ""
4749
4750#: ref-filter.c:412
4751#, c-format
4752msgid "positive width expected with the %%(align) atom"
4753msgstr ""
4754
4755#: ref-filter.c:430
4756#, c-format
4757msgid "unrecognized %%(if) argument: %s"
4758msgstr ""
4759
4760#: ref-filter.c:531
4761#, c-format
4762msgid "malformed field name: %.*s"
4763msgstr ""
4764
4765#: ref-filter.c:558
4766#, c-format
4767msgid "unknown field name: %.*s"
4768msgstr ""
4769
4770#: ref-filter.c:562
4771#, c-format
4772msgid ""
4773"not a git repository, but the field '%.*s' requires access to object data"
4774msgstr ""
4775
4776#: ref-filter.c:686
4777#, c-format
4778msgid "format: %%(if) atom used without a %%(then) atom"
4779msgstr ""
4780
4781#: ref-filter.c:749
4782#, c-format
4783msgid "format: %%(then) atom used without an %%(if) atom"
4784msgstr ""
4785
4786#: ref-filter.c:751
4787#, c-format
4788msgid "format: %%(then) atom used more than once"
4789msgstr ""
4790
4791#: ref-filter.c:753
4792#, c-format
4793msgid "format: %%(then) atom used after %%(else)"
4794msgstr ""
4795
4796#: ref-filter.c:781
4797#, c-format
4798msgid "format: %%(else) atom used without an %%(if) atom"
4799msgstr ""
4800
4801#: ref-filter.c:783
4802#, c-format
4803msgid "format: %%(else) atom used without a %%(then) atom"
4804msgstr ""
4805
4806#: ref-filter.c:785
4807#, c-format
4808msgid "format: %%(else) atom used more than once"
4809msgstr ""
4810
4811#: ref-filter.c:800
4812#, c-format
4813msgid "format: %%(end) atom used without corresponding atom"
4814msgstr ""
4815
4816#: ref-filter.c:857
4817#, c-format
4818msgid "malformed format string %s"
4819msgstr ""
4820
4821#: ref-filter.c:1453
4822#, c-format
4823msgid "(no branch, rebasing %s)"
4824msgstr ""
4825
4826#: ref-filter.c:1456
4827#, c-format
4828msgid "(no branch, rebasing detached HEAD %s)"
4829msgstr ""
4830
4831#: ref-filter.c:1459
4832#, c-format
4833msgid "(no branch, bisect started on %s)"
4834msgstr ""
4835
4836#. TRANSLATORS: make sure this matches "HEAD
4837#. detached at " in wt-status.c
4838#.
4839#: ref-filter.c:1467
4840#, c-format
4841msgid "(HEAD detached at %s)"
4842msgstr ""
4843
4844#. TRANSLATORS: make sure this matches "HEAD
4845#. detached from " in wt-status.c
4846#.
4847#: ref-filter.c:1474
4848#, c-format
4849msgid "(HEAD detached from %s)"
4850msgstr ""
4851
4852#: ref-filter.c:1478
4853msgid "(no branch)"
4854msgstr ""
4855
4856#: ref-filter.c:1512 ref-filter.c:1669
4857#, c-format
4858msgid "missing object %s for %s"
4859msgstr ""
4860
4861#: ref-filter.c:1522
4862#, c-format
4863msgid "parse_object_buffer failed on %s for %s"
4864msgstr ""
4865
4866#: ref-filter.c:1888
4867#, c-format
4868msgid "malformed object at '%s'"
4869msgstr ""
4870
4871#: ref-filter.c:1977
4872#, c-format
4873msgid "ignoring ref with broken name %s"
4874msgstr ""
4875
4876#: ref-filter.c:2263
4877#, c-format
4878msgid "format: %%(end) atom missing"
4879msgstr ""
4880
4881#: ref-filter.c:2363
4882#, c-format
4883msgid "option `%s' is incompatible with --merged"
4884msgstr ""
4885
4886#: ref-filter.c:2366
4887#, c-format
4888msgid "option `%s' is incompatible with --no-merged"
4889msgstr ""
4890
4891#: ref-filter.c:2376
4892#, c-format
4893msgid "malformed object name %s"
4894msgstr ""
4895
4896#: ref-filter.c:2381
4897#, c-format
4898msgid "option `%s' must point to a commit"
4899msgstr ""
4900
4901#: remote.c:363
4902#, c-format
4903msgid "config remote shorthand cannot begin with '/': %s"
4904msgstr ""
4905
4906#: remote.c:410
4907msgid "more than one receivepack given, using the first"
4908msgstr ""
4909
4910#: remote.c:418
4911msgid "more than one uploadpack given, using the first"
4912msgstr ""
4913
4914#: remote.c:608
4915#, c-format
4916msgid "Cannot fetch both %s and %s to %s"
4917msgstr ""
4918
4919#: remote.c:612
4920#, c-format
4921msgid "%s usually tracks %s, not %s"
4922msgstr ""
4923
4924#: remote.c:616
4925#, c-format
4926msgid "%s tracks both %s and %s"
4927msgstr ""
4928
4929#: remote.c:684
4930#, c-format
4931msgid "key '%s' of pattern had no '*'"
4932msgstr ""
4933
4934#: remote.c:694
4935#, c-format
4936msgid "value '%s' of pattern has no '*'"
4937msgstr ""
4938
4939#: remote.c:1000
4940#, c-format
4941msgid "src refspec %s does not match any"
4942msgstr ""
4943
4944#: remote.c:1005
4945#, c-format
4946msgid "src refspec %s matches more than one"
4947msgstr ""
4948
4949#. TRANSLATORS: "matches '%s'%" is the <dst> part of "git push
4950#. <remote> <src>:<dst>" push, and "being pushed ('%s')" is
4951#. the <src>.
4952#.
4953#: remote.c:1020
4954#, c-format
4955msgid ""
4956"The destination you provided is not a full refname (i.e.,\n"
4957"starting with \"refs/\"). We tried to guess what you meant by:\n"
4958"\n"
4959"- Looking for a ref that matches '%s' on the remote side.\n"
4960"- Checking if the <src> being pushed ('%s')\n"
4961"  is a ref in \"refs/{heads,tags}/\". If so we add a corresponding\n"
4962"  refs/{heads,tags}/ prefix on the remote side.\n"
4963"\n"
4964"Neither worked, so we gave up. You must fully qualify the ref."
4965msgstr ""
4966
4967#: remote.c:1040
4968#, c-format
4969msgid ""
4970"The <src> part of the refspec is a commit object.\n"
4971"Did you mean to create a new branch by pushing to\n"
4972"'%s:refs/heads/%s'?"
4973msgstr ""
4974
4975#: remote.c:1045
4976#, c-format
4977msgid ""
4978"The <src> part of the refspec is a tag object.\n"
4979"Did you mean to create a new tag by pushing to\n"
4980"'%s:refs/tags/%s'?"
4981msgstr ""
4982
4983#: remote.c:1050
4984#, c-format
4985msgid ""
4986"The <src> part of the refspec is a tree object.\n"
4987"Did you mean to tag a new tree by pushing to\n"
4988"'%s:refs/tags/%s'?"
4989msgstr ""
4990
4991#: remote.c:1055
4992#, c-format
4993msgid ""
4994"The <src> part of the refspec is a blob object.\n"
4995"Did you mean to tag a new blob by pushing to\n"
4996"'%s:refs/tags/%s'?"
4997msgstr ""
4998
4999#: remote.c:1091
5000#, c-format
5001msgid "%s cannot be resolved to branch"
5002msgstr ""
5003
5004#: remote.c:1102
5005#, c-format
5006msgid "unable to delete '%s': remote ref does not exist"
5007msgstr ""
5008
5009#: remote.c:1114
5010#, c-format
5011msgid "dst refspec %s matches more than one"
5012msgstr ""
5013
5014#: remote.c:1121
5015#, c-format
5016msgid "dst ref %s receives from more than one src"
5017msgstr ""
5018
5019#: remote.c:1624 remote.c:1725
5020msgid "HEAD does not point to a branch"
5021msgstr ""
5022
5023#: remote.c:1633
5024#, c-format
5025msgid "no such branch: '%s'"
5026msgstr ""
5027
5028#: remote.c:1636
5029#, c-format
5030msgid "no upstream configured for branch '%s'"
5031msgstr ""
5032
5033#: remote.c:1642
5034#, c-format
5035msgid "upstream branch '%s' not stored as a remote-tracking branch"
5036msgstr ""
5037
5038#: remote.c:1657
5039#, c-format
5040msgid "push destination '%s' on remote '%s' has no local tracking branch"
5041msgstr ""
5042
5043#: remote.c:1669
5044#, c-format
5045msgid "branch '%s' has no remote for pushing"
5046msgstr ""
5047
5048#: remote.c:1679
5049#, c-format
5050msgid "push refspecs for '%s' do not include '%s'"
5051msgstr ""
5052
5053#: remote.c:1692
5054msgid "push has no destination (push.default is 'nothing')"
5055msgstr ""
5056
5057#: remote.c:1714
5058msgid "cannot resolve 'simple' push to a single destination"
5059msgstr ""
5060
5061#: remote.c:1840
5062#, c-format
5063msgid "couldn't find remote ref %s"
5064msgstr ""
5065
5066#: remote.c:1853
5067#, c-format
5068msgid "* Ignoring funny ref '%s' locally"
5069msgstr ""
5070
5071#: remote.c:2016
5072#, c-format
5073msgid "Your branch is based on '%s', but the upstream is gone.\n"
5074msgstr ""
5075
5076#: remote.c:2020
5077msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
5078msgstr ""
5079
5080#: remote.c:2023
5081#, c-format
5082msgid "Your branch is up to date with '%s'.\n"
5083msgstr ""
5084
5085#: remote.c:2027
5086#, c-format
5087msgid "Your branch and '%s' refer to different commits.\n"
5088msgstr ""
5089
5090#: remote.c:2030
5091#, c-format
5092msgid "  (use \"%s\" for details)\n"
5093msgstr ""
5094
5095#: remote.c:2034
5096#, c-format
5097msgid "Your branch is ahead of '%s' by %d commit.\n"
5098msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
5099msgstr[0] ""
5100msgstr[1] ""
5101
5102#: remote.c:2040
5103msgid "  (use \"git push\" to publish your local commits)\n"
5104msgstr ""
5105
5106#: remote.c:2043
5107#, c-format
5108msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
5109msgid_plural ""
5110"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
5111msgstr[0] ""
5112msgstr[1] ""
5113
5114#: remote.c:2051
5115msgid "  (use \"git pull\" to update your local branch)\n"
5116msgstr ""
5117
5118#: remote.c:2054
5119#, c-format
5120msgid ""
5121"Your branch and '%s' have diverged,\n"
5122"and have %d and %d different commit each, respectively.\n"
5123msgid_plural ""
5124"Your branch and '%s' have diverged,\n"
5125"and have %d and %d different commits each, respectively.\n"
5126msgstr[0] ""
5127msgstr[1] ""
5128
5129#: remote.c:2064
5130msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
5131msgstr ""
5132
5133#: remote.c:2247
5134#, c-format
5135msgid "cannot parse expected object name '%s'"
5136msgstr ""
5137
5138#: replace-object.c:21
5139#, c-format
5140msgid "bad replace ref name: %s"
5141msgstr ""
5142
5143#: replace-object.c:30
5144#, c-format
5145msgid "duplicate replace ref: %s"
5146msgstr ""
5147
5148#: replace-object.c:73
5149#, c-format
5150msgid "replace depth too high for object %s"
5151msgstr ""
5152
5153#: rerere.c:217 rerere.c:226 rerere.c:229
5154msgid "corrupt MERGE_RR"
5155msgstr ""
5156
5157#: rerere.c:264 rerere.c:269
5158msgid "unable to write rerere record"
5159msgstr ""
5160
5161#: rerere.c:495
5162#, c-format
5163msgid "there were errors while writing '%s' (%s)"
5164msgstr ""
5165
5166#: rerere.c:498
5167#, c-format
5168msgid "failed to flush '%s'"
5169msgstr ""
5170
5171#: rerere.c:503 rerere.c:1039
5172#, c-format
5173msgid "could not parse conflict hunks in '%s'"
5174msgstr ""
5175
5176#: rerere.c:684
5177#, c-format
5178msgid "failed utime() on '%s'"
5179msgstr ""
5180
5181#: rerere.c:694
5182#, c-format
5183msgid "writing '%s' failed"
5184msgstr ""
5185
5186#: rerere.c:714
5187#, c-format
5188msgid "Staged '%s' using previous resolution."
5189msgstr ""
5190
5191#: rerere.c:753
5192#, c-format
5193msgid "Recorded resolution for '%s'."
5194msgstr ""
5195
5196#: rerere.c:788
5197#, c-format
5198msgid "Resolved '%s' using previous resolution."
5199msgstr ""
5200
5201#: rerere.c:803
5202#, c-format
5203msgid "cannot unlink stray '%s'"
5204msgstr ""
5205
5206#: rerere.c:807
5207#, c-format
5208msgid "Recorded preimage for '%s'"
5209msgstr ""
5210
5211#: rerere.c:881 submodule.c:2024 builtin/log.c:1750
5212#: builtin/submodule--helper.c:1417 builtin/submodule--helper.c:1427
5213#, c-format
5214msgid "could not create directory '%s'"
5215msgstr ""
5216
5217#: rerere.c:1057
5218#, c-format
5219msgid "failed to update conflicted state in '%s'"
5220msgstr ""
5221
5222#: rerere.c:1068 rerere.c:1075
5223#, c-format
5224msgid "no remembered resolution for '%s'"
5225msgstr ""
5226
5227#: rerere.c:1077
5228#, c-format
5229msgid "cannot unlink '%s'"
5230msgstr ""
5231
5232#: rerere.c:1087
5233#, c-format
5234msgid "Updated preimage for '%s'"
5235msgstr ""
5236
5237#: rerere.c:1096
5238#, c-format
5239msgid "Forgot resolution for '%s'\n"
5240msgstr ""
5241
5242#: rerere.c:1199
5243msgid "unable to open rr-cache directory"
5244msgstr ""
5245
5246#: revision.c:2476
5247msgid "your current branch appears to be broken"
5248msgstr ""
5249
5250#: revision.c:2479
5251#, c-format
5252msgid "your current branch '%s' does not have any commits yet"
5253msgstr ""
5254
5255#: revision.c:2679
5256msgid "--first-parent is incompatible with --bisect"
5257msgstr ""
5258
5259#: revision.c:2683
5260msgid "-L does not yet support diff formats besides -p and -s"
5261msgstr ""
5262
5263#: run-command.c:763
5264msgid "open /dev/null failed"
5265msgstr ""
5266
5267#: run-command.c:1269
5268#, c-format
5269msgid "cannot create async thread: %s"
5270msgstr ""
5271
5272#: run-command.c:1333
5273#, c-format
5274msgid ""
5275"The '%s' hook was ignored because it's not set as executable.\n"
5276"You can disable this warning with `git config advice.ignoredHook false`."
5277msgstr ""
5278
5279#: send-pack.c:141
5280msgid "unexpected flush packet while reading remote unpack status"
5281msgstr ""
5282
5283#: send-pack.c:143
5284#, c-format
5285msgid "unable to parse remote unpack status: %s"
5286msgstr ""
5287
5288#: send-pack.c:145
5289#, c-format
5290msgid "remote unpack failed: %s"
5291msgstr ""
5292
5293#: send-pack.c:306
5294msgid "failed to sign the push certificate"
5295msgstr ""
5296
5297#: send-pack.c:420
5298msgid "the receiving end does not support --signed push"
5299msgstr ""
5300
5301#: send-pack.c:422
5302msgid ""
5303"not sending a push certificate since the receiving end does not support --"
5304"signed push"
5305msgstr ""
5306
5307#: send-pack.c:434
5308msgid "the receiving end does not support --atomic push"
5309msgstr ""
5310
5311#: send-pack.c:439
5312msgid "the receiving end does not support push options"
5313msgstr ""
5314
5315#: sequencer.c:187
5316#, c-format
5317msgid "invalid commit message cleanup mode '%s'"
5318msgstr ""
5319
5320#: sequencer.c:292
5321#, c-format
5322msgid "could not delete '%s'"
5323msgstr ""
5324
5325#: sequencer.c:318
5326msgid "revert"
5327msgstr ""
5328
5329#: sequencer.c:320
5330msgid "cherry-pick"
5331msgstr ""
5332
5333#: sequencer.c:322
5334msgid "rebase -i"
5335msgstr ""
5336
5337#: sequencer.c:324
5338#, c-format
5339msgid "unknown action: %d"
5340msgstr ""
5341
5342#: sequencer.c:382
5343msgid ""
5344"after resolving the conflicts, mark the corrected paths\n"
5345"with 'git add <paths>' or 'git rm <paths>'"
5346msgstr ""
5347
5348#: sequencer.c:385
5349msgid ""
5350"after resolving the conflicts, mark the corrected paths\n"
5351"with 'git add <paths>' or 'git rm <paths>'\n"
5352"and commit the result with 'git commit'"
5353msgstr ""
5354
5355#: sequencer.c:398 sequencer.c:2801
5356#, c-format
5357msgid "could not lock '%s'"
5358msgstr ""
5359
5360#: sequencer.c:405
5361#, c-format
5362msgid "could not write eol to '%s'"
5363msgstr ""
5364
5365#: sequencer.c:410 sequencer.c:2684 sequencer.c:2807 sequencer.c:2821
5366#: sequencer.c:3084
5367#, c-format
5368msgid "failed to finalize '%s'"
5369msgstr ""
5370
5371#: sequencer.c:433 sequencer.c:978 sequencer.c:1652 sequencer.c:2704
5372#: sequencer.c:3066 sequencer.c:3175 builtin/am.c:245 builtin/commit.c:760
5373#: builtin/merge.c:1115 builtin/rebase.c:567
5374#, c-format
5375msgid "could not read '%s'"
5376msgstr ""
5377
5378#: sequencer.c:459
5379#, c-format
5380msgid "your local changes would be overwritten by %s."
5381msgstr ""
5382
5383#: sequencer.c:463
5384msgid "commit your changes or stash them to proceed."
5385msgstr ""
5386
5387#: sequencer.c:495
5388#, c-format
5389msgid "%s: fast-forward"
5390msgstr ""
5391
5392#: sequencer.c:534 builtin/tag.c:555
5393#, c-format
5394msgid "Invalid cleanup mode %s"
5395msgstr ""
5396
5397#. TRANSLATORS: %s will be "revert", "cherry-pick" or
5398#. "rebase -i".
5399#.
5400#: sequencer.c:629
5401#, c-format
5402msgid "%s: Unable to write new index file"
5403msgstr ""
5404
5405#: sequencer.c:646
5406msgid "unable to update cache tree"
5407msgstr ""
5408
5409#: sequencer.c:660
5410msgid "could not resolve HEAD commit"
5411msgstr ""
5412
5413#: sequencer.c:740
5414#, c-format
5415msgid "no key present in '%.*s'"
5416msgstr ""
5417
5418#: sequencer.c:751
5419#, c-format
5420msgid "unable to dequote value of '%s'"
5421msgstr ""
5422
5423#: sequencer.c:788 wrapper.c:227 wrapper.c:397 builtin/am.c:706
5424#: builtin/am.c:798 builtin/merge.c:1112 builtin/rebase.c:1035
5425#, c-format
5426msgid "could not open '%s' for reading"
5427msgstr ""
5428
5429#: sequencer.c:798
5430msgid "'GIT_AUTHOR_NAME' already given"
5431msgstr ""
5432
5433#: sequencer.c:803
5434msgid "'GIT_AUTHOR_EMAIL' already given"
5435msgstr ""
5436
5437#: sequencer.c:808
5438msgid "'GIT_AUTHOR_DATE' already given"
5439msgstr ""
5440
5441#: sequencer.c:812
5442#, c-format
5443msgid "unknown variable '%s'"
5444msgstr ""
5445
5446#: sequencer.c:817
5447msgid "missing 'GIT_AUTHOR_NAME'"
5448msgstr ""
5449
5450#: sequencer.c:819
5451msgid "missing 'GIT_AUTHOR_EMAIL'"
5452msgstr ""
5453
5454#: sequencer.c:821
5455msgid "missing 'GIT_AUTHOR_DATE'"
5456msgstr ""
5457
5458#: sequencer.c:881
5459#, c-format
5460msgid "invalid date format '%s' in '%s'"
5461msgstr ""
5462
5463#: sequencer.c:898
5464#, c-format
5465msgid ""
5466"you have staged changes in your working tree\n"
5467"If these changes are meant to be squashed into the previous commit, run:\n"
5468"\n"
5469"  git commit --amend %s\n"
5470"\n"
5471"If they are meant to go into a new commit, run:\n"
5472"\n"
5473"  git commit %s\n"
5474"\n"
5475"In both cases, once you're done, continue with:\n"
5476"\n"
5477"  git rebase --continue\n"
5478msgstr ""
5479
5480#: sequencer.c:992
5481msgid "writing root commit"
5482msgstr ""
5483
5484#: sequencer.c:1213
5485msgid "'prepare-commit-msg' hook failed"
5486msgstr ""
5487
5488#: sequencer.c:1220
5489msgid ""
5490"Your name and email address were configured automatically based\n"
5491"on your username and hostname. Please check that they are accurate.\n"
5492"You can suppress this message by setting them explicitly. Run the\n"
5493"following command and follow the instructions in your editor to edit\n"
5494"your configuration file:\n"
5495"\n"
5496"    git config --global --edit\n"
5497"\n"
5498"After doing this, you may fix the identity used for this commit with:\n"
5499"\n"
5500"    git commit --amend --reset-author\n"
5501msgstr ""
5502
5503#: sequencer.c:1233
5504msgid ""
5505"Your name and email address were configured automatically based\n"
5506"on your username and hostname. Please check that they are accurate.\n"
5507"You can suppress this message by setting them explicitly:\n"
5508"\n"
5509"    git config --global user.name \"Your Name\"\n"
5510"    git config --global user.email you@example.com\n"
5511"\n"
5512"After doing this, you may fix the identity used for this commit with:\n"
5513"\n"
5514"    git commit --amend --reset-author\n"
5515msgstr ""
5516
5517#: sequencer.c:1275
5518msgid "couldn't look up newly created commit"
5519msgstr ""
5520
5521#: sequencer.c:1277
5522msgid "could not parse newly created commit"
5523msgstr ""
5524
5525#: sequencer.c:1323
5526msgid "unable to resolve HEAD after creating commit"
5527msgstr ""
5528
5529#: sequencer.c:1325
5530msgid "detached HEAD"
5531msgstr ""
5532
5533#: sequencer.c:1329
5534msgid " (root-commit)"
5535msgstr ""
5536
5537#: sequencer.c:1350
5538msgid "could not parse HEAD"
5539msgstr ""
5540
5541#: sequencer.c:1352
5542#, c-format
5543msgid "HEAD %s is not a commit!"
5544msgstr ""
5545
5546#: sequencer.c:1356 builtin/commit.c:1551
5547msgid "could not parse HEAD commit"
5548msgstr ""
5549
5550#: sequencer.c:1408 sequencer.c:2001
5551msgid "unable to parse commit author"
5552msgstr ""
5553
5554#: sequencer.c:1418 builtin/am.c:1572 builtin/merge.c:688
5555msgid "git write-tree failed to write a tree"
5556msgstr ""
5557
5558#: sequencer.c:1435 sequencer.c:1496
5559#, c-format
5560msgid "unable to read commit message from '%s'"
5561msgstr ""
5562
5563#: sequencer.c:1462 builtin/am.c:1594 builtin/commit.c:1650 builtin/merge.c:882
5564#: builtin/merge.c:906
5565msgid "failed to write commit object"
5566msgstr ""
5567
5568#: sequencer.c:1523
5569#, c-format
5570msgid "could not parse commit %s"
5571msgstr ""
5572
5573#: sequencer.c:1528
5574#, c-format
5575msgid "could not parse parent commit %s"
5576msgstr ""
5577
5578#: sequencer.c:1602 sequencer.c:1712
5579#, c-format
5580msgid "unknown command: %d"
5581msgstr ""
5582
5583#: sequencer.c:1659 sequencer.c:1684
5584#, c-format
5585msgid "This is a combination of %d commits."
5586msgstr ""
5587
5588#: sequencer.c:1669
5589msgid "need a HEAD to fixup"
5590msgstr ""
5591
5592#: sequencer.c:1671 sequencer.c:3111
5593msgid "could not read HEAD"
5594msgstr ""
5595
5596#: sequencer.c:1673
5597msgid "could not read HEAD's commit message"
5598msgstr ""
5599
5600#: sequencer.c:1679
5601#, c-format
5602msgid "cannot write '%s'"
5603msgstr ""
5604
5605#: sequencer.c:1686 git-rebase--preserve-merges.sh:441
5606msgid "This is the 1st commit message:"
5607msgstr ""
5608
5609#: sequencer.c:1694
5610#, c-format
5611msgid "could not read commit message of %s"
5612msgstr ""
5613
5614#: sequencer.c:1701
5615#, c-format
5616msgid "This is the commit message #%d:"
5617msgstr ""
5618
5619#: sequencer.c:1707
5620#, c-format
5621msgid "The commit message #%d will be skipped:"
5622msgstr ""
5623
5624#: sequencer.c:1795
5625msgid "your index file is unmerged."
5626msgstr ""
5627
5628#: sequencer.c:1802
5629msgid "cannot fixup root commit"
5630msgstr ""
5631
5632#: sequencer.c:1821
5633#, c-format
5634msgid "commit %s is a merge but no -m option was given."
5635msgstr ""
5636
5637#: sequencer.c:1829 sequencer.c:1837
5638#, c-format
5639msgid "commit %s does not have parent %d"
5640msgstr ""
5641
5642#: sequencer.c:1843
5643#, c-format
5644msgid "cannot get commit message for %s"
5645msgstr ""
5646
5647#. TRANSLATORS: The first %s will be a "todo" command like
5648#. "revert" or "pick", the second %s a SHA1.
5649#: sequencer.c:1862
5650#, c-format
5651msgid "%s: cannot parse parent commit %s"
5652msgstr ""
5653
5654#: sequencer.c:1927
5655#, c-format
5656msgid "could not rename '%s' to '%s'"
5657msgstr ""
5658
5659#: sequencer.c:1982
5660#, c-format
5661msgid "could not revert %s... %s"
5662msgstr ""
5663
5664#: sequencer.c:1983
5665#, c-format
5666msgid "could not apply %s... %s"
5667msgstr ""
5668
5669#: sequencer.c:2042
5670#, c-format
5671msgid "git %s: failed to read the index"
5672msgstr ""
5673
5674#: sequencer.c:2049
5675#, c-format
5676msgid "git %s: failed to refresh the index"
5677msgstr ""
5678
5679#: sequencer.c:2118
5680#, c-format
5681msgid "%s does not accept arguments: '%s'"
5682msgstr ""
5683
5684#: sequencer.c:2127
5685#, c-format
5686msgid "missing arguments for %s"
5687msgstr ""
5688
5689#: sequencer.c:2164
5690#, c-format
5691msgid "could not parse '%.*s'"
5692msgstr ""
5693
5694#: sequencer.c:2226
5695#, c-format
5696msgid "invalid line %d: %.*s"
5697msgstr ""
5698
5699#: sequencer.c:2237
5700#, c-format
5701msgid "cannot '%s' without a previous commit"
5702msgstr ""
5703
5704#: sequencer.c:2285 builtin/rebase.c:153 builtin/rebase.c:178
5705#: builtin/rebase.c:204 builtin/rebase.c:229
5706#, c-format
5707msgid "could not read '%s'."
5708msgstr ""
5709
5710#: sequencer.c:2360
5711msgid "please fix this using 'git rebase --edit-todo'."
5712msgstr ""
5713
5714#: sequencer.c:2362
5715#, c-format
5716msgid "unusable instruction sheet: '%s'"
5717msgstr ""
5718
5719#: sequencer.c:2367
5720msgid "no commits parsed."
5721msgstr ""
5722
5723#: sequencer.c:2378
5724msgid "cannot cherry-pick during a revert."
5725msgstr ""
5726
5727#: sequencer.c:2380
5728msgid "cannot revert during a cherry-pick."
5729msgstr ""
5730
5731#: sequencer.c:2462
5732#, c-format
5733msgid "invalid value for %s: %s"
5734msgstr ""
5735
5736#: sequencer.c:2549
5737msgid "unusable squash-onto"
5738msgstr ""
5739
5740#: sequencer.c:2565
5741#, c-format
5742msgid "malformed options sheet: '%s'"
5743msgstr ""
5744
5745#: sequencer.c:2648 sequencer.c:4227
5746msgid "empty commit set passed"
5747msgstr ""
5748
5749#: sequencer.c:2656
5750msgid "a cherry-pick or revert is already in progress"
5751msgstr ""
5752
5753#: sequencer.c:2657
5754msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
5755msgstr ""
5756
5757#: sequencer.c:2660
5758#, c-format
5759msgid "could not create sequencer directory '%s'"
5760msgstr ""
5761
5762#: sequencer.c:2674
5763msgid "could not lock HEAD"
5764msgstr ""
5765
5766#: sequencer.c:2729 sequencer.c:3979
5767msgid "no cherry-pick or revert in progress"
5768msgstr ""
5769
5770#: sequencer.c:2731
5771msgid "cannot resolve HEAD"
5772msgstr ""
5773
5774#: sequencer.c:2733 sequencer.c:2768
5775msgid "cannot abort from a branch yet to be born"
5776msgstr ""
5777
5778#: sequencer.c:2754 builtin/grep.c:732
5779#, c-format
5780msgid "cannot open '%s'"
5781msgstr ""
5782
5783#: sequencer.c:2756
5784#, c-format
5785msgid "cannot read '%s': %s"
5786msgstr ""
5787
5788#: sequencer.c:2757
5789msgid "unexpected end of file"
5790msgstr ""
5791
5792#: sequencer.c:2763
5793#, c-format
5794msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
5795msgstr ""
5796
5797#: sequencer.c:2774
5798msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
5799msgstr ""
5800
5801#: sequencer.c:2903 sequencer.c:3894
5802#, c-format
5803msgid "could not update %s"
5804msgstr ""
5805
5806#: sequencer.c:2941 sequencer.c:3874
5807msgid "cannot read HEAD"
5808msgstr ""
5809
5810#: sequencer.c:2958
5811#, c-format
5812msgid "unable to copy '%s' to '%s'"
5813msgstr ""
5814
5815#: sequencer.c:2966
5816#, c-format
5817msgid ""
5818"You can amend the commit now, with\n"
5819"\n"
5820"  git commit --amend %s\n"
5821"\n"
5822"Once you are satisfied with your changes, run\n"
5823"\n"
5824"  git rebase --continue\n"
5825msgstr ""
5826
5827#: sequencer.c:2976
5828#, c-format
5829msgid "Could not apply %s... %.*s"
5830msgstr ""
5831
5832#: sequencer.c:2983
5833#, c-format
5834msgid "Could not merge %.*s"
5835msgstr ""
5836
5837#: sequencer.c:2997 sequencer.c:3001 builtin/difftool.c:639
5838#, c-format
5839msgid "could not copy '%s' to '%s'"
5840msgstr ""
5841
5842#: sequencer.c:3023 sequencer.c:3446 builtin/rebase.c:839 builtin/rebase.c:1580
5843#: builtin/rebase.c:1940 builtin/rebase.c:1995
5844msgid "could not read index"
5845msgstr ""
5846
5847#: sequencer.c:3028
5848#, c-format
5849msgid ""
5850"execution failed: %s\n"
5851"%sYou can fix the problem, and then run\n"
5852"\n"
5853"  git rebase --continue\n"
5854"\n"
5855msgstr ""
5856
5857#: sequencer.c:3034
5858msgid "and made changes to the index and/or the working tree\n"
5859msgstr ""
5860
5861#: sequencer.c:3040
5862#, c-format
5863msgid ""
5864"execution succeeded: %s\n"
5865"but left changes to the index and/or the working tree\n"
5866"Commit or stash your changes, and then run\n"
5867"\n"
5868"  git rebase --continue\n"
5869"\n"
5870msgstr ""
5871
5872#: sequencer.c:3101
5873#, c-format
5874msgid "illegal label name: '%.*s'"
5875msgstr ""
5876
5877#: sequencer.c:3155
5878msgid "writing fake root commit"
5879msgstr ""
5880
5881#: sequencer.c:3160
5882msgid "writing squash-onto"
5883msgstr ""
5884
5885#: sequencer.c:3198 builtin/rebase.c:844 builtin/rebase.c:850
5886#, c-format
5887msgid "failed to find tree of %s"
5888msgstr ""
5889
5890#: sequencer.c:3216 builtin/rebase.c:863
5891msgid "could not write index"
5892msgstr ""
5893
5894#: sequencer.c:3243
5895#, c-format
5896msgid "could not resolve '%s'"
5897msgstr ""
5898
5899#: sequencer.c:3271
5900msgid "cannot merge without a current revision"
5901msgstr ""
5902
5903#: sequencer.c:3293
5904#, c-format
5905msgid "unable to parse '%.*s'"
5906msgstr ""
5907
5908#: sequencer.c:3302
5909#, c-format
5910msgid "nothing to merge: '%.*s'"
5911msgstr ""
5912
5913#: sequencer.c:3314
5914msgid "octopus merge cannot be executed on top of a [new root]"
5915msgstr ""
5916
5917#: sequencer.c:3329
5918#, c-format
5919msgid "could not get commit message of '%s'"
5920msgstr ""
5921
5922#: sequencer.c:3478
5923#, c-format
5924msgid "could not even attempt to merge '%.*s'"
5925msgstr ""
5926
5927#: sequencer.c:3494
5928msgid "merge: Unable to write new index file"
5929msgstr ""
5930
5931#: sequencer.c:3562 builtin/rebase.c:711
5932#, c-format
5933msgid "Applied autostash.\n"
5934msgstr ""
5935
5936#: sequencer.c:3574
5937#, c-format
5938msgid "cannot store %s"
5939msgstr ""
5940
5941#: sequencer.c:3577 builtin/rebase.c:727
5942#, c-format
5943msgid ""
5944"Applying autostash resulted in conflicts.\n"
5945"Your changes are safe in the stash.\n"
5946"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
5947msgstr ""
5948
5949#: sequencer.c:3638
5950#, c-format
5951msgid "could not checkout %s"
5952msgstr ""
5953
5954#: sequencer.c:3652
5955#, c-format
5956msgid "%s: not a valid OID"
5957msgstr ""
5958
5959#: sequencer.c:3657 git-rebase--preserve-merges.sh:724
5960msgid "could not detach HEAD"
5961msgstr ""
5962
5963#: sequencer.c:3672
5964#, c-format
5965msgid "Stopped at HEAD\n"
5966msgstr ""
5967
5968#: sequencer.c:3674
5969#, c-format
5970msgid "Stopped at %s\n"
5971msgstr ""
5972
5973#: sequencer.c:3682
5974#, c-format
5975msgid ""
5976"Could not execute the todo command\n"
5977"\n"
5978"    %.*s\n"
5979"It has been rescheduled; To edit the command before continuing, please\n"
5980"edit the todo list first:\n"
5981"\n"
5982"    git rebase --edit-todo\n"
5983"    git rebase --continue\n"
5984msgstr ""
5985
5986#: sequencer.c:3759
5987#, c-format
5988msgid "Stopped at %s...  %.*s\n"
5989msgstr ""
5990
5991#: sequencer.c:3837
5992#, c-format
5993msgid "unknown command %d"
5994msgstr ""
5995
5996#: sequencer.c:3882
5997msgid "could not read orig-head"
5998msgstr ""
5999
6000#: sequencer.c:3887
6001msgid "could not read 'onto'"
6002msgstr ""
6003
6004#: sequencer.c:3901
6005#, c-format
6006msgid "could not update HEAD to %s"
6007msgstr ""
6008
6009#: sequencer.c:3991
6010msgid "cannot rebase: You have unstaged changes."
6011msgstr ""
6012
6013#: sequencer.c:4000
6014msgid "cannot amend non-existing commit"
6015msgstr ""
6016
6017#: sequencer.c:4002
6018#, c-format
6019msgid "invalid file: '%s'"
6020msgstr ""
6021
6022#: sequencer.c:4004
6023#, c-format
6024msgid "invalid contents: '%s'"
6025msgstr ""
6026
6027#: sequencer.c:4007
6028msgid ""
6029"\n"
6030"You have uncommitted changes in your working tree. Please, commit them\n"
6031"first and then run 'git rebase --continue' again."
6032msgstr ""
6033
6034#: sequencer.c:4043 sequencer.c:4081
6035#, c-format
6036msgid "could not write file: '%s'"
6037msgstr ""
6038
6039#: sequencer.c:4096
6040msgid "could not remove CHERRY_PICK_HEAD"
6041msgstr ""
6042
6043#: sequencer.c:4103
6044msgid "could not commit staged changes."
6045msgstr ""
6046
6047#: sequencer.c:4204
6048#, c-format
6049msgid "%s: can't cherry-pick a %s"
6050msgstr ""
6051
6052#: sequencer.c:4208
6053#, c-format
6054msgid "%s: bad revision"
6055msgstr ""
6056
6057#: sequencer.c:4243
6058msgid "can't revert as initial commit"
6059msgstr ""
6060
6061#: sequencer.c:4686
6062msgid "make_script: unhandled options"
6063msgstr ""
6064
6065#: sequencer.c:4689
6066msgid "make_script: error preparing revisions"
6067msgstr ""
6068
6069#: sequencer.c:4847
6070msgid ""
6071"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
6072"continue'.\n"
6073"Or you can abort the rebase with 'git rebase --abort'.\n"
6074msgstr ""
6075
6076#: sequencer.c:4959 sequencer.c:4976
6077msgid "nothing to do"
6078msgstr ""
6079
6080#: sequencer.c:4990
6081msgid "could not skip unnecessary pick commands"
6082msgstr ""
6083
6084#: sequencer.c:5073
6085msgid "the script was already rearranged."
6086msgstr ""
6087
6088#: setup.c:123
6089#, c-format
6090msgid "'%s' is outside repository"
6091msgstr ""
6092
6093#: setup.c:173
6094#, c-format
6095msgid ""
6096"%s: no such path in the working tree.\n"
6097"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
6098msgstr ""
6099
6100#: setup.c:186
6101#, c-format
6102msgid ""
6103"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
6104"Use '--' to separate paths from revisions, like this:\n"
6105"'git <command> [<revision>...] -- [<file>...]'"
6106msgstr ""
6107
6108#: setup.c:235
6109#, c-format
6110msgid "option '%s' must come before non-option arguments"
6111msgstr ""
6112
6113#: setup.c:254
6114#, c-format
6115msgid ""
6116"ambiguous argument '%s': both revision and filename\n"
6117"Use '--' to separate paths from revisions, like this:\n"
6118"'git <command> [<revision>...] -- [<file>...]'"
6119msgstr ""
6120
6121#: setup.c:390
6122msgid "unable to set up work tree using invalid config"
6123msgstr ""
6124
6125#: setup.c:394
6126msgid "this operation must be run in a work tree"
6127msgstr ""
6128
6129#: setup.c:540
6130#, c-format
6131msgid "Expected git repo version <= %d, found %d"
6132msgstr ""
6133
6134#: setup.c:548
6135msgid "unknown repository extensions found:"
6136msgstr ""
6137
6138#: setup.c:567
6139#, c-format
6140msgid "error opening '%s'"
6141msgstr ""
6142
6143#: setup.c:569
6144#, c-format
6145msgid "too large to be a .git file: '%s'"
6146msgstr ""
6147
6148#: setup.c:571
6149#, c-format
6150msgid "error reading %s"
6151msgstr ""
6152
6153#: setup.c:573
6154#, c-format
6155msgid "invalid gitfile format: %s"
6156msgstr ""
6157
6158#: setup.c:575
6159#, c-format
6160msgid "no path in gitfile: %s"
6161msgstr ""
6162
6163#: setup.c:577
6164#, c-format
6165msgid "not a git repository: %s"
6166msgstr ""
6167
6168#: setup.c:676
6169#, c-format
6170msgid "'$%s' too big"
6171msgstr ""
6172
6173#: setup.c:690
6174#, c-format
6175msgid "not a git repository: '%s'"
6176msgstr ""
6177
6178#: setup.c:719 setup.c:721 setup.c:752
6179#, c-format
6180msgid "cannot chdir to '%s'"
6181msgstr ""
6182
6183#: setup.c:724 setup.c:780 setup.c:790 setup.c:829 setup.c:837
6184msgid "cannot come back to cwd"
6185msgstr ""
6186
6187#: setup.c:851
6188#, c-format
6189msgid "failed to stat '%*s%s%s'"
6190msgstr ""
6191
6192#: setup.c:1083
6193msgid "Unable to read current working directory"
6194msgstr ""
6195
6196#: setup.c:1092 setup.c:1098
6197#, c-format
6198msgid "cannot change to '%s'"
6199msgstr ""
6200
6201#: setup.c:1103
6202#, c-format
6203msgid "not a git repository (or any of the parent directories): %s"
6204msgstr ""
6205
6206#: setup.c:1109
6207#, c-format
6208msgid ""
6209"not a git repository (or any parent up to mount point %s)\n"
6210"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
6211msgstr ""
6212
6213#: setup.c:1220
6214#, c-format
6215msgid ""
6216"problem with core.sharedRepository filemode value (0%.3o).\n"
6217"The owner of files must always have read and write permissions."
6218msgstr ""
6219
6220#: setup.c:1264
6221msgid "open /dev/null or dup failed"
6222msgstr ""
6223
6224#: setup.c:1279
6225msgid "fork failed"
6226msgstr ""
6227
6228#: setup.c:1284
6229msgid "setsid failed"
6230msgstr ""
6231
6232#: sha1-file.c:453
6233#, c-format
6234msgid "object directory %s does not exist; check .git/objects/info/alternates"
6235msgstr ""
6236
6237#: sha1-file.c:504
6238#, c-format
6239msgid "unable to normalize alternate object path: %s"
6240msgstr ""
6241
6242#: sha1-file.c:576
6243#, c-format
6244msgid "%s: ignoring alternate object stores, nesting too deep"
6245msgstr ""
6246
6247#: sha1-file.c:583
6248#, c-format
6249msgid "unable to normalize object directory: %s"
6250msgstr ""
6251
6252#: sha1-file.c:626
6253msgid "unable to fdopen alternates lockfile"
6254msgstr ""
6255
6256#: sha1-file.c:644
6257msgid "unable to read alternates file"
6258msgstr ""
6259
6260#: sha1-file.c:651
6261msgid "unable to move new alternates file into place"
6262msgstr ""
6263
6264#: sha1-file.c:686
6265#, c-format
6266msgid "path '%s' does not exist"
6267msgstr ""
6268
6269#: sha1-file.c:712
6270#, c-format
6271msgid "reference repository '%s' as a linked checkout is not supported yet."
6272msgstr ""
6273
6274#: sha1-file.c:718
6275#, c-format
6276msgid "reference repository '%s' is not a local repository."
6277msgstr ""
6278
6279#: sha1-file.c:724
6280#, c-format
6281msgid "reference repository '%s' is shallow"
6282msgstr ""
6283
6284#: sha1-file.c:732
6285#, c-format
6286msgid "reference repository '%s' is grafted"
6287msgstr ""
6288
6289#: sha1-file.c:846
6290#, c-format
6291msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
6292msgstr ""
6293
6294#: sha1-file.c:871
6295msgid "mmap failed"
6296msgstr ""
6297
6298#: sha1-file.c:1035
6299#, c-format
6300msgid "object file %s is empty"
6301msgstr ""
6302
6303#: sha1-file.c:1159 sha1-file.c:2297
6304#, c-format
6305msgid "corrupt loose object '%s'"
6306msgstr ""
6307
6308#: sha1-file.c:1161 sha1-file.c:2301
6309#, c-format
6310msgid "garbage at end of loose object '%s'"
6311msgstr ""
6312
6313#: sha1-file.c:1203
6314msgid "invalid object type"
6315msgstr ""
6316
6317#: sha1-file.c:1287
6318#, c-format
6319msgid "unable to unpack %s header with --allow-unknown-type"
6320msgstr ""
6321
6322#: sha1-file.c:1290
6323#, c-format
6324msgid "unable to unpack %s header"
6325msgstr ""
6326
6327#: sha1-file.c:1296
6328#, c-format
6329msgid "unable to parse %s header with --allow-unknown-type"
6330msgstr ""
6331
6332#: sha1-file.c:1299
6333#, c-format
6334msgid "unable to parse %s header"
6335msgstr ""
6336
6337#: sha1-file.c:1490
6338#, c-format
6339msgid "failed to read object %s"
6340msgstr ""
6341
6342#: sha1-file.c:1494
6343#, c-format
6344msgid "replacement %s not found for %s"
6345msgstr ""
6346
6347#: sha1-file.c:1498
6348#, c-format
6349msgid "loose object %s (stored in %s) is corrupt"
6350msgstr ""
6351
6352#: sha1-file.c:1502
6353#, c-format
6354msgid "packed object %s (stored in %s) is corrupt"
6355msgstr ""
6356
6357#: sha1-file.c:1604
6358#, c-format
6359msgid "unable to write file %s"
6360msgstr ""
6361
6362#: sha1-file.c:1611
6363#, c-format
6364msgid "unable to set permission to '%s'"
6365msgstr ""
6366
6367#: sha1-file.c:1618
6368msgid "file write error"
6369msgstr ""
6370
6371#: sha1-file.c:1637
6372msgid "error when closing loose object file"
6373msgstr ""
6374
6375#: sha1-file.c:1702
6376#, c-format
6377msgid "insufficient permission for adding an object to repository database %s"
6378msgstr ""
6379
6380#: sha1-file.c:1704
6381msgid "unable to create temporary file"
6382msgstr ""
6383
6384#: sha1-file.c:1728
6385msgid "unable to write loose object file"
6386msgstr ""
6387
6388#: sha1-file.c:1734
6389#, c-format
6390msgid "unable to deflate new object %s (%d)"
6391msgstr ""
6392
6393#: sha1-file.c:1738
6394#, c-format
6395msgid "deflateEnd on object %s failed (%d)"
6396msgstr ""
6397
6398#: sha1-file.c:1742
6399#, c-format
6400msgid "confused by unstable object source data for %s"
6401msgstr ""
6402
6403#: sha1-file.c:1752 builtin/pack-objects.c:920
6404#, c-format
6405msgid "failed utime() on %s"
6406msgstr ""
6407
6408#: sha1-file.c:1827
6409#, c-format
6410msgid "cannot read object for %s"
6411msgstr ""
6412
6413#: sha1-file.c:1867
6414msgid "corrupt commit"
6415msgstr ""
6416
6417#: sha1-file.c:1875
6418msgid "corrupt tag"
6419msgstr ""
6420
6421#: sha1-file.c:1974
6422#, c-format
6423msgid "read error while indexing %s"
6424msgstr ""
6425
6426#: sha1-file.c:1977
6427#, c-format
6428msgid "short read while indexing %s"
6429msgstr ""
6430
6431#: sha1-file.c:2050 sha1-file.c:2059
6432#, c-format
6433msgid "%s: failed to insert into database"
6434msgstr ""
6435
6436#: sha1-file.c:2065
6437#, c-format
6438msgid "%s: unsupported file type"
6439msgstr ""
6440
6441#: sha1-file.c:2089
6442#, c-format
6443msgid "%s is not a valid object"
6444msgstr ""
6445
6446#: sha1-file.c:2091
6447#, c-format
6448msgid "%s is not a valid '%s' object"
6449msgstr ""
6450
6451#: sha1-file.c:2118 builtin/index-pack.c:154
6452#, c-format
6453msgid "unable to open %s"
6454msgstr ""
6455
6456#: sha1-file.c:2308 sha1-file.c:2360
6457#, c-format
6458msgid "hash mismatch for %s (expected %s)"
6459msgstr ""
6460
6461#: sha1-file.c:2332
6462#, c-format
6463msgid "unable to mmap %s"
6464msgstr ""
6465
6466#: sha1-file.c:2337
6467#, c-format
6468msgid "unable to unpack header of %s"
6469msgstr ""
6470
6471#: sha1-file.c:2343
6472#, c-format
6473msgid "unable to parse header of %s"
6474msgstr ""
6475
6476#: sha1-file.c:2354
6477#, c-format
6478msgid "unable to unpack contents of %s"
6479msgstr ""
6480
6481#: sha1-name.c:487
6482#, c-format
6483msgid "short SHA1 %s is ambiguous"
6484msgstr ""
6485
6486#: sha1-name.c:498
6487msgid "The candidates are:"
6488msgstr ""
6489
6490#: sha1-name.c:794
6491msgid ""
6492"Git normally never creates a ref that ends with 40 hex characters\n"
6493"because it will be ignored when you just specify 40-hex. These refs\n"
6494"may be created by mistake. For example,\n"
6495"\n"
6496"  git checkout -b $br $(git rev-parse ...)\n"
6497"\n"
6498"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
6499"examine these refs and maybe delete them. Turn this message off by\n"
6500"running \"git config advice.objectNameWarning false\""
6501msgstr ""
6502
6503#: submodule.c:114 submodule.c:143
6504msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
6505msgstr ""
6506
6507#: submodule.c:118 submodule.c:147
6508#, c-format
6509msgid "Could not find section in .gitmodules where path=%s"
6510msgstr ""
6511
6512#: submodule.c:154
6513#, c-format
6514msgid "Could not remove .gitmodules entry for %s"
6515msgstr ""
6516
6517#: submodule.c:165
6518msgid "staging updated .gitmodules failed"
6519msgstr ""
6520
6521#: submodule.c:327
6522#, c-format
6523msgid "in unpopulated submodule '%s'"
6524msgstr ""
6525
6526#: submodule.c:358
6527#, c-format
6528msgid "Pathspec '%s' is in submodule '%.*s'"
6529msgstr ""
6530
6531#: submodule.c:910
6532#, c-format
6533msgid "submodule entry '%s' (%s) is a %s, not a commit"
6534msgstr ""
6535
6536#: submodule.c:1147 builtin/branch.c:672 builtin/submodule--helper.c:1988
6537msgid "Failed to resolve HEAD as a valid ref."
6538msgstr ""
6539
6540#: submodule.c:1481
6541#, c-format
6542msgid "Could not access submodule '%s'"
6543msgstr ""
6544
6545#: submodule.c:1651
6546#, c-format
6547msgid "'%s' not recognized as a git repository"
6548msgstr ""
6549
6550#: submodule.c:1789
6551#, c-format
6552msgid "could not start 'git status' in submodule '%s'"
6553msgstr ""
6554
6555#: submodule.c:1802
6556#, c-format
6557msgid "could not run 'git status' in submodule '%s'"
6558msgstr ""
6559
6560#: submodule.c:1817
6561#, c-format
6562msgid "Could not unset core.worktree setting in submodule '%s'"
6563msgstr ""
6564
6565#: submodule.c:1907
6566#, c-format
6567msgid "submodule '%s' has dirty index"
6568msgstr ""
6569
6570#: submodule.c:1959
6571#, c-format
6572msgid "Submodule '%s' could not be updated."
6573msgstr ""
6574
6575#: submodule.c:2008
6576#, c-format
6577msgid ""
6578"relocate_gitdir for submodule '%s' with more than one worktree not supported"
6579msgstr ""
6580
6581#: submodule.c:2020 submodule.c:2076
6582#, c-format
6583msgid "could not lookup name for submodule '%s'"
6584msgstr ""
6585
6586#: submodule.c:2027
6587#, c-format
6588msgid ""
6589"Migrating git directory of '%s%s' from\n"
6590"'%s' to\n"
6591"'%s'\n"
6592msgstr ""
6593
6594#: submodule.c:2111
6595#, c-format
6596msgid "could not recurse into submodule '%s'"
6597msgstr ""
6598
6599#: submodule.c:2155
6600msgid "could not start ls-files in .."
6601msgstr ""
6602
6603#: submodule.c:2194
6604#, c-format
6605msgid "ls-tree returned unexpected return code %d"
6606msgstr ""
6607
6608#: submodule-config.c:232
6609#, c-format
6610msgid "ignoring suspicious submodule name: %s"
6611msgstr ""
6612
6613#: submodule-config.c:299
6614msgid "negative values not allowed for submodule.fetchjobs"
6615msgstr ""
6616
6617#: submodule-config.c:397
6618#, c-format
6619msgid "ignoring '%s' which may be interpreted as a command-line option: %s"
6620msgstr ""
6621
6622#: submodule-config.c:486
6623#, c-format
6624msgid "invalid value for %s"
6625msgstr ""
6626
6627#: submodule-config.c:755
6628#, c-format
6629msgid "Could not update .gitmodules entry %s"
6630msgstr ""
6631
6632#: trailer.c:238
6633#, c-format
6634msgid "running trailer command '%s' failed"
6635msgstr ""
6636
6637#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
6638#: trailer.c:557
6639#, c-format
6640msgid "unknown value '%s' for key '%s'"
6641msgstr ""
6642
6643#: trailer.c:539 trailer.c:544 builtin/remote.c:295
6644#, c-format
6645msgid "more than one %s"
6646msgstr ""
6647
6648#: trailer.c:730
6649#, c-format
6650msgid "empty trailer token in trailer '%.*s'"
6651msgstr ""
6652
6653#: trailer.c:750
6654#, c-format
6655msgid "could not read input file '%s'"
6656msgstr ""
6657
6658#: trailer.c:753
6659msgid "could not read from stdin"
6660msgstr ""
6661
6662#: trailer.c:1011 wrapper.c:701
6663#, c-format
6664msgid "could not stat %s"
6665msgstr ""
6666
6667#: trailer.c:1013
6668#, c-format
6669msgid "file %s is not a regular file"
6670msgstr ""
6671
6672#: trailer.c:1015
6673#, c-format
6674msgid "file %s is not writable by user"
6675msgstr ""
6676
6677#: trailer.c:1027
6678msgid "could not open temporary file"
6679msgstr ""
6680
6681#: trailer.c:1067
6682#, c-format
6683msgid "could not rename temporary file to %s"
6684msgstr ""
6685
6686#: transport.c:116
6687#, c-format
6688msgid "Would set upstream of '%s' to '%s' of '%s'\n"
6689msgstr ""
6690
6691#: transport.c:142
6692#, c-format
6693msgid "could not read bundle '%s'"
6694msgstr ""
6695
6696#: transport.c:208
6697#, c-format
6698msgid "transport: invalid depth option '%s'"
6699msgstr ""
6700
6701#: transport.c:259
6702msgid "see protocol.version in 'git help config' for more details"
6703msgstr ""
6704
6705#: transport.c:260
6706msgid "server options require protocol version 2 or later"
6707msgstr ""
6708
6709#: transport.c:625
6710msgid "could not parse transport.color.* config"
6711msgstr ""
6712
6713#: transport.c:698
6714msgid "support for protocol v2 not implemented yet"
6715msgstr ""
6716
6717#: transport.c:825
6718#, c-format
6719msgid "unknown value for config '%s': %s"
6720msgstr ""
6721
6722#: transport.c:891
6723#, c-format
6724msgid "transport '%s' not allowed"
6725msgstr ""
6726
6727#: transport.c:945
6728msgid "git-over-rsync is no longer supported"
6729msgstr ""
6730
6731#: transport.c:1040
6732#, c-format
6733msgid ""
6734"The following submodule paths contain changes that can\n"
6735"not be found on any remote:\n"
6736msgstr ""
6737
6738#: transport.c:1044
6739#, c-format
6740msgid ""
6741"\n"
6742"Please try\n"
6743"\n"
6744"\tgit push --recurse-submodules=on-demand\n"
6745"\n"
6746"or cd to the path and use\n"
6747"\n"
6748"\tgit push\n"
6749"\n"
6750"to push them to a remote.\n"
6751"\n"
6752msgstr ""
6753
6754#: transport.c:1052
6755msgid "Aborting."
6756msgstr ""
6757
6758#: transport.c:1193
6759msgid "failed to push all needed submodules"
6760msgstr ""
6761
6762#: transport.c:1326 transport-helper.c:645
6763msgid "operation not supported by protocol"
6764msgstr ""
6765
6766#: transport.c:1430
6767#, c-format
6768msgid "invalid line while parsing alternate refs: %s"
6769msgstr ""
6770
6771#: transport-helper.c:51 transport-helper.c:80
6772msgid "full write to remote helper failed"
6773msgstr ""
6774
6775#: transport-helper.c:134
6776#, c-format
6777msgid "unable to find remote helper for '%s'"
6778msgstr ""
6779
6780#: transport-helper.c:150 transport-helper.c:559
6781msgid "can't dup helper output fd"
6782msgstr ""
6783
6784#: transport-helper.c:201
6785#, c-format
6786msgid ""
6787"unknown mandatory capability %s; this remote helper probably needs newer "
6788"version of Git"
6789msgstr ""
6790
6791#: transport-helper.c:207
6792msgid "this remote helper should implement refspec capability"
6793msgstr ""
6794
6795#: transport-helper.c:274 transport-helper.c:414
6796#, c-format
6797msgid "%s unexpectedly said: '%s'"
6798msgstr ""
6799
6800#: transport-helper.c:403
6801#, c-format
6802msgid "%s also locked %s"
6803msgstr ""
6804
6805#: transport-helper.c:481
6806msgid "couldn't run fast-import"
6807msgstr ""
6808
6809#: transport-helper.c:504
6810msgid "error while running fast-import"
6811msgstr ""
6812
6813#: transport-helper.c:533 transport-helper.c:1099
6814#, c-format
6815msgid "could not read ref %s"
6816msgstr ""
6817
6818#: transport-helper.c:578
6819#, c-format
6820msgid "unknown response to connect: %s"
6821msgstr ""
6822
6823#: transport-helper.c:600
6824msgid "setting remote service path not supported by protocol"
6825msgstr ""
6826
6827#: transport-helper.c:602
6828msgid "invalid remote service path"
6829msgstr ""
6830
6831#: transport-helper.c:648
6832#, c-format
6833msgid "can't connect to subservice %s"
6834msgstr ""
6835
6836#: transport-helper.c:720
6837#, c-format
6838msgid "expected ok/error, helper said '%s'"
6839msgstr ""
6840
6841#: transport-helper.c:773
6842#, c-format
6843msgid "helper reported unexpected status of %s"
6844msgstr ""
6845
6846#: transport-helper.c:834
6847#, c-format
6848msgid "helper %s does not support dry-run"
6849msgstr ""
6850
6851#: transport-helper.c:837
6852#, c-format
6853msgid "helper %s does not support --signed"
6854msgstr ""
6855
6856#: transport-helper.c:840
6857#, c-format
6858msgid "helper %s does not support --signed=if-asked"
6859msgstr ""
6860
6861#: transport-helper.c:847
6862#, c-format
6863msgid "helper %s does not support 'push-option'"
6864msgstr ""
6865
6866#: transport-helper.c:939
6867msgid "remote-helper doesn't support push; refspec needed"
6868msgstr ""
6869
6870#: transport-helper.c:944
6871#, c-format
6872msgid "helper %s does not support 'force'"
6873msgstr ""
6874
6875#: transport-helper.c:991
6876msgid "couldn't run fast-export"
6877msgstr ""
6878
6879#: transport-helper.c:996
6880msgid "error while running fast-export"
6881msgstr ""
6882
6883#: transport-helper.c:1021
6884#, c-format
6885msgid ""
6886"No refs in common and none specified; doing nothing.\n"
6887"Perhaps you should specify a branch such as 'master'.\n"
6888msgstr ""
6889
6890#: transport-helper.c:1085
6891#, c-format
6892msgid "malformed response in ref list: %s"
6893msgstr ""
6894
6895#: transport-helper.c:1238
6896#, c-format
6897msgid "read(%s) failed"
6898msgstr ""
6899
6900#: transport-helper.c:1265
6901#, c-format
6902msgid "write(%s) failed"
6903msgstr ""
6904
6905#: transport-helper.c:1314
6906#, c-format
6907msgid "%s thread failed"
6908msgstr ""
6909
6910#: transport-helper.c:1318
6911#, c-format
6912msgid "%s thread failed to join: %s"
6913msgstr ""
6914
6915#: transport-helper.c:1337 transport-helper.c:1341
6916#, c-format
6917msgid "can't start thread for copying data: %s"
6918msgstr ""
6919
6920#: transport-helper.c:1378
6921#, c-format
6922msgid "%s process failed to wait"
6923msgstr ""
6924
6925#: transport-helper.c:1382
6926#, c-format
6927msgid "%s process failed"
6928msgstr ""
6929
6930#: transport-helper.c:1400 transport-helper.c:1409
6931msgid "can't start thread for copying data"
6932msgstr ""
6933
6934#: tree-walk.c:33
6935msgid "too-short tree object"
6936msgstr ""
6937
6938#: tree-walk.c:39
6939msgid "malformed mode in tree entry"
6940msgstr ""
6941
6942#: tree-walk.c:43
6943msgid "empty filename in tree entry"
6944msgstr ""
6945
6946#: tree-walk.c:116
6947msgid "too-short tree file"
6948msgstr ""
6949
6950#: unpack-trees.c:111
6951#, c-format
6952msgid ""
6953"Your local changes to the following files would be overwritten by checkout:\n"
6954"%%sPlease commit your changes or stash them before you switch branches."
6955msgstr ""
6956
6957#: unpack-trees.c:113
6958#, c-format
6959msgid ""
6960"Your local changes to the following files would be overwritten by checkout:\n"
6961"%%s"
6962msgstr ""
6963
6964#: unpack-trees.c:116
6965#, c-format
6966msgid ""
6967"Your local changes to the following files would be overwritten by merge:\n"
6968"%%sPlease commit your changes or stash them before you merge."
6969msgstr ""
6970
6971#: unpack-trees.c:118
6972#, c-format
6973msgid ""
6974"Your local changes to the following files would be overwritten by merge:\n"
6975"%%s"
6976msgstr ""
6977
6978#: unpack-trees.c:121
6979#, c-format
6980msgid ""
6981"Your local changes to the following files would be overwritten by %s:\n"
6982"%%sPlease commit your changes or stash them before you %s."
6983msgstr ""
6984
6985#: unpack-trees.c:123
6986#, c-format
6987msgid ""
6988"Your local changes to the following files would be overwritten by %s:\n"
6989"%%s"
6990msgstr ""
6991
6992#: unpack-trees.c:128
6993#, c-format
6994msgid ""
6995"Updating the following directories would lose untracked files in them:\n"
6996"%s"
6997msgstr ""
6998
6999#: unpack-trees.c:132
7000#, c-format
7001msgid ""
7002"The following untracked working tree files would be removed by checkout:\n"
7003"%%sPlease move or remove them before you switch branches."
7004msgstr ""
7005
7006#: unpack-trees.c:134
7007#, c-format
7008msgid ""
7009"The following untracked working tree files would be removed by checkout:\n"
7010"%%s"
7011msgstr ""
7012
7013#: unpack-trees.c:137
7014#, c-format
7015msgid ""
7016"The following untracked working tree files would be removed by merge:\n"
7017"%%sPlease move or remove them before you merge."
7018msgstr ""
7019
7020#: unpack-trees.c:139
7021#, c-format
7022msgid ""
7023"The following untracked working tree files would be removed by merge:\n"
7024"%%s"
7025msgstr ""
7026
7027#: unpack-trees.c:142
7028#, c-format
7029msgid ""
7030"The following untracked working tree files would be removed by %s:\n"
7031"%%sPlease move or remove them before you %s."
7032msgstr ""
7033
7034#: unpack-trees.c:144
7035#, c-format
7036msgid ""
7037"The following untracked working tree files would be removed by %s:\n"
7038"%%s"
7039msgstr ""
7040
7041#: unpack-trees.c:150
7042#, c-format
7043msgid ""
7044"The following untracked working tree files would be overwritten by "
7045"checkout:\n"
7046"%%sPlease move or remove them before you switch branches."
7047msgstr ""
7048
7049#: unpack-trees.c:152
7050#, c-format
7051msgid ""
7052"The following untracked working tree files would be overwritten by "
7053"checkout:\n"
7054"%%s"
7055msgstr ""
7056
7057#: unpack-trees.c:155
7058#, c-format
7059msgid ""
7060"The following untracked working tree files would be overwritten by merge:\n"
7061"%%sPlease move or remove them before you merge."
7062msgstr ""
7063
7064#: unpack-trees.c:157
7065#, c-format
7066msgid ""
7067"The following untracked working tree files would be overwritten by merge:\n"
7068"%%s"
7069msgstr ""
7070
7071#: unpack-trees.c:160
7072#, c-format
7073msgid ""
7074"The following untracked working tree files would be overwritten by %s:\n"
7075"%%sPlease move or remove them before you %s."
7076msgstr ""
7077
7078#: unpack-trees.c:162
7079#, c-format
7080msgid ""
7081"The following untracked working tree files would be overwritten by %s:\n"
7082"%%s"
7083msgstr ""
7084
7085#: unpack-trees.c:170
7086#, c-format
7087msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
7088msgstr ""
7089
7090#: unpack-trees.c:173
7091#, c-format
7092msgid ""
7093"Cannot update sparse checkout: the following entries are not up to date:\n"
7094"%s"
7095msgstr ""
7096
7097#: unpack-trees.c:175
7098#, c-format
7099msgid ""
7100"The following working tree files would be overwritten by sparse checkout "
7101"update:\n"
7102"%s"
7103msgstr ""
7104
7105#: unpack-trees.c:177
7106#, c-format
7107msgid ""
7108"The following working tree files would be removed by sparse checkout "
7109"update:\n"
7110"%s"
7111msgstr ""
7112
7113#: unpack-trees.c:179
7114#, c-format
7115msgid ""
7116"Cannot update submodule:\n"
7117"%s"
7118msgstr ""
7119
7120#: unpack-trees.c:256
7121#, c-format
7122msgid "Aborting\n"
7123msgstr ""
7124
7125#: unpack-trees.c:318
7126msgid "Checking out files"
7127msgstr ""
7128
7129#: unpack-trees.c:350
7130msgid ""
7131"the following paths have collided (e.g. case-sensitive paths\n"
7132"on a case-insensitive filesystem) and only one from the same\n"
7133"colliding group is in the working tree:\n"
7134msgstr ""
7135
7136#: urlmatch.c:163
7137msgid "invalid URL scheme name or missing '://' suffix"
7138msgstr ""
7139
7140#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
7141#, c-format
7142msgid "invalid %XX escape sequence"
7143msgstr ""
7144
7145#: urlmatch.c:215
7146msgid "missing host and scheme is not 'file:'"
7147msgstr ""
7148
7149#: urlmatch.c:232
7150msgid "a 'file:' URL may not have a port number"
7151msgstr ""
7152
7153#: urlmatch.c:247
7154msgid "invalid characters in host name"
7155msgstr ""
7156
7157#: urlmatch.c:292 urlmatch.c:303
7158msgid "invalid port number"
7159msgstr ""
7160
7161#: urlmatch.c:371
7162msgid "invalid '..' path segment"
7163msgstr ""
7164
7165#: worktree.c:255 builtin/am.c:2097
7166#, c-format
7167msgid "failed to read '%s'"
7168msgstr ""
7169
7170#: worktree.c:301
7171#, c-format
7172msgid "'%s' at main working tree is not the repository directory"
7173msgstr ""
7174
7175#: worktree.c:312
7176#, c-format
7177msgid "'%s' file does not contain absolute path to the working tree location"
7178msgstr ""
7179
7180#: worktree.c:324
7181#, c-format
7182msgid "'%s' does not exist"
7183msgstr ""
7184
7185#: worktree.c:330
7186#, c-format
7187msgid "'%s' is not a .git file, error code %d"
7188msgstr ""
7189
7190#: worktree.c:338
7191#, c-format
7192msgid "'%s' does not point back to '%s'"
7193msgstr ""
7194
7195#: wrapper.c:223 wrapper.c:393
7196#, c-format
7197msgid "could not open '%s' for reading and writing"
7198msgstr ""
7199
7200#: wrapper.c:424 wrapper.c:624
7201#, c-format
7202msgid "unable to access '%s'"
7203msgstr ""
7204
7205#: wrapper.c:632
7206msgid "unable to get current working directory"
7207msgstr ""
7208
7209#: wt-status.c:156
7210msgid "Unmerged paths:"
7211msgstr ""
7212
7213#: wt-status.c:183 wt-status.c:210
7214#, c-format
7215msgid "  (use \"git reset %s <file>...\" to unstage)"
7216msgstr ""
7217
7218#: wt-status.c:185 wt-status.c:212
7219msgid "  (use \"git rm --cached <file>...\" to unstage)"
7220msgstr ""
7221
7222#: wt-status.c:189
7223msgid "  (use \"git add <file>...\" to mark resolution)"
7224msgstr ""
7225
7226#: wt-status.c:191 wt-status.c:195
7227msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
7228msgstr ""
7229
7230#: wt-status.c:193
7231msgid "  (use \"git rm <file>...\" to mark resolution)"
7232msgstr ""
7233
7234#: wt-status.c:204 wt-status.c:1064
7235msgid "Changes to be committed:"
7236msgstr ""
7237
7238#: wt-status.c:222 wt-status.c:1073
7239msgid "Changes not staged for commit:"
7240msgstr ""
7241
7242#: wt-status.c:226
7243msgid "  (use \"git add <file>...\" to update what will be committed)"
7244msgstr ""
7245
7246#: wt-status.c:228
7247msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
7248msgstr ""
7249
7250#: wt-status.c:229
7251msgid ""
7252"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
7253msgstr ""
7254
7255#: wt-status.c:231
7256msgid "  (commit or discard the untracked or modified content in submodules)"
7257msgstr ""
7258
7259#: wt-status.c:243
7260#, c-format
7261msgid "  (use \"git %s <file>...\" to include in what will be committed)"
7262msgstr ""
7263
7264#: wt-status.c:258
7265msgid "both deleted:"
7266msgstr ""
7267
7268#: wt-status.c:260
7269msgid "added by us:"
7270msgstr ""
7271
7272#: wt-status.c:262
7273msgid "deleted by them:"
7274msgstr ""
7275
7276#: wt-status.c:264
7277msgid "added by them:"
7278msgstr ""
7279
7280#: wt-status.c:266
7281msgid "deleted by us:"
7282msgstr ""
7283
7284#: wt-status.c:268
7285msgid "both added:"
7286msgstr ""
7287
7288#: wt-status.c:270
7289msgid "both modified:"
7290msgstr ""
7291
7292#: wt-status.c:280
7293msgid "new file:"
7294msgstr ""
7295
7296#: wt-status.c:282
7297msgid "copied:"
7298msgstr ""
7299
7300#: wt-status.c:284
7301msgid "deleted:"
7302msgstr ""
7303
7304#: wt-status.c:286
7305msgid "modified:"
7306msgstr ""
7307
7308#: wt-status.c:288
7309msgid "renamed:"
7310msgstr ""
7311
7312#: wt-status.c:290
7313msgid "typechange:"
7314msgstr ""
7315
7316#: wt-status.c:292
7317msgid "unknown:"
7318msgstr ""
7319
7320#: wt-status.c:294
7321msgid "unmerged:"
7322msgstr ""
7323
7324#: wt-status.c:374
7325msgid "new commits, "
7326msgstr ""
7327
7328#: wt-status.c:376
7329msgid "modified content, "
7330msgstr ""
7331
7332#: wt-status.c:378
7333msgid "untracked content, "
7334msgstr ""
7335
7336#: wt-status.c:896
7337#, c-format
7338msgid "Your stash currently has %d entry"
7339msgid_plural "Your stash currently has %d entries"
7340msgstr[0] ""
7341msgstr[1] ""
7342
7343#: wt-status.c:928
7344msgid "Submodules changed but not updated:"
7345msgstr ""
7346
7347#: wt-status.c:930
7348msgid "Submodule changes to be committed:"
7349msgstr ""
7350
7351#: wt-status.c:1012
7352msgid ""
7353"Do not modify or remove the line above.\n"
7354"Everything below it will be ignored."
7355msgstr ""
7356
7357#: wt-status.c:1119
7358msgid "You have unmerged paths."
7359msgstr ""
7360
7361#: wt-status.c:1122
7362msgid "  (fix conflicts and run \"git commit\")"
7363msgstr ""
7364
7365#: wt-status.c:1124
7366msgid "  (use \"git merge --abort\" to abort the merge)"
7367msgstr ""
7368
7369#: wt-status.c:1128
7370msgid "All conflicts fixed but you are still merging."
7371msgstr ""
7372
7373#: wt-status.c:1131
7374msgid "  (use \"git commit\" to conclude merge)"
7375msgstr ""
7376
7377#: wt-status.c:1140
7378msgid "You are in the middle of an am session."
7379msgstr ""
7380
7381#: wt-status.c:1143
7382msgid "The current patch is empty."
7383msgstr ""
7384
7385#: wt-status.c:1147
7386msgid "  (fix conflicts and then run \"git am --continue\")"
7387msgstr ""
7388
7389#: wt-status.c:1149
7390msgid "  (use \"git am --skip\" to skip this patch)"
7391msgstr ""
7392
7393#: wt-status.c:1151
7394msgid "  (use \"git am --abort\" to restore the original branch)"
7395msgstr ""
7396
7397#: wt-status.c:1282
7398msgid "git-rebase-todo is missing."
7399msgstr ""
7400
7401#: wt-status.c:1284
7402msgid "No commands done."
7403msgstr ""
7404
7405#: wt-status.c:1287
7406#, c-format
7407msgid "Last command done (%d command done):"
7408msgid_plural "Last commands done (%d commands done):"
7409msgstr[0] ""
7410msgstr[1] ""
7411
7412#: wt-status.c:1298
7413#, c-format
7414msgid "  (see more in file %s)"
7415msgstr ""
7416
7417#: wt-status.c:1303
7418msgid "No commands remaining."
7419msgstr ""
7420
7421#: wt-status.c:1306
7422#, c-format
7423msgid "Next command to do (%d remaining command):"
7424msgid_plural "Next commands to do (%d remaining commands):"
7425msgstr[0] ""
7426msgstr[1] ""
7427
7428#: wt-status.c:1314
7429msgid "  (use \"git rebase --edit-todo\" to view and edit)"
7430msgstr ""
7431
7432#: wt-status.c:1326
7433#, c-format
7434msgid "You are currently rebasing branch '%s' on '%s'."
7435msgstr ""
7436
7437#: wt-status.c:1331
7438msgid "You are currently rebasing."
7439msgstr ""
7440
7441#: wt-status.c:1344
7442msgid "  (fix conflicts and then run \"git rebase --continue\")"
7443msgstr ""
7444
7445#: wt-status.c:1346
7446msgid "  (use \"git rebase --skip\" to skip this patch)"
7447msgstr ""
7448
7449#: wt-status.c:1348
7450msgid "  (use \"git rebase --abort\" to check out the original branch)"
7451msgstr ""
7452
7453#: wt-status.c:1355
7454msgid "  (all conflicts fixed: run \"git rebase --continue\")"
7455msgstr ""
7456
7457#: wt-status.c:1359
7458#, c-format
7459msgid ""
7460"You are currently splitting a commit while rebasing branch '%s' on '%s'."
7461msgstr ""
7462
7463#: wt-status.c:1364
7464msgid "You are currently splitting a commit during a rebase."
7465msgstr ""
7466
7467#: wt-status.c:1367
7468msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
7469msgstr ""
7470
7471#: wt-status.c:1371
7472#, c-format
7473msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
7474msgstr ""
7475
7476#: wt-status.c:1376
7477msgid "You are currently editing a commit during a rebase."
7478msgstr ""
7479
7480#: wt-status.c:1379
7481msgid "  (use \"git commit --amend\" to amend the current commit)"
7482msgstr ""
7483
7484#: wt-status.c:1381
7485msgid ""
7486"  (use \"git rebase --continue\" once you are satisfied with your changes)"
7487msgstr ""
7488
7489#: wt-status.c:1392
7490msgid "Cherry-pick currently in progress."
7491msgstr ""
7492
7493#: wt-status.c:1395
7494#, c-format
7495msgid "You are currently cherry-picking commit %s."
7496msgstr ""
7497
7498#: wt-status.c:1402
7499msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
7500msgstr ""
7501
7502#: wt-status.c:1405
7503msgid "  (run \"git cherry-pick --continue\" to continue)"
7504msgstr ""
7505
7506#: wt-status.c:1408
7507msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
7508msgstr ""
7509
7510#: wt-status.c:1410
7511msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
7512msgstr ""
7513
7514#: wt-status.c:1420
7515msgid "Revert currently in progress."
7516msgstr ""
7517
7518#: wt-status.c:1423
7519#, c-format
7520msgid "You are currently reverting commit %s."
7521msgstr ""
7522
7523#: wt-status.c:1429
7524msgid "  (fix conflicts and run \"git revert --continue\")"
7525msgstr ""
7526
7527#: wt-status.c:1432
7528msgid "  (run \"git revert --continue\" to continue)"
7529msgstr ""
7530
7531#: wt-status.c:1435
7532msgid "  (all conflicts fixed: run \"git revert --continue\")"
7533msgstr ""
7534
7535#: wt-status.c:1437
7536msgid "  (use \"git revert --abort\" to cancel the revert operation)"
7537msgstr ""
7538
7539#: wt-status.c:1447
7540#, c-format
7541msgid "You are currently bisecting, started from branch '%s'."
7542msgstr ""
7543
7544#: wt-status.c:1451
7545msgid "You are currently bisecting."
7546msgstr ""
7547
7548#: wt-status.c:1454
7549msgid "  (use \"git bisect reset\" to get back to the original branch)"
7550msgstr ""
7551
7552#: wt-status.c:1663
7553msgid "On branch "
7554msgstr ""
7555
7556#: wt-status.c:1670
7557msgid "interactive rebase in progress; onto "
7558msgstr ""
7559
7560#: wt-status.c:1672
7561msgid "rebase in progress; onto "
7562msgstr ""
7563
7564#: wt-status.c:1677
7565msgid "HEAD detached at "
7566msgstr ""
7567
7568#: wt-status.c:1679
7569msgid "HEAD detached from "
7570msgstr ""
7571
7572#: wt-status.c:1682
7573msgid "Not currently on any branch."
7574msgstr ""
7575
7576#: wt-status.c:1699
7577msgid "Initial commit"
7578msgstr ""
7579
7580#: wt-status.c:1700
7581msgid "No commits yet"
7582msgstr ""
7583
7584#: wt-status.c:1714
7585msgid "Untracked files"
7586msgstr ""
7587
7588#: wt-status.c:1716
7589msgid "Ignored files"
7590msgstr ""
7591
7592#: wt-status.c:1720
7593#, c-format
7594msgid ""
7595"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
7596"may speed it up, but you have to be careful not to forget to add\n"
7597"new files yourself (see 'git help status')."
7598msgstr ""
7599
7600#: wt-status.c:1726
7601#, c-format
7602msgid "Untracked files not listed%s"
7603msgstr ""
7604
7605#: wt-status.c:1728
7606msgid " (use -u option to show untracked files)"
7607msgstr ""
7608
7609#: wt-status.c:1734
7610msgid "No changes"
7611msgstr ""
7612
7613#: wt-status.c:1739
7614#, c-format
7615msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
7616msgstr ""
7617
7618#: wt-status.c:1742
7619#, c-format
7620msgid "no changes added to commit\n"
7621msgstr ""
7622
7623#: wt-status.c:1745
7624#, c-format
7625msgid ""
7626"nothing added to commit but untracked files present (use \"git add\" to "
7627"track)\n"
7628msgstr ""
7629
7630#: wt-status.c:1748
7631#, c-format
7632msgid "nothing added to commit but untracked files present\n"
7633msgstr ""
7634
7635#: wt-status.c:1751
7636#, c-format
7637msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
7638msgstr ""
7639
7640#: wt-status.c:1754 wt-status.c:1759
7641#, c-format
7642msgid "nothing to commit\n"
7643msgstr ""
7644
7645#: wt-status.c:1757
7646#, c-format
7647msgid "nothing to commit (use -u to show untracked files)\n"
7648msgstr ""
7649
7650#: wt-status.c:1761
7651#, c-format
7652msgid "nothing to commit, working tree clean\n"
7653msgstr ""
7654
7655#: wt-status.c:1874
7656msgid "No commits yet on "
7657msgstr ""
7658
7659#: wt-status.c:1878
7660msgid "HEAD (no branch)"
7661msgstr ""
7662
7663#: wt-status.c:1909
7664msgid "different"
7665msgstr ""
7666
7667#: wt-status.c:1911 wt-status.c:1919
7668msgid "behind "
7669msgstr ""
7670
7671#: wt-status.c:1914 wt-status.c:1917
7672msgid "ahead "
7673msgstr ""
7674
7675#. TRANSLATORS: the action is e.g. "pull with rebase"
7676#: wt-status.c:2441
7677#, c-format
7678msgid "cannot %s: You have unstaged changes."
7679msgstr ""
7680
7681#: wt-status.c:2447
7682msgid "additionally, your index contains uncommitted changes."
7683msgstr ""
7684
7685#: wt-status.c:2449
7686#, c-format
7687msgid "cannot %s: Your index contains uncommitted changes."
7688msgstr ""
7689
7690#: builtin/add.c:25
7691msgid "git add [<options>] [--] <pathspec>..."
7692msgstr ""
7693
7694#: builtin/add.c:84
7695#, c-format
7696msgid "unexpected diff status %c"
7697msgstr ""
7698
7699#: builtin/add.c:89 builtin/commit.c:285
7700msgid "updating files failed"
7701msgstr ""
7702
7703#: builtin/add.c:99
7704#, c-format
7705msgid "remove '%s'\n"
7706msgstr ""
7707
7708#: builtin/add.c:174
7709msgid "Unstaged changes after refreshing the index:"
7710msgstr ""
7711
7712#: builtin/add.c:234 builtin/rev-parse.c:896
7713msgid "Could not read the index"
7714msgstr ""
7715
7716#: builtin/add.c:245
7717#, c-format
7718msgid "Could not open '%s' for writing."
7719msgstr ""
7720
7721#: builtin/add.c:249
7722msgid "Could not write patch"
7723msgstr ""
7724
7725#: builtin/add.c:252
7726msgid "editing patch failed"
7727msgstr ""
7728
7729#: builtin/add.c:255
7730#, c-format
7731msgid "Could not stat '%s'"
7732msgstr ""
7733
7734#: builtin/add.c:257
7735msgid "Empty patch. Aborted."
7736msgstr ""
7737
7738#: builtin/add.c:262
7739#, c-format
7740msgid "Could not apply '%s'"
7741msgstr ""
7742
7743#: builtin/add.c:270
7744msgid "The following paths are ignored by one of your .gitignore files:\n"
7745msgstr ""
7746
7747#: builtin/add.c:290 builtin/clean.c:908 builtin/fetch.c:137 builtin/mv.c:124
7748#: builtin/prune-packed.c:56 builtin/pull.c:221 builtin/push.c:560
7749#: builtin/remote.c:1345 builtin/rm.c:241 builtin/send-pack.c:165
7750msgid "dry run"
7751msgstr ""
7752
7753#: builtin/add.c:293
7754msgid "interactive picking"
7755msgstr ""
7756
7757#: builtin/add.c:294 builtin/checkout.c:1379 builtin/reset.c:306
7758msgid "select hunks interactively"
7759msgstr ""
7760
7761#: builtin/add.c:295
7762msgid "edit current diff and apply"
7763msgstr ""
7764
7765#: builtin/add.c:296
7766msgid "allow adding otherwise ignored files"
7767msgstr ""
7768
7769#: builtin/add.c:297
7770msgid "update tracked files"
7771msgstr ""
7772
7773#: builtin/add.c:298
7774msgid "renormalize EOL of tracked files (implies -u)"
7775msgstr ""
7776
7777#: builtin/add.c:299
7778msgid "record only the fact that the path will be added later"
7779msgstr ""
7780
7781#: builtin/add.c:300
7782msgid "add changes from all tracked and untracked files"
7783msgstr ""
7784
7785#: builtin/add.c:303
7786msgid "ignore paths removed in the working tree (same as --no-all)"
7787msgstr ""
7788
7789#: builtin/add.c:305
7790msgid "don't add, only refresh the index"
7791msgstr ""
7792
7793#: builtin/add.c:306
7794msgid "just skip files which cannot be added because of errors"
7795msgstr ""
7796
7797#: builtin/add.c:307
7798msgid "check if - even missing - files are ignored in dry run"
7799msgstr ""
7800
7801#: builtin/add.c:309 builtin/update-index.c:1001
7802msgid "override the executable bit of the listed files"
7803msgstr ""
7804
7805#: builtin/add.c:311
7806msgid "warn when adding an embedded repository"
7807msgstr ""
7808
7809#: builtin/add.c:326
7810#, c-format
7811msgid ""
7812"You've added another git repository inside your current repository.\n"
7813"Clones of the outer repository will not contain the contents of\n"
7814"the embedded repository and will not know how to obtain it.\n"
7815"If you meant to add a submodule, use:\n"
7816"\n"
7817"\tgit submodule add <url> %s\n"
7818"\n"
7819"If you added this path by mistake, you can remove it from the\n"
7820"index with:\n"
7821"\n"
7822"\tgit rm --cached %s\n"
7823"\n"
7824"See \"git help submodule\" for more information."
7825msgstr ""
7826
7827#: builtin/add.c:354
7828#, c-format
7829msgid "adding embedded git repository: %s"
7830msgstr ""
7831
7832#: builtin/add.c:372
7833#, c-format
7834msgid "Use -f if you really want to add them.\n"
7835msgstr ""
7836
7837#: builtin/add.c:379
7838msgid "adding files failed"
7839msgstr ""
7840
7841#: builtin/add.c:419
7842msgid "-A and -u are mutually incompatible"
7843msgstr ""
7844
7845#: builtin/add.c:426
7846msgid "Option --ignore-missing can only be used together with --dry-run"
7847msgstr ""
7848
7849#: builtin/add.c:430
7850#, c-format
7851msgid "--chmod param '%s' must be either -x or +x"
7852msgstr ""
7853
7854#: builtin/add.c:445
7855#, c-format
7856msgid "Nothing specified, nothing added.\n"
7857msgstr ""
7858
7859#: builtin/add.c:446
7860#, c-format
7861msgid "Maybe you wanted to say 'git add .'?\n"
7862msgstr ""
7863
7864#: builtin/am.c:348
7865msgid "could not parse author script"
7866msgstr ""
7867
7868#: builtin/am.c:432
7869#, c-format
7870msgid "'%s' was deleted by the applypatch-msg hook"
7871msgstr ""
7872
7873#: builtin/am.c:474
7874#, c-format
7875msgid "Malformed input line: '%s'."
7876msgstr ""
7877
7878#: builtin/am.c:512
7879#, c-format
7880msgid "Failed to copy notes from '%s' to '%s'"
7881msgstr ""
7882
7883#: builtin/am.c:538
7884msgid "fseek failed"
7885msgstr ""
7886
7887#: builtin/am.c:726
7888#, c-format
7889msgid "could not parse patch '%s'"
7890msgstr ""
7891
7892#: builtin/am.c:791
7893msgid "Only one StGIT patch series can be applied at once"
7894msgstr ""
7895
7896#: builtin/am.c:839
7897msgid "invalid timestamp"
7898msgstr ""
7899
7900#: builtin/am.c:844 builtin/am.c:856
7901msgid "invalid Date line"
7902msgstr ""
7903
7904#: builtin/am.c:851
7905msgid "invalid timezone offset"
7906msgstr ""
7907
7908#: builtin/am.c:944
7909msgid "Patch format detection failed."
7910msgstr ""
7911
7912#: builtin/am.c:949 builtin/clone.c:412
7913#, c-format
7914msgid "failed to create directory '%s'"
7915msgstr ""
7916
7917#: builtin/am.c:954
7918msgid "Failed to split patches."
7919msgstr ""
7920
7921#: builtin/am.c:1084 builtin/commit.c:371
7922msgid "unable to write index file"
7923msgstr ""
7924
7925#: builtin/am.c:1098
7926#, c-format
7927msgid "When you have resolved this problem, run \"%s --continue\"."
7928msgstr ""
7929
7930#: builtin/am.c:1099
7931#, c-format
7932msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
7933msgstr ""
7934
7935#: builtin/am.c:1100
7936#, c-format
7937msgid "To restore the original branch and stop patching, run \"%s --abort\"."
7938msgstr ""
7939
7940#: builtin/am.c:1183
7941msgid "Patch sent with format=flowed; space at the end of lines might be lost."
7942msgstr ""
7943
7944#: builtin/am.c:1211
7945msgid "Patch is empty."
7946msgstr ""
7947
7948#: builtin/am.c:1277
7949#, c-format
7950msgid "invalid ident line: %.*s"
7951msgstr ""
7952
7953#: builtin/am.c:1299
7954#, c-format
7955msgid "unable to parse commit %s"
7956msgstr ""
7957
7958#: builtin/am.c:1495
7959msgid "Repository lacks necessary blobs to fall back on 3-way merge."
7960msgstr ""
7961
7962#: builtin/am.c:1497
7963msgid "Using index info to reconstruct a base tree..."
7964msgstr ""
7965
7966#: builtin/am.c:1516
7967msgid ""
7968"Did you hand edit your patch?\n"
7969"It does not apply to blobs recorded in its index."
7970msgstr ""
7971
7972#: builtin/am.c:1522
7973msgid "Falling back to patching base and 3-way merge..."
7974msgstr ""
7975
7976#: builtin/am.c:1548
7977msgid "Failed to merge in the changes."
7978msgstr ""
7979
7980#: builtin/am.c:1580
7981msgid "applying to an empty history"
7982msgstr ""
7983
7984#: builtin/am.c:1627 builtin/am.c:1631
7985#, c-format
7986msgid "cannot resume: %s does not exist."
7987msgstr ""
7988
7989#: builtin/am.c:1647
7990msgid "cannot be interactive without stdin connected to a terminal."
7991msgstr ""
7992
7993#: builtin/am.c:1652
7994msgid "Commit Body is:"
7995msgstr ""
7996
7997#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
7998#. in your translation. The program will only accept English
7999#. input at this point.
8000#.
8001#: builtin/am.c:1662
8002msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
8003msgstr ""
8004
8005#: builtin/am.c:1712
8006#, c-format
8007msgid "Dirty index: cannot apply patches (dirty: %s)"
8008msgstr ""
8009
8010#: builtin/am.c:1752 builtin/am.c:1820
8011#, c-format
8012msgid "Applying: %.*s"
8013msgstr ""
8014
8015#: builtin/am.c:1769
8016msgid "No changes -- Patch already applied."
8017msgstr ""
8018
8019#: builtin/am.c:1775
8020#, c-format
8021msgid "Patch failed at %s %.*s"
8022msgstr ""
8023
8024#: builtin/am.c:1779
8025msgid "Use 'git am --show-current-patch' to see the failed patch"
8026msgstr ""
8027
8028#: builtin/am.c:1823
8029msgid ""
8030"No changes - did you forget to use 'git add'?\n"
8031"If there is nothing left to stage, chances are that something else\n"
8032"already introduced the same changes; you might want to skip this patch."
8033msgstr ""
8034
8035#: builtin/am.c:1830
8036msgid ""
8037"You still have unmerged paths in your index.\n"
8038"You should 'git add' each file with resolved conflicts to mark them as "
8039"such.\n"
8040"You might run `git rm` on a file to accept \"deleted by them\" for it."
8041msgstr ""
8042
8043#: builtin/am.c:1937 builtin/am.c:1941 builtin/am.c:1953 builtin/reset.c:329
8044#: builtin/reset.c:337
8045#, c-format
8046msgid "Could not parse object '%s'."
8047msgstr ""
8048
8049#: builtin/am.c:1989
8050msgid "failed to clean index"
8051msgstr ""
8052
8053#: builtin/am.c:2033
8054msgid ""
8055"You seem to have moved HEAD since the last 'am' failure.\n"
8056"Not rewinding to ORIG_HEAD"
8057msgstr ""
8058
8059#: builtin/am.c:2130
8060#, c-format
8061msgid "Invalid value for --patch-format: %s"
8062msgstr ""
8063
8064#: builtin/am.c:2166
8065msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
8066msgstr ""
8067
8068#: builtin/am.c:2167
8069msgid "git am [<options>] (--continue | --skip | --abort)"
8070msgstr ""
8071
8072#: builtin/am.c:2173
8073msgid "run interactively"
8074msgstr ""
8075
8076#: builtin/am.c:2175
8077msgid "historical option -- no-op"
8078msgstr ""
8079
8080#: builtin/am.c:2177
8081msgid "allow fall back on 3way merging if needed"
8082msgstr ""
8083
8084#: builtin/am.c:2178 builtin/init-db.c:494 builtin/prune-packed.c:58
8085#: builtin/repack.c:306 builtin/stash.c:805
8086msgid "be quiet"
8087msgstr ""
8088
8089#: builtin/am.c:2180
8090msgid "add a Signed-off-by line to the commit message"
8091msgstr ""
8092
8093#: builtin/am.c:2183
8094msgid "recode into utf8 (default)"
8095msgstr ""
8096
8097#: builtin/am.c:2185
8098msgid "pass -k flag to git-mailinfo"
8099msgstr ""
8100
8101#: builtin/am.c:2187
8102msgid "pass -b flag to git-mailinfo"
8103msgstr ""
8104
8105#: builtin/am.c:2189
8106msgid "pass -m flag to git-mailinfo"
8107msgstr ""
8108
8109#: builtin/am.c:2191
8110msgid "pass --keep-cr flag to git-mailsplit for mbox format"
8111msgstr ""
8112
8113#: builtin/am.c:2194
8114msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
8115msgstr ""
8116
8117#: builtin/am.c:2197
8118msgid "strip everything before a scissors line"
8119msgstr ""
8120
8121#: builtin/am.c:2199 builtin/am.c:2202 builtin/am.c:2205 builtin/am.c:2208
8122#: builtin/am.c:2211 builtin/am.c:2214 builtin/am.c:2217 builtin/am.c:2220
8123#: builtin/am.c:2226
8124msgid "pass it through git-apply"
8125msgstr ""
8126
8127#: builtin/am.c:2216 builtin/commit.c:1348 builtin/fmt-merge-msg.c:671
8128#: builtin/fmt-merge-msg.c:674 builtin/grep.c:879 builtin/merge.c:247
8129#: builtin/pull.c:158 builtin/pull.c:217 builtin/rebase.c:1412
8130#: builtin/repack.c:317 builtin/repack.c:321 builtin/repack.c:323
8131#: builtin/show-branch.c:651 builtin/show-ref.c:171 builtin/tag.c:397
8132#: parse-options.h:140 parse-options.h:161 parse-options.h:303
8133msgid "n"
8134msgstr ""
8135
8136#: builtin/am.c:2222 builtin/branch.c:653 builtin/for-each-ref.c:38
8137#: builtin/replace.c:554 builtin/tag.c:431 builtin/verify-tag.c:39
8138msgid "format"
8139msgstr ""
8140
8141#: builtin/am.c:2223
8142msgid "format the patch(es) are in"
8143msgstr ""
8144
8145#: builtin/am.c:2229
8146msgid "override error message when patch failure occurs"
8147msgstr ""
8148
8149#: builtin/am.c:2231
8150msgid "continue applying patches after resolving a conflict"
8151msgstr ""
8152
8153#: builtin/am.c:2234
8154msgid "synonyms for --continue"
8155msgstr ""
8156
8157#: builtin/am.c:2237
8158msgid "skip the current patch"
8159msgstr ""
8160
8161#: builtin/am.c:2240
8162msgid "restore the original branch and abort the patching operation."
8163msgstr ""
8164
8165#: builtin/am.c:2243
8166msgid "abort the patching operation but keep HEAD where it is."
8167msgstr ""
8168
8169#: builtin/am.c:2246
8170msgid "show the patch being applied."
8171msgstr ""
8172
8173#: builtin/am.c:2250
8174msgid "lie about committer date"
8175msgstr ""
8176
8177#: builtin/am.c:2252
8178msgid "use current timestamp for author date"
8179msgstr ""
8180
8181#: builtin/am.c:2254 builtin/commit-tree.c:120 builtin/commit.c:1491
8182#: builtin/merge.c:282 builtin/pull.c:192 builtin/rebase.c:489
8183#: builtin/rebase.c:1453 builtin/revert.c:116 builtin/tag.c:412
8184msgid "key-id"
8185msgstr ""
8186
8187#: builtin/am.c:2255 builtin/rebase.c:490 builtin/rebase.c:1454
8188msgid "GPG-sign commits"
8189msgstr ""
8190
8191#: builtin/am.c:2258
8192msgid "(internal use for git-rebase)"
8193msgstr ""
8194
8195#: builtin/am.c:2276
8196msgid ""
8197"The -b/--binary option has been a no-op for long time, and\n"
8198"it will be removed. Please do not use it anymore."
8199msgstr ""
8200
8201#: builtin/am.c:2283
8202msgid "failed to read the index"
8203msgstr ""
8204
8205#: builtin/am.c:2298
8206#, c-format
8207msgid "previous rebase directory %s still exists but mbox given."
8208msgstr ""
8209
8210#: builtin/am.c:2322
8211#, c-format
8212msgid ""
8213"Stray %s directory found.\n"
8214"Use \"git am --abort\" to remove it."
8215msgstr ""
8216
8217#: builtin/am.c:2328
8218msgid "Resolve operation not in progress, we are not resuming."
8219msgstr ""
8220
8221#: builtin/apply.c:8
8222msgid "git apply [<options>] [<patch>...]"
8223msgstr ""
8224
8225#: builtin/archive.c:17
8226#, c-format
8227msgid "could not create archive file '%s'"
8228msgstr ""
8229
8230#: builtin/archive.c:20
8231msgid "could not redirect output"
8232msgstr ""
8233
8234#: builtin/archive.c:37
8235msgid "git archive: Remote with no URL"
8236msgstr ""
8237
8238#: builtin/archive.c:61
8239msgid "git archive: expected ACK/NAK, got a flush packet"
8240msgstr ""
8241
8242#: builtin/archive.c:64
8243#, c-format
8244msgid "git archive: NACK %s"
8245msgstr ""
8246
8247#: builtin/archive.c:65
8248msgid "git archive: protocol error"
8249msgstr ""
8250
8251#: builtin/archive.c:69
8252msgid "git archive: expected a flush"
8253msgstr ""
8254
8255#: builtin/bisect--helper.c:22
8256msgid "git bisect--helper --next-all [--no-checkout]"
8257msgstr ""
8258
8259#: builtin/bisect--helper.c:23
8260msgid "git bisect--helper --write-terms <bad_term> <good_term>"
8261msgstr ""
8262
8263#: builtin/bisect--helper.c:24
8264msgid "git bisect--helper --bisect-clean-state"
8265msgstr ""
8266
8267#: builtin/bisect--helper.c:25
8268msgid "git bisect--helper --bisect-reset [<commit>]"
8269msgstr ""
8270
8271#: builtin/bisect--helper.c:26
8272msgid ""
8273"git bisect--helper --bisect-write [--no-log] <state> <revision> <good_term> "
8274"<bad_term>"
8275msgstr ""
8276
8277#: builtin/bisect--helper.c:27
8278msgid ""
8279"git bisect--helper --bisect-check-and-set-terms <command> <good_term> "
8280"<bad_term>"
8281msgstr ""
8282
8283#: builtin/bisect--helper.c:28
8284msgid "git bisect--helper --bisect-next-check <good_term> <bad_term> [<term>]"
8285msgstr ""
8286
8287#: builtin/bisect--helper.c:29
8288msgid ""
8289"git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --"
8290"term-new]"
8291msgstr ""
8292
8293#: builtin/bisect--helper.c:30
8294msgid ""
8295"git bisect--helper --bisect-start [--term-{old,good}=<term> --term-{new,bad}"
8296"=<term>][--no-checkout] [<bad> [<good>...]] [--] [<paths>...]"
8297msgstr ""
8298
8299#: builtin/bisect--helper.c:86
8300#, c-format
8301msgid "'%s' is not a valid term"
8302msgstr ""
8303
8304#: builtin/bisect--helper.c:90
8305#, c-format
8306msgid "can't use the builtin command '%s' as a term"
8307msgstr ""
8308
8309#: builtin/bisect--helper.c:100
8310#, c-format
8311msgid "can't change the meaning of the term '%s'"
8312msgstr ""
8313
8314#: builtin/bisect--helper.c:111
8315msgid "please use two different terms"
8316msgstr ""
8317
8318#: builtin/bisect--helper.c:118
8319msgid "could not open the file BISECT_TERMS"
8320msgstr ""
8321
8322#: builtin/bisect--helper.c:155
8323#, c-format
8324msgid "We are not bisecting.\n"
8325msgstr ""
8326
8327#: builtin/bisect--helper.c:163
8328#, c-format
8329msgid "'%s' is not a valid commit"
8330msgstr ""
8331
8332#: builtin/bisect--helper.c:174
8333#, c-format
8334msgid ""
8335"could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."
8336msgstr ""
8337
8338#: builtin/bisect--helper.c:215
8339#, c-format
8340msgid "Bad bisect_write argument: %s"
8341msgstr ""
8342
8343#: builtin/bisect--helper.c:220
8344#, c-format
8345msgid "couldn't get the oid of the rev '%s'"
8346msgstr ""
8347
8348#: builtin/bisect--helper.c:232
8349#, c-format
8350msgid "couldn't open the file '%s'"
8351msgstr ""
8352
8353#: builtin/bisect--helper.c:258
8354#, c-format
8355msgid "Invalid command: you're currently in a %s/%s bisect"
8356msgstr ""
8357
8358#: builtin/bisect--helper.c:285
8359#, c-format
8360msgid ""
8361"You need to give me at least one %s and %s revision.\n"
8362"You can use \"git bisect %s\" and \"git bisect %s\" for that."
8363msgstr ""
8364
8365#: builtin/bisect--helper.c:289
8366#, c-format
8367msgid ""
8368"You need to start by \"git bisect start\".\n"
8369"You then need to give me at least one %s and %s revision.\n"
8370"You can use \"git bisect %s\" and \"git bisect %s\" for that."
8371msgstr ""
8372
8373#: builtin/bisect--helper.c:321
8374#, c-format
8375msgid "bisecting only with a %s commit"
8376msgstr ""
8377
8378#. TRANSLATORS: Make sure to include [Y] and [n] in your
8379#. translation. The program will only accept English input
8380#. at this point.
8381#.
8382#: builtin/bisect--helper.c:329
8383msgid "Are you sure [Y/n]? "
8384msgstr ""
8385
8386#: builtin/bisect--helper.c:376
8387msgid "no terms defined"
8388msgstr ""
8389
8390#: builtin/bisect--helper.c:379
8391#, c-format
8392msgid ""
8393"Your current terms are %s for the old state\n"
8394"and %s for the new state.\n"
8395msgstr ""
8396
8397#: builtin/bisect--helper.c:389
8398#, c-format
8399msgid ""
8400"invalid argument %s for 'git bisect terms'.\n"
8401"Supported options are: --term-good|--term-old and --term-bad|--term-new."
8402msgstr ""
8403
8404#: builtin/bisect--helper.c:475
8405#, c-format
8406msgid "unrecognized option: '%s'"
8407msgstr ""
8408
8409#: builtin/bisect--helper.c:479
8410#, c-format
8411msgid "'%s' does not appear to be a valid revision"
8412msgstr ""
8413
8414#: builtin/bisect--helper.c:511
8415msgid "bad HEAD - I need a HEAD"
8416msgstr ""
8417
8418#: builtin/bisect--helper.c:526
8419#, c-format
8420msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."
8421msgstr ""
8422
8423#: builtin/bisect--helper.c:547
8424msgid "won't bisect on cg-seek'ed tree"
8425msgstr ""
8426
8427#: builtin/bisect--helper.c:550
8428msgid "bad HEAD - strange symbolic ref"
8429msgstr ""
8430
8431#: builtin/bisect--helper.c:627
8432msgid "perform 'git bisect next'"
8433msgstr ""
8434
8435#: builtin/bisect--helper.c:629
8436msgid "write the terms to .git/BISECT_TERMS"
8437msgstr ""
8438
8439#: builtin/bisect--helper.c:631
8440msgid "cleanup the bisection state"
8441msgstr ""
8442
8443#: builtin/bisect--helper.c:633
8444msgid "check for expected revs"
8445msgstr ""
8446
8447#: builtin/bisect--helper.c:635
8448msgid "reset the bisection state"
8449msgstr ""
8450
8451#: builtin/bisect--helper.c:637
8452msgid "write out the bisection state in BISECT_LOG"
8453msgstr ""
8454
8455#: builtin/bisect--helper.c:639
8456msgid "check and set terms in a bisection state"
8457msgstr ""
8458
8459#: builtin/bisect--helper.c:641
8460msgid "check whether bad or good terms exist"
8461msgstr ""
8462
8463#: builtin/bisect--helper.c:643
8464msgid "print out the bisect terms"
8465msgstr ""
8466
8467#: builtin/bisect--helper.c:645
8468msgid "start the bisect session"
8469msgstr ""
8470
8471#: builtin/bisect--helper.c:647
8472msgid "update BISECT_HEAD instead of checking out the current commit"
8473msgstr ""
8474
8475#: builtin/bisect--helper.c:649
8476msgid "no log for BISECT_WRITE"
8477msgstr ""
8478
8479#: builtin/bisect--helper.c:666
8480msgid "--write-terms requires two arguments"
8481msgstr ""
8482
8483#: builtin/bisect--helper.c:670
8484msgid "--bisect-clean-state requires no arguments"
8485msgstr ""
8486
8487#: builtin/bisect--helper.c:677
8488msgid "--bisect-reset requires either no argument or a commit"
8489msgstr ""
8490
8491#: builtin/bisect--helper.c:681
8492msgid "--bisect-write requires either 4 or 5 arguments"
8493msgstr ""
8494
8495#: builtin/bisect--helper.c:687
8496msgid "--check-and-set-terms requires 3 arguments"
8497msgstr ""
8498
8499#: builtin/bisect--helper.c:693
8500msgid "--bisect-next-check requires 2 or 3 arguments"
8501msgstr ""
8502
8503#: builtin/bisect--helper.c:699
8504msgid "--bisect-terms requires 0 or 1 argument"
8505msgstr ""
8506
8507#: builtin/blame.c:32
8508msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
8509msgstr ""
8510
8511#: builtin/blame.c:37
8512msgid "<rev-opts> are documented in git-rev-list(1)"
8513msgstr ""
8514
8515#: builtin/blame.c:407
8516#, c-format
8517msgid "expecting a color: %s"
8518msgstr ""
8519
8520#: builtin/blame.c:414
8521msgid "must end with a color"
8522msgstr ""
8523
8524#: builtin/blame.c:701
8525#, c-format
8526msgid "invalid color '%s' in color.blame.repeatedLines"
8527msgstr ""
8528
8529#: builtin/blame.c:719
8530msgid "invalid value for blame.coloring"
8531msgstr ""
8532
8533#: builtin/blame.c:794
8534msgid "Show blame entries as we find them, incrementally"
8535msgstr ""
8536
8537#: builtin/blame.c:795
8538msgid "Show blank SHA-1 for boundary commits (Default: off)"
8539msgstr ""
8540
8541#: builtin/blame.c:796
8542msgid "Do not treat root commits as boundaries (Default: off)"
8543msgstr ""
8544
8545#: builtin/blame.c:797
8546msgid "Show work cost statistics"
8547msgstr ""
8548
8549#: builtin/blame.c:798
8550msgid "Force progress reporting"
8551msgstr ""
8552
8553#: builtin/blame.c:799
8554msgid "Show output score for blame entries"
8555msgstr ""
8556
8557#: builtin/blame.c:800
8558msgid "Show original filename (Default: auto)"
8559msgstr ""
8560
8561#: builtin/blame.c:801
8562msgid "Show original linenumber (Default: off)"
8563msgstr ""
8564
8565#: builtin/blame.c:802
8566msgid "Show in a format designed for machine consumption"
8567msgstr ""
8568
8569#: builtin/blame.c:803
8570msgid "Show porcelain format with per-line commit information"
8571msgstr ""
8572
8573#: builtin/blame.c:804
8574msgid "Use the same output mode as git-annotate (Default: off)"
8575msgstr ""
8576
8577#: builtin/blame.c:805
8578msgid "Show raw timestamp (Default: off)"
8579msgstr ""
8580
8581#: builtin/blame.c:806
8582msgid "Show long commit SHA1 (Default: off)"
8583msgstr ""
8584
8585#: builtin/blame.c:807
8586msgid "Suppress author name and timestamp (Default: off)"
8587msgstr ""
8588
8589#: builtin/blame.c:808
8590msgid "Show author email instead of name (Default: off)"
8591msgstr ""
8592
8593#: builtin/blame.c:809
8594msgid "Ignore whitespace differences"
8595msgstr ""
8596
8597#: builtin/blame.c:810
8598msgid "color redundant metadata from previous line differently"
8599msgstr ""
8600
8601#: builtin/blame.c:811
8602msgid "color lines by age"
8603msgstr ""
8604
8605#: builtin/blame.c:818
8606msgid "Use an experimental heuristic to improve diffs"
8607msgstr ""
8608
8609#: builtin/blame.c:820
8610msgid "Spend extra cycles to find better match"
8611msgstr ""
8612
8613#: builtin/blame.c:821
8614msgid "Use revisions from <file> instead of calling git-rev-list"
8615msgstr ""
8616
8617#: builtin/blame.c:822
8618msgid "Use <file>'s contents as the final image"
8619msgstr ""
8620
8621#: builtin/blame.c:823 builtin/blame.c:824
8622msgid "score"
8623msgstr ""
8624
8625#: builtin/blame.c:823
8626msgid "Find line copies within and across files"
8627msgstr ""
8628
8629#: builtin/blame.c:824
8630msgid "Find line movements within and across files"
8631msgstr ""
8632
8633#: builtin/blame.c:825
8634msgid "n,m"
8635msgstr ""
8636
8637#: builtin/blame.c:825
8638msgid "Process only line range n,m, counting from 1"
8639msgstr ""
8640
8641#: builtin/blame.c:876
8642msgid "--progress can't be used with --incremental or porcelain formats"
8643msgstr ""
8644
8645#. TRANSLATORS: This string is used to tell us the
8646#. maximum display width for a relative timestamp in
8647#. "git blame" output.  For C locale, "4 years, 11
8648#. months ago", which takes 22 places, is the longest
8649#. among various forms of relative timestamps, but
8650#. your language may need more or fewer display
8651#. columns.
8652#.
8653#: builtin/blame.c:927
8654msgid "4 years, 11 months ago"
8655msgstr ""
8656
8657#: builtin/blame.c:1031
8658#, c-format
8659msgid "file %s has only %lu line"
8660msgid_plural "file %s has only %lu lines"
8661msgstr[0] ""
8662msgstr[1] ""
8663
8664#: builtin/blame.c:1077
8665msgid "Blaming lines"
8666msgstr ""
8667
8668#: builtin/branch.c:29
8669msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
8670msgstr ""
8671
8672#: builtin/branch.c:30
8673msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
8674msgstr ""
8675
8676#: builtin/branch.c:31
8677msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
8678msgstr ""
8679
8680#: builtin/branch.c:32
8681msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
8682msgstr ""
8683
8684#: builtin/branch.c:33
8685msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
8686msgstr ""
8687
8688#: builtin/branch.c:34
8689msgid "git branch [<options>] [-r | -a] [--points-at]"
8690msgstr ""
8691
8692#: builtin/branch.c:35
8693msgid "git branch [<options>] [-r | -a] [--format]"
8694msgstr ""
8695
8696#: builtin/branch.c:151
8697#, c-format
8698msgid ""
8699"deleting branch '%s' that has been merged to\n"
8700"         '%s', but not yet merged to HEAD."
8701msgstr ""
8702
8703#: builtin/branch.c:155
8704#, c-format
8705msgid ""
8706"not deleting branch '%s' that is not yet merged to\n"
8707"         '%s', even though it is merged to HEAD."
8708msgstr ""
8709
8710#: builtin/branch.c:169
8711#, c-format
8712msgid "Couldn't look up commit object for '%s'"
8713msgstr ""
8714
8715#: builtin/branch.c:173
8716#, c-format
8717msgid ""
8718"The branch '%s' is not fully merged.\n"
8719"If you are sure you want to delete it, run 'git branch -D %s'."
8720msgstr ""
8721
8722#: builtin/branch.c:186
8723msgid "Update of config-file failed"
8724msgstr ""
8725
8726#: builtin/branch.c:217
8727msgid "cannot use -a with -d"
8728msgstr ""
8729
8730#: builtin/branch.c:223
8731msgid "Couldn't look up commit object for HEAD"
8732msgstr ""
8733
8734#: builtin/branch.c:237
8735#, c-format
8736msgid "Cannot delete branch '%s' checked out at '%s'"
8737msgstr ""
8738
8739#: builtin/branch.c:252
8740#, c-format
8741msgid "remote-tracking branch '%s' not found."
8742msgstr ""
8743
8744#: builtin/branch.c:253
8745#, c-format
8746msgid "branch '%s' not found."
8747msgstr ""
8748
8749#: builtin/branch.c:268
8750#, c-format
8751msgid "Error deleting remote-tracking branch '%s'"
8752msgstr ""
8753
8754#: builtin/branch.c:269
8755#, c-format
8756msgid "Error deleting branch '%s'"
8757msgstr ""
8758
8759#: builtin/branch.c:276
8760#, c-format
8761msgid "Deleted remote-tracking branch %s (was %s).\n"
8762msgstr ""
8763
8764#: builtin/branch.c:277
8765#, c-format
8766msgid "Deleted branch %s (was %s).\n"
8767msgstr ""
8768
8769#: builtin/branch.c:421 builtin/tag.c:60
8770msgid "unable to parse format string"
8771msgstr ""
8772
8773#: builtin/branch.c:452
8774msgid "could not resolve HEAD"
8775msgstr ""
8776
8777#: builtin/branch.c:458
8778#, c-format
8779msgid "HEAD (%s) points outside of refs/heads/"
8780msgstr ""
8781
8782#: builtin/branch.c:473
8783#, c-format
8784msgid "Branch %s is being rebased at %s"
8785msgstr ""
8786
8787#: builtin/branch.c:477
8788#, c-format
8789msgid "Branch %s is being bisected at %s"
8790msgstr ""
8791
8792#: builtin/branch.c:494
8793msgid "cannot copy the current branch while not on any."
8794msgstr ""
8795
8796#: builtin/branch.c:496
8797msgid "cannot rename the current branch while not on any."
8798msgstr ""
8799
8800#: builtin/branch.c:507
8801#, c-format
8802msgid "Invalid branch name: '%s'"
8803msgstr ""
8804
8805#: builtin/branch.c:534
8806msgid "Branch rename failed"
8807msgstr ""
8808
8809#: builtin/branch.c:536
8810msgid "Branch copy failed"
8811msgstr ""
8812
8813#: builtin/branch.c:540
8814#, c-format
8815msgid "Created a copy of a misnamed branch '%s'"
8816msgstr ""
8817
8818#: builtin/branch.c:543
8819#, c-format
8820msgid "Renamed a misnamed branch '%s' away"
8821msgstr ""
8822
8823#: builtin/branch.c:549
8824#, c-format
8825msgid "Branch renamed to %s, but HEAD is not updated!"
8826msgstr ""
8827
8828#: builtin/branch.c:558
8829msgid "Branch is renamed, but update of config-file failed"
8830msgstr ""
8831
8832#: builtin/branch.c:560
8833msgid "Branch is copied, but update of config-file failed"
8834msgstr ""
8835
8836#: builtin/branch.c:576
8837#, c-format
8838msgid ""
8839"Please edit the description for the branch\n"
8840"  %s\n"
8841"Lines starting with '%c' will be stripped.\n"
8842msgstr ""
8843
8844#: builtin/branch.c:610
8845msgid "Generic options"
8846msgstr ""
8847
8848#: builtin/branch.c:612
8849msgid "show hash and subject, give twice for upstream branch"
8850msgstr ""
8851
8852#: builtin/branch.c:613
8853msgid "suppress informational messages"
8854msgstr ""
8855
8856#: builtin/branch.c:614
8857msgid "set up tracking mode (see git-pull(1))"
8858msgstr ""
8859
8860#: builtin/branch.c:616
8861msgid "do not use"
8862msgstr ""
8863
8864#: builtin/branch.c:618 builtin/rebase.c:485
8865msgid "upstream"
8866msgstr ""
8867
8868#: builtin/branch.c:618
8869msgid "change the upstream info"
8870msgstr ""
8871
8872#: builtin/branch.c:619
8873msgid "Unset the upstream info"
8874msgstr ""
8875
8876#: builtin/branch.c:620
8877msgid "use colored output"
8878msgstr ""
8879
8880#: builtin/branch.c:621
8881msgid "act on remote-tracking branches"
8882msgstr ""
8883
8884#: builtin/branch.c:623 builtin/branch.c:625
8885msgid "print only branches that contain the commit"
8886msgstr ""
8887
8888#: builtin/branch.c:624 builtin/branch.c:626
8889msgid "print only branches that don't contain the commit"
8890msgstr ""
8891
8892#: builtin/branch.c:629
8893msgid "Specific git-branch actions:"
8894msgstr ""
8895
8896#: builtin/branch.c:630
8897msgid "list both remote-tracking and local branches"
8898msgstr ""
8899
8900#: builtin/branch.c:632
8901msgid "delete fully merged branch"
8902msgstr ""
8903
8904#: builtin/branch.c:633
8905msgid "delete branch (even if not merged)"
8906msgstr ""
8907
8908#: builtin/branch.c:634
8909msgid "move/rename a branch and its reflog"
8910msgstr ""
8911
8912#: builtin/branch.c:635
8913msgid "move/rename a branch, even if target exists"
8914msgstr ""
8915
8916#: builtin/branch.c:636
8917msgid "copy a branch and its reflog"
8918msgstr ""
8919
8920#: builtin/branch.c:637
8921msgid "copy a branch, even if target exists"
8922msgstr ""
8923
8924#: builtin/branch.c:638
8925msgid "list branch names"
8926msgstr ""
8927
8928#: builtin/branch.c:639
8929msgid "show current branch name"
8930msgstr ""
8931
8932#: builtin/branch.c:640
8933msgid "create the branch's reflog"
8934msgstr ""
8935
8936#: builtin/branch.c:642
8937msgid "edit the description for the branch"
8938msgstr ""
8939
8940#: builtin/branch.c:643
8941msgid "force creation, move/rename, deletion"
8942msgstr ""
8943
8944#: builtin/branch.c:644
8945msgid "print only branches that are merged"
8946msgstr ""
8947
8948#: builtin/branch.c:645
8949msgid "print only branches that are not merged"
8950msgstr ""
8951
8952#: builtin/branch.c:646
8953msgid "list branches in columns"
8954msgstr ""
8955
8956#: builtin/branch.c:649 builtin/for-each-ref.c:42 builtin/notes.c:415
8957#: builtin/notes.c:418 builtin/notes.c:581 builtin/notes.c:584
8958#: builtin/tag.c:427
8959msgid "object"
8960msgstr ""
8961
8962#: builtin/branch.c:650
8963msgid "print only branches of the object"
8964msgstr ""
8965
8966#: builtin/branch.c:652 builtin/for-each-ref.c:48 builtin/tag.c:434
8967msgid "sorting and filtering are case insensitive"
8968msgstr ""
8969
8970#: builtin/branch.c:653 builtin/for-each-ref.c:38 builtin/tag.c:432
8971#: builtin/verify-tag.c:39
8972msgid "format to use for the output"
8973msgstr ""
8974
8975#: builtin/branch.c:676 builtin/clone.c:751
8976msgid "HEAD not found below refs/heads!"
8977msgstr ""
8978
8979#: builtin/branch.c:700
8980msgid "--column and --verbose are incompatible"
8981msgstr ""
8982
8983#: builtin/branch.c:715 builtin/branch.c:769 builtin/branch.c:778
8984msgid "branch name required"
8985msgstr ""
8986
8987#: builtin/branch.c:745
8988msgid "Cannot give description to detached HEAD"
8989msgstr ""
8990
8991#: builtin/branch.c:750
8992msgid "cannot edit description of more than one branch"
8993msgstr ""
8994
8995#: builtin/branch.c:757
8996#, c-format
8997msgid "No commit on branch '%s' yet."
8998msgstr ""
8999
9000#: builtin/branch.c:760
9001#, c-format
9002msgid "No branch named '%s'."
9003msgstr ""
9004
9005#: builtin/branch.c:775
9006msgid "too many branches for a copy operation"
9007msgstr ""
9008
9009#: builtin/branch.c:784
9010msgid "too many arguments for a rename operation"
9011msgstr ""
9012
9013#: builtin/branch.c:789
9014msgid "too many arguments to set new upstream"
9015msgstr ""
9016
9017#: builtin/branch.c:793
9018#, c-format
9019msgid ""
9020"could not set upstream of HEAD to %s when it does not point to any branch."
9021msgstr ""
9022
9023#: builtin/branch.c:796 builtin/branch.c:819
9024#, c-format
9025msgid "no such branch '%s'"
9026msgstr ""
9027
9028#: builtin/branch.c:800
9029#, c-format
9030msgid "branch '%s' does not exist"
9031msgstr ""
9032
9033#: builtin/branch.c:813
9034msgid "too many arguments to unset upstream"
9035msgstr ""
9036
9037#: builtin/branch.c:817
9038msgid "could not unset upstream of HEAD when it does not point to any branch."
9039msgstr ""
9040
9041#: builtin/branch.c:823
9042#, c-format
9043msgid "Branch '%s' has no upstream information"
9044msgstr ""
9045
9046#: builtin/branch.c:833
9047msgid "-a and -r options to 'git branch' do not make sense with a branch name"
9048msgstr ""
9049
9050#: builtin/branch.c:836
9051msgid ""
9052"the '--set-upstream' option is no longer supported. Please use '--track' or "
9053"'--set-upstream-to' instead."
9054msgstr ""
9055
9056#: builtin/bundle.c:45
9057#, c-format
9058msgid "%s is okay\n"
9059msgstr ""
9060
9061#: builtin/bundle.c:58
9062msgid "Need a repository to create a bundle."
9063msgstr ""
9064
9065#: builtin/bundle.c:62
9066msgid "Need a repository to unbundle."
9067msgstr ""
9068
9069#: builtin/cat-file.c:593
9070msgid ""
9071"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
9072"p | <type> | --textconv | --filters) [--path=<path>] <object>"
9073msgstr ""
9074
9075#: builtin/cat-file.c:594
9076msgid ""
9077"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
9078"filters]"
9079msgstr ""
9080
9081#: builtin/cat-file.c:615
9082msgid "only one batch option may be specified"
9083msgstr ""
9084
9085#: builtin/cat-file.c:633
9086msgid "<type> can be one of: blob, tree, commit, tag"
9087msgstr ""
9088
9089#: builtin/cat-file.c:634
9090msgid "show object type"
9091msgstr ""
9092
9093#: builtin/cat-file.c:635
9094msgid "show object size"
9095msgstr ""
9096
9097#: builtin/cat-file.c:637
9098msgid "exit with zero when there's no error"
9099msgstr ""
9100
9101#: builtin/cat-file.c:638
9102msgid "pretty-print object's content"
9103msgstr ""
9104
9105#: builtin/cat-file.c:640
9106msgid "for blob objects, run textconv on object's content"
9107msgstr ""
9108
9109#: builtin/cat-file.c:642
9110msgid "for blob objects, run filters on object's content"
9111msgstr ""
9112
9113#: builtin/cat-file.c:643 git-submodule.sh:936
9114msgid "blob"
9115msgstr ""
9116
9117#: builtin/cat-file.c:644
9118msgid "use a specific path for --textconv/--filters"
9119msgstr ""
9120
9121#: builtin/cat-file.c:646
9122msgid "allow -s and -t to work with broken/corrupt objects"
9123msgstr ""
9124
9125#: builtin/cat-file.c:647
9126msgid "buffer --batch output"
9127msgstr ""
9128
9129#: builtin/cat-file.c:649
9130msgid "show info and content of objects fed from the standard input"
9131msgstr ""
9132
9133#: builtin/cat-file.c:653
9134msgid "show info about objects fed from the standard input"
9135msgstr ""
9136
9137#: builtin/cat-file.c:657
9138msgid "follow in-tree symlinks (used with --batch or --batch-check)"
9139msgstr ""
9140
9141#: builtin/cat-file.c:659
9142msgid "show all objects with --batch or --batch-check"
9143msgstr ""
9144
9145#: builtin/cat-file.c:661
9146msgid "do not order --batch-all-objects output"
9147msgstr ""
9148
9149#: builtin/check-attr.c:13
9150msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
9151msgstr ""
9152
9153#: builtin/check-attr.c:14
9154msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
9155msgstr ""
9156
9157#: builtin/check-attr.c:21
9158msgid "report all attributes set on file"
9159msgstr ""
9160
9161#: builtin/check-attr.c:22
9162msgid "use .gitattributes only from the index"
9163msgstr ""
9164
9165#: builtin/check-attr.c:23 builtin/check-ignore.c:25 builtin/hash-object.c:102
9166msgid "read file names from stdin"
9167msgstr ""
9168
9169#: builtin/check-attr.c:25 builtin/check-ignore.c:27
9170msgid "terminate input and output records by a NUL character"
9171msgstr ""
9172
9173#: builtin/check-ignore.c:21 builtin/checkout.c:1355 builtin/gc.c:538
9174#: builtin/worktree.c:499
9175msgid "suppress progress reporting"
9176msgstr ""
9177
9178#: builtin/check-ignore.c:29
9179msgid "show non-matching input paths"
9180msgstr ""
9181
9182#: builtin/check-ignore.c:31
9183msgid "ignore index when checking"
9184msgstr ""
9185
9186#: builtin/check-ignore.c:160
9187msgid "cannot specify pathnames with --stdin"
9188msgstr ""
9189
9190#: builtin/check-ignore.c:163
9191msgid "-z only makes sense with --stdin"
9192msgstr ""
9193
9194#: builtin/check-ignore.c:165
9195msgid "no path specified"
9196msgstr ""
9197
9198#: builtin/check-ignore.c:169
9199msgid "--quiet is only valid with a single pathname"
9200msgstr ""
9201
9202#: builtin/check-ignore.c:171
9203msgid "cannot have both --quiet and --verbose"
9204msgstr ""
9205
9206#: builtin/check-ignore.c:174
9207msgid "--non-matching is only valid with --verbose"
9208msgstr ""
9209
9210#: builtin/check-mailmap.c:9
9211msgid "git check-mailmap [<options>] <contact>..."
9212msgstr ""
9213
9214#: builtin/check-mailmap.c:14
9215msgid "also read contacts from stdin"
9216msgstr ""
9217
9218#: builtin/check-mailmap.c:25
9219#, c-format
9220msgid "unable to parse contact: %s"
9221msgstr ""
9222
9223#: builtin/check-mailmap.c:48
9224msgid "no contacts specified"
9225msgstr ""
9226
9227#: builtin/checkout-index.c:131
9228msgid "git checkout-index [<options>] [--] [<file>...]"
9229msgstr ""
9230
9231#: builtin/checkout-index.c:148
9232msgid "stage should be between 1 and 3 or all"
9233msgstr ""
9234
9235#: builtin/checkout-index.c:164
9236msgid "check out all files in the index"
9237msgstr ""
9238
9239#: builtin/checkout-index.c:165
9240msgid "force overwrite of existing files"
9241msgstr ""
9242
9243#: builtin/checkout-index.c:167
9244msgid "no warning for existing files and files not in index"
9245msgstr ""
9246
9247#: builtin/checkout-index.c:169
9248msgid "don't checkout new files"
9249msgstr ""
9250
9251#: builtin/checkout-index.c:171
9252msgid "update stat information in the index file"
9253msgstr ""
9254
9255#: builtin/checkout-index.c:175
9256msgid "read list of paths from the standard input"
9257msgstr ""
9258
9259#: builtin/checkout-index.c:177
9260msgid "write the content to temporary files"
9261msgstr ""
9262
9263#: builtin/checkout-index.c:178 builtin/column.c:31
9264#: builtin/submodule--helper.c:1372 builtin/submodule--helper.c:1375
9265#: builtin/submodule--helper.c:1383 builtin/submodule--helper.c:1856
9266#: builtin/worktree.c:672
9267msgid "string"
9268msgstr ""
9269
9270#: builtin/checkout-index.c:179
9271msgid "when creating files, prepend <string>"
9272msgstr ""
9273
9274#: builtin/checkout-index.c:181
9275msgid "copy out the files from named stage"
9276msgstr ""
9277
9278#: builtin/checkout.c:32
9279msgid "git checkout [<options>] <branch>"
9280msgstr ""
9281
9282#: builtin/checkout.c:33
9283msgid "git checkout [<options>] [<branch>] -- <file>..."
9284msgstr ""
9285
9286#: builtin/checkout.c:151 builtin/checkout.c:190
9287#, c-format
9288msgid "path '%s' does not have our version"
9289msgstr ""
9290
9291#: builtin/checkout.c:153 builtin/checkout.c:192
9292#, c-format
9293msgid "path '%s' does not have their version"
9294msgstr ""
9295
9296#: builtin/checkout.c:169
9297#, c-format
9298msgid "path '%s' does not have all necessary versions"
9299msgstr ""
9300
9301#: builtin/checkout.c:219
9302#, c-format
9303msgid "path '%s' does not have necessary versions"
9304msgstr ""
9305
9306#: builtin/checkout.c:237
9307#, c-format
9308msgid "path '%s': cannot merge"
9309msgstr ""
9310
9311#: builtin/checkout.c:253
9312#, c-format
9313msgid "Unable to add merge result for '%s'"
9314msgstr ""
9315
9316#: builtin/checkout.c:331 builtin/checkout.c:334 builtin/checkout.c:337
9317#: builtin/checkout.c:340
9318#, c-format
9319msgid "'%s' cannot be used with updating paths"
9320msgstr ""
9321
9322#: builtin/checkout.c:343 builtin/checkout.c:346
9323#, c-format
9324msgid "'%s' cannot be used with %s"
9325msgstr ""
9326
9327#: builtin/checkout.c:349
9328#, c-format
9329msgid "Cannot update paths and switch to branch '%s' at the same time."
9330msgstr ""
9331
9332#: builtin/checkout.c:396 builtin/checkout.c:403
9333#, c-format
9334msgid "path '%s' is unmerged"
9335msgstr ""
9336
9337#: builtin/checkout.c:442
9338#, c-format
9339msgid "Recreated %d merge conflict"
9340msgid_plural "Recreated %d merge conflicts"
9341msgstr[0] ""
9342msgstr[1] ""
9343
9344#: builtin/checkout.c:447
9345#, c-format
9346msgid "Updated %d path from %s"
9347msgid_plural "Updated %d paths from %s"
9348msgstr[0] ""
9349msgstr[1] ""
9350
9351#: builtin/checkout.c:454
9352#, c-format
9353msgid "Updated %d path from the index"
9354msgid_plural "Updated %d paths from the index"
9355msgstr[0] ""
9356msgstr[1] ""
9357
9358#: builtin/checkout.c:695
9359msgid "you need to resolve your current index first"
9360msgstr ""
9361
9362#: builtin/checkout.c:744
9363#, c-format
9364msgid ""
9365"cannot continue with staged changes in the following files:\n"
9366"%s"
9367msgstr ""
9368
9369#: builtin/checkout.c:751
9370#, c-format
9371msgid "staged changes in the following files may be lost: %s"
9372msgstr ""
9373
9374#: builtin/checkout.c:848
9375#, c-format
9376msgid "Can not do reflog for '%s': %s\n"
9377msgstr ""
9378
9379#: builtin/checkout.c:890
9380msgid "HEAD is now at"
9381msgstr ""
9382
9383#: builtin/checkout.c:894 builtin/clone.c:704
9384msgid "unable to update HEAD"
9385msgstr ""
9386
9387#: builtin/checkout.c:898
9388#, c-format
9389msgid "Reset branch '%s'\n"
9390msgstr ""
9391
9392#: builtin/checkout.c:901
9393#, c-format
9394msgid "Already on '%s'\n"
9395msgstr ""
9396
9397#: builtin/checkout.c:905
9398#, c-format
9399msgid "Switched to and reset branch '%s'\n"
9400msgstr ""
9401
9402#: builtin/checkout.c:907 builtin/checkout.c:1283
9403#, c-format
9404msgid "Switched to a new branch '%s'\n"
9405msgstr ""
9406
9407#: builtin/checkout.c:909
9408#, c-format
9409msgid "Switched to branch '%s'\n"
9410msgstr ""
9411
9412#: builtin/checkout.c:960
9413#, c-format
9414msgid " ... and %d more.\n"
9415msgstr ""
9416
9417#: builtin/checkout.c:966
9418#, c-format
9419msgid ""
9420"Warning: you are leaving %d commit behind, not connected to\n"
9421"any of your branches:\n"
9422"\n"
9423"%s\n"
9424msgid_plural ""
9425"Warning: you are leaving %d commits behind, not connected to\n"
9426"any of your branches:\n"
9427"\n"
9428"%s\n"
9429msgstr[0] ""
9430msgstr[1] ""
9431
9432#: builtin/checkout.c:985
9433#, c-format
9434msgid ""
9435"If you want to keep it by creating a new branch, this may be a good time\n"
9436"to do so with:\n"
9437"\n"
9438" git branch <new-branch-name> %s\n"
9439"\n"
9440msgid_plural ""
9441"If you want to keep them by creating a new branch, this may be a good time\n"
9442"to do so with:\n"
9443"\n"
9444" git branch <new-branch-name> %s\n"
9445"\n"
9446msgstr[0] ""
9447msgstr[1] ""
9448
9449#: builtin/checkout.c:1017
9450msgid "internal error in revision walk"
9451msgstr ""
9452
9453#: builtin/checkout.c:1021
9454msgid "Previous HEAD position was"
9455msgstr ""
9456
9457#: builtin/checkout.c:1052 builtin/checkout.c:1278
9458msgid "You are on a branch yet to be born"
9459msgstr ""
9460
9461#: builtin/checkout.c:1173
9462#, c-format
9463msgid "only one reference expected, %d given."
9464msgstr ""
9465
9466#: builtin/checkout.c:1209
9467#, c-format
9468msgid ""
9469"'%s' could be both a local file and a tracking branch.\n"
9470"Please use -- (and optionally --no-guess) to disambiguate"
9471msgstr ""
9472
9473#: builtin/checkout.c:1222 builtin/worktree.c:290 builtin/worktree.c:448
9474#, c-format
9475msgid "invalid reference: %s"
9476msgstr ""
9477
9478#: builtin/checkout.c:1251
9479#, c-format
9480msgid "reference is not a tree: %s"
9481msgstr ""
9482
9483#: builtin/checkout.c:1292
9484msgid "paths cannot be used with switching branches"
9485msgstr ""
9486
9487#: builtin/checkout.c:1295 builtin/checkout.c:1299 builtin/checkout.c:1303
9488#, c-format
9489msgid "'%s' cannot be used with switching branches"
9490msgstr ""
9491
9492#: builtin/checkout.c:1307 builtin/checkout.c:1310 builtin/checkout.c:1315
9493#: builtin/checkout.c:1318
9494#, c-format
9495msgid "'%s' cannot be used with '%s'"
9496msgstr ""
9497
9498#: builtin/checkout.c:1323
9499#, c-format
9500msgid "Cannot switch branch to a non-commit '%s'"
9501msgstr ""
9502
9503#: builtin/checkout.c:1356 builtin/checkout.c:1358 builtin/clone.c:121
9504#: builtin/remote.c:169 builtin/remote.c:171 builtin/worktree.c:492
9505#: builtin/worktree.c:494
9506msgid "branch"
9507msgstr ""
9508
9509#: builtin/checkout.c:1357
9510msgid "create and checkout a new branch"
9511msgstr ""
9512
9513#: builtin/checkout.c:1359
9514msgid "create/reset and checkout a branch"
9515msgstr ""
9516
9517#: builtin/checkout.c:1360
9518msgid "create reflog for new branch"
9519msgstr ""
9520
9521#: builtin/checkout.c:1361 builtin/worktree.c:496
9522msgid "detach HEAD at named commit"
9523msgstr ""
9524
9525#: builtin/checkout.c:1362
9526msgid "set upstream info for new branch"
9527msgstr ""
9528
9529#: builtin/checkout.c:1364
9530msgid "new-branch"
9531msgstr ""
9532
9533#: builtin/checkout.c:1364
9534msgid "new unparented branch"
9535msgstr ""
9536
9537#: builtin/checkout.c:1366
9538msgid "checkout our version for unmerged files"
9539msgstr ""
9540
9541#: builtin/checkout.c:1369
9542msgid "checkout their version for unmerged files"
9543msgstr ""
9544
9545#: builtin/checkout.c:1371
9546msgid "force checkout (throw away local modifications)"
9547msgstr ""
9548
9549#: builtin/checkout.c:1373
9550msgid "perform a 3-way merge with the new branch"
9551msgstr ""
9552
9553#: builtin/checkout.c:1375 builtin/merge.c:284
9554msgid "update ignored files (default)"
9555msgstr ""
9556
9557#: builtin/checkout.c:1377 builtin/log.c:1594 parse-options.h:309
9558msgid "style"
9559msgstr ""
9560
9561#: builtin/checkout.c:1378
9562msgid "conflict style (merge or diff3)"
9563msgstr ""
9564
9565#: builtin/checkout.c:1381
9566msgid "do not limit pathspecs to sparse entries only"
9567msgstr ""
9568
9569#: builtin/checkout.c:1383
9570msgid "do not second guess 'git checkout <no-such-branch>'"
9571msgstr ""
9572
9573#: builtin/checkout.c:1385
9574msgid "do not check if another worktree is holding the given ref"
9575msgstr ""
9576
9577#: builtin/checkout.c:1389 builtin/clone.c:88 builtin/fetch.c:141
9578#: builtin/merge.c:281 builtin/pull.c:136 builtin/push.c:575
9579#: builtin/send-pack.c:174
9580msgid "force progress reporting"
9581msgstr ""
9582
9583#: builtin/checkout.c:1390
9584msgid "use overlay mode (default)"
9585msgstr ""
9586
9587#: builtin/checkout.c:1422
9588msgid "-b, -B and --orphan are mutually exclusive"
9589msgstr ""
9590
9591#: builtin/checkout.c:1425
9592msgid "-p and --overlay are mutually exclusive"
9593msgstr ""
9594
9595#: builtin/checkout.c:1442
9596msgid "--track needs a branch name"
9597msgstr ""
9598
9599#: builtin/checkout.c:1447
9600msgid "missing branch name; try -b"
9601msgstr ""
9602
9603#: builtin/checkout.c:1484
9604msgid "invalid path specification"
9605msgstr ""
9606
9607#: builtin/checkout.c:1491
9608#, c-format
9609msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
9610msgstr ""
9611
9612#: builtin/checkout.c:1495
9613#, c-format
9614msgid "git checkout: --detach does not take a path argument '%s'"
9615msgstr ""
9616
9617#: builtin/checkout.c:1499
9618msgid ""
9619"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
9620"checking out of the index."
9621msgstr ""
9622
9623#: builtin/checkout.c:1519
9624#, c-format
9625msgid ""
9626"'%s' matched more than one remote tracking branch.\n"
9627"We found %d remotes with a reference that matched. So we fell back\n"
9628"on trying to resolve the argument as a path, but failed there too!\n"
9629"\n"
9630"If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
9631"you can do so by fully qualifying the name with the --track option:\n"
9632"\n"
9633"    git checkout --track origin/<name>\n"
9634"\n"
9635"If you'd like to always have checkouts of an ambiguous <name> prefer\n"
9636"one remote, e.g. the 'origin' remote, consider setting\n"
9637"checkout.defaultRemote=origin in your config."
9638msgstr ""
9639
9640#: builtin/clean.c:28
9641msgid ""
9642"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
9643msgstr ""
9644
9645#: builtin/clean.c:32
9646#, c-format
9647msgid "Removing %s\n"
9648msgstr ""
9649
9650#: builtin/clean.c:33
9651#, c-format
9652msgid "Would remove %s\n"
9653msgstr ""
9654
9655#: builtin/clean.c:34
9656#, c-format
9657msgid "Skipping repository %s\n"
9658msgstr ""
9659
9660#: builtin/clean.c:35
9661#, c-format
9662msgid "Would skip repository %s\n"
9663msgstr ""
9664
9665#: builtin/clean.c:36
9666#, c-format
9667msgid "failed to remove %s"
9668msgstr ""
9669
9670#: builtin/clean.c:299 git-add--interactive.perl:579
9671#, c-format
9672msgid ""
9673"Prompt help:\n"
9674"1          - select a numbered item\n"
9675"foo        - select item based on unique prefix\n"
9676"           - (empty) select nothing\n"
9677msgstr ""
9678
9679#: builtin/clean.c:303 git-add--interactive.perl:588
9680#, c-format
9681msgid ""
9682"Prompt help:\n"
9683"1          - select a single item\n"
9684"3-5        - select a range of items\n"
9685"2-3,6-9    - select multiple ranges\n"
9686"foo        - select item based on unique prefix\n"
9687"-...       - unselect specified items\n"
9688"*          - choose all items\n"
9689"           - (empty) finish selecting\n"
9690msgstr ""
9691
9692#: builtin/clean.c:519 git-add--interactive.perl:554
9693#: git-add--interactive.perl:559
9694#, c-format, perl-format
9695msgid "Huh (%s)?\n"
9696msgstr ""
9697
9698#: builtin/clean.c:661
9699#, c-format
9700msgid "Input ignore patterns>> "
9701msgstr ""
9702
9703#: builtin/clean.c:698
9704#, c-format
9705msgid "WARNING: Cannot find items matched by: %s"
9706msgstr ""
9707
9708#: builtin/clean.c:719
9709msgid "Select items to delete"
9710msgstr ""
9711
9712#. TRANSLATORS: Make sure to keep [y/N] as is
9713#: builtin/clean.c:760
9714#, c-format
9715msgid "Remove %s [y/N]? "
9716msgstr ""
9717
9718#: builtin/clean.c:785 git-add--interactive.perl:1717
9719#, c-format
9720msgid "Bye.\n"
9721msgstr ""
9722
9723#: builtin/clean.c:793
9724msgid ""
9725"clean               - start cleaning\n"
9726"filter by pattern   - exclude items from deletion\n"
9727"select by numbers   - select items to be deleted by numbers\n"
9728"ask each            - confirm each deletion (like \"rm -i\")\n"
9729"quit                - stop cleaning\n"
9730"help                - this screen\n"
9731"?                   - help for prompt selection"
9732msgstr ""
9733
9734#: builtin/clean.c:820 git-add--interactive.perl:1793
9735msgid "*** Commands ***"
9736msgstr ""
9737
9738#: builtin/clean.c:821 git-add--interactive.perl:1790
9739msgid "What now"
9740msgstr ""
9741
9742#: builtin/clean.c:829
9743msgid "Would remove the following item:"
9744msgid_plural "Would remove the following items:"
9745msgstr[0] ""
9746msgstr[1] ""
9747
9748#: builtin/clean.c:845
9749msgid "No more files to clean, exiting."
9750msgstr ""
9751
9752#: builtin/clean.c:907
9753msgid "do not print names of files removed"
9754msgstr ""
9755
9756#: builtin/clean.c:909
9757msgid "force"
9758msgstr ""
9759
9760#: builtin/clean.c:910
9761msgid "interactive cleaning"
9762msgstr ""
9763
9764#: builtin/clean.c:912
9765msgid "remove whole directories"
9766msgstr ""
9767
9768#: builtin/clean.c:913 builtin/describe.c:546 builtin/describe.c:548
9769#: builtin/grep.c:897 builtin/log.c:171 builtin/log.c:173
9770#: builtin/ls-files.c:557 builtin/name-rev.c:417 builtin/name-rev.c:419
9771#: builtin/show-ref.c:178
9772msgid "pattern"
9773msgstr ""
9774
9775#: builtin/clean.c:914
9776msgid "add <pattern> to ignore rules"
9777msgstr ""
9778
9779#: builtin/clean.c:915
9780msgid "remove ignored files, too"
9781msgstr ""
9782
9783#: builtin/clean.c:917
9784msgid "remove only ignored files"
9785msgstr ""
9786
9787#: builtin/clean.c:935
9788msgid "-x and -X cannot be used together"
9789msgstr ""
9790
9791#: builtin/clean.c:939
9792msgid ""
9793"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
9794"clean"
9795msgstr ""
9796
9797#: builtin/clean.c:942
9798msgid ""
9799"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
9800"refusing to clean"
9801msgstr ""
9802
9803#: builtin/clone.c:44
9804msgid "git clone [<options>] [--] <repo> [<dir>]"
9805msgstr ""
9806
9807#: builtin/clone.c:90
9808msgid "don't create a checkout"
9809msgstr ""
9810
9811#: builtin/clone.c:91 builtin/clone.c:93 builtin/init-db.c:489
9812msgid "create a bare repository"
9813msgstr ""
9814
9815#: builtin/clone.c:95
9816msgid "create a mirror repository (implies bare)"
9817msgstr ""
9818
9819#: builtin/clone.c:97
9820msgid "to clone from a local repository"
9821msgstr ""
9822
9823#: builtin/clone.c:99
9824msgid "don't use local hardlinks, always copy"
9825msgstr ""
9826
9827#: builtin/clone.c:101
9828msgid "setup as shared repository"
9829msgstr ""
9830
9831#: builtin/clone.c:103 builtin/clone.c:107
9832msgid "pathspec"
9833msgstr ""
9834
9835#: builtin/clone.c:103 builtin/clone.c:107
9836msgid "initialize submodules in the clone"
9837msgstr ""
9838
9839#: builtin/clone.c:110
9840msgid "number of submodules cloned in parallel"
9841msgstr ""
9842
9843#: builtin/clone.c:111 builtin/init-db.c:486
9844msgid "template-directory"
9845msgstr ""
9846
9847#: builtin/clone.c:112 builtin/init-db.c:487
9848msgid "directory from which templates will be used"
9849msgstr ""
9850
9851#: builtin/clone.c:114 builtin/clone.c:116 builtin/submodule--helper.c:1379
9852#: builtin/submodule--helper.c:1859
9853msgid "reference repository"
9854msgstr ""
9855
9856#: builtin/clone.c:118 builtin/submodule--helper.c:1381
9857#: builtin/submodule--helper.c:1861
9858msgid "use --reference only while cloning"
9859msgstr ""
9860
9861#: builtin/clone.c:119 builtin/column.c:27 builtin/merge-file.c:46
9862#: builtin/pack-objects.c:3306 builtin/repack.c:329
9863msgid "name"
9864msgstr ""
9865
9866#: builtin/clone.c:120
9867msgid "use <name> instead of 'origin' to track upstream"
9868msgstr ""
9869
9870#: builtin/clone.c:122
9871msgid "checkout <branch> instead of the remote's HEAD"
9872msgstr ""
9873
9874#: builtin/clone.c:124
9875msgid "path to git-upload-pack on the remote"
9876msgstr ""
9877
9878#: builtin/clone.c:125 builtin/fetch.c:142 builtin/grep.c:836
9879#: builtin/pull.c:225
9880msgid "depth"
9881msgstr ""
9882
9883#: builtin/clone.c:126
9884msgid "create a shallow clone of that depth"
9885msgstr ""
9886
9887#: builtin/clone.c:127 builtin/fetch.c:144 builtin/pack-objects.c:3295
9888msgid "time"
9889msgstr ""
9890
9891#: builtin/clone.c:128
9892msgid "create a shallow clone since a specific time"
9893msgstr ""
9894
9895#: builtin/clone.c:129 builtin/fetch.c:146 builtin/fetch.c:169
9896#: builtin/rebase.c:1389
9897msgid "revision"
9898msgstr ""
9899
9900#: builtin/clone.c:130 builtin/fetch.c:147
9901msgid "deepen history of shallow clone, excluding rev"
9902msgstr ""
9903
9904#: builtin/clone.c:132
9905msgid "clone only one branch, HEAD or --branch"
9906msgstr ""
9907
9908#: builtin/clone.c:134
9909msgid "don't clone any tags, and make later fetches not to follow them"
9910msgstr ""
9911
9912#: builtin/clone.c:136
9913msgid "any cloned submodules will be shallow"
9914msgstr ""
9915
9916#: builtin/clone.c:137 builtin/init-db.c:495
9917msgid "gitdir"
9918msgstr ""
9919
9920#: builtin/clone.c:138 builtin/init-db.c:496
9921msgid "separate git dir from working tree"
9922msgstr ""
9923
9924#: builtin/clone.c:139
9925msgid "key=value"
9926msgstr ""
9927
9928#: builtin/clone.c:140
9929msgid "set config inside the new repository"
9930msgstr ""
9931
9932#: builtin/clone.c:142 builtin/fetch.c:164 builtin/ls-remote.c:76
9933#: builtin/push.c:585 builtin/send-pack.c:172
9934msgid "server-specific"
9935msgstr ""
9936
9937#: builtin/clone.c:142 builtin/fetch.c:164 builtin/ls-remote.c:76
9938#: builtin/push.c:585 builtin/send-pack.c:173
9939msgid "option to transmit"
9940msgstr ""
9941
9942#: builtin/clone.c:143 builtin/fetch.c:165 builtin/pull.c:238
9943#: builtin/push.c:586
9944msgid "use IPv4 addresses only"
9945msgstr ""
9946
9947#: builtin/clone.c:145 builtin/fetch.c:167 builtin/pull.c:241
9948#: builtin/push.c:588
9949msgid "use IPv6 addresses only"
9950msgstr ""
9951
9952#: builtin/clone.c:283
9953msgid ""
9954"No directory name could be guessed.\n"
9955"Please specify a directory on the command line"
9956msgstr ""
9957
9958#: builtin/clone.c:336
9959#, c-format
9960msgid "info: Could not add alternate for '%s': %s\n"
9961msgstr ""
9962
9963#: builtin/clone.c:408
9964#, c-format
9965msgid "failed to open '%s'"
9966msgstr ""
9967
9968#: builtin/clone.c:416
9969#, c-format
9970msgid "%s exists and is not a directory"
9971msgstr ""
9972
9973#: builtin/clone.c:430
9974#, c-format
9975msgid "failed to stat %s\n"
9976msgstr ""
9977
9978#: builtin/clone.c:447
9979#, c-format
9980msgid "failed to unlink '%s'"
9981msgstr ""
9982
9983#: builtin/clone.c:452
9984#, c-format
9985msgid "failed to create link '%s'"
9986msgstr ""
9987
9988#: builtin/clone.c:456
9989#, c-format
9990msgid "failed to copy file to '%s'"
9991msgstr ""
9992
9993#: builtin/clone.c:482
9994#, c-format
9995msgid "done.\n"
9996msgstr ""
9997
9998#: builtin/clone.c:496
9999msgid ""
10000"Clone succeeded, but checkout failed.\n"
10001"You can inspect what was checked out with 'git status'\n"
10002"and retry the checkout with 'git checkout -f HEAD'\n"
10003msgstr ""
10004
10005#: builtin/clone.c:573
10006#, c-format
10007msgid "Could not find remote branch %s to clone."
10008msgstr ""
10009
10010#: builtin/clone.c:692
10011#, c-format
10012msgid "unable to update %s"
10013msgstr ""
10014
10015#: builtin/clone.c:742
10016msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
10017msgstr ""
10018
10019#: builtin/clone.c:773
10020msgid "unable to checkout working tree"
10021msgstr ""
10022
10023#: builtin/clone.c:818
10024msgid "unable to write parameters to config file"
10025msgstr ""
10026
10027#: builtin/clone.c:881
10028msgid "cannot repack to clean up"
10029msgstr ""
10030
10031#: builtin/clone.c:883
10032msgid "cannot unlink temporary alternates file"
10033msgstr ""
10034
10035#: builtin/clone.c:923 builtin/receive-pack.c:1952
10036msgid "Too many arguments."
10037msgstr ""
10038
10039#: builtin/clone.c:927
10040msgid "You must specify a repository to clone."
10041msgstr ""
10042
10043#: builtin/clone.c:940
10044#, c-format
10045msgid "--bare and --origin %s options are incompatible."
10046msgstr ""
10047
10048#: builtin/clone.c:943
10049msgid "--bare and --separate-git-dir are incompatible."
10050msgstr ""
10051
10052#: builtin/clone.c:956
10053#, c-format
10054msgid "repository '%s' does not exist"
10055msgstr ""
10056
10057#: builtin/clone.c:962 builtin/fetch.c:1610
10058#, c-format
10059msgid "depth %s is not a positive number"
10060msgstr ""
10061
10062#: builtin/clone.c:972
10063#, c-format
10064msgid "destination path '%s' already exists and is not an empty directory."
10065msgstr ""
10066
10067#: builtin/clone.c:982
10068#, c-format
10069msgid "working tree '%s' already exists."
10070msgstr ""
10071
10072#: builtin/clone.c:997 builtin/clone.c:1018 builtin/difftool.c:270
10073#: builtin/worktree.c:296 builtin/worktree.c:328
10074#, c-format
10075msgid "could not create leading directories of '%s'"
10076msgstr ""
10077
10078#: builtin/clone.c:1002
10079#, c-format
10080msgid "could not create work tree dir '%s'"
10081msgstr ""
10082
10083#: builtin/clone.c:1022
10084#, c-format
10085msgid "Cloning into bare repository '%s'...\n"
10086msgstr ""
10087
10088#: builtin/clone.c:1024
10089#, c-format
10090msgid "Cloning into '%s'...\n"
10091msgstr ""
10092
10093#: builtin/clone.c:1048
10094msgid ""
10095"clone --recursive is not compatible with both --reference and --reference-if-"
10096"able"
10097msgstr ""
10098
10099#: builtin/clone.c:1109
10100msgid "--depth is ignored in local clones; use file:// instead."
10101msgstr ""
10102
10103#: builtin/clone.c:1111
10104msgid "--shallow-since is ignored in local clones; use file:// instead."
10105msgstr ""
10106
10107#: builtin/clone.c:1113
10108msgid "--shallow-exclude is ignored in local clones; use file:// instead."
10109msgstr ""
10110
10111#: builtin/clone.c:1115
10112msgid "--filter is ignored in local clones; use file:// instead."
10113msgstr ""
10114
10115#: builtin/clone.c:1118
10116msgid "source repository is shallow, ignoring --local"
10117msgstr ""
10118
10119#: builtin/clone.c:1123
10120msgid "--local is ignored"
10121msgstr ""
10122
10123#: builtin/clone.c:1200 builtin/clone.c:1208
10124#, c-format
10125msgid "Remote branch %s not found in upstream %s"
10126msgstr ""
10127
10128#: builtin/clone.c:1211
10129msgid "You appear to have cloned an empty repository."
10130msgstr ""
10131
10132#: builtin/column.c:10
10133msgid "git column [<options>]"
10134msgstr ""
10135
10136#: builtin/column.c:27
10137msgid "lookup config vars"
10138msgstr ""
10139
10140#: builtin/column.c:28 builtin/column.c:29
10141msgid "layout to use"
10142msgstr ""
10143
10144#: builtin/column.c:30
10145msgid "Maximum width"
10146msgstr ""
10147
10148#: builtin/column.c:31
10149msgid "Padding space on left border"
10150msgstr ""
10151
10152#: builtin/column.c:32
10153msgid "Padding space on right border"
10154msgstr ""
10155
10156#: builtin/column.c:33
10157msgid "Padding space between columns"
10158msgstr ""
10159
10160#: builtin/column.c:51
10161msgid "--command must be the first argument"
10162msgstr ""
10163
10164#: builtin/commit-tree.c:18
10165msgid ""
10166"git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...] [(-F "
10167"<file>)...] <tree>"
10168msgstr ""
10169
10170#: builtin/commit-tree.c:31
10171#, c-format
10172msgid "duplicate parent %s ignored"
10173msgstr ""
10174
10175#: builtin/commit-tree.c:56 builtin/commit-tree.c:136 builtin/log.c:520
10176#, c-format
10177msgid "not a valid object name %s"
10178msgstr ""
10179
10180#: builtin/commit-tree.c:93
10181#, c-format
10182msgid "git commit-tree: failed to open '%s'"
10183msgstr ""
10184
10185#: builtin/commit-tree.c:96
10186#, c-format
10187msgid "git commit-tree: failed to read '%s'"
10188msgstr ""
10189
10190#: builtin/commit-tree.c:98
10191#, c-format
10192msgid "git commit-tree: failed to close '%s'"
10193msgstr ""
10194
10195#: builtin/commit-tree.c:111
10196msgid "parent"
10197msgstr ""
10198
10199#: builtin/commit-tree.c:112
10200msgid "id of a parent commit object"
10201msgstr ""
10202
10203#: builtin/commit-tree.c:114 builtin/commit.c:1480 builtin/merge.c:268
10204#: builtin/notes.c:409 builtin/notes.c:575 builtin/stash.c:1473
10205#: builtin/tag.c:406
10206msgid "message"
10207msgstr ""
10208
10209#: builtin/commit-tree.c:115 builtin/commit.c:1480
10210msgid "commit message"
10211msgstr ""
10212
10213#: builtin/commit-tree.c:118
10214msgid "read commit log message from file"
10215msgstr ""
10216
10217#: builtin/commit-tree.c:121 builtin/commit.c:1492 builtin/merge.c:283
10218#: builtin/pull.c:193 builtin/revert.c:117
10219msgid "GPG sign commit"
10220msgstr ""
10221
10222#: builtin/commit-tree.c:133
10223msgid "must give exactly one tree"
10224msgstr ""
10225
10226#: builtin/commit-tree.c:140
10227msgid "git commit-tree: failed to read"
10228msgstr ""
10229
10230#: builtin/commit.c:41
10231msgid "git commit [<options>] [--] <pathspec>..."
10232msgstr ""
10233
10234#: builtin/commit.c:46
10235msgid "git status [<options>] [--] <pathspec>..."
10236msgstr ""
10237
10238#: builtin/commit.c:51
10239msgid ""
10240"You asked to amend the most recent commit, but doing so would make\n"
10241"it empty. You can repeat your command with --allow-empty, or you can\n"
10242"remove the commit entirely with \"git reset HEAD^\".\n"
10243msgstr ""
10244
10245#: builtin/commit.c:56
10246msgid ""
10247"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
10248"If you wish to commit it anyway, use:\n"
10249"\n"
10250"    git commit --allow-empty\n"
10251"\n"
10252msgstr ""
10253
10254#: builtin/commit.c:63
10255msgid "Otherwise, please use 'git reset'\n"
10256msgstr ""
10257
10258#: builtin/commit.c:66
10259msgid ""
10260"If you wish to skip this commit, use:\n"
10261"\n"
10262"    git reset\n"
10263"\n"
10264"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
10265"the remaining commits.\n"
10266msgstr ""
10267
10268#: builtin/commit.c:312
10269msgid "failed to unpack HEAD tree object"
10270msgstr ""
10271
10272#: builtin/commit.c:353
10273msgid "unable to create temporary index"
10274msgstr ""
10275
10276#: builtin/commit.c:359
10277msgid "interactive add failed"
10278msgstr ""
10279
10280#: builtin/commit.c:373
10281msgid "unable to update temporary index"
10282msgstr ""
10283
10284#: builtin/commit.c:375
10285msgid "Failed to update main cache tree"
10286msgstr ""
10287
10288#: builtin/commit.c:400 builtin/commit.c:423 builtin/commit.c:469
10289msgid "unable to write new_index file"
10290msgstr ""
10291
10292#: builtin/commit.c:452
10293msgid "cannot do a partial commit during a merge."
10294msgstr ""
10295
10296#: builtin/commit.c:454
10297msgid "cannot do a partial commit during a cherry-pick."
10298msgstr ""
10299
10300#: builtin/commit.c:462
10301msgid "cannot read the index"
10302msgstr ""
10303
10304#: builtin/commit.c:481
10305msgid "unable to write temporary index file"
10306msgstr ""
10307
10308#: builtin/commit.c:579
10309#, c-format
10310msgid "commit '%s' lacks author header"
10311msgstr ""
10312
10313#: builtin/commit.c:581
10314#, c-format
10315msgid "commit '%s' has malformed author line"
10316msgstr ""
10317
10318#: builtin/commit.c:600
10319msgid "malformed --author parameter"
10320msgstr ""
10321
10322#: builtin/commit.c:653
10323msgid ""
10324"unable to select a comment character that is not used\n"
10325"in the current commit message"
10326msgstr ""
10327
10328#: builtin/commit.c:691 builtin/commit.c:724 builtin/commit.c:1069
10329#, c-format
10330msgid "could not lookup commit %s"
10331msgstr ""
10332
10333#: builtin/commit.c:703 builtin/shortlog.c:319
10334#, c-format
10335msgid "(reading log message from standard input)\n"
10336msgstr ""
10337
10338#: builtin/commit.c:705
10339msgid "could not read log from standard input"
10340msgstr ""
10341
10342#: builtin/commit.c:709
10343#, c-format
10344msgid "could not read log file '%s'"
10345msgstr ""
10346
10347#: builtin/commit.c:740 builtin/commit.c:756
10348msgid "could not read SQUASH_MSG"
10349msgstr ""
10350
10351#: builtin/commit.c:747
10352msgid "could not read MERGE_MSG"
10353msgstr ""
10354
10355#: builtin/commit.c:807
10356msgid "could not write commit template"
10357msgstr ""
10358
10359#: builtin/commit.c:826
10360#, c-format
10361msgid ""
10362"\n"
10363"It looks like you may be committing a merge.\n"
10364"If this is not correct, please remove the file\n"
10365"\t%s\n"
10366"and try again.\n"
10367msgstr ""
10368
10369#: builtin/commit.c:831
10370#, c-format
10371msgid ""
10372"\n"
10373"It looks like you may be committing a cherry-pick.\n"
10374"If this is not correct, please remove the file\n"
10375"\t%s\n"
10376"and try again.\n"
10377msgstr ""
10378
10379#: builtin/commit.c:844
10380#, c-format
10381msgid ""
10382"Please enter the commit message for your changes. Lines starting\n"
10383"with '%c' will be ignored, and an empty message aborts the commit.\n"
10384msgstr ""
10385
10386#: builtin/commit.c:852
10387#, c-format
10388msgid ""
10389"Please enter the commit message for your changes. Lines starting\n"
10390"with '%c' will be kept; you may remove them yourself if you want to.\n"
10391"An empty message aborts the commit.\n"
10392msgstr ""
10393
10394#: builtin/commit.c:869
10395#, c-format
10396msgid "%sAuthor:    %.*s <%.*s>"
10397msgstr ""
10398
10399#: builtin/commit.c:877
10400#, c-format
10401msgid "%sDate:      %s"
10402msgstr ""
10403
10404#: builtin/commit.c:884
10405#, c-format
10406msgid "%sCommitter: %.*s <%.*s>"
10407msgstr ""
10408
10409#: builtin/commit.c:902
10410msgid "Cannot read index"
10411msgstr ""
10412
10413#: builtin/commit.c:969
10414msgid "Error building trees"
10415msgstr ""
10416
10417#: builtin/commit.c:983 builtin/tag.c:269
10418#, c-format
10419msgid "Please supply the message using either -m or -F option.\n"
10420msgstr ""
10421
10422#: builtin/commit.c:1027
10423#, c-format
10424msgid "--author '%s' is not 'Name <email>' and matches no existing author"
10425msgstr ""
10426
10427#: builtin/commit.c:1041
10428#, c-format
10429msgid "Invalid ignored mode '%s'"
10430msgstr ""
10431
10432#: builtin/commit.c:1059 builtin/commit.c:1284
10433#, c-format
10434msgid "Invalid untracked files mode '%s'"
10435msgstr ""
10436
10437#: builtin/commit.c:1097
10438msgid "--long and -z are incompatible"
10439msgstr ""
10440
10441#: builtin/commit.c:1130
10442msgid "Using both --reset-author and --author does not make sense"
10443msgstr ""
10444
10445#: builtin/commit.c:1139
10446msgid "You have nothing to amend."
10447msgstr ""
10448
10449#: builtin/commit.c:1142
10450msgid "You are in the middle of a merge -- cannot amend."
10451msgstr ""
10452
10453#: builtin/commit.c:1144
10454msgid "You are in the middle of a cherry-pick -- cannot amend."
10455msgstr ""
10456
10457#: builtin/commit.c:1147
10458msgid "Options --squash and --fixup cannot be used together"
10459msgstr ""
10460
10461#: builtin/commit.c:1157
10462msgid "Only one of -c/-C/-F/--fixup can be used."
10463msgstr ""
10464
10465#: builtin/commit.c:1159
10466msgid "Option -m cannot be combined with -c/-C/-F."
10467msgstr ""
10468
10469#: builtin/commit.c:1167
10470msgid "--reset-author can be used only with -C, -c or --amend."
10471msgstr ""
10472
10473#: builtin/commit.c:1184
10474msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
10475msgstr ""
10476
10477#: builtin/commit.c:1186
10478msgid "No paths with --include/--only does not make sense."
10479msgstr ""
10480
10481#: builtin/commit.c:1192
10482#, c-format
10483msgid "paths '%s ...' with -a does not make sense"
10484msgstr ""
10485
10486#: builtin/commit.c:1319 builtin/commit.c:1503
10487msgid "show status concisely"
10488msgstr ""
10489
10490#: builtin/commit.c:1321 builtin/commit.c:1505
10491msgid "show branch information"
10492msgstr ""
10493
10494#: builtin/commit.c:1323
10495msgid "show stash information"
10496msgstr ""
10497
10498#: builtin/commit.c:1325 builtin/commit.c:1507
10499msgid "compute full ahead/behind values"
10500msgstr ""
10501
10502#: builtin/commit.c:1327
10503msgid "version"
10504msgstr ""
10505
10506#: builtin/commit.c:1327 builtin/commit.c:1509 builtin/push.c:561
10507#: builtin/worktree.c:643
10508msgid "machine-readable output"
10509msgstr ""
10510
10511#: builtin/commit.c:1330 builtin/commit.c:1511
10512msgid "show status in long format (default)"
10513msgstr ""
10514
10515#: builtin/commit.c:1333 builtin/commit.c:1514
10516msgid "terminate entries with NUL"
10517msgstr ""
10518
10519#: builtin/commit.c:1335 builtin/commit.c:1339 builtin/commit.c:1517
10520#: builtin/fast-export.c:1085 builtin/fast-export.c:1088 builtin/rebase.c:1465
10521#: parse-options.h:323
10522msgid "mode"
10523msgstr ""
10524
10525#: builtin/commit.c:1336 builtin/commit.c:1517
10526msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
10527msgstr ""
10528
10529#: builtin/commit.c:1340
10530msgid ""
10531"show ignored files, optional modes: traditional, matching, no. (Default: "
10532"traditional)"
10533msgstr ""
10534
10535#: builtin/commit.c:1342 parse-options.h:178
10536msgid "when"
10537msgstr ""
10538
10539#: builtin/commit.c:1343
10540msgid ""
10541"ignore changes to submodules, optional when: all, dirty, untracked. "
10542"(Default: all)"
10543msgstr ""
10544
10545#: builtin/commit.c:1345
10546msgid "list untracked files in columns"
10547msgstr ""
10548
10549#: builtin/commit.c:1346
10550msgid "do not detect renames"
10551msgstr ""
10552
10553#: builtin/commit.c:1348
10554msgid "detect renames, optionally set similarity index"
10555msgstr ""
10556
10557#: builtin/commit.c:1368
10558msgid "Unsupported combination of ignored and untracked-files arguments"
10559msgstr ""
10560
10561#: builtin/commit.c:1473
10562msgid "suppress summary after successful commit"
10563msgstr ""
10564
10565#: builtin/commit.c:1474
10566msgid "show diff in commit message template"
10567msgstr ""
10568
10569#: builtin/commit.c:1476
10570msgid "Commit message options"
10571msgstr ""
10572
10573#: builtin/commit.c:1477 builtin/merge.c:272 builtin/tag.c:408
10574msgid "read message from file"
10575msgstr ""
10576
10577#: builtin/commit.c:1478
10578msgid "author"
10579msgstr ""
10580
10581#: builtin/commit.c:1478
10582msgid "override author for commit"
10583msgstr ""
10584
10585#: builtin/commit.c:1479 builtin/gc.c:539
10586msgid "date"
10587msgstr ""
10588
10589#: builtin/commit.c:1479
10590msgid "override date for commit"
10591msgstr ""
10592
10593#: builtin/commit.c:1481 builtin/commit.c:1482 builtin/commit.c:1483
10594#: builtin/commit.c:1484 parse-options.h:315 ref-filter.h:92
10595msgid "commit"
10596msgstr ""
10597
10598#: builtin/commit.c:1481
10599msgid "reuse and edit message from specified commit"
10600msgstr ""
10601
10602#: builtin/commit.c:1482
10603msgid "reuse message from specified commit"
10604msgstr ""
10605
10606#: builtin/commit.c:1483
10607msgid "use autosquash formatted message to fixup specified commit"
10608msgstr ""
10609
10610#: builtin/commit.c:1484
10611msgid "use autosquash formatted message to squash specified commit"
10612msgstr ""
10613
10614#: builtin/commit.c:1485
10615msgid "the commit is authored by me now (used with -C/-c/--amend)"
10616msgstr ""
10617
10618#: builtin/commit.c:1486 builtin/log.c:1541 builtin/merge.c:285
10619#: builtin/pull.c:162 builtin/revert.c:109
10620msgid "add Signed-off-by:"
10621msgstr ""
10622
10623#: builtin/commit.c:1487
10624msgid "use specified template file"
10625msgstr ""
10626
10627#: builtin/commit.c:1488
10628msgid "force edit of commit"
10629msgstr ""
10630
10631#: builtin/commit.c:1490
10632msgid "include status in commit message template"
10633msgstr ""
10634
10635#: builtin/commit.c:1495
10636msgid "Commit contents options"
10637msgstr ""
10638
10639#: builtin/commit.c:1496
10640msgid "commit all changed files"
10641msgstr ""
10642
10643#: builtin/commit.c:1497
10644msgid "add specified files to index for commit"
10645msgstr ""
10646
10647#: builtin/commit.c:1498
10648msgid "interactively add files"
10649msgstr ""
10650
10651#: builtin/commit.c:1499
10652msgid "interactively add changes"
10653msgstr ""
10654
10655#: builtin/commit.c:1500
10656msgid "commit only specified files"
10657msgstr ""
10658
10659#: builtin/commit.c:1501
10660msgid "bypass pre-commit and commit-msg hooks"
10661msgstr ""
10662
10663#: builtin/commit.c:1502
10664msgid "show what would be committed"
10665msgstr ""
10666
10667#: builtin/commit.c:1515
10668msgid "amend previous commit"
10669msgstr ""
10670
10671#: builtin/commit.c:1516
10672msgid "bypass post-rewrite hook"
10673msgstr ""
10674
10675#: builtin/commit.c:1521
10676msgid "ok to record an empty change"
10677msgstr ""
10678
10679#: builtin/commit.c:1523
10680msgid "ok to record a change with an empty message"
10681msgstr ""
10682
10683#: builtin/commit.c:1596
10684#, c-format
10685msgid "Corrupt MERGE_HEAD file (%s)"
10686msgstr ""
10687
10688#: builtin/commit.c:1603
10689msgid "could not read MERGE_MODE"
10690msgstr ""
10691
10692#: builtin/commit.c:1622
10693#, c-format
10694msgid "could not read commit message: %s"
10695msgstr ""
10696
10697#: builtin/commit.c:1629
10698#, c-format
10699msgid "Aborting commit due to empty commit message.\n"
10700msgstr ""
10701
10702#: builtin/commit.c:1634
10703#, c-format
10704msgid "Aborting commit; you did not edit the message.\n"
10705msgstr ""
10706
10707#: builtin/commit.c:1668
10708msgid ""
10709"repository has been updated, but unable to write\n"
10710"new_index file. Check that disk is not full and quota is\n"
10711"not exceeded, and then \"git reset HEAD\" to recover."
10712msgstr ""
10713
10714#: builtin/commit-graph.c:10
10715msgid "git commit-graph [--object-dir <objdir>]"
10716msgstr ""
10717
10718#: builtin/commit-graph.c:11 builtin/commit-graph.c:23
10719msgid "git commit-graph read [--object-dir <objdir>]"
10720msgstr ""
10721
10722#: builtin/commit-graph.c:12 builtin/commit-graph.c:18
10723msgid "git commit-graph verify [--object-dir <objdir>]"
10724msgstr ""
10725
10726#: builtin/commit-graph.c:13 builtin/commit-graph.c:28
10727msgid ""
10728"git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"
10729"stdin-packs|--stdin-commits]"
10730msgstr ""
10731
10732#: builtin/commit-graph.c:51 builtin/commit-graph.c:89
10733#: builtin/commit-graph.c:147 builtin/commit-graph.c:205 builtin/fetch.c:153
10734#: builtin/log.c:1561
10735msgid "dir"
10736msgstr ""
10737
10738#: builtin/commit-graph.c:52 builtin/commit-graph.c:90
10739#: builtin/commit-graph.c:148 builtin/commit-graph.c:206
10740msgid "The object directory to store the graph"
10741msgstr ""
10742
10743#: builtin/commit-graph.c:68 builtin/commit-graph.c:105
10744#, c-format
10745msgid "Could not open commit-graph '%s'"
10746msgstr ""
10747
10748#: builtin/commit-graph.c:150
10749msgid "start walk at all refs"
10750msgstr ""
10751
10752#: builtin/commit-graph.c:152
10753msgid "scan pack-indexes listed by stdin for commits"
10754msgstr ""
10755
10756#: builtin/commit-graph.c:154
10757msgid "start walk at commits listed by stdin"
10758msgstr ""
10759
10760#: builtin/commit-graph.c:156
10761msgid "include all commits already in the commit-graph file"
10762msgstr ""
10763
10764#: builtin/commit-graph.c:165
10765msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
10766msgstr ""
10767
10768#: builtin/config.c:11
10769msgid "git config [<options>]"
10770msgstr ""
10771
10772#: builtin/config.c:103
10773#, c-format
10774msgid "unrecognized --type argument, %s"
10775msgstr ""
10776
10777#: builtin/config.c:115
10778msgid "only one type at a time"
10779msgstr ""
10780
10781#: builtin/config.c:124
10782msgid "Config file location"
10783msgstr ""
10784
10785#: builtin/config.c:125
10786msgid "use global config file"
10787msgstr ""
10788
10789#: builtin/config.c:126
10790msgid "use system config file"
10791msgstr ""
10792
10793#: builtin/config.c:127
10794msgid "use repository config file"
10795msgstr ""
10796
10797#: builtin/config.c:128
10798msgid "use per-worktree config file"
10799msgstr ""
10800
10801#: builtin/config.c:129
10802msgid "use given config file"
10803msgstr ""
10804
10805#: builtin/config.c:130
10806msgid "blob-id"
10807msgstr ""
10808
10809#: builtin/config.c:130
10810msgid "read config from given blob object"
10811msgstr ""
10812
10813#: builtin/config.c:131
10814msgid "Action"
10815msgstr ""
10816
10817#: builtin/config.c:132
10818msgid "get value: name [value-regex]"
10819msgstr ""
10820
10821#: builtin/config.c:133
10822msgid "get all values: key [value-regex]"
10823msgstr ""
10824
10825#: builtin/config.c:134
10826msgid "get values for regexp: name-regex [value-regex]"
10827msgstr ""
10828
10829#: builtin/config.c:135
10830msgid "get value specific for the URL: section[.var] URL"
10831msgstr ""
10832
10833#: builtin/config.c:136
10834msgid "replace all matching variables: name value [value_regex]"
10835msgstr ""
10836
10837#: builtin/config.c:137
10838msgid "add a new variable: name value"
10839msgstr ""
10840
10841#: builtin/config.c:138
10842msgid "remove a variable: name [value-regex]"
10843msgstr ""
10844
10845#: builtin/config.c:139
10846msgid "remove all matches: name [value-regex]"
10847msgstr ""
10848
10849#: builtin/config.c:140
10850msgid "rename section: old-name new-name"
10851msgstr ""
10852
10853#: builtin/config.c:141
10854msgid "remove a section: name"
10855msgstr ""
10856
10857#: builtin/config.c:142
10858msgid "list all"
10859msgstr ""
10860
10861#: builtin/config.c:143
10862msgid "open an editor"
10863msgstr ""
10864
10865#: builtin/config.c:144
10866msgid "find the color configured: slot [default]"
10867msgstr ""
10868
10869#: builtin/config.c:145
10870msgid "find the color setting: slot [stdout-is-tty]"
10871msgstr ""
10872
10873#: builtin/config.c:146
10874msgid "Type"
10875msgstr ""
10876
10877#: builtin/config.c:147
10878msgid "value is given this type"
10879msgstr ""
10880
10881#: builtin/config.c:148
10882msgid "value is \"true\" or \"false\""
10883msgstr ""
10884
10885#: builtin/config.c:149
10886msgid "value is decimal number"
10887msgstr ""
10888
10889#: builtin/config.c:150
10890msgid "value is --bool or --int"
10891msgstr ""
10892
10893#: builtin/config.c:151
10894msgid "value is a path (file or directory name)"
10895msgstr ""
10896
10897#: builtin/config.c:152
10898msgid "value is an expiry date"
10899msgstr ""
10900
10901#: builtin/config.c:153
10902msgid "Other"
10903msgstr ""
10904
10905#: builtin/config.c:154
10906msgid "terminate values with NUL byte"
10907msgstr ""
10908
10909#: builtin/config.c:155
10910msgid "show variable names only"
10911msgstr ""
10912
10913#: builtin/config.c:156
10914msgid "respect include directives on lookup"
10915msgstr ""
10916
10917#: builtin/config.c:157
10918msgid "show origin of config (file, standard input, blob, command line)"
10919msgstr ""
10920
10921#: builtin/config.c:158
10922msgid "value"
10923msgstr ""
10924
10925#: builtin/config.c:158
10926msgid "with --get, use default value when missing entry"
10927msgstr ""
10928
10929#: builtin/config.c:172
10930#, c-format
10931msgid "wrong number of arguments, should be %d"
10932msgstr ""
10933
10934#: builtin/config.c:174
10935#, c-format
10936msgid "wrong number of arguments, should be from %d to %d"
10937msgstr ""
10938
10939#: builtin/config.c:308
10940#, c-format
10941msgid "invalid key pattern: %s"
10942msgstr ""
10943
10944#: builtin/config.c:344
10945#, c-format
10946msgid "failed to format default config value: %s"
10947msgstr ""
10948
10949#: builtin/config.c:401
10950#, c-format
10951msgid "cannot parse color '%s'"
10952msgstr ""
10953
10954#: builtin/config.c:443
10955msgid "unable to parse default color value"
10956msgstr ""
10957
10958#: builtin/config.c:496 builtin/config.c:742
10959msgid "not in a git directory"
10960msgstr ""
10961
10962#: builtin/config.c:499
10963msgid "writing to stdin is not supported"
10964msgstr ""
10965
10966#: builtin/config.c:502
10967msgid "writing config blobs is not supported"
10968msgstr ""
10969
10970#: builtin/config.c:587
10971#, c-format
10972msgid ""
10973"# This is Git's per-user configuration file.\n"
10974"[user]\n"
10975"# Please adapt and uncomment the following lines:\n"
10976"#\tname = %s\n"
10977"#\temail = %s\n"
10978msgstr ""
10979
10980#: builtin/config.c:611
10981msgid "only one config file at a time"
10982msgstr ""
10983
10984#: builtin/config.c:616
10985msgid "--local can only be used inside a git repository"
10986msgstr ""
10987
10988#: builtin/config.c:619
10989msgid "--blob can only be used inside a git repository"
10990msgstr ""
10991
10992#: builtin/config.c:638
10993msgid "$HOME not set"
10994msgstr ""
10995
10996#: builtin/config.c:658
10997msgid ""
10998"--worktree cannot be used with multiple working trees unless the config\n"
10999"extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"
11000"section in \"git help worktree\" for details"
11001msgstr ""
11002
11003#: builtin/config.c:688
11004msgid "--get-color and variable type are incoherent"
11005msgstr ""
11006
11007#: builtin/config.c:693
11008msgid "only one action at a time"
11009msgstr ""
11010
11011#: builtin/config.c:706
11012msgid "--name-only is only applicable to --list or --get-regexp"
11013msgstr ""
11014
11015#: builtin/config.c:712
11016msgid ""
11017"--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
11018"list"
11019msgstr ""
11020
11021#: builtin/config.c:718
11022msgid "--default is only applicable to --get"
11023msgstr ""
11024
11025#: builtin/config.c:731
11026#, c-format
11027msgid "unable to read config file '%s'"
11028msgstr ""
11029
11030#: builtin/config.c:734
11031msgid "error processing config file(s)"
11032msgstr ""
11033
11034#: builtin/config.c:744
11035msgid "editing stdin is not supported"
11036msgstr ""
11037
11038#: builtin/config.c:746
11039msgid "editing blobs is not supported"
11040msgstr ""
11041
11042#: builtin/config.c:760
11043#, c-format
11044msgid "cannot create configuration file %s"
11045msgstr ""
11046
11047#: builtin/config.c:773
11048#, c-format
11049msgid ""
11050"cannot overwrite multiple values with a single value\n"
11051"       Use a regexp, --add or --replace-all to change %s."
11052msgstr ""
11053
11054#: builtin/config.c:847 builtin/config.c:858
11055#, c-format
11056msgid "no such section: %s"
11057msgstr ""
11058
11059#: builtin/count-objects.c:90
11060msgid "git count-objects [-v] [-H | --human-readable]"
11061msgstr ""
11062
11063#: builtin/count-objects.c:100
11064msgid "print sizes in human readable format"
11065msgstr ""
11066
11067#: builtin/describe.c:27
11068msgid "git describe [<options>] [<commit-ish>...]"
11069msgstr ""
11070
11071#: builtin/describe.c:28
11072msgid "git describe [<options>] --dirty"
11073msgstr ""
11074
11075#: builtin/describe.c:63
11076msgid "head"
11077msgstr ""
11078
11079#: builtin/describe.c:63
11080msgid "lightweight"
11081msgstr ""
11082
11083#: builtin/describe.c:63
11084msgid "annotated"
11085msgstr ""
11086
11087#: builtin/describe.c:273
11088#, c-format
11089msgid "annotated tag %s not available"
11090msgstr ""
11091
11092#: builtin/describe.c:277
11093#, c-format
11094msgid "annotated tag %s has no embedded name"
11095msgstr ""
11096
11097#: builtin/describe.c:279
11098#, c-format
11099msgid "tag '%s' is really '%s' here"
11100msgstr ""
11101
11102#: builtin/describe.c:323
11103#, c-format
11104msgid "no tag exactly matches '%s'"
11105msgstr ""
11106
11107#: builtin/describe.c:325
11108#, c-format
11109msgid "No exact match on refs or tags, searching to describe\n"
11110msgstr ""
11111
11112#: builtin/describe.c:379
11113#, c-format
11114msgid "finished search at %s\n"
11115msgstr ""
11116
11117#: builtin/describe.c:405
11118#, c-format
11119msgid ""
11120"No annotated tags can describe '%s'.\n"
11121"However, there were unannotated tags: try --tags."
11122msgstr ""
11123
11124#: builtin/describe.c:409
11125#, c-format
11126msgid ""
11127"No tags can describe '%s'.\n"
11128"Try --always, or create some tags."
11129msgstr ""
11130
11131#: builtin/describe.c:439
11132#, c-format
11133msgid "traversed %lu commits\n"
11134msgstr ""
11135
11136#: builtin/describe.c:442
11137#, c-format
11138msgid ""
11139"more than %i tags found; listed %i most recent\n"
11140"gave up search at %s\n"
11141msgstr ""
11142
11143#: builtin/describe.c:510
11144#, c-format
11145msgid "describe %s\n"
11146msgstr ""
11147
11148#: builtin/describe.c:513
11149#, c-format
11150msgid "Not a valid object name %s"
11151msgstr ""
11152
11153#: builtin/describe.c:521
11154#, c-format
11155msgid "%s is neither a commit nor blob"
11156msgstr ""
11157
11158#: builtin/describe.c:535
11159msgid "find the tag that comes after the commit"
11160msgstr ""
11161
11162#: builtin/describe.c:536
11163msgid "debug search strategy on stderr"
11164msgstr ""
11165
11166#: builtin/describe.c:537
11167msgid "use any ref"
11168msgstr ""
11169
11170#: builtin/describe.c:538
11171msgid "use any tag, even unannotated"
11172msgstr ""
11173
11174#: builtin/describe.c:539
11175msgid "always use long format"
11176msgstr ""
11177
11178#: builtin/describe.c:540
11179msgid "only follow first parent"
11180msgstr ""
11181
11182#: builtin/describe.c:543
11183msgid "only output exact matches"
11184msgstr ""
11185
11186#: builtin/describe.c:545
11187msgid "consider <n> most recent tags (default: 10)"
11188msgstr ""
11189
11190#: builtin/describe.c:547
11191msgid "only consider tags matching <pattern>"
11192msgstr ""
11193
11194#: builtin/describe.c:549
11195msgid "do not consider tags matching <pattern>"
11196msgstr ""
11197
11198#: builtin/describe.c:551 builtin/name-rev.c:426
11199msgid "show abbreviated commit object as fallback"
11200msgstr ""
11201
11202#: builtin/describe.c:552 builtin/describe.c:555
11203msgid "mark"
11204msgstr ""
11205
11206#: builtin/describe.c:553
11207msgid "append <mark> on dirty working tree (default: \"-dirty\")"
11208msgstr ""
11209
11210#: builtin/describe.c:556
11211msgid "append <mark> on broken working tree (default: \"-broken\")"
11212msgstr ""
11213
11214#: builtin/describe.c:574
11215msgid "--long is incompatible with --abbrev=0"
11216msgstr ""
11217
11218#: builtin/describe.c:603
11219msgid "No names found, cannot describe anything."
11220msgstr ""
11221
11222#: builtin/describe.c:654
11223msgid "--dirty is incompatible with commit-ishes"
11224msgstr ""
11225
11226#: builtin/describe.c:656
11227msgid "--broken is incompatible with commit-ishes"
11228msgstr ""
11229
11230#: builtin/diff.c:84
11231#, c-format
11232msgid "'%s': not a regular file or symlink"
11233msgstr ""
11234
11235#: builtin/diff.c:235
11236#, c-format
11237msgid "invalid option: %s"
11238msgstr ""
11239
11240#: builtin/diff.c:350
11241msgid "Not a git repository"
11242msgstr ""
11243
11244#: builtin/diff.c:394
11245#, c-format
11246msgid "invalid object '%s' given."
11247msgstr ""
11248
11249#: builtin/diff.c:403
11250#, c-format
11251msgid "more than two blobs given: '%s'"
11252msgstr ""
11253
11254#: builtin/diff.c:408
11255#, c-format
11256msgid "unhandled object '%s' given."
11257msgstr ""
11258
11259#: builtin/difftool.c:31
11260msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
11261msgstr ""
11262
11263#: builtin/difftool.c:259
11264#, c-format
11265msgid "failed: %d"
11266msgstr ""
11267
11268#: builtin/difftool.c:301
11269#, c-format
11270msgid "could not read symlink %s"
11271msgstr ""
11272
11273#: builtin/difftool.c:303
11274#, c-format
11275msgid "could not read symlink file %s"
11276msgstr ""
11277
11278#: builtin/difftool.c:311
11279#, c-format
11280msgid "could not read object %s for symlink %s"
11281msgstr ""
11282
11283#: builtin/difftool.c:412
11284msgid ""
11285"combined diff formats('-c' and '--cc') are not supported in\n"
11286"directory diff mode('-d' and '--dir-diff')."
11287msgstr ""
11288
11289#: builtin/difftool.c:632
11290#, c-format
11291msgid "both files modified: '%s' and '%s'."
11292msgstr ""
11293
11294#: builtin/difftool.c:634
11295msgid "working tree file has been left."
11296msgstr ""
11297
11298#: builtin/difftool.c:645
11299#, c-format
11300msgid "temporary files exist in '%s'."
11301msgstr ""
11302
11303#: builtin/difftool.c:646
11304msgid "you may want to cleanup or recover these."
11305msgstr ""
11306
11307#: builtin/difftool.c:695
11308msgid "use `diff.guitool` instead of `diff.tool`"
11309msgstr ""
11310
11311#: builtin/difftool.c:697
11312msgid "perform a full-directory diff"
11313msgstr ""
11314
11315#: builtin/difftool.c:699
11316msgid "do not prompt before launching a diff tool"
11317msgstr ""
11318
11319#: builtin/difftool.c:704
11320msgid "use symlinks in dir-diff mode"
11321msgstr ""
11322
11323#: builtin/difftool.c:705
11324msgid "tool"
11325msgstr ""
11326
11327#: builtin/difftool.c:706
11328msgid "use the specified diff tool"
11329msgstr ""
11330
11331#: builtin/difftool.c:708
11332msgid "print a list of diff tools that may be used with `--tool`"
11333msgstr ""
11334
11335#: builtin/difftool.c:711
11336msgid ""
11337"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
11338"code"
11339msgstr ""
11340
11341#: builtin/difftool.c:714
11342msgid "specify a custom command for viewing diffs"
11343msgstr ""
11344
11345#: builtin/difftool.c:715
11346msgid "passed to `diff`"
11347msgstr ""
11348
11349#: builtin/difftool.c:730
11350msgid "difftool requires worktree or --no-index"
11351msgstr ""
11352
11353#: builtin/difftool.c:744
11354msgid "no <tool> given for --tool=<tool>"
11355msgstr ""
11356
11357#: builtin/difftool.c:751
11358msgid "no <cmd> given for --extcmd=<cmd>"
11359msgstr ""
11360
11361#: builtin/fast-export.c:29
11362msgid "git fast-export [rev-list-opts]"
11363msgstr ""
11364
11365#: builtin/fast-export.c:1084
11366msgid "show progress after <n> objects"
11367msgstr ""
11368
11369#: builtin/fast-export.c:1086
11370msgid "select handling of signed tags"
11371msgstr ""
11372
11373#: builtin/fast-export.c:1089
11374msgid "select handling of tags that tag filtered objects"
11375msgstr ""
11376
11377#: builtin/fast-export.c:1092
11378msgid "Dump marks to this file"
11379msgstr ""
11380
11381#: builtin/fast-export.c:1094
11382msgid "Import marks from this file"
11383msgstr ""
11384
11385#: builtin/fast-export.c:1096
11386msgid "Fake a tagger when tags lack one"
11387msgstr ""
11388
11389#: builtin/fast-export.c:1098
11390msgid "Output full tree for each commit"
11391msgstr ""
11392
11393#: builtin/fast-export.c:1100
11394msgid "Use the done feature to terminate the stream"
11395msgstr ""
11396
11397#: builtin/fast-export.c:1101
11398msgid "Skip output of blob data"
11399msgstr ""
11400
11401#: builtin/fast-export.c:1102 builtin/log.c:1609
11402msgid "refspec"
11403msgstr ""
11404
11405#: builtin/fast-export.c:1103
11406msgid "Apply refspec to exported refs"
11407msgstr ""
11408
11409#: builtin/fast-export.c:1104
11410msgid "anonymize output"
11411msgstr ""
11412
11413#: builtin/fast-export.c:1106
11414msgid "Reference parents which are not in fast-export stream by object id"
11415msgstr ""
11416
11417#: builtin/fast-export.c:1108
11418msgid "Show original object ids of blobs/commits"
11419msgstr ""
11420
11421#: builtin/fetch.c:28
11422msgid "git fetch [<options>] [<repository> [<refspec>...]]"
11423msgstr ""
11424
11425#: builtin/fetch.c:29
11426msgid "git fetch [<options>] <group>"
11427msgstr ""
11428
11429#: builtin/fetch.c:30
11430msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
11431msgstr ""
11432
11433#: builtin/fetch.c:31
11434msgid "git fetch --all [<options>]"
11435msgstr ""
11436
11437#: builtin/fetch.c:115 builtin/pull.c:202
11438msgid "fetch from all remotes"
11439msgstr ""
11440
11441#: builtin/fetch.c:117 builtin/pull.c:205
11442msgid "append to .git/FETCH_HEAD instead of overwriting"
11443msgstr ""
11444
11445#: builtin/fetch.c:119 builtin/pull.c:208
11446msgid "path to upload pack on remote end"
11447msgstr ""
11448
11449#: builtin/fetch.c:120
11450msgid "force overwrite of local reference"
11451msgstr ""
11452
11453#: builtin/fetch.c:122
11454msgid "fetch from multiple remotes"
11455msgstr ""
11456
11457#: builtin/fetch.c:124 builtin/pull.c:212
11458msgid "fetch all tags and associated objects"
11459msgstr ""
11460
11461#: builtin/fetch.c:126
11462msgid "do not fetch all tags (--no-tags)"
11463msgstr ""
11464
11465#: builtin/fetch.c:128
11466msgid "number of submodules fetched in parallel"
11467msgstr ""
11468
11469#: builtin/fetch.c:130 builtin/pull.c:215
11470msgid "prune remote-tracking branches no longer on remote"
11471msgstr ""
11472
11473#: builtin/fetch.c:132
11474msgid "prune local tags no longer on remote and clobber changed tags"
11475msgstr ""
11476
11477#: builtin/fetch.c:133 builtin/fetch.c:156 builtin/pull.c:139
11478msgid "on-demand"
11479msgstr ""
11480
11481#: builtin/fetch.c:134
11482msgid "control recursive fetching of submodules"
11483msgstr ""
11484
11485#: builtin/fetch.c:138 builtin/pull.c:223
11486msgid "keep downloaded pack"
11487msgstr ""
11488
11489#: builtin/fetch.c:140
11490msgid "allow updating of HEAD ref"
11491msgstr ""
11492
11493#: builtin/fetch.c:143 builtin/fetch.c:149 builtin/pull.c:226
11494msgid "deepen history of shallow clone"
11495msgstr ""
11496
11497#: builtin/fetch.c:145
11498msgid "deepen history of shallow repository based on time"
11499msgstr ""
11500
11501#: builtin/fetch.c:151 builtin/pull.c:229
11502msgid "convert to a complete repository"
11503msgstr ""
11504
11505#: builtin/fetch.c:154
11506msgid "prepend this to submodule path output"
11507msgstr ""
11508
11509#: builtin/fetch.c:157
11510msgid ""
11511"default for recursive fetching of submodules (lower priority than config "
11512"files)"
11513msgstr ""
11514
11515#: builtin/fetch.c:161 builtin/pull.c:232
11516msgid "accept refs that update .git/shallow"
11517msgstr ""
11518
11519#: builtin/fetch.c:162 builtin/pull.c:234
11520msgid "refmap"
11521msgstr ""
11522
11523#: builtin/fetch.c:163 builtin/pull.c:235
11524msgid "specify fetch refmap"
11525msgstr ""
11526
11527#: builtin/fetch.c:170
11528msgid "report that we have only objects reachable from this object"
11529msgstr ""
11530
11531#: builtin/fetch.c:469
11532msgid "Couldn't find remote ref HEAD"
11533msgstr ""
11534
11535#: builtin/fetch.c:608
11536#, c-format
11537msgid "configuration fetch.output contains invalid value %s"
11538msgstr ""
11539
11540#: builtin/fetch.c:705
11541#, c-format
11542msgid "object %s not found"
11543msgstr ""
11544
11545#: builtin/fetch.c:709
11546msgid "[up to date]"
11547msgstr ""
11548
11549#: builtin/fetch.c:722 builtin/fetch.c:738 builtin/fetch.c:801
11550msgid "[rejected]"
11551msgstr ""
11552
11553#: builtin/fetch.c:723
11554msgid "can't fetch in current branch"
11555msgstr ""
11556
11557#: builtin/fetch.c:733
11558msgid "[tag update]"
11559msgstr ""
11560
11561#: builtin/fetch.c:734 builtin/fetch.c:771 builtin/fetch.c:784
11562#: builtin/fetch.c:796
11563msgid "unable to update local ref"
11564msgstr ""
11565
11566#: builtin/fetch.c:738
11567msgid "would clobber existing tag"
11568msgstr ""
11569
11570#: builtin/fetch.c:760
11571msgid "[new tag]"
11572msgstr ""
11573
11574#: builtin/fetch.c:763
11575msgid "[new branch]"
11576msgstr ""
11577
11578#: builtin/fetch.c:766
11579msgid "[new ref]"
11580msgstr ""
11581
11582#: builtin/fetch.c:796
11583msgid "forced update"
11584msgstr ""
11585
11586#: builtin/fetch.c:801
11587msgid "non-fast-forward"
11588msgstr ""
11589
11590#: builtin/fetch.c:847
11591#, c-format
11592msgid "%s did not send all necessary objects\n"
11593msgstr ""
11594
11595#: builtin/fetch.c:868
11596#, c-format
11597msgid "reject %s because shallow roots are not allowed to be updated"
11598msgstr ""
11599
11600#: builtin/fetch.c:959 builtin/fetch.c:1081
11601#, c-format
11602msgid "From %.*s\n"
11603msgstr ""
11604
11605#: builtin/fetch.c:970
11606#, c-format
11607msgid ""
11608"some local refs could not be updated; try running\n"
11609" 'git remote prune %s' to remove any old, conflicting branches"
11610msgstr ""
11611
11612#: builtin/fetch.c:1051
11613#, c-format
11614msgid "   (%s will become dangling)"
11615msgstr ""
11616
11617#: builtin/fetch.c:1052
11618#, c-format
11619msgid "   (%s has become dangling)"
11620msgstr ""
11621
11622#: builtin/fetch.c:1084
11623msgid "[deleted]"
11624msgstr ""
11625
11626#: builtin/fetch.c:1085 builtin/remote.c:1036
11627msgid "(none)"
11628msgstr ""
11629
11630#: builtin/fetch.c:1108
11631#, c-format
11632msgid "Refusing to fetch into current branch %s of non-bare repository"
11633msgstr ""
11634
11635#: builtin/fetch.c:1127
11636#, c-format
11637msgid "Option \"%s\" value \"%s\" is not valid for %s"
11638msgstr ""
11639
11640#: builtin/fetch.c:1130
11641#, c-format
11642msgid "Option \"%s\" is ignored for %s\n"
11643msgstr ""
11644
11645#: builtin/fetch.c:1434
11646#, c-format
11647msgid "Fetching %s\n"
11648msgstr ""
11649
11650#: builtin/fetch.c:1436 builtin/remote.c:100
11651#, c-format
11652msgid "Could not fetch %s"
11653msgstr ""
11654
11655#: builtin/fetch.c:1482
11656msgid ""
11657"--filter can only be used with the remote configured in extensions."
11658"partialClone"
11659msgstr ""
11660
11661#: builtin/fetch.c:1506
11662msgid ""
11663"No remote repository specified.  Please, specify either a URL or a\n"
11664"remote name from which new revisions should be fetched."
11665msgstr ""
11666
11667#: builtin/fetch.c:1543
11668msgid "You need to specify a tag name."
11669msgstr ""
11670
11671#: builtin/fetch.c:1594
11672msgid "Negative depth in --deepen is not supported"
11673msgstr ""
11674
11675#: builtin/fetch.c:1596
11676msgid "--deepen and --depth are mutually exclusive"
11677msgstr ""
11678
11679#: builtin/fetch.c:1601
11680msgid "--depth and --unshallow cannot be used together"
11681msgstr ""
11682
11683#: builtin/fetch.c:1603
11684msgid "--unshallow on a complete repository does not make sense"
11685msgstr ""
11686
11687#: builtin/fetch.c:1619
11688msgid "fetch --all does not take a repository argument"
11689msgstr ""
11690
11691#: builtin/fetch.c:1621
11692msgid "fetch --all does not make sense with refspecs"
11693msgstr ""
11694
11695#: builtin/fetch.c:1630
11696#, c-format
11697msgid "No such remote or remote group: %s"
11698msgstr ""
11699
11700#: builtin/fetch.c:1637
11701msgid "Fetching a group and specifying refspecs does not make sense"
11702msgstr ""
11703
11704#: builtin/fetch.c:1653
11705msgid ""
11706"--filter can only be used with the remote configured in extensions."
11707"partialclone"
11708msgstr ""
11709
11710#: builtin/fmt-merge-msg.c:18
11711msgid ""
11712"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
11713msgstr ""
11714
11715#: builtin/fmt-merge-msg.c:672
11716msgid "populate log with at most <n> entries from shortlog"
11717msgstr ""
11718
11719#: builtin/fmt-merge-msg.c:675
11720msgid "alias for --log (deprecated)"
11721msgstr ""
11722
11723#: builtin/fmt-merge-msg.c:678
11724msgid "text"
11725msgstr ""
11726
11727#: builtin/fmt-merge-msg.c:679
11728msgid "use <text> as start of message"
11729msgstr ""
11730
11731#: builtin/fmt-merge-msg.c:680
11732msgid "file to read from"
11733msgstr ""
11734
11735#: builtin/for-each-ref.c:10
11736msgid "git for-each-ref [<options>] [<pattern>]"
11737msgstr ""
11738
11739#: builtin/for-each-ref.c:11
11740msgid "git for-each-ref [--points-at <object>]"
11741msgstr ""
11742
11743#: builtin/for-each-ref.c:12
11744msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
11745msgstr ""
11746
11747#: builtin/for-each-ref.c:13
11748msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
11749msgstr ""
11750
11751#: builtin/for-each-ref.c:28
11752msgid "quote placeholders suitably for shells"
11753msgstr ""
11754
11755#: builtin/for-each-ref.c:30
11756msgid "quote placeholders suitably for perl"
11757msgstr ""
11758
11759#: builtin/for-each-ref.c:32
11760msgid "quote placeholders suitably for python"
11761msgstr ""
11762
11763#: builtin/for-each-ref.c:34
11764msgid "quote placeholders suitably for Tcl"
11765msgstr ""
11766
11767#: builtin/for-each-ref.c:37
11768msgid "show only <n> matched refs"
11769msgstr ""
11770
11771#: builtin/for-each-ref.c:39 builtin/tag.c:433
11772msgid "respect format colors"
11773msgstr ""
11774
11775#: builtin/for-each-ref.c:42
11776msgid "print only refs which points at the given object"
11777msgstr ""
11778
11779#: builtin/for-each-ref.c:44
11780msgid "print only refs that are merged"
11781msgstr ""
11782
11783#: builtin/for-each-ref.c:45
11784msgid "print only refs that are not merged"
11785msgstr ""
11786
11787#: builtin/for-each-ref.c:46
11788msgid "print only refs which contain the commit"
11789msgstr ""
11790
11791#: builtin/for-each-ref.c:47
11792msgid "print only refs which don't contain the commit"
11793msgstr ""
11794
11795#: builtin/fsck.c:88 builtin/fsck.c:160 builtin/fsck.c:161
11796msgid "unknown"
11797msgstr ""
11798
11799#. TRANSLATORS: e.g. error in tree 01bfda: <more explanation>
11800#: builtin/fsck.c:120 builtin/fsck.c:136
11801#, c-format
11802msgid "error in %s %s: %s"
11803msgstr ""
11804
11805#. TRANSLATORS: e.g. warning in tree 01bfda: <more explanation>
11806#: builtin/fsck.c:131
11807#, c-format
11808msgid "warning in %s %s: %s"
11809msgstr ""
11810
11811#: builtin/fsck.c:157 builtin/fsck.c:159
11812#, c-format
11813msgid "broken link from %7s %s"
11814msgstr ""
11815
11816#: builtin/fsck.c:168
11817msgid "wrong object type in link"
11818msgstr ""
11819
11820#: builtin/fsck.c:184
11821#, c-format
11822msgid ""
11823"broken link from %7s %s\n"
11824"              to %7s %s"
11825msgstr ""
11826
11827#: builtin/fsck.c:295
11828#, c-format
11829msgid "missing %s %s"
11830msgstr ""
11831
11832#: builtin/fsck.c:321
11833#, c-format
11834msgid "unreachable %s %s"
11835msgstr ""
11836
11837#: builtin/fsck.c:340
11838#, c-format
11839msgid "dangling %s %s"
11840msgstr ""
11841
11842#: builtin/fsck.c:349
11843msgid "could not create lost-found"
11844msgstr ""
11845
11846#: builtin/fsck.c:360
11847#, c-format
11848msgid "could not finish '%s'"
11849msgstr ""
11850
11851#: builtin/fsck.c:377
11852#, c-format
11853msgid "Checking %s"
11854msgstr ""
11855
11856#: builtin/fsck.c:415
11857#, c-format
11858msgid "Checking connectivity (%d objects)"
11859msgstr ""
11860
11861#: builtin/fsck.c:434
11862#, c-format
11863msgid "Checking %s %s"
11864msgstr ""
11865
11866#: builtin/fsck.c:438
11867msgid "broken links"
11868msgstr ""
11869
11870#: builtin/fsck.c:447
11871#, c-format
11872msgid "root %s"
11873msgstr ""
11874
11875#: builtin/fsck.c:455
11876#, c-format
11877msgid "tagged %s %s (%s) in %s"
11878msgstr ""
11879
11880#: builtin/fsck.c:484
11881#, c-format
11882msgid "%s: object corrupt or missing"
11883msgstr ""
11884
11885#: builtin/fsck.c:509
11886#, c-format
11887msgid "%s: invalid reflog entry %s"
11888msgstr ""
11889
11890#: builtin/fsck.c:523
11891#, c-format
11892msgid "Checking reflog %s->%s"
11893msgstr ""
11894
11895#: builtin/fsck.c:557
11896#, c-format
11897msgid "%s: invalid sha1 pointer %s"
11898msgstr ""
11899
11900#: builtin/fsck.c:564
11901#, c-format
11902msgid "%s: not a commit"
11903msgstr ""
11904
11905#: builtin/fsck.c:619
11906msgid "notice: No default references"
11907msgstr ""
11908
11909#: builtin/fsck.c:634
11910#, c-format
11911msgid "%s: object corrupt or missing: %s"
11912msgstr ""
11913
11914#: builtin/fsck.c:647
11915#, c-format
11916msgid "%s: object could not be parsed: %s"
11917msgstr ""
11918
11919#: builtin/fsck.c:667
11920#, c-format
11921msgid "bad sha1 file: %s"
11922msgstr ""
11923
11924#: builtin/fsck.c:682
11925msgid "Checking object directory"
11926msgstr ""
11927
11928#: builtin/fsck.c:685
11929msgid "Checking object directories"
11930msgstr ""
11931
11932#: builtin/fsck.c:700
11933#, c-format
11934msgid "Checking %s link"
11935msgstr ""
11936
11937#: builtin/fsck.c:705 builtin/index-pack.c:841
11938#, c-format
11939msgid "invalid %s"
11940msgstr ""
11941
11942#: builtin/fsck.c:712
11943#, c-format
11944msgid "%s points to something strange (%s)"
11945msgstr ""
11946
11947#: builtin/fsck.c:718
11948#, c-format
11949msgid "%s: detached HEAD points at nothing"
11950msgstr ""
11951
11952#: builtin/fsck.c:722
11953#, c-format
11954msgid "notice: %s points to an unborn branch (%s)"
11955msgstr ""
11956
11957#: builtin/fsck.c:734
11958msgid "Checking cache tree"
11959msgstr ""
11960
11961#: builtin/fsck.c:739
11962#, c-format
11963msgid "%s: invalid sha1 pointer in cache-tree"
11964msgstr ""
11965
11966#: builtin/fsck.c:750
11967msgid "non-tree in cache-tree"
11968msgstr ""
11969
11970#: builtin/fsck.c:781
11971msgid "git fsck [<options>] [<object>...]"
11972msgstr ""
11973
11974#: builtin/fsck.c:787
11975msgid "show unreachable objects"
11976msgstr ""
11977
11978#: builtin/fsck.c:788
11979msgid "show dangling objects"
11980msgstr ""
11981
11982#: builtin/fsck.c:789
11983msgid "report tags"
11984msgstr ""
11985
11986#: builtin/fsck.c:790
11987msgid "report root nodes"
11988msgstr ""
11989
11990#: builtin/fsck.c:791
11991msgid "make index objects head nodes"
11992msgstr ""
11993
11994#: builtin/fsck.c:792
11995msgid "make reflogs head nodes (default)"
11996msgstr ""
11997
11998#: builtin/fsck.c:793
11999msgid "also consider packs and alternate objects"
12000msgstr ""
12001
12002#: builtin/fsck.c:794
12003msgid "check only connectivity"
12004msgstr ""
12005
12006#: builtin/fsck.c:795
12007msgid "enable more strict checking"
12008msgstr ""
12009
12010#: builtin/fsck.c:797
12011msgid "write dangling objects in .git/lost-found"
12012msgstr ""
12013
12014#: builtin/fsck.c:798 builtin/prune.c:132
12015msgid "show progress"
12016msgstr ""
12017
12018#: builtin/fsck.c:799
12019msgid "show verbose names for reachable objects"
12020msgstr ""
12021
12022#: builtin/fsck.c:859 builtin/index-pack.c:224
12023msgid "Checking objects"
12024msgstr ""
12025
12026#: builtin/fsck.c:887
12027#, c-format
12028msgid "%s: object missing"
12029msgstr ""
12030
12031#: builtin/fsck.c:899
12032#, c-format
12033msgid "invalid parameter: expected sha1, got '%s'"
12034msgstr ""
12035
12036#: builtin/gc.c:34
12037msgid "git gc [<options>]"
12038msgstr ""
12039
12040#: builtin/gc.c:90
12041#, c-format
12042msgid "Failed to fstat %s: %s"
12043msgstr ""
12044
12045#: builtin/gc.c:126
12046#, c-format
12047msgid "failed to parse '%s' value '%s'"
12048msgstr ""
12049
12050#: builtin/gc.c:476 builtin/init-db.c:55
12051#, c-format
12052msgid "cannot stat '%s'"
12053msgstr ""
12054
12055#: builtin/gc.c:485 builtin/notes.c:240 builtin/tag.c:519
12056#, c-format
12057msgid "cannot read '%s'"
12058msgstr ""
12059
12060#: builtin/gc.c:492
12061#, c-format
12062msgid ""
12063"The last gc run reported the following. Please correct the root cause\n"
12064"and remove %s.\n"
12065"Automatic cleanup will not be performed until the file is removed.\n"
12066"\n"
12067"%s"
12068msgstr ""
12069
12070#: builtin/gc.c:540
12071msgid "prune unreferenced objects"
12072msgstr ""
12073
12074#: builtin/gc.c:542
12075msgid "be more thorough (increased runtime)"
12076msgstr ""
12077
12078#: builtin/gc.c:543
12079msgid "enable auto-gc mode"
12080msgstr ""
12081
12082#: builtin/gc.c:546
12083msgid "force running gc even if there may be another gc running"
12084msgstr ""
12085
12086#: builtin/gc.c:549
12087msgid "repack all other packs except the largest pack"
12088msgstr ""
12089
12090#: builtin/gc.c:566
12091#, c-format
12092msgid "failed to parse gc.logexpiry value %s"
12093msgstr ""
12094
12095#: builtin/gc.c:577
12096#, c-format
12097msgid "failed to parse prune expiry value %s"
12098msgstr ""
12099
12100#: builtin/gc.c:597
12101#, c-format
12102msgid "Auto packing the repository in background for optimum performance.\n"
12103msgstr ""
12104
12105#: builtin/gc.c:599
12106#, c-format
12107msgid "Auto packing the repository for optimum performance.\n"
12108msgstr ""
12109
12110#: builtin/gc.c:600
12111#, c-format
12112msgid "See \"git help gc\" for manual housekeeping.\n"
12113msgstr ""
12114
12115#: builtin/gc.c:640
12116#, c-format
12117msgid ""
12118"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
12119msgstr ""
12120
12121#: builtin/gc.c:693
12122msgid ""
12123"There are too many unreachable loose objects; run 'git prune' to remove them."
12124msgstr ""
12125
12126#: builtin/grep.c:29
12127msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
12128msgstr ""
12129
12130#: builtin/grep.c:225
12131#, c-format
12132msgid "grep: failed to create thread: %s"
12133msgstr ""
12134
12135#: builtin/grep.c:279
12136#, c-format
12137msgid "invalid number of threads specified (%d) for %s"
12138msgstr ""
12139
12140#. TRANSLATORS: %s is the configuration
12141#. variable for tweaking threads, currently
12142#. grep.threads
12143#.
12144#: builtin/grep.c:287 builtin/index-pack.c:1514 builtin/index-pack.c:1705
12145#: builtin/pack-objects.c:2720
12146#, c-format
12147msgid "no threads support, ignoring %s"
12148msgstr ""
12149
12150#: builtin/grep.c:466 builtin/grep.c:590 builtin/grep.c:631
12151#, c-format
12152msgid "unable to read tree (%s)"
12153msgstr ""
12154
12155#: builtin/grep.c:646
12156#, c-format
12157msgid "unable to grep from object of type %s"
12158msgstr ""
12159
12160#: builtin/grep.c:712
12161#, c-format
12162msgid "switch `%c' expects a numerical value"
12163msgstr ""
12164
12165#: builtin/grep.c:811
12166msgid "search in index instead of in the work tree"
12167msgstr ""
12168
12169#: builtin/grep.c:813
12170msgid "find in contents not managed by git"
12171msgstr ""
12172
12173#: builtin/grep.c:815
12174msgid "search in both tracked and untracked files"
12175msgstr ""
12176
12177#: builtin/grep.c:817
12178msgid "ignore files specified via '.gitignore'"
12179msgstr ""
12180
12181#: builtin/grep.c:819
12182msgid "recursively search in each submodule"
12183msgstr ""
12184
12185#: builtin/grep.c:822
12186msgid "show non-matching lines"
12187msgstr ""
12188
12189#: builtin/grep.c:824
12190msgid "case insensitive matching"
12191msgstr ""
12192
12193#: builtin/grep.c:826
12194msgid "match patterns only at word boundaries"
12195msgstr ""
12196
12197#: builtin/grep.c:828
12198msgid "process binary files as text"
12199msgstr ""
12200
12201#: builtin/grep.c:830
12202msgid "don't match patterns in binary files"
12203msgstr ""
12204
12205#: builtin/grep.c:833
12206msgid "process binary files with textconv filters"
12207msgstr ""
12208
12209#: builtin/grep.c:835
12210msgid "search in subdirectories (default)"
12211msgstr ""
12212
12213#: builtin/grep.c:837
12214msgid "descend at most <depth> levels"
12215msgstr ""
12216
12217#: builtin/grep.c:841
12218msgid "use extended POSIX regular expressions"
12219msgstr ""
12220
12221#: builtin/grep.c:844
12222msgid "use basic POSIX regular expressions (default)"
12223msgstr ""
12224
12225#: builtin/grep.c:847
12226msgid "interpret patterns as fixed strings"
12227msgstr ""
12228
12229#: builtin/grep.c:850
12230msgid "use Perl-compatible regular expressions"
12231msgstr ""
12232
12233#: builtin/grep.c:853
12234msgid "show line numbers"
12235msgstr ""
12236
12237#: builtin/grep.c:854
12238msgid "show column number of first match"
12239msgstr ""
12240
12241#: builtin/grep.c:855
12242msgid "don't show filenames"
12243msgstr ""
12244
12245#: builtin/grep.c:856
12246msgid "show filenames"
12247msgstr ""
12248
12249#: builtin/grep.c:858
12250msgid "show filenames relative to top directory"
12251msgstr ""
12252
12253#: builtin/grep.c:860
12254msgid "show only filenames instead of matching lines"
12255msgstr ""
12256
12257#: builtin/grep.c:862
12258msgid "synonym for --files-with-matches"
12259msgstr ""
12260
12261#: builtin/grep.c:865
12262msgid "show only the names of files without match"
12263msgstr ""
12264
12265#: builtin/grep.c:867
12266msgid "print NUL after filenames"
12267msgstr ""
12268
12269#: builtin/grep.c:870
12270msgid "show only matching parts of a line"
12271msgstr ""
12272
12273#: builtin/grep.c:872
12274msgid "show the number of matches instead of matching lines"
12275msgstr ""
12276
12277#: builtin/grep.c:873
12278msgid "highlight matches"
12279msgstr ""
12280
12281#: builtin/grep.c:875
12282msgid "print empty line between matches from different files"
12283msgstr ""
12284
12285#: builtin/grep.c:877
12286msgid "show filename only once above matches from same file"
12287msgstr ""
12288
12289#: builtin/grep.c:880
12290msgid "show <n> context lines before and after matches"
12291msgstr ""
12292
12293#: builtin/grep.c:883
12294msgid "show <n> context lines before matches"
12295msgstr ""
12296
12297#: builtin/grep.c:885
12298msgid "show <n> context lines after matches"
12299msgstr ""
12300
12301#: builtin/grep.c:887
12302msgid "use <n> worker threads"
12303msgstr ""
12304
12305#: builtin/grep.c:888
12306msgid "shortcut for -C NUM"
12307msgstr ""
12308
12309#: builtin/grep.c:891
12310msgid "show a line with the function name before matches"
12311msgstr ""
12312
12313#: builtin/grep.c:893
12314msgid "show the surrounding function"
12315msgstr ""
12316
12317#: builtin/grep.c:896
12318msgid "read patterns from file"
12319msgstr ""
12320
12321#: builtin/grep.c:898
12322msgid "match <pattern>"
12323msgstr ""
12324
12325#: builtin/grep.c:900
12326msgid "combine patterns specified with -e"
12327msgstr ""
12328
12329#: builtin/grep.c:912
12330msgid "indicate hit with exit status without output"
12331msgstr ""
12332
12333#: builtin/grep.c:914
12334msgid "show only matches from files that match all patterns"
12335msgstr ""
12336
12337#: builtin/grep.c:916
12338msgid "show parse tree for grep expression"
12339msgstr ""
12340
12341#: builtin/grep.c:920
12342msgid "pager"
12343msgstr ""
12344
12345#: builtin/grep.c:920
12346msgid "show matching files in the pager"
12347msgstr ""
12348
12349#: builtin/grep.c:924
12350msgid "allow calling of grep(1) (ignored by this build)"
12351msgstr ""
12352
12353#: builtin/grep.c:988
12354msgid "no pattern given"
12355msgstr ""
12356
12357#: builtin/grep.c:1024
12358msgid "--no-index or --untracked cannot be used with revs"
12359msgstr ""
12360
12361#: builtin/grep.c:1032
12362#, c-format
12363msgid "unable to resolve revision: %s"
12364msgstr ""
12365
12366#: builtin/grep.c:1063
12367msgid "invalid option combination, ignoring --threads"
12368msgstr ""
12369
12370#: builtin/grep.c:1066 builtin/pack-objects.c:3403
12371msgid "no threads support, ignoring --threads"
12372msgstr ""
12373
12374#: builtin/grep.c:1069 builtin/index-pack.c:1511 builtin/pack-objects.c:2717
12375#, c-format
12376msgid "invalid number of threads specified (%d)"
12377msgstr ""
12378
12379#: builtin/grep.c:1092
12380msgid "--open-files-in-pager only works on the worktree"
12381msgstr ""
12382
12383#: builtin/grep.c:1115
12384msgid "option not supported with --recurse-submodules"
12385msgstr ""
12386
12387#: builtin/grep.c:1121
12388msgid "--cached or --untracked cannot be used with --no-index"
12389msgstr ""
12390
12391#: builtin/grep.c:1127
12392msgid "--[no-]exclude-standard cannot be used for tracked contents"
12393msgstr ""
12394
12395#: builtin/grep.c:1135
12396msgid "both --cached and trees are given"
12397msgstr ""
12398
12399#: builtin/hash-object.c:85
12400msgid ""
12401"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
12402"[--] <file>..."
12403msgstr ""
12404
12405#: builtin/hash-object.c:86
12406msgid "git hash-object  --stdin-paths"
12407msgstr ""
12408
12409#: builtin/hash-object.c:98
12410msgid "type"
12411msgstr ""
12412
12413#: builtin/hash-object.c:98
12414msgid "object type"
12415msgstr ""
12416
12417#: builtin/hash-object.c:99
12418msgid "write the object into the object database"
12419msgstr ""
12420
12421#: builtin/hash-object.c:101
12422msgid "read the object from stdin"
12423msgstr ""
12424
12425#: builtin/hash-object.c:103
12426msgid "store file as is without filters"
12427msgstr ""
12428
12429#: builtin/hash-object.c:104
12430msgid ""
12431"just hash any random garbage to create corrupt objects for debugging Git"
12432msgstr ""
12433
12434#: builtin/hash-object.c:105
12435msgid "process file as it were from this path"
12436msgstr ""
12437
12438#: builtin/help.c:46
12439msgid "print all available commands"
12440msgstr ""
12441
12442#: builtin/help.c:47
12443msgid "exclude guides"
12444msgstr ""
12445
12446#: builtin/help.c:48
12447msgid "print list of useful guides"
12448msgstr ""
12449
12450#: builtin/help.c:49
12451msgid "print all configuration variable names"
12452msgstr ""
12453
12454#: builtin/help.c:51
12455msgid "show man page"
12456msgstr ""
12457
12458#: builtin/help.c:52
12459msgid "show manual in web browser"
12460msgstr ""
12461
12462#: builtin/help.c:54
12463msgid "show info page"
12464msgstr ""
12465
12466#: builtin/help.c:56
12467msgid "print command description"
12468msgstr ""
12469
12470#: builtin/help.c:61
12471msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
12472msgstr ""
12473
12474#: builtin/help.c:77
12475#, c-format
12476msgid "unrecognized help format '%s'"
12477msgstr ""
12478
12479#: builtin/help.c:104
12480msgid "Failed to start emacsclient."
12481msgstr ""
12482
12483#: builtin/help.c:117
12484msgid "Failed to parse emacsclient version."
12485msgstr ""
12486
12487#: builtin/help.c:125
12488#, c-format
12489msgid "emacsclient version '%d' too old (< 22)."
12490msgstr ""
12491
12492#: builtin/help.c:143 builtin/help.c:165 builtin/help.c:175 builtin/help.c:183
12493#, c-format
12494msgid "failed to exec '%s'"
12495msgstr ""
12496
12497#: builtin/help.c:221
12498#, c-format
12499msgid ""
12500"'%s': path for unsupported man viewer.\n"
12501"Please consider using 'man.<tool>.cmd' instead."
12502msgstr ""
12503
12504#: builtin/help.c:233
12505#, c-format
12506msgid ""
12507"'%s': cmd for supported man viewer.\n"
12508"Please consider using 'man.<tool>.path' instead."
12509msgstr ""
12510
12511#: builtin/help.c:350
12512#, c-format
12513msgid "'%s': unknown man viewer."
12514msgstr ""
12515
12516#: builtin/help.c:367
12517msgid "no man viewer handled the request"
12518msgstr ""
12519
12520#: builtin/help.c:375
12521msgid "no info viewer handled the request"
12522msgstr ""
12523
12524#: builtin/help.c:434 builtin/help.c:445 git.c:335
12525#, c-format
12526msgid "'%s' is aliased to '%s'"
12527msgstr ""
12528
12529#: builtin/help.c:448 git.c:364
12530#, c-format
12531msgid "bad alias.%s string: %s"
12532msgstr ""
12533
12534#: builtin/help.c:477 builtin/help.c:507
12535#, c-format
12536msgid "usage: %s%s"
12537msgstr ""
12538
12539#: builtin/help.c:491
12540msgid "'git help config' for more information"
12541msgstr ""
12542
12543#: builtin/index-pack.c:184
12544#, c-format
12545msgid "object type mismatch at %s"
12546msgstr ""
12547
12548#: builtin/index-pack.c:204
12549#, c-format
12550msgid "did not receive expected object %s"
12551msgstr ""
12552
12553#: builtin/index-pack.c:207
12554#, c-format
12555msgid "object %s: expected type %s, found %s"
12556msgstr ""
12557
12558#: builtin/index-pack.c:257
12559#, c-format
12560msgid "cannot fill %d byte"
12561msgid_plural "cannot fill %d bytes"
12562msgstr[0] ""
12563msgstr[1] ""
12564
12565#: builtin/index-pack.c:267
12566msgid "early EOF"
12567msgstr ""
12568
12569#: builtin/index-pack.c:268
12570msgid "read error on input"
12571msgstr ""
12572
12573#: builtin/index-pack.c:280
12574msgid "used more bytes than were available"
12575msgstr ""
12576
12577#: builtin/index-pack.c:287 builtin/pack-objects.c:600
12578msgid "pack too large for current definition of off_t"
12579msgstr ""
12580
12581#: builtin/index-pack.c:290 builtin/unpack-objects.c:94
12582msgid "pack exceeds maximum allowed size"
12583msgstr ""
12584
12585#: builtin/index-pack.c:305 builtin/repack.c:250
12586#, c-format
12587msgid "unable to create '%s'"
12588msgstr ""
12589
12590#: builtin/index-pack.c:311
12591#, c-format
12592msgid "cannot open packfile '%s'"
12593msgstr ""
12594
12595#: builtin/index-pack.c:325
12596msgid "pack signature mismatch"
12597msgstr ""
12598
12599#: builtin/index-pack.c:327
12600#, c-format
12601msgid "pack version %<PRIu32> unsupported"
12602msgstr ""
12603
12604#: builtin/index-pack.c:345
12605#, c-format
12606msgid "pack has bad object at offset %<PRIuMAX>: %s"
12607msgstr ""
12608
12609#: builtin/index-pack.c:465
12610#, c-format
12611msgid "inflate returned %d"
12612msgstr ""
12613
12614#: builtin/index-pack.c:514
12615msgid "offset value overflow for delta base object"
12616msgstr ""
12617
12618#: builtin/index-pack.c:522
12619msgid "delta base offset is out of bound"
12620msgstr ""
12621
12622#: builtin/index-pack.c:530
12623#, c-format
12624msgid "unknown object type %d"
12625msgstr ""
12626
12627#: builtin/index-pack.c:561
12628msgid "cannot pread pack file"
12629msgstr ""
12630
12631#: builtin/index-pack.c:563
12632#, c-format
12633msgid "premature end of pack file, %<PRIuMAX> byte missing"
12634msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
12635msgstr[0] ""
12636msgstr[1] ""
12637
12638#: builtin/index-pack.c:589
12639msgid "serious inflate inconsistency"
12640msgstr ""
12641
12642#: builtin/index-pack.c:734 builtin/index-pack.c:740 builtin/index-pack.c:763
12643#: builtin/index-pack.c:802 builtin/index-pack.c:811
12644#, c-format
12645msgid "SHA1 COLLISION FOUND WITH %s !"
12646msgstr ""
12647
12648#: builtin/index-pack.c:737 builtin/pack-objects.c:153
12649#: builtin/pack-objects.c:213 builtin/pack-objects.c:307
12650#, c-format
12651msgid "unable to read %s"
12652msgstr ""
12653
12654#: builtin/index-pack.c:800
12655#, c-format
12656msgid "cannot read existing object info %s"
12657msgstr ""
12658
12659#: builtin/index-pack.c:808
12660#, c-format
12661msgid "cannot read existing object %s"
12662msgstr ""
12663
12664#: builtin/index-pack.c:822
12665#, c-format
12666msgid "invalid blob object %s"
12667msgstr ""
12668
12669#: builtin/index-pack.c:825 builtin/index-pack.c:844
12670msgid "fsck error in packed object"
12671msgstr ""
12672
12673#: builtin/index-pack.c:846
12674#, c-format
12675msgid "Not all child objects of %s are reachable"
12676msgstr ""
12677
12678#: builtin/index-pack.c:918 builtin/index-pack.c:949
12679msgid "failed to apply delta"
12680msgstr ""
12681
12682#: builtin/index-pack.c:1117
12683msgid "Receiving objects"
12684msgstr ""
12685
12686#: builtin/index-pack.c:1117
12687msgid "Indexing objects"
12688msgstr ""
12689
12690#: builtin/index-pack.c:1151
12691msgid "pack is corrupted (SHA1 mismatch)"
12692msgstr ""
12693
12694#: builtin/index-pack.c:1156
12695msgid "cannot fstat packfile"
12696msgstr ""
12697
12698#: builtin/index-pack.c:1159
12699msgid "pack has junk at the end"
12700msgstr ""
12701
12702#: builtin/index-pack.c:1171
12703msgid "confusion beyond insanity in parse_pack_objects()"
12704msgstr ""
12705
12706#: builtin/index-pack.c:1194
12707msgid "Resolving deltas"
12708msgstr ""
12709
12710#: builtin/index-pack.c:1204 builtin/pack-objects.c:2489
12711#, c-format
12712msgid "unable to create thread: %s"
12713msgstr ""
12714
12715#: builtin/index-pack.c:1245
12716msgid "confusion beyond insanity"
12717msgstr ""
12718
12719#: builtin/index-pack.c:1251
12720#, c-format
12721msgid "completed with %d local object"
12722msgid_plural "completed with %d local objects"
12723msgstr[0] ""
12724msgstr[1] ""
12725
12726#: builtin/index-pack.c:1263
12727#, c-format
12728msgid "Unexpected tail checksum for %s (disk corruption?)"
12729msgstr ""
12730
12731#: builtin/index-pack.c:1267
12732#, c-format
12733msgid "pack has %d unresolved delta"
12734msgid_plural "pack has %d unresolved deltas"
12735msgstr[0] ""
12736msgstr[1] ""
12737
12738#: builtin/index-pack.c:1291
12739#, c-format
12740msgid "unable to deflate appended object (%d)"
12741msgstr ""
12742
12743#: builtin/index-pack.c:1368
12744#, c-format
12745msgid "local object %s is corrupt"
12746msgstr ""
12747
12748#: builtin/index-pack.c:1382
12749#, c-format
12750msgid "packfile name '%s' does not end with '.pack'"
12751msgstr ""
12752
12753#: builtin/index-pack.c:1407
12754#, c-format
12755msgid "cannot write %s file '%s'"
12756msgstr ""
12757
12758#: builtin/index-pack.c:1415
12759#, c-format
12760msgid "cannot close written %s file '%s'"
12761msgstr ""
12762
12763#: builtin/index-pack.c:1439
12764msgid "error while closing pack file"
12765msgstr ""
12766
12767#: builtin/index-pack.c:1453
12768msgid "cannot store pack file"
12769msgstr ""
12770
12771#: builtin/index-pack.c:1461
12772msgid "cannot store index file"
12773msgstr ""
12774
12775#: builtin/index-pack.c:1505 builtin/pack-objects.c:2728
12776#, c-format
12777msgid "bad pack.indexversion=%<PRIu32>"
12778msgstr ""
12779
12780#: builtin/index-pack.c:1573
12781#, c-format
12782msgid "Cannot open existing pack file '%s'"
12783msgstr ""
12784
12785#: builtin/index-pack.c:1575
12786#, c-format
12787msgid "Cannot open existing pack idx file for '%s'"
12788msgstr ""
12789
12790#: builtin/index-pack.c:1623
12791#, c-format
12792msgid "non delta: %d object"
12793msgid_plural "non delta: %d objects"
12794msgstr[0] ""
12795msgstr[1] ""
12796
12797#: builtin/index-pack.c:1630
12798#, c-format
12799msgid "chain length = %d: %lu object"
12800msgid_plural "chain length = %d: %lu objects"
12801msgstr[0] ""
12802msgstr[1] ""
12803
12804#: builtin/index-pack.c:1667
12805msgid "Cannot come back to cwd"
12806msgstr ""
12807
12808#: builtin/index-pack.c:1716 builtin/index-pack.c:1719
12809#: builtin/index-pack.c:1735 builtin/index-pack.c:1739
12810#, c-format
12811msgid "bad %s"
12812msgstr ""
12813
12814#: builtin/index-pack.c:1755
12815msgid "--fix-thin cannot be used without --stdin"
12816msgstr ""
12817
12818#: builtin/index-pack.c:1757
12819msgid "--stdin requires a git repository"
12820msgstr ""
12821
12822#: builtin/index-pack.c:1763
12823msgid "--verify with no packfile name given"
12824msgstr ""
12825
12826#: builtin/index-pack.c:1811 builtin/unpack-objects.c:580
12827msgid "fsck error in pack objects"
12828msgstr ""
12829
12830#: builtin/init-db.c:61
12831#, c-format
12832msgid "cannot stat template '%s'"
12833msgstr ""
12834
12835#: builtin/init-db.c:66
12836#, c-format
12837msgid "cannot opendir '%s'"
12838msgstr ""
12839
12840#: builtin/init-db.c:78
12841#, c-format
12842msgid "cannot readlink '%s'"
12843msgstr ""
12844
12845#: builtin/init-db.c:80
12846#, c-format
12847msgid "cannot symlink '%s' '%s'"
12848msgstr ""
12849
12850#: builtin/init-db.c:86
12851#, c-format
12852msgid "cannot copy '%s' to '%s'"
12853msgstr ""
12854
12855#: builtin/init-db.c:90
12856#, c-format
12857msgid "ignoring template %s"
12858msgstr ""
12859
12860#: builtin/init-db.c:121
12861#, c-format
12862msgid "templates not found in %s"
12863msgstr ""
12864
12865#: builtin/init-db.c:136
12866#, c-format
12867msgid "not copying templates from '%s': %s"
12868msgstr ""
12869
12870#: builtin/init-db.c:334
12871#, c-format
12872msgid "unable to handle file type %d"
12873msgstr ""
12874
12875#: builtin/init-db.c:337
12876#, c-format
12877msgid "unable to move %s to %s"
12878msgstr ""
12879
12880#: builtin/init-db.c:354 builtin/init-db.c:357
12881#, c-format
12882msgid "%s already exists"
12883msgstr ""
12884
12885#: builtin/init-db.c:413
12886#, c-format
12887msgid "Reinitialized existing shared Git repository in %s%s\n"
12888msgstr ""
12889
12890#: builtin/init-db.c:414
12891#, c-format
12892msgid "Reinitialized existing Git repository in %s%s\n"
12893msgstr ""
12894
12895#: builtin/init-db.c:418
12896#, c-format
12897msgid "Initialized empty shared Git repository in %s%s\n"
12898msgstr ""
12899
12900#: builtin/init-db.c:419
12901#, c-format
12902msgid "Initialized empty Git repository in %s%s\n"
12903msgstr ""
12904
12905#: builtin/init-db.c:468
12906msgid ""
12907"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
12908"shared[=<permissions>]] [<directory>]"
12909msgstr ""
12910
12911#: builtin/init-db.c:491
12912msgid "permissions"
12913msgstr ""
12914
12915#: builtin/init-db.c:492
12916msgid "specify that the git repository is to be shared amongst several users"
12917msgstr ""
12918
12919#: builtin/init-db.c:526 builtin/init-db.c:531
12920#, c-format
12921msgid "cannot mkdir %s"
12922msgstr ""
12923
12924#: builtin/init-db.c:535
12925#, c-format
12926msgid "cannot chdir to %s"
12927msgstr ""
12928
12929#: builtin/init-db.c:556
12930#, c-format
12931msgid ""
12932"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
12933"dir=<directory>)"
12934msgstr ""
12935
12936#: builtin/init-db.c:584
12937#, c-format
12938msgid "Cannot access work tree '%s'"
12939msgstr ""
12940
12941#: builtin/interpret-trailers.c:15
12942msgid ""
12943"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
12944"<token>[(=|:)<value>])...] [<file>...]"
12945msgstr ""
12946
12947#: builtin/interpret-trailers.c:94
12948msgid "edit files in place"
12949msgstr ""
12950
12951#: builtin/interpret-trailers.c:95
12952msgid "trim empty trailers"
12953msgstr ""
12954
12955#: builtin/interpret-trailers.c:98
12956msgid "where to place the new trailer"
12957msgstr ""
12958
12959#: builtin/interpret-trailers.c:100
12960msgid "action if trailer already exists"
12961msgstr ""
12962
12963#: builtin/interpret-trailers.c:102
12964msgid "action if trailer is missing"
12965msgstr ""
12966
12967#: builtin/interpret-trailers.c:104
12968msgid "output only the trailers"
12969msgstr ""
12970
12971#: builtin/interpret-trailers.c:105
12972msgid "do not apply config rules"
12973msgstr ""
12974
12975#: builtin/interpret-trailers.c:106
12976msgid "join whitespace-continued values"
12977msgstr ""
12978
12979#: builtin/interpret-trailers.c:107
12980msgid "set parsing options"
12981msgstr ""
12982
12983#: builtin/interpret-trailers.c:109
12984msgid "do not treat --- specially"
12985msgstr ""
12986
12987#: builtin/interpret-trailers.c:110
12988msgid "trailer"
12989msgstr ""
12990
12991#: builtin/interpret-trailers.c:111
12992msgid "trailer(s) to add"
12993msgstr ""
12994
12995#: builtin/interpret-trailers.c:120
12996msgid "--trailer with --only-input does not make sense"
12997msgstr ""
12998
12999#: builtin/interpret-trailers.c:130
13000msgid "no input file given for in-place editing"
13001msgstr ""
13002
13003#: builtin/log.c:55
13004msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
13005msgstr ""
13006
13007#: builtin/log.c:56
13008msgid "git show [<options>] <object>..."
13009msgstr ""
13010
13011#: builtin/log.c:104
13012#, c-format
13013msgid "invalid --decorate option: %s"
13014msgstr ""
13015
13016#: builtin/log.c:168
13017msgid "show source"
13018msgstr ""
13019
13020#: builtin/log.c:169
13021msgid "Use mail map file"
13022msgstr ""
13023
13024#: builtin/log.c:171
13025msgid "only decorate refs that match <pattern>"
13026msgstr ""
13027
13028#: builtin/log.c:173
13029msgid "do not decorate refs that match <pattern>"
13030msgstr ""
13031
13032#: builtin/log.c:174
13033msgid "decorate options"
13034msgstr ""
13035
13036#: builtin/log.c:177
13037msgid "Process line range n,m in file, counting from 1"
13038msgstr ""
13039
13040#: builtin/log.c:275
13041#, c-format
13042msgid "Final output: %d %s\n"
13043msgstr ""
13044
13045#: builtin/log.c:529
13046#, c-format
13047msgid "git show %s: bad file"
13048msgstr ""
13049
13050#: builtin/log.c:544 builtin/log.c:638
13051#, c-format
13052msgid "could not read object %s"
13053msgstr ""
13054
13055#: builtin/log.c:663
13056#, c-format
13057msgid "unknown type: %d"
13058msgstr ""
13059
13060#: builtin/log.c:784
13061msgid "format.headers without value"
13062msgstr ""
13063
13064#: builtin/log.c:885
13065msgid "name of output directory is too long"
13066msgstr ""
13067
13068#: builtin/log.c:901
13069#, c-format
13070msgid "cannot open patch file %s"
13071msgstr ""
13072
13073#: builtin/log.c:918
13074msgid "need exactly one range"
13075msgstr ""
13076
13077#: builtin/log.c:928
13078msgid "not a range"
13079msgstr ""
13080
13081#: builtin/log.c:1051
13082msgid "cover letter needs email format"
13083msgstr ""
13084
13085#: builtin/log.c:1057
13086msgid "failed to create cover-letter file"
13087msgstr ""
13088
13089#: builtin/log.c:1136
13090#, c-format
13091msgid "insane in-reply-to: %s"
13092msgstr ""
13093
13094#: builtin/log.c:1163
13095msgid "git format-patch [<options>] [<since> | <revision-range>]"
13096msgstr ""
13097
13098#: builtin/log.c:1221
13099msgid "two output directories?"
13100msgstr ""
13101
13102#: builtin/log.c:1332 builtin/log.c:2076 builtin/log.c:2078 builtin/log.c:2090
13103#, c-format
13104msgid "unknown commit %s"
13105msgstr ""
13106
13107#: builtin/log.c:1342 builtin/replace.c:58 builtin/replace.c:207
13108#: builtin/replace.c:210
13109#, c-format
13110msgid "failed to resolve '%s' as a valid ref"
13111msgstr ""
13112
13113#: builtin/log.c:1347
13114msgid "could not find exact merge base"
13115msgstr ""
13116
13117#: builtin/log.c:1351
13118msgid ""
13119"failed to get upstream, if you want to record base commit automatically,\n"
13120"please use git branch --set-upstream-to to track a remote branch.\n"
13121"Or you could specify base commit by --base=<base-commit-id> manually"
13122msgstr ""
13123
13124#: builtin/log.c:1371
13125msgid "failed to find exact merge base"
13126msgstr ""
13127
13128#: builtin/log.c:1382
13129msgid "base commit should be the ancestor of revision list"
13130msgstr ""
13131
13132#: builtin/log.c:1386
13133msgid "base commit shouldn't be in revision list"
13134msgstr ""
13135
13136#: builtin/log.c:1439
13137msgid "cannot get patch id"
13138msgstr ""
13139
13140#: builtin/log.c:1491
13141msgid "failed to infer range-diff ranges"
13142msgstr ""
13143
13144#: builtin/log.c:1536
13145msgid "use [PATCH n/m] even with a single patch"
13146msgstr ""
13147
13148#: builtin/log.c:1539
13149msgid "use [PATCH] even with multiple patches"
13150msgstr ""
13151
13152#: builtin/log.c:1543
13153msgid "print patches to standard out"
13154msgstr ""
13155
13156#: builtin/log.c:1545
13157msgid "generate a cover letter"
13158msgstr ""
13159
13160#: builtin/log.c:1547
13161msgid "use simple number sequence for output file names"
13162msgstr ""
13163
13164#: builtin/log.c:1548
13165msgid "sfx"
13166msgstr ""
13167
13168#: builtin/log.c:1549
13169msgid "use <sfx> instead of '.patch'"
13170msgstr ""
13171
13172#: builtin/log.c:1551
13173msgid "start numbering patches at <n> instead of 1"
13174msgstr ""
13175
13176#: builtin/log.c:1553
13177msgid "mark the series as Nth re-roll"
13178msgstr ""
13179
13180#: builtin/log.c:1555
13181msgid "Use [RFC PATCH] instead of [PATCH]"
13182msgstr ""
13183
13184#: builtin/log.c:1558
13185msgid "Use [<prefix>] instead of [PATCH]"
13186msgstr ""
13187
13188#: builtin/log.c:1561
13189msgid "store resulting files in <dir>"
13190msgstr ""
13191
13192#: builtin/log.c:1564
13193msgid "don't strip/add [PATCH]"
13194msgstr ""
13195
13196#: builtin/log.c:1567
13197msgid "don't output binary diffs"
13198msgstr ""
13199
13200#: builtin/log.c:1569
13201msgid "output all-zero hash in From header"
13202msgstr ""
13203
13204#: builtin/log.c:1571
13205msgid "don't include a patch matching a commit upstream"
13206msgstr ""
13207
13208#: builtin/log.c:1573
13209msgid "show patch format instead of default (patch + stat)"
13210msgstr ""
13211
13212#: builtin/log.c:1575
13213msgid "Messaging"
13214msgstr ""
13215
13216#: builtin/log.c:1576
13217msgid "header"
13218msgstr ""
13219
13220#: builtin/log.c:1577
13221msgid "add email header"
13222msgstr ""
13223
13224#: builtin/log.c:1578 builtin/log.c:1580
13225msgid "email"
13226msgstr ""
13227
13228#: builtin/log.c:1578
13229msgid "add To: header"
13230msgstr ""
13231
13232#: builtin/log.c:1580
13233msgid "add Cc: header"
13234msgstr ""
13235
13236#: builtin/log.c:1582
13237msgid "ident"
13238msgstr ""
13239
13240#: builtin/log.c:1583
13241msgid "set From address to <ident> (or committer ident if absent)"
13242msgstr ""
13243
13244#: builtin/log.c:1585
13245msgid "message-id"
13246msgstr ""
13247
13248#: builtin/log.c:1586
13249msgid "make first mail a reply to <message-id>"
13250msgstr ""
13251
13252#: builtin/log.c:1587 builtin/log.c:1590
13253msgid "boundary"
13254msgstr ""
13255
13256#: builtin/log.c:1588
13257msgid "attach the patch"
13258msgstr ""
13259
13260#: builtin/log.c:1591
13261msgid "inline the patch"
13262msgstr ""
13263
13264#: builtin/log.c:1595
13265msgid "enable message threading, styles: shallow, deep"
13266msgstr ""
13267
13268#: builtin/log.c:1597
13269msgid "signature"
13270msgstr ""
13271
13272#: builtin/log.c:1598
13273msgid "add a signature"
13274msgstr ""
13275
13276#: builtin/log.c:1599
13277msgid "base-commit"
13278msgstr ""
13279
13280#: builtin/log.c:1600
13281msgid "add prerequisite tree info to the patch series"
13282msgstr ""
13283
13284#: builtin/log.c:1602
13285msgid "add a signature from a file"
13286msgstr ""
13287
13288#: builtin/log.c:1603
13289msgid "don't print the patch filenames"
13290msgstr ""
13291
13292#: builtin/log.c:1605
13293msgid "show progress while generating patches"
13294msgstr ""
13295
13296#: builtin/log.c:1606
13297msgid "rev"
13298msgstr ""
13299
13300#: builtin/log.c:1607
13301msgid "show changes against <rev> in cover letter or single patch"
13302msgstr ""
13303
13304#: builtin/log.c:1610
13305msgid "show changes against <refspec> in cover letter or single patch"
13306msgstr ""
13307
13308#: builtin/log.c:1612
13309msgid "percentage by which creation is weighted"
13310msgstr ""
13311
13312#: builtin/log.c:1687
13313#, c-format
13314msgid "invalid ident line: %s"
13315msgstr ""
13316
13317#: builtin/log.c:1702
13318msgid "-n and -k are mutually exclusive"
13319msgstr ""
13320
13321#: builtin/log.c:1704
13322msgid "--subject-prefix/--rfc and -k are mutually exclusive"
13323msgstr ""
13324
13325#: builtin/log.c:1712
13326msgid "--name-only does not make sense"
13327msgstr ""
13328
13329#: builtin/log.c:1714
13330msgid "--name-status does not make sense"
13331msgstr ""
13332
13333#: builtin/log.c:1716
13334msgid "--check does not make sense"
13335msgstr ""
13336
13337#: builtin/log.c:1748
13338msgid "standard output, or directory, which one?"
13339msgstr ""
13340
13341#: builtin/log.c:1837
13342msgid "--interdiff requires --cover-letter or single patch"
13343msgstr ""
13344
13345#: builtin/log.c:1841
13346msgid "Interdiff:"
13347msgstr ""
13348
13349#: builtin/log.c:1842
13350#, c-format
13351msgid "Interdiff against v%d:"
13352msgstr ""
13353
13354#: builtin/log.c:1848
13355msgid "--creation-factor requires --range-diff"
13356msgstr ""
13357
13358#: builtin/log.c:1852
13359msgid "--range-diff requires --cover-letter or single patch"
13360msgstr ""
13361
13362#: builtin/log.c:1860
13363msgid "Range-diff:"
13364msgstr ""
13365
13366#: builtin/log.c:1861
13367#, c-format
13368msgid "Range-diff against v%d:"
13369msgstr ""
13370
13371#: builtin/log.c:1872
13372#, c-format
13373msgid "unable to read signature file '%s'"
13374msgstr ""
13375
13376#: builtin/log.c:1908
13377msgid "Generating patches"
13378msgstr ""
13379
13380#: builtin/log.c:1952
13381msgid "failed to create output files"
13382msgstr ""
13383
13384#: builtin/log.c:2011
13385msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
13386msgstr ""
13387
13388#: builtin/log.c:2065
13389#, c-format
13390msgid ""
13391"Could not find a tracked remote branch, please specify <upstream> manually.\n"
13392msgstr ""
13393
13394#: builtin/ls-files.c:470
13395msgid "git ls-files [<options>] [<file>...]"
13396msgstr ""
13397
13398#: builtin/ls-files.c:526
13399msgid "identify the file status with tags"
13400msgstr ""
13401
13402#: builtin/ls-files.c:528
13403msgid "use lowercase letters for 'assume unchanged' files"
13404msgstr ""
13405
13406#: builtin/ls-files.c:530
13407msgid "use lowercase letters for 'fsmonitor clean' files"
13408msgstr ""
13409
13410#: builtin/ls-files.c:532
13411msgid "show cached files in the output (default)"
13412msgstr ""
13413
13414#: builtin/ls-files.c:534
13415msgid "show deleted files in the output"
13416msgstr ""
13417
13418#: builtin/ls-files.c:536
13419msgid "show modified files in the output"
13420msgstr ""
13421
13422#: builtin/ls-files.c:538
13423msgid "show other files in the output"
13424msgstr ""
13425
13426#: builtin/ls-files.c:540
13427msgid "show ignored files in the output"
13428msgstr ""
13429
13430#: builtin/ls-files.c:543
13431msgid "show staged contents' object name in the output"
13432msgstr ""
13433
13434#: builtin/ls-files.c:545
13435msgid "show files on the filesystem that need to be removed"
13436msgstr ""
13437
13438#: builtin/ls-files.c:547
13439msgid "show 'other' directories' names only"
13440msgstr ""
13441
13442#: builtin/ls-files.c:549
13443msgid "show line endings of files"
13444msgstr ""
13445
13446#: builtin/ls-files.c:551
13447msgid "don't show empty directories"
13448msgstr ""
13449
13450#: builtin/ls-files.c:554
13451msgid "show unmerged files in the output"
13452msgstr ""
13453
13454#: builtin/ls-files.c:556
13455msgid "show resolve-undo information"
13456msgstr ""
13457
13458#: builtin/ls-files.c:558
13459msgid "skip files matching pattern"
13460msgstr ""
13461
13462#: builtin/ls-files.c:561
13463msgid "exclude patterns are read from <file>"
13464msgstr ""
13465
13466#: builtin/ls-files.c:564
13467msgid "read additional per-directory exclude patterns in <file>"
13468msgstr ""
13469
13470#: builtin/ls-files.c:566
13471msgid "add the standard git exclusions"
13472msgstr ""
13473
13474#: builtin/ls-files.c:570
13475msgid "make the output relative to the project top directory"
13476msgstr ""
13477
13478#: builtin/ls-files.c:573
13479msgid "recurse through submodules"
13480msgstr ""
13481
13482#: builtin/ls-files.c:575
13483msgid "if any <file> is not in the index, treat this as an error"
13484msgstr ""
13485
13486#: builtin/ls-files.c:576
13487msgid "tree-ish"
13488msgstr ""
13489
13490#: builtin/ls-files.c:577
13491msgid "pretend that paths removed since <tree-ish> are still present"
13492msgstr ""
13493
13494#: builtin/ls-files.c:579
13495msgid "show debugging data"
13496msgstr ""
13497
13498#: builtin/ls-remote.c:9
13499msgid ""
13500"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
13501"                     [-q | --quiet] [--exit-code] [--get-url]\n"
13502"                     [--symref] [<repository> [<refs>...]]"
13503msgstr ""
13504
13505#: builtin/ls-remote.c:59
13506msgid "do not print remote URL"
13507msgstr ""
13508
13509#: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:1458
13510msgid "exec"
13511msgstr ""
13512
13513#: builtin/ls-remote.c:61 builtin/ls-remote.c:63
13514msgid "path of git-upload-pack on the remote host"
13515msgstr ""
13516
13517#: builtin/ls-remote.c:65
13518msgid "limit to tags"
13519msgstr ""
13520
13521#: builtin/ls-remote.c:66
13522msgid "limit to heads"
13523msgstr ""
13524
13525#: builtin/ls-remote.c:67
13526msgid "do not show peeled tags"
13527msgstr ""
13528
13529#: builtin/ls-remote.c:69
13530msgid "take url.<base>.insteadOf into account"
13531msgstr ""
13532
13533#: builtin/ls-remote.c:72
13534msgid "exit with exit code 2 if no matching refs are found"
13535msgstr ""
13536
13537#: builtin/ls-remote.c:75
13538msgid "show underlying ref in addition to the object pointed by it"
13539msgstr ""
13540
13541#: builtin/ls-tree.c:30
13542msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
13543msgstr ""
13544
13545#: builtin/ls-tree.c:128
13546msgid "only show trees"
13547msgstr ""
13548
13549#: builtin/ls-tree.c:130
13550msgid "recurse into subtrees"
13551msgstr ""
13552
13553#: builtin/ls-tree.c:132
13554msgid "show trees when recursing"
13555msgstr ""
13556
13557#: builtin/ls-tree.c:135
13558msgid "terminate entries with NUL byte"
13559msgstr ""
13560
13561#: builtin/ls-tree.c:136
13562msgid "include object size"
13563msgstr ""
13564
13565#: builtin/ls-tree.c:138 builtin/ls-tree.c:140
13566msgid "list only filenames"
13567msgstr ""
13568
13569#: builtin/ls-tree.c:143
13570msgid "use full path names"
13571msgstr ""
13572
13573#: builtin/ls-tree.c:145
13574msgid "list entire tree; not just current directory (implies --full-name)"
13575msgstr ""
13576
13577#: builtin/mailsplit.c:241
13578#, c-format
13579msgid "empty mbox: '%s'"
13580msgstr ""
13581
13582#: builtin/merge.c:54
13583msgid "git merge [<options>] [<commit>...]"
13584msgstr ""
13585
13586#: builtin/merge.c:55
13587msgid "git merge --abort"
13588msgstr ""
13589
13590#: builtin/merge.c:56
13591msgid "git merge --continue"
13592msgstr ""
13593
13594#: builtin/merge.c:116
13595msgid "switch `m' requires a value"
13596msgstr ""
13597
13598#: builtin/merge.c:139
13599#, c-format
13600msgid "option `%s' requires a value"
13601msgstr ""
13602
13603#: builtin/merge.c:185
13604#, c-format
13605msgid "Could not find merge strategy '%s'.\n"
13606msgstr ""
13607
13608#: builtin/merge.c:186
13609#, c-format
13610msgid "Available strategies are:"
13611msgstr ""
13612
13613#: builtin/merge.c:191
13614#, c-format
13615msgid "Available custom strategies are:"
13616msgstr ""
13617
13618#: builtin/merge.c:242 builtin/pull.c:150
13619msgid "do not show a diffstat at the end of the merge"
13620msgstr ""
13621
13622#: builtin/merge.c:245 builtin/pull.c:153
13623msgid "show a diffstat at the end of the merge"
13624msgstr ""
13625
13626#: builtin/merge.c:246 builtin/pull.c:156
13627msgid "(synonym to --stat)"
13628msgstr ""
13629
13630#: builtin/merge.c:248 builtin/pull.c:159
13631msgid "add (at most <n>) entries from shortlog to merge commit message"
13632msgstr ""
13633
13634#: builtin/merge.c:251 builtin/pull.c:165
13635msgid "create a single commit instead of doing a merge"
13636msgstr ""
13637
13638#: builtin/merge.c:253 builtin/pull.c:168
13639msgid "perform a commit if the merge succeeds (default)"
13640msgstr ""
13641
13642#: builtin/merge.c:255 builtin/pull.c:171
13643msgid "edit message before committing"
13644msgstr ""
13645
13646#: builtin/merge.c:257
13647msgid "allow fast-forward (default)"
13648msgstr ""
13649
13650#: builtin/merge.c:259 builtin/pull.c:178
13651msgid "abort if fast-forward is not possible"
13652msgstr ""
13653
13654#: builtin/merge.c:263 builtin/pull.c:181
13655msgid "verify that the named commit has a valid GPG signature"
13656msgstr ""
13657
13658#: builtin/merge.c:264 builtin/notes.c:787 builtin/pull.c:185
13659#: builtin/rebase.c:492 builtin/rebase.c:1471 builtin/revert.c:113
13660msgid "strategy"
13661msgstr ""
13662
13663#: builtin/merge.c:265 builtin/pull.c:186
13664msgid "merge strategy to use"
13665msgstr ""
13666
13667#: builtin/merge.c:266 builtin/pull.c:189
13668msgid "option=value"
13669msgstr ""
13670
13671#: builtin/merge.c:267 builtin/pull.c:190
13672msgid "option for selected merge strategy"
13673msgstr ""
13674
13675#: builtin/merge.c:269
13676msgid "merge commit message (for a non-fast-forward merge)"
13677msgstr ""
13678
13679#: builtin/merge.c:276
13680msgid "abort the current in-progress merge"
13681msgstr ""
13682
13683#: builtin/merge.c:278
13684msgid "continue the current in-progress merge"
13685msgstr ""
13686
13687#: builtin/merge.c:280 builtin/pull.c:197
13688msgid "allow merging unrelated histories"
13689msgstr ""
13690
13691#: builtin/merge.c:286
13692msgid "verify commit-msg hook"
13693msgstr ""
13694
13695#: builtin/merge.c:311
13696msgid "could not run stash."
13697msgstr ""
13698
13699#: builtin/merge.c:316
13700msgid "stash failed"
13701msgstr ""
13702
13703#: builtin/merge.c:321
13704#, c-format
13705msgid "not a valid object: %s"
13706msgstr ""
13707
13708#: builtin/merge.c:343 builtin/merge.c:360
13709msgid "read-tree failed"
13710msgstr ""
13711
13712#: builtin/merge.c:390
13713msgid " (nothing to squash)"
13714msgstr ""
13715
13716#: builtin/merge.c:401
13717#, c-format
13718msgid "Squash commit -- not updating HEAD\n"
13719msgstr ""
13720
13721#: builtin/merge.c:451
13722#, c-format
13723msgid "No merge message -- not updating HEAD\n"
13724msgstr ""
13725
13726#: builtin/merge.c:502
13727#, c-format
13728msgid "'%s' does not point to a commit"
13729msgstr ""
13730
13731#: builtin/merge.c:589
13732#, c-format
13733msgid "Bad branch.%s.mergeoptions string: %s"
13734msgstr ""
13735
13736#: builtin/merge.c:712
13737msgid "Not handling anything other than two heads merge."
13738msgstr ""
13739
13740#: builtin/merge.c:726
13741#, c-format
13742msgid "Unknown option for merge-recursive: -X%s"
13743msgstr ""
13744
13745#: builtin/merge.c:741
13746#, c-format
13747msgid "unable to write %s"
13748msgstr ""
13749
13750#: builtin/merge.c:793
13751#, c-format
13752msgid "Could not read from '%s'"
13753msgstr ""
13754
13755#: builtin/merge.c:802
13756#, c-format
13757msgid "Not committing merge; use 'git commit' to complete the merge.\n"
13758msgstr ""
13759
13760#: builtin/merge.c:808
13761msgid ""
13762"Please enter a commit message to explain why this merge is necessary,\n"
13763"especially if it merges an updated upstream into a topic branch.\n"
13764"\n"
13765msgstr ""
13766
13767#: builtin/merge.c:813
13768msgid "An empty message aborts the commit.\n"
13769msgstr ""
13770
13771#: builtin/merge.c:816
13772#, c-format
13773msgid ""
13774"Lines starting with '%c' will be ignored, and an empty message aborts\n"
13775"the commit.\n"
13776msgstr ""
13777
13778#: builtin/merge.c:857
13779msgid "Empty commit message."
13780msgstr ""
13781
13782#: builtin/merge.c:876
13783#, c-format
13784msgid "Wonderful.\n"
13785msgstr ""
13786
13787#: builtin/merge.c:936
13788#, c-format
13789msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
13790msgstr ""
13791
13792#: builtin/merge.c:975
13793msgid "No current branch."
13794msgstr ""
13795
13796#: builtin/merge.c:977
13797msgid "No remote for the current branch."
13798msgstr ""
13799
13800#: builtin/merge.c:979
13801msgid "No default upstream defined for the current branch."
13802msgstr ""
13803
13804#: builtin/merge.c:984
13805#, c-format
13806msgid "No remote-tracking branch for %s from %s"
13807msgstr ""
13808
13809#: builtin/merge.c:1041
13810#, c-format
13811msgid "Bad value '%s' in environment '%s'"
13812msgstr ""
13813
13814#: builtin/merge.c:1144
13815#, c-format
13816msgid "not something we can merge in %s: %s"
13817msgstr ""
13818
13819#: builtin/merge.c:1178
13820msgid "not something we can merge"
13821msgstr ""
13822
13823#: builtin/merge.c:1281
13824msgid "--abort expects no arguments"
13825msgstr ""
13826
13827#: builtin/merge.c:1285
13828msgid "There is no merge to abort (MERGE_HEAD missing)."
13829msgstr ""
13830
13831#: builtin/merge.c:1297
13832msgid "--continue expects no arguments"
13833msgstr ""
13834
13835#: builtin/merge.c:1301
13836msgid "There is no merge in progress (MERGE_HEAD missing)."
13837msgstr ""
13838
13839#: builtin/merge.c:1317
13840msgid ""
13841"You have not concluded your merge (MERGE_HEAD exists).\n"
13842"Please, commit your changes before you merge."
13843msgstr ""
13844
13845#: builtin/merge.c:1324
13846msgid ""
13847"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
13848"Please, commit your changes before you merge."
13849msgstr ""
13850
13851#: builtin/merge.c:1327
13852msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
13853msgstr ""
13854
13855#: builtin/merge.c:1341
13856msgid "You cannot combine --squash with --no-ff."
13857msgstr ""
13858
13859#: builtin/merge.c:1349
13860msgid "No commit specified and merge.defaultToUpstream not set."
13861msgstr ""
13862
13863#: builtin/merge.c:1366
13864msgid "Squash commit into empty head not supported yet"
13865msgstr ""
13866
13867#: builtin/merge.c:1368
13868msgid "Non-fast-forward commit does not make sense into an empty head"
13869msgstr ""
13870
13871#: builtin/merge.c:1373
13872#, c-format
13873msgid "%s - not something we can merge"
13874msgstr ""
13875
13876#: builtin/merge.c:1375
13877msgid "Can merge only exactly one commit into empty head"
13878msgstr ""
13879
13880#: builtin/merge.c:1454
13881msgid "refusing to merge unrelated histories"
13882msgstr ""
13883
13884#: builtin/merge.c:1463
13885msgid "Already up to date."
13886msgstr ""
13887
13888#: builtin/merge.c:1473
13889#, c-format
13890msgid "Updating %s..%s\n"
13891msgstr ""
13892
13893#: builtin/merge.c:1515
13894#, c-format
13895msgid "Trying really trivial in-index merge...\n"
13896msgstr ""
13897
13898#: builtin/merge.c:1522
13899#, c-format
13900msgid "Nope.\n"
13901msgstr ""
13902
13903#: builtin/merge.c:1547
13904msgid "Already up to date. Yeeah!"
13905msgstr ""
13906
13907#: builtin/merge.c:1553
13908msgid "Not possible to fast-forward, aborting."
13909msgstr ""
13910
13911#: builtin/merge.c:1576 builtin/merge.c:1655
13912#, c-format
13913msgid "Rewinding the tree to pristine...\n"
13914msgstr ""
13915
13916#: builtin/merge.c:1580
13917#, c-format
13918msgid "Trying merge strategy %s...\n"
13919msgstr ""
13920
13921#: builtin/merge.c:1646
13922#, c-format
13923msgid "No merge strategy handled the merge.\n"
13924msgstr ""
13925
13926#: builtin/merge.c:1648
13927#, c-format
13928msgid "Merge with strategy %s failed.\n"
13929msgstr ""
13930
13931#: builtin/merge.c:1657
13932#, c-format
13933msgid "Using the %s to prepare resolving by hand.\n"
13934msgstr ""
13935
13936#: builtin/merge.c:1669
13937#, c-format
13938msgid "Automatic merge went well; stopped before committing as requested\n"
13939msgstr ""
13940
13941#: builtin/merge-base.c:32
13942msgid "git merge-base [-a | --all] <commit> <commit>..."
13943msgstr ""
13944
13945#: builtin/merge-base.c:33
13946msgid "git merge-base [-a | --all] --octopus <commit>..."
13947msgstr ""
13948
13949#: builtin/merge-base.c:34
13950msgid "git merge-base --independent <commit>..."
13951msgstr ""
13952
13953#: builtin/merge-base.c:35
13954msgid "git merge-base --is-ancestor <commit> <commit>"
13955msgstr ""
13956
13957#: builtin/merge-base.c:36
13958msgid "git merge-base --fork-point <ref> [<commit>]"
13959msgstr ""
13960
13961#: builtin/merge-base.c:153
13962msgid "output all common ancestors"
13963msgstr ""
13964
13965#: builtin/merge-base.c:155
13966msgid "find ancestors for a single n-way merge"
13967msgstr ""
13968
13969#: builtin/merge-base.c:157
13970msgid "list revs not reachable from others"
13971msgstr ""
13972
13973#: builtin/merge-base.c:159
13974msgid "is the first one ancestor of the other?"
13975msgstr ""
13976
13977#: builtin/merge-base.c:161
13978msgid "find where <commit> forked from reflog of <ref>"
13979msgstr ""
13980
13981#: builtin/merge-file.c:9
13982msgid ""
13983"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
13984"<orig-file> <file2>"
13985msgstr ""
13986
13987#: builtin/merge-file.c:35
13988msgid "send results to standard output"
13989msgstr ""
13990
13991#: builtin/merge-file.c:36
13992msgid "use a diff3 based merge"
13993msgstr ""
13994
13995#: builtin/merge-file.c:37
13996msgid "for conflicts, use our version"
13997msgstr ""
13998
13999#: builtin/merge-file.c:39
14000msgid "for conflicts, use their version"
14001msgstr ""
14002
14003#: builtin/merge-file.c:41
14004msgid "for conflicts, use a union version"
14005msgstr ""
14006
14007#: builtin/merge-file.c:44
14008msgid "for conflicts, use this marker size"
14009msgstr ""
14010
14011#: builtin/merge-file.c:45
14012msgid "do not warn about conflicts"
14013msgstr ""
14014
14015#: builtin/merge-file.c:47
14016msgid "set labels for file1/orig-file/file2"
14017msgstr ""
14018
14019#: builtin/merge-recursive.c:46
14020#, c-format
14021msgid "unknown option %s"
14022msgstr ""
14023
14024#: builtin/merge-recursive.c:52
14025#, c-format
14026msgid "could not parse object '%s'"
14027msgstr ""
14028
14029#: builtin/merge-recursive.c:56
14030#, c-format
14031msgid "cannot handle more than %d base. Ignoring %s."
14032msgid_plural "cannot handle more than %d bases. Ignoring %s."
14033msgstr[0] ""
14034msgstr[1] ""
14035
14036#: builtin/merge-recursive.c:64
14037msgid "not handling anything other than two heads merge."
14038msgstr ""
14039
14040#: builtin/merge-recursive.c:70 builtin/merge-recursive.c:72
14041#, c-format
14042msgid "could not resolve ref '%s'"
14043msgstr ""
14044
14045#: builtin/merge-recursive.c:78
14046#, c-format
14047msgid "Merging %s with %s\n"
14048msgstr ""
14049
14050#: builtin/mktree.c:66
14051msgid "git mktree [-z] [--missing] [--batch]"
14052msgstr ""
14053
14054#: builtin/mktree.c:154
14055msgid "input is NUL terminated"
14056msgstr ""
14057
14058#: builtin/mktree.c:155 builtin/write-tree.c:26
14059msgid "allow missing objects"
14060msgstr ""
14061
14062#: builtin/mktree.c:156
14063msgid "allow creation of more than one tree"
14064msgstr ""
14065
14066#: builtin/multi-pack-index.c:9
14067msgid "git multi-pack-index [--object-dir=<dir>] (write|verify)"
14068msgstr ""
14069
14070#: builtin/multi-pack-index.c:22
14071msgid "object directory containing set of packfile and pack-index pairs"
14072msgstr ""
14073
14074#: builtin/multi-pack-index.c:40 builtin/prune-packed.c:67
14075msgid "too many arguments"
14076msgstr ""
14077
14078#: builtin/multi-pack-index.c:51
14079#, c-format
14080msgid "unrecognized verb: %s"
14081msgstr ""
14082
14083#: builtin/mv.c:18
14084msgid "git mv [<options>] <source>... <destination>"
14085msgstr ""
14086
14087#: builtin/mv.c:83
14088#, c-format
14089msgid "Directory %s is in index and no submodule?"
14090msgstr ""
14091
14092#: builtin/mv.c:85
14093msgid "Please stage your changes to .gitmodules or stash them to proceed"
14094msgstr ""
14095
14096#: builtin/mv.c:103
14097#, c-format
14098msgid "%.*s is in index"
14099msgstr ""
14100
14101#: builtin/mv.c:125
14102msgid "force move/rename even if target exists"
14103msgstr ""
14104
14105#: builtin/mv.c:127
14106msgid "skip move/rename errors"
14107msgstr ""
14108
14109#: builtin/mv.c:169
14110#, c-format
14111msgid "destination '%s' is not a directory"
14112msgstr ""
14113
14114#: builtin/mv.c:180
14115#, c-format
14116msgid "Checking rename of '%s' to '%s'\n"
14117msgstr ""
14118
14119#: builtin/mv.c:184
14120msgid "bad source"
14121msgstr ""
14122
14123#: builtin/mv.c:187
14124msgid "can not move directory into itself"
14125msgstr ""
14126
14127#: builtin/mv.c:190
14128msgid "cannot move directory over file"
14129msgstr ""
14130
14131#: builtin/mv.c:199
14132msgid "source directory is empty"
14133msgstr ""
14134
14135#: builtin/mv.c:224
14136msgid "not under version control"
14137msgstr ""
14138
14139#: builtin/mv.c:227
14140msgid "destination exists"
14141msgstr ""
14142
14143#: builtin/mv.c:235
14144#, c-format
14145msgid "overwriting '%s'"
14146msgstr ""
14147
14148#: builtin/mv.c:238
14149msgid "Cannot overwrite"
14150msgstr ""
14151
14152#: builtin/mv.c:241
14153msgid "multiple sources for the same target"
14154msgstr ""
14155
14156#: builtin/mv.c:243
14157msgid "destination directory does not exist"
14158msgstr ""
14159
14160#: builtin/mv.c:250
14161#, c-format
14162msgid "%s, source=%s, destination=%s"
14163msgstr ""
14164
14165#: builtin/mv.c:271
14166#, c-format
14167msgid "Renaming %s to %s\n"
14168msgstr ""
14169
14170#: builtin/mv.c:277 builtin/remote.c:717 builtin/repack.c:516
14171#, c-format
14172msgid "renaming '%s' failed"
14173msgstr ""
14174
14175#: builtin/name-rev.c:355
14176msgid "git name-rev [<options>] <commit>..."
14177msgstr ""
14178
14179#: builtin/name-rev.c:356
14180msgid "git name-rev [<options>] --all"
14181msgstr ""
14182
14183#: builtin/name-rev.c:357
14184msgid "git name-rev [<options>] --stdin"
14185msgstr ""
14186
14187#: builtin/name-rev.c:415
14188msgid "print only names (no SHA-1)"
14189msgstr ""
14190
14191#: builtin/name-rev.c:416
14192msgid "only use tags to name the commits"
14193msgstr ""
14194
14195#: builtin/name-rev.c:418
14196msgid "only use refs matching <pattern>"
14197msgstr ""
14198
14199#: builtin/name-rev.c:420
14200msgid "ignore refs matching <pattern>"
14201msgstr ""
14202
14203#: builtin/name-rev.c:422
14204msgid "list all commits reachable from all refs"
14205msgstr ""
14206
14207#: builtin/name-rev.c:423
14208msgid "read from stdin"
14209msgstr ""
14210
14211#: builtin/name-rev.c:424
14212msgid "allow to print `undefined` names (default)"
14213msgstr ""
14214
14215#: builtin/name-rev.c:430
14216msgid "dereference tags in the input (internal use)"
14217msgstr ""
14218
14219#: builtin/notes.c:28
14220msgid "git notes [--ref <notes-ref>] [list [<object>]]"
14221msgstr ""
14222
14223#: builtin/notes.c:29
14224msgid ""
14225"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
14226"| (-c | -C) <object>] [<object>]"
14227msgstr ""
14228
14229#: builtin/notes.c:30
14230msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
14231msgstr ""
14232
14233#: builtin/notes.c:31
14234msgid ""
14235"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
14236"(-c | -C) <object>] [<object>]"
14237msgstr ""
14238
14239#: builtin/notes.c:32
14240msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
14241msgstr ""
14242
14243#: builtin/notes.c:33
14244msgid "git notes [--ref <notes-ref>] show [<object>]"
14245msgstr ""
14246
14247#: builtin/notes.c:34
14248msgid ""
14249"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
14250msgstr ""
14251
14252#: builtin/notes.c:35
14253msgid "git notes merge --commit [-v | -q]"
14254msgstr ""
14255
14256#: builtin/notes.c:36
14257msgid "git notes merge --abort [-v | -q]"
14258msgstr ""
14259
14260#: builtin/notes.c:37
14261msgid "git notes [--ref <notes-ref>] remove [<object>...]"
14262msgstr ""
14263
14264#: builtin/notes.c:38
14265msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
14266msgstr ""
14267
14268#: builtin/notes.c:39
14269msgid "git notes [--ref <notes-ref>] get-ref"
14270msgstr ""
14271
14272#: builtin/notes.c:44
14273msgid "git notes [list [<object>]]"
14274msgstr ""
14275
14276#: builtin/notes.c:49
14277msgid "git notes add [<options>] [<object>]"
14278msgstr ""
14279
14280#: builtin/notes.c:54
14281msgid "git notes copy [<options>] <from-object> <to-object>"
14282msgstr ""
14283
14284#: builtin/notes.c:55
14285msgid "git notes copy --stdin [<from-object> <to-object>]..."
14286msgstr ""
14287
14288#: builtin/notes.c:60
14289msgid "git notes append [<options>] [<object>]"
14290msgstr ""
14291
14292#: builtin/notes.c:65
14293msgid "git notes edit [<object>]"
14294msgstr ""
14295
14296#: builtin/notes.c:70
14297msgid "git notes show [<object>]"
14298msgstr ""
14299
14300#: builtin/notes.c:75
14301msgid "git notes merge [<options>] <notes-ref>"
14302msgstr ""
14303
14304#: builtin/notes.c:76
14305msgid "git notes merge --commit [<options>]"
14306msgstr ""
14307
14308#: builtin/notes.c:77
14309msgid "git notes merge --abort [<options>]"
14310msgstr ""
14311
14312#: builtin/notes.c:82
14313msgid "git notes remove [<object>]"
14314msgstr ""
14315
14316#: builtin/notes.c:87
14317msgid "git notes prune [<options>]"
14318msgstr ""
14319
14320#: builtin/notes.c:92
14321msgid "git notes get-ref"
14322msgstr ""
14323
14324#: builtin/notes.c:97
14325msgid "Write/edit the notes for the following object:"
14326msgstr ""
14327
14328#: builtin/notes.c:150
14329#, c-format
14330msgid "unable to start 'show' for object '%s'"
14331msgstr ""
14332
14333#: builtin/notes.c:154
14334msgid "could not read 'show' output"
14335msgstr ""
14336
14337#: builtin/notes.c:162
14338#, c-format
14339msgid "failed to finish 'show' for object '%s'"
14340msgstr ""
14341
14342#: builtin/notes.c:197
14343msgid "please supply the note contents using either -m or -F option"
14344msgstr ""
14345
14346#: builtin/notes.c:206
14347msgid "unable to write note object"
14348msgstr ""
14349
14350#: builtin/notes.c:208
14351#, c-format
14352msgid "the note contents have been left in %s"
14353msgstr ""
14354
14355#: builtin/notes.c:242 builtin/tag.c:522
14356#, c-format
14357msgid "could not open or read '%s'"
14358msgstr ""
14359
14360#: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:315
14361#: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:526
14362#: builtin/notes.c:531 builtin/notes.c:610 builtin/notes.c:672
14363#, c-format
14364msgid "failed to resolve '%s' as a valid ref."
14365msgstr ""
14366
14367#: builtin/notes.c:265
14368#, c-format
14369msgid "failed to read object '%s'."
14370msgstr ""
14371
14372#: builtin/notes.c:268
14373#, c-format
14374msgid "cannot read note data from non-blob object '%s'."
14375msgstr ""
14376
14377#: builtin/notes.c:309
14378#, c-format
14379msgid "malformed input line: '%s'."
14380msgstr ""
14381
14382#: builtin/notes.c:324
14383#, c-format
14384msgid "failed to copy notes from '%s' to '%s'"
14385msgstr ""
14386
14387#. TRANSLATORS: the first %s will be replaced by a git
14388#. notes command: 'add', 'merge', 'remove', etc.
14389#.
14390#: builtin/notes.c:356
14391#, c-format
14392msgid "refusing to %s notes in %s (outside of refs/notes/)"
14393msgstr ""
14394
14395#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:509
14396#: builtin/notes.c:521 builtin/notes.c:598 builtin/notes.c:665
14397#: builtin/notes.c:815 builtin/notes.c:963 builtin/notes.c:985
14398msgid "too many parameters"
14399msgstr ""
14400
14401#: builtin/notes.c:389 builtin/notes.c:678
14402#, c-format
14403msgid "no note found for object %s."
14404msgstr ""
14405
14406#: builtin/notes.c:410 builtin/notes.c:576
14407msgid "note contents as a string"
14408msgstr ""
14409
14410#: builtin/notes.c:413 builtin/notes.c:579
14411msgid "note contents in a file"
14412msgstr ""
14413
14414#: builtin/notes.c:416 builtin/notes.c:582
14415msgid "reuse and edit specified note object"
14416msgstr ""
14417
14418#: builtin/notes.c:419 builtin/notes.c:585
14419msgid "reuse specified note object"
14420msgstr ""
14421
14422#: builtin/notes.c:422 builtin/notes.c:588
14423msgid "allow storing empty note"
14424msgstr ""
14425
14426#: builtin/notes.c:423 builtin/notes.c:496
14427msgid "replace existing notes"
14428msgstr ""
14429
14430#: builtin/notes.c:448
14431#, c-format
14432msgid ""
14433"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
14434"existing notes"
14435msgstr ""
14436
14437#: builtin/notes.c:463 builtin/notes.c:544
14438#, c-format
14439msgid "Overwriting existing notes for object %s\n"
14440msgstr ""
14441
14442#: builtin/notes.c:475 builtin/notes.c:637 builtin/notes.c:902
14443#, c-format
14444msgid "Removing note for object %s\n"
14445msgstr ""
14446
14447#: builtin/notes.c:497
14448msgid "read objects from stdin"
14449msgstr ""
14450
14451#: builtin/notes.c:499
14452msgid "load rewriting config for <command> (implies --stdin)"
14453msgstr ""
14454
14455#: builtin/notes.c:517
14456msgid "too few parameters"
14457msgstr ""
14458
14459#: builtin/notes.c:538
14460#, c-format
14461msgid ""
14462"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
14463"existing notes"
14464msgstr ""
14465
14466#: builtin/notes.c:550
14467#, c-format
14468msgid "missing notes on source object %s. Cannot copy."
14469msgstr ""
14470
14471#: builtin/notes.c:603
14472#, c-format
14473msgid ""
14474"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
14475"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
14476msgstr ""
14477
14478#: builtin/notes.c:698
14479msgid "failed to delete ref NOTES_MERGE_PARTIAL"
14480msgstr ""
14481
14482#: builtin/notes.c:700
14483msgid "failed to delete ref NOTES_MERGE_REF"
14484msgstr ""
14485
14486#: builtin/notes.c:702
14487msgid "failed to remove 'git notes merge' worktree"
14488msgstr ""
14489
14490#: builtin/notes.c:722
14491msgid "failed to read ref NOTES_MERGE_PARTIAL"
14492msgstr ""
14493
14494#: builtin/notes.c:724
14495msgid "could not find commit from NOTES_MERGE_PARTIAL."
14496msgstr ""
14497
14498#: builtin/notes.c:726
14499msgid "could not parse commit from NOTES_MERGE_PARTIAL."
14500msgstr ""
14501
14502#: builtin/notes.c:739
14503msgid "failed to resolve NOTES_MERGE_REF"
14504msgstr ""
14505
14506#: builtin/notes.c:742
14507msgid "failed to finalize notes merge"
14508msgstr ""
14509
14510#: builtin/notes.c:768
14511#, c-format
14512msgid "unknown notes merge strategy %s"
14513msgstr ""
14514
14515#: builtin/notes.c:784
14516msgid "General options"
14517msgstr ""
14518
14519#: builtin/notes.c:786
14520msgid "Merge options"
14521msgstr ""
14522
14523#: builtin/notes.c:788
14524msgid ""
14525"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
14526"cat_sort_uniq)"
14527msgstr ""
14528
14529#: builtin/notes.c:790
14530msgid "Committing unmerged notes"
14531msgstr ""
14532
14533#: builtin/notes.c:792
14534msgid "finalize notes merge by committing unmerged notes"
14535msgstr ""
14536
14537#: builtin/notes.c:794
14538msgid "Aborting notes merge resolution"
14539msgstr ""
14540
14541#: builtin/notes.c:796
14542msgid "abort notes merge"
14543msgstr ""
14544
14545#: builtin/notes.c:807
14546msgid "cannot mix --commit, --abort or -s/--strategy"
14547msgstr ""
14548
14549#: builtin/notes.c:812
14550msgid "must specify a notes ref to merge"
14551msgstr ""
14552
14553#: builtin/notes.c:836
14554#, c-format
14555msgid "unknown -s/--strategy: %s"
14556msgstr ""
14557
14558#: builtin/notes.c:873
14559#, c-format
14560msgid "a notes merge into %s is already in-progress at %s"
14561msgstr ""
14562
14563#: builtin/notes.c:876
14564#, c-format
14565msgid "failed to store link to current notes ref (%s)"
14566msgstr ""
14567
14568#: builtin/notes.c:878
14569#, c-format
14570msgid ""
14571"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
14572"'git notes merge --commit', or abort the merge with 'git notes merge --"
14573"abort'.\n"
14574msgstr ""
14575
14576#: builtin/notes.c:897 builtin/tag.c:535
14577#, c-format
14578msgid "Failed to resolve '%s' as a valid ref."
14579msgstr ""
14580
14581#: builtin/notes.c:900
14582#, c-format
14583msgid "Object %s has no note\n"
14584msgstr ""
14585
14586#: builtin/notes.c:912
14587msgid "attempt to remove non-existent note is not an error"
14588msgstr ""
14589
14590#: builtin/notes.c:915
14591msgid "read object names from the standard input"
14592msgstr ""
14593
14594#: builtin/notes.c:954 builtin/prune.c:130 builtin/worktree.c:165
14595msgid "do not remove, show only"
14596msgstr ""
14597
14598#: builtin/notes.c:955
14599msgid "report pruned notes"
14600msgstr ""
14601
14602#: builtin/notes.c:998
14603msgid "notes-ref"
14604msgstr ""
14605
14606#: builtin/notes.c:999
14607msgid "use notes from <notes-ref>"
14608msgstr ""
14609
14610#: builtin/notes.c:1034 builtin/stash.c:1611
14611#, c-format
14612msgid "unknown subcommand: %s"
14613msgstr ""
14614
14615#: builtin/pack-objects.c:52
14616msgid ""
14617"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
14618msgstr ""
14619
14620#: builtin/pack-objects.c:53
14621msgid ""
14622"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
14623msgstr ""
14624
14625#: builtin/pack-objects.c:424
14626#, c-format
14627msgid "bad packed object CRC for %s"
14628msgstr ""
14629
14630#: builtin/pack-objects.c:435
14631#, c-format
14632msgid "corrupt packed object for %s"
14633msgstr ""
14634
14635#: builtin/pack-objects.c:566
14636#, c-format
14637msgid "recursive delta detected for object %s"
14638msgstr ""
14639
14640#: builtin/pack-objects.c:777
14641#, c-format
14642msgid "ordered %u objects, expected %<PRIu32>"
14643msgstr ""
14644
14645#: builtin/pack-objects.c:790
14646#, c-format
14647msgid "packfile is invalid: %s"
14648msgstr ""
14649
14650#: builtin/pack-objects.c:794
14651#, c-format
14652msgid "unable to open packfile for reuse: %s"
14653msgstr ""
14654
14655#: builtin/pack-objects.c:798
14656msgid "unable to seek in reused packfile"
14657msgstr ""
14658
14659#: builtin/pack-objects.c:809
14660msgid "unable to read from reused packfile"
14661msgstr ""
14662
14663#: builtin/pack-objects.c:837
14664msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
14665msgstr ""
14666
14667#: builtin/pack-objects.c:850
14668msgid "Writing objects"
14669msgstr ""
14670
14671#: builtin/pack-objects.c:912 builtin/update-index.c:89
14672#, c-format
14673msgid "failed to stat %s"
14674msgstr ""
14675
14676#: builtin/pack-objects.c:965
14677#, c-format
14678msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
14679msgstr ""
14680
14681#: builtin/pack-objects.c:1161
14682msgid "disabling bitmap writing, as some objects are not being packed"
14683msgstr ""
14684
14685#: builtin/pack-objects.c:1589
14686#, c-format
14687msgid "delta base offset overflow in pack for %s"
14688msgstr ""
14689
14690#: builtin/pack-objects.c:1598
14691#, c-format
14692msgid "delta base offset out of bound for %s"
14693msgstr ""
14694
14695#: builtin/pack-objects.c:1867
14696msgid "Counting objects"
14697msgstr ""
14698
14699#: builtin/pack-objects.c:1997
14700#, c-format
14701msgid "unable to get size of %s"
14702msgstr ""
14703
14704#: builtin/pack-objects.c:2012
14705#, c-format
14706msgid "unable to parse object header of %s"
14707msgstr ""
14708
14709#: builtin/pack-objects.c:2082 builtin/pack-objects.c:2098
14710#: builtin/pack-objects.c:2108
14711#, c-format
14712msgid "object %s cannot be read"
14713msgstr ""
14714
14715#: builtin/pack-objects.c:2085 builtin/pack-objects.c:2112
14716#, c-format
14717msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"
14718msgstr ""
14719
14720#: builtin/pack-objects.c:2122
14721msgid "suboptimal pack - out of memory"
14722msgstr ""
14723
14724#: builtin/pack-objects.c:2448
14725#, c-format
14726msgid "Delta compression using up to %d threads"
14727msgstr ""
14728
14729#: builtin/pack-objects.c:2580
14730#, c-format
14731msgid "unable to pack objects reachable from tag %s"
14732msgstr ""
14733
14734#: builtin/pack-objects.c:2667
14735msgid "Compressing objects"
14736msgstr ""
14737
14738#: builtin/pack-objects.c:2673
14739msgid "inconsistency with delta count"
14740msgstr ""
14741
14742#: builtin/pack-objects.c:2754
14743#, c-format
14744msgid ""
14745"expected edge object ID, got garbage:\n"
14746" %s"
14747msgstr ""
14748
14749#: builtin/pack-objects.c:2760
14750#, c-format
14751msgid ""
14752"expected object ID, got garbage:\n"
14753" %s"
14754msgstr ""
14755
14756#: builtin/pack-objects.c:2858
14757msgid "invalid value for --missing"
14758msgstr ""
14759
14760#: builtin/pack-objects.c:2917 builtin/pack-objects.c:3025
14761msgid "cannot open pack index"
14762msgstr ""
14763
14764#: builtin/pack-objects.c:2948
14765#, c-format
14766msgid "loose object at %s could not be examined"
14767msgstr ""
14768
14769#: builtin/pack-objects.c:3033
14770msgid "unable to force loose object"
14771msgstr ""
14772
14773#: builtin/pack-objects.c:3125
14774#, c-format
14775msgid "not a rev '%s'"
14776msgstr ""
14777
14778#: builtin/pack-objects.c:3128
14779#, c-format
14780msgid "bad revision '%s'"
14781msgstr ""
14782
14783#: builtin/pack-objects.c:3153
14784msgid "unable to add recent objects"
14785msgstr ""
14786
14787#: builtin/pack-objects.c:3206
14788#, c-format
14789msgid "unsupported index version %s"
14790msgstr ""
14791
14792#: builtin/pack-objects.c:3210
14793#, c-format
14794msgid "bad index version '%s'"
14795msgstr ""
14796
14797#: builtin/pack-objects.c:3240
14798msgid "do not show progress meter"
14799msgstr ""
14800
14801#: builtin/pack-objects.c:3242
14802msgid "show progress meter"
14803msgstr ""
14804
14805#: builtin/pack-objects.c:3244
14806msgid "show progress meter during object writing phase"
14807msgstr ""
14808
14809#: builtin/pack-objects.c:3247
14810msgid "similar to --all-progress when progress meter is shown"
14811msgstr ""
14812
14813#: builtin/pack-objects.c:3248
14814msgid "<version>[,<offset>]"
14815msgstr ""
14816
14817#: builtin/pack-objects.c:3249
14818msgid "write the pack index file in the specified idx format version"
14819msgstr ""
14820
14821#: builtin/pack-objects.c:3252
14822msgid "maximum size of each output pack file"
14823msgstr ""
14824
14825#: builtin/pack-objects.c:3254
14826msgid "ignore borrowed objects from alternate object store"
14827msgstr ""
14828
14829#: builtin/pack-objects.c:3256
14830msgid "ignore packed objects"
14831msgstr ""
14832
14833#: builtin/pack-objects.c:3258
14834msgid "limit pack window by objects"
14835msgstr ""
14836
14837#: builtin/pack-objects.c:3260
14838msgid "limit pack window by memory in addition to object limit"
14839msgstr ""
14840
14841#: builtin/pack-objects.c:3262
14842msgid "maximum length of delta chain allowed in the resulting pack"
14843msgstr ""
14844
14845#: builtin/pack-objects.c:3264
14846msgid "reuse existing deltas"
14847msgstr ""
14848
14849#: builtin/pack-objects.c:3266
14850msgid "reuse existing objects"
14851msgstr ""
14852
14853#: builtin/pack-objects.c:3268
14854msgid "use OFS_DELTA objects"
14855msgstr ""
14856
14857#: builtin/pack-objects.c:3270
14858msgid "use threads when searching for best delta matches"
14859msgstr ""
14860
14861#: builtin/pack-objects.c:3272
14862msgid "do not create an empty pack output"
14863msgstr ""
14864
14865#: builtin/pack-objects.c:3274
14866msgid "read revision arguments from standard input"
14867msgstr ""
14868
14869#: builtin/pack-objects.c:3276
14870msgid "limit the objects to those that are not yet packed"
14871msgstr ""
14872
14873#: builtin/pack-objects.c:3279
14874msgid "include objects reachable from any reference"
14875msgstr ""
14876
14877#: builtin/pack-objects.c:3282
14878msgid "include objects referred by reflog entries"
14879msgstr ""
14880
14881#: builtin/pack-objects.c:3285
14882msgid "include objects referred to by the index"
14883msgstr ""
14884
14885#: builtin/pack-objects.c:3288
14886msgid "output pack to stdout"
14887msgstr ""
14888
14889#: builtin/pack-objects.c:3290
14890msgid "include tag objects that refer to objects to be packed"
14891msgstr ""
14892
14893#: builtin/pack-objects.c:3292
14894msgid "keep unreachable objects"
14895msgstr ""
14896
14897#: builtin/pack-objects.c:3294
14898msgid "pack loose unreachable objects"
14899msgstr ""
14900
14901#: builtin/pack-objects.c:3296
14902msgid "unpack unreachable objects newer than <time>"
14903msgstr ""
14904
14905#: builtin/pack-objects.c:3299
14906msgid "use the sparse reachability algorithm"
14907msgstr ""
14908
14909#: builtin/pack-objects.c:3301
14910msgid "create thin packs"
14911msgstr ""
14912
14913#: builtin/pack-objects.c:3303
14914msgid "create packs suitable for shallow fetches"
14915msgstr ""
14916
14917#: builtin/pack-objects.c:3305
14918msgid "ignore packs that have companion .keep file"
14919msgstr ""
14920
14921#: builtin/pack-objects.c:3307
14922msgid "ignore this pack"
14923msgstr ""
14924
14925#: builtin/pack-objects.c:3309
14926msgid "pack compression level"
14927msgstr ""
14928
14929#: builtin/pack-objects.c:3311
14930msgid "do not hide commits by grafts"
14931msgstr ""
14932
14933#: builtin/pack-objects.c:3313
14934msgid "use a bitmap index if available to speed up counting objects"
14935msgstr ""
14936
14937#: builtin/pack-objects.c:3315
14938msgid "write a bitmap index together with the pack index"
14939msgstr ""
14940
14941#: builtin/pack-objects.c:3318
14942msgid "handling for missing objects"
14943msgstr ""
14944
14945#: builtin/pack-objects.c:3321
14946msgid "do not pack objects in promisor packfiles"
14947msgstr ""
14948
14949#: builtin/pack-objects.c:3323
14950msgid "respect islands during delta compression"
14951msgstr ""
14952
14953#: builtin/pack-objects.c:3348
14954#, c-format
14955msgid "delta chain depth %d is too deep, forcing %d"
14956msgstr ""
14957
14958#: builtin/pack-objects.c:3353
14959#, c-format
14960msgid "pack.deltaCacheLimit is too high, forcing %d"
14961msgstr ""
14962
14963#: builtin/pack-objects.c:3407
14964msgid "--max-pack-size cannot be used to build a pack for transfer"
14965msgstr ""
14966
14967#: builtin/pack-objects.c:3409
14968msgid "minimum pack size limit is 1 MiB"
14969msgstr ""
14970
14971#: builtin/pack-objects.c:3414
14972msgid "--thin cannot be used to build an indexable pack"
14973msgstr ""
14974
14975#: builtin/pack-objects.c:3417
14976msgid "--keep-unreachable and --unpack-unreachable are incompatible"
14977msgstr ""
14978
14979#: builtin/pack-objects.c:3423
14980msgid "cannot use --filter without --stdout"
14981msgstr ""
14982
14983#: builtin/pack-objects.c:3484
14984msgid "Enumerating objects"
14985msgstr ""
14986
14987#: builtin/pack-objects.c:3514
14988#, c-format
14989msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
14990msgstr ""
14991
14992#: builtin/pack-refs.c:7
14993msgid "git pack-refs [<options>]"
14994msgstr ""
14995
14996#: builtin/pack-refs.c:15
14997msgid "pack everything"
14998msgstr ""
14999
15000#: builtin/pack-refs.c:16
15001msgid "prune loose refs (default)"
15002msgstr ""
15003
15004#: builtin/prune-packed.c:9
15005msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
15006msgstr ""
15007
15008#: builtin/prune-packed.c:42
15009msgid "Removing duplicate objects"
15010msgstr ""
15011
15012#: builtin/prune.c:12
15013msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
15014msgstr ""
15015
15016#: builtin/prune.c:131
15017msgid "report pruned objects"
15018msgstr ""
15019
15020#: builtin/prune.c:134
15021msgid "expire objects older than <time>"
15022msgstr ""
15023
15024#: builtin/prune.c:136
15025msgid "limit traversal to objects outside promisor packfiles"
15026msgstr ""
15027
15028#: builtin/prune.c:150
15029msgid "cannot prune in a precious-objects repo"
15030msgstr ""
15031
15032#: builtin/pull.c:66 builtin/pull.c:68
15033#, c-format
15034msgid "Invalid value for %s: %s"
15035msgstr ""
15036
15037#: builtin/pull.c:88
15038msgid "git pull [<options>] [<repository> [<refspec>...]]"
15039msgstr ""
15040
15041#: builtin/pull.c:140
15042msgid "control for recursive fetching of submodules"
15043msgstr ""
15044
15045#: builtin/pull.c:144
15046msgid "Options related to merging"
15047msgstr ""
15048
15049#: builtin/pull.c:147
15050msgid "incorporate changes by rebasing rather than merging"
15051msgstr ""
15052
15053#: builtin/pull.c:175 builtin/rebase.c:447 builtin/revert.c:125
15054msgid "allow fast-forward"
15055msgstr ""
15056
15057#: builtin/pull.c:184
15058msgid "automatically stash/stash pop before and after rebase"
15059msgstr ""
15060
15061#: builtin/pull.c:200
15062msgid "Options related to fetching"
15063msgstr ""
15064
15065#: builtin/pull.c:210
15066msgid "force overwrite of local branch"
15067msgstr ""
15068
15069#: builtin/pull.c:218
15070msgid "number of submodules pulled in parallel"
15071msgstr ""
15072
15073#: builtin/pull.c:313
15074#, c-format
15075msgid "Invalid value for pull.ff: %s"
15076msgstr ""
15077
15078#: builtin/pull.c:430
15079msgid ""
15080"There is no candidate for rebasing against among the refs that you just "
15081"fetched."
15082msgstr ""
15083
15084#: builtin/pull.c:432
15085msgid ""
15086"There are no candidates for merging among the refs that you just fetched."
15087msgstr ""
15088
15089#: builtin/pull.c:433
15090msgid ""
15091"Generally this means that you provided a wildcard refspec which had no\n"
15092"matches on the remote end."
15093msgstr ""
15094
15095#: builtin/pull.c:436
15096#, c-format
15097msgid ""
15098"You asked to pull from the remote '%s', but did not specify\n"
15099"a branch. Because this is not the default configured remote\n"
15100"for your current branch, you must specify a branch on the command line."
15101msgstr ""
15102
15103#: builtin/pull.c:441 builtin/rebase.c:1321 git-parse-remote.sh:73
15104msgid "You are not currently on a branch."
15105msgstr ""
15106
15107#: builtin/pull.c:443 builtin/pull.c:458 git-parse-remote.sh:79
15108msgid "Please specify which branch you want to rebase against."
15109msgstr ""
15110
15111#: builtin/pull.c:445 builtin/pull.c:460 git-parse-remote.sh:82
15112msgid "Please specify which branch you want to merge with."
15113msgstr ""
15114
15115#: builtin/pull.c:446 builtin/pull.c:461
15116msgid "See git-pull(1) for details."
15117msgstr ""
15118
15119#: builtin/pull.c:448 builtin/pull.c:454 builtin/pull.c:463
15120#: builtin/rebase.c:1327 git-parse-remote.sh:64
15121msgid "<remote>"
15122msgstr ""
15123
15124#: builtin/pull.c:448 builtin/pull.c:463 builtin/pull.c:468
15125#: git-parse-remote.sh:65
15126msgid "<branch>"
15127msgstr ""
15128
15129#: builtin/pull.c:456 builtin/rebase.c:1319 git-parse-remote.sh:75
15130msgid "There is no tracking information for the current branch."
15131msgstr ""
15132
15133#: builtin/pull.c:465 git-parse-remote.sh:95
15134msgid ""
15135"If you wish to set tracking information for this branch you can do so with:"
15136msgstr ""
15137
15138#: builtin/pull.c:470
15139#, c-format
15140msgid ""
15141"Your configuration specifies to merge with the ref '%s'\n"
15142"from the remote, but no such ref was fetched."
15143msgstr ""
15144
15145#: builtin/pull.c:574
15146#, c-format
15147msgid "unable to access commit %s"
15148msgstr ""
15149
15150#: builtin/pull.c:854
15151msgid "ignoring --verify-signatures for rebase"
15152msgstr ""
15153
15154#: builtin/pull.c:909
15155msgid "--[no-]autostash option is only valid with --rebase."
15156msgstr ""
15157
15158#: builtin/pull.c:917
15159msgid "Updating an unborn branch with changes added to the index."
15160msgstr ""
15161
15162#: builtin/pull.c:921
15163msgid "pull with rebase"
15164msgstr ""
15165
15166#: builtin/pull.c:922
15167msgid "please commit or stash them."
15168msgstr ""
15169
15170#: builtin/pull.c:947
15171#, c-format
15172msgid ""
15173"fetch updated the current branch head.\n"
15174"fast-forwarding your working tree from\n"
15175"commit %s."
15176msgstr ""
15177
15178#: builtin/pull.c:953
15179#, c-format
15180msgid ""
15181"Cannot fast-forward your working tree.\n"
15182"After making sure that you saved anything precious from\n"
15183"$ git diff %s\n"
15184"output, run\n"
15185"$ git reset --hard\n"
15186"to recover."
15187msgstr ""
15188
15189#: builtin/pull.c:968
15190msgid "Cannot merge multiple branches into empty head."
15191msgstr ""
15192
15193#: builtin/pull.c:972
15194msgid "Cannot rebase onto multiple branches."
15195msgstr ""
15196
15197#: builtin/pull.c:979
15198msgid "cannot rebase with locally recorded submodule modifications"
15199msgstr ""
15200
15201#: builtin/push.c:19
15202msgid "git push [<options>] [<repository> [<refspec>...]]"
15203msgstr ""
15204
15205#: builtin/push.c:111
15206msgid "tag shorthand without <tag>"
15207msgstr ""
15208
15209#: builtin/push.c:121
15210msgid "--delete only accepts plain target ref names"
15211msgstr ""
15212
15213#: builtin/push.c:167
15214msgid ""
15215"\n"
15216"To choose either option permanently, see push.default in 'git help config'."
15217msgstr ""
15218
15219#: builtin/push.c:170
15220#, c-format
15221msgid ""
15222"The upstream branch of your current branch does not match\n"
15223"the name of your current branch.  To push to the upstream branch\n"
15224"on the remote, use\n"
15225"\n"
15226"    git push %s HEAD:%s\n"
15227"\n"
15228"To push to the branch of the same name on the remote, use\n"
15229"\n"
15230"    git push %s HEAD\n"
15231"%s"
15232msgstr ""
15233
15234#: builtin/push.c:185
15235#, c-format
15236msgid ""
15237"You are not currently on a branch.\n"
15238"To push the history leading to the current (detached HEAD)\n"
15239"state now, use\n"
15240"\n"
15241"    git push %s HEAD:<name-of-remote-branch>\n"
15242msgstr ""
15243
15244#: builtin/push.c:199
15245#, c-format
15246msgid ""
15247"The current branch %s has no upstream branch.\n"
15248"To push the current branch and set the remote as upstream, use\n"
15249"\n"
15250"    git push --set-upstream %s %s\n"
15251msgstr ""
15252
15253#: builtin/push.c:207
15254#, c-format
15255msgid "The current branch %s has multiple upstream branches, refusing to push."
15256msgstr ""
15257
15258#: builtin/push.c:210
15259#, c-format
15260msgid ""
15261"You are pushing to remote '%s', which is not the upstream of\n"
15262"your current branch '%s', without telling me what to push\n"
15263"to update which remote branch."
15264msgstr ""
15265
15266#: builtin/push.c:269
15267msgid ""
15268"You didn't specify any refspecs to push, and push.default is \"nothing\"."
15269msgstr ""
15270
15271#: builtin/push.c:276
15272msgid ""
15273"Updates were rejected because the tip of your current branch is behind\n"
15274"its remote counterpart. Integrate the remote changes (e.g.\n"
15275"'git pull ...') before pushing again.\n"
15276"See the 'Note about fast-forwards' in 'git push --help' for details."
15277msgstr ""
15278
15279#: builtin/push.c:282
15280msgid ""
15281"Updates were rejected because a pushed branch tip is behind its remote\n"
15282"counterpart. Check out this branch and integrate the remote changes\n"
15283"(e.g. 'git pull ...') before pushing again.\n"
15284"See the 'Note about fast-forwards' in 'git push --help' for details."
15285msgstr ""
15286
15287#: builtin/push.c:288
15288msgid ""
15289"Updates were rejected because the remote contains work that you do\n"
15290"not have locally. This is usually caused by another repository pushing\n"
15291"to the same ref. You may want to first integrate the remote changes\n"
15292"(e.g., 'git pull ...') before pushing again.\n"
15293"See the 'Note about fast-forwards' in 'git push --help' for details."
15294msgstr ""
15295
15296#: builtin/push.c:295
15297msgid "Updates were rejected because the tag already exists in the remote."
15298msgstr ""
15299
15300#: builtin/push.c:298
15301msgid ""
15302"You cannot update a remote ref that points at a non-commit object,\n"
15303"or update a remote ref to make it point at a non-commit object,\n"
15304"without using the '--force' option.\n"
15305msgstr ""
15306
15307#: builtin/push.c:359
15308#, c-format
15309msgid "Pushing to %s\n"
15310msgstr ""
15311
15312#: builtin/push.c:364
15313#, c-format
15314msgid "failed to push some refs to '%s'"
15315msgstr ""
15316
15317#: builtin/push.c:398
15318#, c-format
15319msgid "bad repository '%s'"
15320msgstr ""
15321
15322#: builtin/push.c:399
15323msgid ""
15324"No configured push destination.\n"
15325"Either specify the URL from the command-line or configure a remote "
15326"repository using\n"
15327"\n"
15328"    git remote add <name> <url>\n"
15329"\n"
15330"and then push using the remote name\n"
15331"\n"
15332"    git push <name>\n"
15333msgstr ""
15334
15335#: builtin/push.c:554
15336msgid "repository"
15337msgstr ""
15338
15339#: builtin/push.c:555 builtin/send-pack.c:164
15340msgid "push all refs"
15341msgstr ""
15342
15343#: builtin/push.c:556 builtin/send-pack.c:166
15344msgid "mirror all refs"
15345msgstr ""
15346
15347#: builtin/push.c:558
15348msgid "delete refs"
15349msgstr ""
15350
15351#: builtin/push.c:559
15352msgid "push tags (can't be used with --all or --mirror)"
15353msgstr ""
15354
15355#: builtin/push.c:562 builtin/send-pack.c:167
15356msgid "force updates"
15357msgstr ""
15358
15359#: builtin/push.c:564 builtin/send-pack.c:181
15360msgid "<refname>:<expect>"
15361msgstr ""
15362
15363#: builtin/push.c:565 builtin/send-pack.c:182
15364msgid "require old value of ref to be at this value"
15365msgstr ""
15366
15367#: builtin/push.c:568
15368msgid "control recursive pushing of submodules"
15369msgstr ""
15370
15371#: builtin/push.c:570 builtin/send-pack.c:175
15372msgid "use thin pack"
15373msgstr ""
15374
15375#: builtin/push.c:571 builtin/push.c:572 builtin/send-pack.c:161
15376#: builtin/send-pack.c:162
15377msgid "receive pack program"
15378msgstr ""
15379
15380#: builtin/push.c:573
15381msgid "set upstream for git pull/status"
15382msgstr ""
15383
15384#: builtin/push.c:576
15385msgid "prune locally removed refs"
15386msgstr ""
15387
15388#: builtin/push.c:578
15389msgid "bypass pre-push hook"
15390msgstr ""
15391
15392#: builtin/push.c:579
15393msgid "push missing but relevant tags"
15394msgstr ""
15395
15396#: builtin/push.c:582 builtin/send-pack.c:169
15397msgid "GPG sign the push"
15398msgstr ""
15399
15400#: builtin/push.c:584 builtin/send-pack.c:176
15401msgid "request atomic transaction on remote side"
15402msgstr ""
15403
15404#: builtin/push.c:602
15405msgid "--delete is incompatible with --all, --mirror and --tags"
15406msgstr ""
15407
15408#: builtin/push.c:604
15409msgid "--delete doesn't make sense without any refs"
15410msgstr ""
15411
15412#: builtin/push.c:607
15413msgid "--all and --tags are incompatible"
15414msgstr ""
15415
15416#: builtin/push.c:609
15417msgid "--all can't be combined with refspecs"
15418msgstr ""
15419
15420#: builtin/push.c:613
15421msgid "--mirror and --tags are incompatible"
15422msgstr ""
15423
15424#: builtin/push.c:615
15425msgid "--mirror can't be combined with refspecs"
15426msgstr ""
15427
15428#: builtin/push.c:618
15429msgid "--all and --mirror are incompatible"
15430msgstr ""
15431
15432#: builtin/push.c:637
15433msgid "push options must not have new line characters"
15434msgstr ""
15435
15436#: builtin/range-diff.c:8
15437msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
15438msgstr ""
15439
15440#: builtin/range-diff.c:9
15441msgid "git range-diff [<options>] <old-tip>...<new-tip>"
15442msgstr ""
15443
15444#: builtin/range-diff.c:10
15445msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
15446msgstr ""
15447
15448#: builtin/range-diff.c:21
15449msgid "Percentage by which creation is weighted"
15450msgstr ""
15451
15452#: builtin/range-diff.c:23
15453msgid "use simple diff colors"
15454msgstr ""
15455
15456#: builtin/range-diff.c:46 builtin/range-diff.c:50
15457#, c-format
15458msgid "no .. in range: '%s'"
15459msgstr ""
15460
15461#: builtin/range-diff.c:60
15462msgid "single arg format must be symmetric range"
15463msgstr ""
15464
15465#: builtin/range-diff.c:75
15466msgid "need two commit ranges"
15467msgstr ""
15468
15469#: builtin/read-tree.c:41
15470msgid ""
15471"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
15472"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
15473"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
15474msgstr ""
15475
15476#: builtin/read-tree.c:124
15477msgid "write resulting index to <file>"
15478msgstr ""
15479
15480#: builtin/read-tree.c:127
15481msgid "only empty the index"
15482msgstr ""
15483
15484#: builtin/read-tree.c:129
15485msgid "Merging"
15486msgstr ""
15487
15488#: builtin/read-tree.c:131
15489msgid "perform a merge in addition to a read"
15490msgstr ""
15491
15492#: builtin/read-tree.c:133
15493msgid "3-way merge if no file level merging required"
15494msgstr ""
15495
15496#: builtin/read-tree.c:135
15497msgid "3-way merge in presence of adds and removes"
15498msgstr ""
15499
15500#: builtin/read-tree.c:137
15501msgid "same as -m, but discard unmerged entries"
15502msgstr ""
15503
15504#: builtin/read-tree.c:138
15505msgid "<subdirectory>/"
15506msgstr ""
15507
15508#: builtin/read-tree.c:139
15509msgid "read the tree into the index under <subdirectory>/"
15510msgstr ""
15511
15512#: builtin/read-tree.c:142
15513msgid "update working tree with merge result"
15514msgstr ""
15515
15516#: builtin/read-tree.c:144
15517msgid "gitignore"
15518msgstr ""
15519
15520#: builtin/read-tree.c:145
15521msgid "allow explicitly ignored files to be overwritten"
15522msgstr ""
15523
15524#: builtin/read-tree.c:148
15525msgid "don't check the working tree after merging"
15526msgstr ""
15527
15528#: builtin/read-tree.c:149
15529msgid "don't update the index or the work tree"
15530msgstr ""
15531
15532#: builtin/read-tree.c:151
15533msgid "skip applying sparse checkout filter"
15534msgstr ""
15535
15536#: builtin/read-tree.c:153
15537msgid "debug unpack-trees"
15538msgstr ""
15539
15540#: builtin/read-tree.c:157
15541msgid "suppress feedback messages"
15542msgstr ""
15543
15544#: builtin/rebase.c:32
15545msgid ""
15546"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] [<upstream>] "
15547"[<branch>]"
15548msgstr ""
15549
15550#: builtin/rebase.c:34
15551msgid ""
15552"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"
15553msgstr ""
15554
15555#: builtin/rebase.c:36
15556msgid "git rebase --continue | --abort | --skip | --edit-todo"
15557msgstr ""
15558
15559#: builtin/rebase.c:158 builtin/rebase.c:182 builtin/rebase.c:209
15560#, c-format
15561msgid "unusable todo list: '%s'"
15562msgstr ""
15563
15564#: builtin/rebase.c:167 builtin/rebase.c:193 builtin/rebase.c:217
15565#, c-format
15566msgid "could not write '%s'."
15567msgstr ""
15568
15569#: builtin/rebase.c:252
15570msgid "no HEAD?"
15571msgstr ""
15572
15573#: builtin/rebase.c:279
15574#, c-format
15575msgid "could not create temporary %s"
15576msgstr ""
15577
15578#: builtin/rebase.c:285
15579msgid "could not mark as interactive"
15580msgstr ""
15581
15582#: builtin/rebase.c:343
15583msgid "could not generate todo list"
15584msgstr ""
15585
15586#: builtin/rebase.c:382
15587msgid "a base commit must be provided with --upstream or --onto"
15588msgstr ""
15589
15590#: builtin/rebase.c:437
15591msgid "git rebase--interactive [<options>]"
15592msgstr ""
15593
15594#: builtin/rebase.c:449
15595msgid "keep empty commits"
15596msgstr ""
15597
15598#: builtin/rebase.c:451 builtin/revert.c:127
15599msgid "allow commits with empty messages"
15600msgstr ""
15601
15602#: builtin/rebase.c:452
15603msgid "rebase merge commits"
15604msgstr ""
15605
15606#: builtin/rebase.c:454
15607msgid "keep original branch points of cousins"
15608msgstr ""
15609
15610#: builtin/rebase.c:456
15611msgid "move commits that begin with squash!/fixup!"
15612msgstr ""
15613
15614#: builtin/rebase.c:457
15615msgid "sign commits"
15616msgstr ""
15617
15618#: builtin/rebase.c:459 builtin/rebase.c:1397
15619msgid "display a diffstat of what changed upstream"
15620msgstr ""
15621
15622#: builtin/rebase.c:461
15623msgid "continue rebase"
15624msgstr ""
15625
15626#: builtin/rebase.c:463
15627msgid "skip commit"
15628msgstr ""
15629
15630#: builtin/rebase.c:464
15631msgid "edit the todo list"
15632msgstr ""
15633
15634#: builtin/rebase.c:466
15635msgid "show the current patch"
15636msgstr ""
15637
15638#: builtin/rebase.c:469
15639msgid "shorten commit ids in the todo list"
15640msgstr ""
15641
15642#: builtin/rebase.c:471
15643msgid "expand commit ids in the todo list"
15644msgstr ""
15645
15646#: builtin/rebase.c:473
15647msgid "check the todo list"
15648msgstr ""
15649
15650#: builtin/rebase.c:475
15651msgid "rearrange fixup/squash lines"
15652msgstr ""
15653
15654#: builtin/rebase.c:477
15655msgid "insert exec commands in todo list"
15656msgstr ""
15657
15658#: builtin/rebase.c:478
15659msgid "onto"
15660msgstr ""
15661
15662#: builtin/rebase.c:481
15663msgid "restrict-revision"
15664msgstr ""
15665
15666#: builtin/rebase.c:481
15667msgid "restrict revision"
15668msgstr ""
15669
15670#: builtin/rebase.c:483
15671msgid "squash-onto"
15672msgstr ""
15673
15674#: builtin/rebase.c:484
15675msgid "squash onto"
15676msgstr ""
15677
15678#: builtin/rebase.c:486
15679msgid "the upstream commit"
15680msgstr ""
15681
15682#: builtin/rebase.c:488
15683msgid "head-name"
15684msgstr ""
15685
15686#: builtin/rebase.c:488
15687msgid "head name"
15688msgstr ""
15689
15690#: builtin/rebase.c:493
15691msgid "rebase strategy"
15692msgstr ""
15693
15694#: builtin/rebase.c:494
15695msgid "strategy-opts"
15696msgstr ""
15697
15698#: builtin/rebase.c:495
15699msgid "strategy options"
15700msgstr ""
15701
15702#: builtin/rebase.c:496
15703msgid "switch-to"
15704msgstr ""
15705
15706#: builtin/rebase.c:497
15707msgid "the branch or commit to checkout"
15708msgstr ""
15709
15710#: builtin/rebase.c:498
15711msgid "onto-name"
15712msgstr ""
15713
15714#: builtin/rebase.c:498
15715msgid "onto name"
15716msgstr ""
15717
15718#: builtin/rebase.c:499
15719msgid "cmd"
15720msgstr ""
15721
15722#: builtin/rebase.c:499
15723msgid "the command to run"
15724msgstr ""
15725
15726#: builtin/rebase.c:502 builtin/rebase.c:1480
15727msgid "automatically re-schedule any `exec` that fails"
15728msgstr ""
15729
15730#: builtin/rebase.c:518
15731msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
15732msgstr ""
15733
15734#: builtin/rebase.c:534 builtin/rebase.c:1787
15735#, c-format
15736msgid "%s requires an interactive rebase"
15737msgstr ""
15738
15739#: builtin/rebase.c:586
15740#, c-format
15741msgid "could not get 'onto': '%s'"
15742msgstr ""
15743
15744#: builtin/rebase.c:601
15745#, c-format
15746msgid "invalid orig-head: '%s'"
15747msgstr ""
15748
15749#: builtin/rebase.c:626
15750#, c-format
15751msgid "ignoring invalid allow_rerere_autoupdate: '%s'"
15752msgstr ""
15753
15754#: builtin/rebase.c:702
15755#, c-format
15756msgid "Could not read '%s'"
15757msgstr ""
15758
15759#: builtin/rebase.c:720
15760#, c-format
15761msgid "Cannot store %s"
15762msgstr ""
15763
15764#: builtin/rebase.c:817
15765msgid "could not determine HEAD revision"
15766msgstr ""
15767
15768#: builtin/rebase.c:940
15769msgid ""
15770"Resolve all conflicts manually, mark them as resolved with\n"
15771"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
15772"You can instead skip this commit: run \"git rebase --skip\".\n"
15773"To abort and get back to the state before \"git rebase\", run \"git rebase --"
15774"abort\"."
15775msgstr ""
15776
15777#: builtin/rebase.c:1021
15778#, c-format
15779msgid ""
15780"\n"
15781"git encountered an error while preparing the patches to replay\n"
15782"these revisions:\n"
15783"\n"
15784"    %s\n"
15785"\n"
15786"As a result, git cannot rebase them."
15787msgstr ""
15788
15789#: builtin/rebase.c:1313
15790#, c-format
15791msgid ""
15792"%s\n"
15793"Please specify which branch you want to rebase against.\n"
15794"See git-rebase(1) for details.\n"
15795"\n"
15796"    git rebase '<branch>'\n"
15797"\n"
15798msgstr ""
15799
15800#: builtin/rebase.c:1329
15801#, c-format
15802msgid ""
15803"If you wish to set tracking information for this branch you can do so with:\n"
15804"\n"
15805"    git branch --set-upstream-to=%s/<branch> %s\n"
15806"\n"
15807msgstr ""
15808
15809#: builtin/rebase.c:1359
15810msgid "exec commands cannot contain newlines"
15811msgstr ""
15812
15813#: builtin/rebase.c:1363
15814msgid "empty exec command"
15815msgstr ""
15816
15817#: builtin/rebase.c:1390
15818msgid "rebase onto given branch instead of upstream"
15819msgstr ""
15820
15821#: builtin/rebase.c:1392
15822msgid "allow pre-rebase hook to run"
15823msgstr ""
15824
15825#: builtin/rebase.c:1394
15826msgid "be quiet. implies --no-stat"
15827msgstr ""
15828
15829#: builtin/rebase.c:1400
15830msgid "do not show diffstat of what changed upstream"
15831msgstr ""
15832
15833#: builtin/rebase.c:1403
15834msgid "add a Signed-off-by: line to each commit"
15835msgstr ""
15836
15837#: builtin/rebase.c:1405 builtin/rebase.c:1409 builtin/rebase.c:1411
15838msgid "passed to 'git am'"
15839msgstr ""
15840
15841#: builtin/rebase.c:1413 builtin/rebase.c:1415
15842msgid "passed to 'git apply'"
15843msgstr ""
15844
15845#: builtin/rebase.c:1417 builtin/rebase.c:1420
15846msgid "cherry-pick all commits, even if unchanged"
15847msgstr ""
15848
15849#: builtin/rebase.c:1422
15850msgid "continue"
15851msgstr ""
15852
15853#: builtin/rebase.c:1425
15854msgid "skip current patch and continue"
15855msgstr ""
15856
15857#: builtin/rebase.c:1427
15858msgid "abort and check out the original branch"
15859msgstr ""
15860
15861#: builtin/rebase.c:1430
15862msgid "abort but keep HEAD where it is"
15863msgstr ""
15864
15865#: builtin/rebase.c:1431
15866msgid "edit the todo list during an interactive rebase"
15867msgstr ""
15868
15869#: builtin/rebase.c:1434
15870msgid "show the patch file being applied or merged"
15871msgstr ""
15872
15873#: builtin/rebase.c:1437
15874msgid "use merging strategies to rebase"
15875msgstr ""
15876
15877#: builtin/rebase.c:1441
15878msgid "let the user edit the list of commits to rebase"
15879msgstr ""
15880
15881#: builtin/rebase.c:1445
15882msgid "(DEPRECATED) try to recreate merges instead of ignoring them"
15883msgstr ""
15884
15885#: builtin/rebase.c:1449
15886msgid "preserve empty commits during rebase"
15887msgstr ""
15888
15889#: builtin/rebase.c:1451
15890msgid "move commits that begin with squash!/fixup! under -i"
15891msgstr ""
15892
15893#: builtin/rebase.c:1457
15894msgid "automatically stash/stash pop before and after"
15895msgstr ""
15896
15897#: builtin/rebase.c:1459
15898msgid "add exec lines after each commit of the editable list"
15899msgstr ""
15900
15901#: builtin/rebase.c:1463
15902msgid "allow rebasing commits with empty messages"
15903msgstr ""
15904
15905#: builtin/rebase.c:1466
15906msgid "try to rebase merges instead of skipping them"
15907msgstr ""
15908
15909#: builtin/rebase.c:1469
15910msgid "use 'merge-base --fork-point' to refine upstream"
15911msgstr ""
15912
15913#: builtin/rebase.c:1471
15914msgid "use the given merge strategy"
15915msgstr ""
15916
15917#: builtin/rebase.c:1473 builtin/revert.c:114
15918msgid "option"
15919msgstr ""
15920
15921#: builtin/rebase.c:1474
15922msgid "pass the argument through to the merge strategy"
15923msgstr ""
15924
15925#: builtin/rebase.c:1477
15926msgid "rebase all reachable commits up to the root(s)"
15927msgstr ""
15928
15929#: builtin/rebase.c:1498
15930msgid ""
15931"the rebase.useBuiltin support has been removed!\n"
15932"See its entry in 'git help config' for details."
15933msgstr ""
15934
15935#: builtin/rebase.c:1504
15936msgid "It looks like 'git am' is in progress. Cannot rebase."
15937msgstr ""
15938
15939#: builtin/rebase.c:1545
15940msgid ""
15941"git rebase --preserve-merges is deprecated. Use --rebase-merges instead."
15942msgstr ""
15943
15944#: builtin/rebase.c:1549
15945msgid "No rebase in progress?"
15946msgstr ""
15947
15948#: builtin/rebase.c:1553
15949msgid "The --edit-todo action can only be used during interactive rebase."
15950msgstr ""
15951
15952#: builtin/rebase.c:1576
15953msgid "Cannot read HEAD"
15954msgstr ""
15955
15956#: builtin/rebase.c:1588
15957msgid ""
15958"You must edit all merge conflicts and then\n"
15959"mark them as resolved using git add"
15960msgstr ""
15961
15962#: builtin/rebase.c:1607
15963msgid "could not discard worktree changes"
15964msgstr ""
15965
15966#: builtin/rebase.c:1626
15967#, c-format
15968msgid "could not move back to %s"
15969msgstr ""
15970
15971#: builtin/rebase.c:1637 builtin/rm.c:369
15972#, c-format
15973msgid "could not remove '%s'"
15974msgstr ""
15975
15976#: builtin/rebase.c:1663
15977#, c-format
15978msgid ""
15979"It seems that there is already a %s directory, and\n"
15980"I wonder if you are in the middle of another rebase.  If that is the\n"
15981"case, please try\n"
15982"\t%s\n"
15983"If that is not the case, please\n"
15984"\t%s\n"
15985"and run me again.  I am stopping in case you still have something\n"
15986"valuable there.\n"
15987msgstr ""
15988
15989#: builtin/rebase.c:1684
15990msgid "switch `C' expects a numerical value"
15991msgstr ""
15992
15993#: builtin/rebase.c:1725
15994#, c-format
15995msgid "Unknown mode: %s"
15996msgstr ""
15997
15998#: builtin/rebase.c:1747
15999msgid "--strategy requires --merge or --interactive"
16000msgstr ""
16001
16002#: builtin/rebase.c:1796
16003msgid "cannot combine am options with either interactive or merge options"
16004msgstr ""
16005
16006#: builtin/rebase.c:1815
16007msgid "cannot combine '--preserve-merges' with '--rebase-merges'"
16008msgstr ""
16009
16010#: builtin/rebase.c:1819
16011msgid ""
16012"error: cannot combine '--preserve-merges' with '--reschedule-failed-exec'"
16013msgstr ""
16014
16015#: builtin/rebase.c:1825
16016msgid "cannot combine '--rebase-merges' with '--strategy-option'"
16017msgstr ""
16018
16019#: builtin/rebase.c:1828
16020msgid "cannot combine '--rebase-merges' with '--strategy'"
16021msgstr ""
16022
16023#: builtin/rebase.c:1852
16024#, c-format
16025msgid "invalid upstream '%s'"
16026msgstr ""
16027
16028#: builtin/rebase.c:1858
16029msgid "Could not create new root commit"
16030msgstr ""
16031
16032#: builtin/rebase.c:1876
16033#, c-format
16034msgid "'%s': need exactly one merge base"
16035msgstr ""
16036
16037#: builtin/rebase.c:1883
16038#, c-format
16039msgid "Does not point to a valid commit '%s'"
16040msgstr ""
16041
16042#: builtin/rebase.c:1908
16043#, c-format
16044msgid "fatal: no such branch/commit '%s'"
16045msgstr ""
16046
16047#: builtin/rebase.c:1916 builtin/submodule--helper.c:38
16048#: builtin/submodule--helper.c:1933
16049#, c-format
16050msgid "No such ref: %s"
16051msgstr ""
16052
16053#: builtin/rebase.c:1927
16054msgid "Could not resolve HEAD to a revision"
16055msgstr ""
16056
16057#: builtin/rebase.c:1968
16058msgid "Cannot autostash"
16059msgstr ""
16060
16061#: builtin/rebase.c:1971
16062#, c-format
16063msgid "Unexpected stash response: '%s'"
16064msgstr ""
16065
16066#: builtin/rebase.c:1977
16067#, c-format
16068msgid "Could not create directory for '%s'"
16069msgstr ""
16070
16071#: builtin/rebase.c:1980
16072#, c-format
16073msgid "Created autostash: %s\n"
16074msgstr ""
16075
16076#: builtin/rebase.c:1983
16077msgid "could not reset --hard"
16078msgstr ""
16079
16080#: builtin/rebase.c:1984 builtin/reset.c:114
16081#, c-format
16082msgid "HEAD is now at %s"
16083msgstr ""
16084
16085#: builtin/rebase.c:2000
16086msgid "Please commit or stash them."
16087msgstr ""
16088
16089#: builtin/rebase.c:2027
16090#, c-format
16091msgid "could not parse '%s'"
16092msgstr ""
16093
16094#: builtin/rebase.c:2040
16095#, c-format
16096msgid "could not switch to %s"
16097msgstr ""
16098
16099#: builtin/rebase.c:2051
16100msgid "HEAD is up to date."
16101msgstr ""
16102
16103#: builtin/rebase.c:2053
16104#, c-format
16105msgid "Current branch %s is up to date.\n"
16106msgstr ""
16107
16108#: builtin/rebase.c:2061
16109msgid "HEAD is up to date, rebase forced."
16110msgstr ""
16111
16112#: builtin/rebase.c:2063
16113#, c-format
16114msgid "Current branch %s is up to date, rebase forced.\n"
16115msgstr ""
16116
16117#: builtin/rebase.c:2071
16118msgid "The pre-rebase hook refused to rebase."
16119msgstr ""
16120
16121#: builtin/rebase.c:2078
16122#, c-format
16123msgid "Changes to %s:\n"
16124msgstr ""
16125
16126#: builtin/rebase.c:2081
16127#, c-format
16128msgid "Changes from %s to %s:\n"
16129msgstr ""
16130
16131#: builtin/rebase.c:2106
16132#, c-format
16133msgid "First, rewinding head to replay your work on top of it...\n"
16134msgstr ""
16135
16136#: builtin/rebase.c:2115
16137msgid "Could not detach HEAD"
16138msgstr ""
16139
16140#: builtin/rebase.c:2124
16141#, c-format
16142msgid "Fast-forwarded %s to %s.\n"
16143msgstr ""
16144
16145#: builtin/receive-pack.c:33
16146msgid "git receive-pack <git-dir>"
16147msgstr ""
16148
16149#: builtin/receive-pack.c:833
16150msgid ""
16151"By default, updating the current branch in a non-bare repository\n"
16152"is denied, because it will make the index and work tree inconsistent\n"
16153"with what you pushed, and will require 'git reset --hard' to match\n"
16154"the work tree to HEAD.\n"
16155"\n"
16156"You can set the 'receive.denyCurrentBranch' configuration variable\n"
16157"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
16158"its current branch; however, this is not recommended unless you\n"
16159"arranged to update its work tree to match what you pushed in some\n"
16160"other way.\n"
16161"\n"
16162"To squelch this message and still keep the default behaviour, set\n"
16163"'receive.denyCurrentBranch' configuration variable to 'refuse'."
16164msgstr ""
16165
16166#: builtin/receive-pack.c:853
16167msgid ""
16168"By default, deleting the current branch is denied, because the next\n"
16169"'git clone' won't result in any file checked out, causing confusion.\n"
16170"\n"
16171"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
16172"'warn' or 'ignore' in the remote repository to allow deleting the\n"
16173"current branch, with or without a warning message.\n"
16174"\n"
16175"To squelch this message, you can set it to 'refuse'."
16176msgstr ""
16177
16178#: builtin/receive-pack.c:1940
16179msgid "quiet"
16180msgstr ""
16181
16182#: builtin/receive-pack.c:1954
16183msgid "You must specify a directory."
16184msgstr ""
16185
16186#: builtin/reflog.c:17
16187msgid ""
16188"git reflog expire [--expire=<time>] [--expire-unreachable=<time>] [--"
16189"rewrite] [--updateref] [--stale-fix] [--dry-run | -n] [--verbose] [--all] "
16190"<refs>..."
16191msgstr ""
16192
16193#: builtin/reflog.c:22
16194msgid ""
16195"git reflog delete [--rewrite] [--updateref] [--dry-run | -n] [--verbose] "
16196"<refs>..."
16197msgstr ""
16198
16199#: builtin/reflog.c:25
16200msgid "git reflog exists <ref>"
16201msgstr ""
16202
16203#: builtin/reflog.c:567 builtin/reflog.c:572
16204#, c-format
16205msgid "'%s' is not a valid timestamp"
16206msgstr ""
16207
16208#: builtin/reflog.c:605
16209#, c-format
16210msgid "Marking reachable objects..."
16211msgstr ""
16212
16213#: builtin/reflog.c:643
16214#, c-format
16215msgid "%s points nowhere!"
16216msgstr ""
16217
16218#: builtin/reflog.c:695
16219msgid "no reflog specified to delete"
16220msgstr ""
16221
16222#: builtin/reflog.c:704
16223#, c-format
16224msgid "not a reflog: %s"
16225msgstr ""
16226
16227#: builtin/reflog.c:709
16228#, c-format
16229msgid "no reflog for '%s'"
16230msgstr ""
16231
16232#: builtin/reflog.c:755
16233#, c-format
16234msgid "invalid ref format: %s"
16235msgstr ""
16236
16237#: builtin/reflog.c:764
16238msgid "git reflog [ show | expire | delete | exists ]"
16239msgstr ""
16240
16241#: builtin/remote.c:16
16242msgid "git remote [-v | --verbose]"
16243msgstr ""
16244
16245#: builtin/remote.c:17
16246msgid ""
16247"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
16248"mirror=<fetch|push>] <name> <url>"
16249msgstr ""
16250
16251#: builtin/remote.c:18 builtin/remote.c:38
16252msgid "git remote rename <old> <new>"
16253msgstr ""
16254
16255#: builtin/remote.c:19 builtin/remote.c:43
16256msgid "git remote remove <name>"
16257msgstr ""
16258
16259#: builtin/remote.c:20 builtin/remote.c:48
16260msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
16261msgstr ""
16262
16263#: builtin/remote.c:21
16264msgid "git remote [-v | --verbose] show [-n] <name>"
16265msgstr ""
16266
16267#: builtin/remote.c:22
16268msgid "git remote prune [-n | --dry-run] <name>"
16269msgstr ""
16270
16271#: builtin/remote.c:23
16272msgid ""
16273"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
16274msgstr ""
16275
16276#: builtin/remote.c:24
16277msgid "git remote set-branches [--add] <name> <branch>..."
16278msgstr ""
16279
16280#: builtin/remote.c:25 builtin/remote.c:74
16281msgid "git remote get-url [--push] [--all] <name>"
16282msgstr ""
16283
16284#: builtin/remote.c:26 builtin/remote.c:79
16285msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
16286msgstr ""
16287
16288#: builtin/remote.c:27 builtin/remote.c:80
16289msgid "git remote set-url --add <name> <newurl>"
16290msgstr ""
16291
16292#: builtin/remote.c:28 builtin/remote.c:81
16293msgid "git remote set-url --delete <name> <url>"
16294msgstr ""
16295
16296#: builtin/remote.c:33
16297msgid "git remote add [<options>] <name> <url>"
16298msgstr ""
16299
16300#: builtin/remote.c:53
16301msgid "git remote set-branches <name> <branch>..."
16302msgstr ""
16303
16304#: builtin/remote.c:54
16305msgid "git remote set-branches --add <name> <branch>..."
16306msgstr ""
16307
16308#: builtin/remote.c:59
16309msgid "git remote show [<options>] <name>"
16310msgstr ""
16311
16312#: builtin/remote.c:64
16313msgid "git remote prune [<options>] <name>"
16314msgstr ""
16315
16316#: builtin/remote.c:69
16317msgid "git remote update [<options>] [<group> | <remote>]..."
16318msgstr ""
16319
16320#: builtin/remote.c:98
16321#, c-format
16322msgid "Updating %s"
16323msgstr ""
16324
16325#: builtin/remote.c:130
16326msgid ""
16327"--mirror is dangerous and deprecated; please\n"
16328"\t use --mirror=fetch or --mirror=push instead"
16329msgstr ""
16330
16331#: builtin/remote.c:147
16332#, c-format
16333msgid "unknown mirror argument: %s"
16334msgstr ""
16335
16336#: builtin/remote.c:163
16337msgid "fetch the remote branches"
16338msgstr ""
16339
16340#: builtin/remote.c:165
16341msgid "import all tags and associated objects when fetching"
16342msgstr ""
16343
16344#: builtin/remote.c:168
16345msgid "or do not fetch any tag at all (--no-tags)"
16346msgstr ""
16347
16348#: builtin/remote.c:170
16349msgid "branch(es) to track"
16350msgstr ""
16351
16352#: builtin/remote.c:171
16353msgid "master branch"
16354msgstr ""
16355
16356#: builtin/remote.c:173
16357msgid "set up remote as a mirror to push to or fetch from"
16358msgstr ""
16359
16360#: builtin/remote.c:185
16361msgid "specifying a master branch makes no sense with --mirror"
16362msgstr ""
16363
16364#: builtin/remote.c:187
16365msgid "specifying branches to track makes sense only with fetch mirrors"
16366msgstr ""
16367
16368#: builtin/remote.c:194 builtin/remote.c:636
16369#, c-format
16370msgid "remote %s already exists."
16371msgstr ""
16372
16373#: builtin/remote.c:198 builtin/remote.c:640
16374#, c-format
16375msgid "'%s' is not a valid remote name"
16376msgstr ""
16377
16378#: builtin/remote.c:238
16379#, c-format
16380msgid "Could not setup master '%s'"
16381msgstr ""
16382
16383#: builtin/remote.c:344
16384#, c-format
16385msgid "Could not get fetch map for refspec %s"
16386msgstr ""
16387
16388#: builtin/remote.c:443 builtin/remote.c:451
16389msgid "(matching)"
16390msgstr ""
16391
16392#: builtin/remote.c:455
16393msgid "(delete)"
16394msgstr ""
16395
16396#: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:864
16397#, c-format
16398msgid "No such remote: '%s'"
16399msgstr ""
16400
16401#: builtin/remote.c:646
16402#, c-format
16403msgid "Could not rename config section '%s' to '%s'"
16404msgstr ""
16405
16406#: builtin/remote.c:666
16407#, c-format
16408msgid ""
16409"Not updating non-default fetch refspec\n"
16410"\t%s\n"
16411"\tPlease update the configuration manually if necessary."
16412msgstr ""
16413
16414#: builtin/remote.c:702
16415#, c-format
16416msgid "deleting '%s' failed"
16417msgstr ""
16418
16419#: builtin/remote.c:736
16420#, c-format
16421msgid "creating '%s' failed"
16422msgstr ""
16423
16424#: builtin/remote.c:802
16425msgid ""
16426"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
16427"to delete it, use:"
16428msgid_plural ""
16429"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
16430"to delete them, use:"
16431msgstr[0] ""
16432msgstr[1] ""
16433
16434#: builtin/remote.c:816
16435#, c-format
16436msgid "Could not remove config section '%s'"
16437msgstr ""
16438
16439#: builtin/remote.c:917
16440#, c-format
16441msgid " new (next fetch will store in remotes/%s)"
16442msgstr ""
16443
16444#: builtin/remote.c:920
16445msgid " tracked"
16446msgstr ""
16447
16448#: builtin/remote.c:922
16449msgid " stale (use 'git remote prune' to remove)"
16450msgstr ""
16451
16452#: builtin/remote.c:924
16453msgid " ???"
16454msgstr ""
16455
16456#: builtin/remote.c:965
16457#, c-format
16458msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
16459msgstr ""
16460
16461#: builtin/remote.c:974
16462#, c-format
16463msgid "rebases interactively onto remote %s"
16464msgstr ""
16465
16466#: builtin/remote.c:976
16467#, c-format
16468msgid "rebases interactively (with merges) onto remote %s"
16469msgstr ""
16470
16471#: builtin/remote.c:979
16472#, c-format
16473msgid "rebases onto remote %s"
16474msgstr ""
16475
16476#: builtin/remote.c:983
16477#, c-format
16478msgid " merges with remote %s"
16479msgstr ""
16480
16481#: builtin/remote.c:986
16482#, c-format
16483msgid "merges with remote %s"
16484msgstr ""
16485
16486#: builtin/remote.c:989
16487#, c-format
16488msgid "%-*s    and with remote %s\n"
16489msgstr ""
16490
16491#: builtin/remote.c:1032
16492msgid "create"
16493msgstr ""
16494
16495#: builtin/remote.c:1035
16496msgid "delete"
16497msgstr ""
16498
16499#: builtin/remote.c:1039
16500msgid "up to date"
16501msgstr ""
16502
16503#: builtin/remote.c:1042
16504msgid "fast-forwardable"
16505msgstr ""
16506
16507#: builtin/remote.c:1045
16508msgid "local out of date"
16509msgstr ""
16510
16511#: builtin/remote.c:1052
16512#, c-format
16513msgid "    %-*s forces to %-*s (%s)"
16514msgstr ""
16515
16516#: builtin/remote.c:1055
16517#, c-format
16518msgid "    %-*s pushes to %-*s (%s)"
16519msgstr ""
16520
16521#: builtin/remote.c:1059
16522#, c-format
16523msgid "    %-*s forces to %s"
16524msgstr ""
16525
16526#: builtin/remote.c:1062
16527#, c-format
16528msgid "    %-*s pushes to %s"
16529msgstr ""
16530
16531#: builtin/remote.c:1130
16532msgid "do not query remotes"
16533msgstr ""
16534
16535#: builtin/remote.c:1157
16536#, c-format
16537msgid "* remote %s"
16538msgstr ""
16539
16540#: builtin/remote.c:1158
16541#, c-format
16542msgid "  Fetch URL: %s"
16543msgstr ""
16544
16545#: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:1314
16546msgid "(no URL)"
16547msgstr ""
16548
16549#. TRANSLATORS: the colon ':' should align
16550#. with the one in " Fetch URL: %s"
16551#. translation.
16552#.
16553#: builtin/remote.c:1173 builtin/remote.c:1175
16554#, c-format
16555msgid "  Push  URL: %s"
16556msgstr ""
16557
16558#: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:1181
16559#, c-format
16560msgid "  HEAD branch: %s"
16561msgstr ""
16562
16563#: builtin/remote.c:1177
16564msgid "(not queried)"
16565msgstr ""
16566
16567#: builtin/remote.c:1179
16568msgid "(unknown)"
16569msgstr ""
16570
16571#: builtin/remote.c:1183
16572#, c-format
16573msgid ""
16574"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
16575msgstr ""
16576
16577#: builtin/remote.c:1195
16578#, c-format
16579msgid "  Remote branch:%s"
16580msgid_plural "  Remote branches:%s"
16581msgstr[0] ""
16582msgstr[1] ""
16583
16584#: builtin/remote.c:1198 builtin/remote.c:1224
16585msgid " (status not queried)"
16586msgstr ""
16587
16588#: builtin/remote.c:1207
16589msgid "  Local branch configured for 'git pull':"
16590msgid_plural "  Local branches configured for 'git pull':"
16591msgstr[0] ""
16592msgstr[1] ""
16593
16594#: builtin/remote.c:1215
16595msgid "  Local refs will be mirrored by 'git push'"
16596msgstr ""
16597
16598#: builtin/remote.c:1221
16599#, c-format
16600msgid "  Local ref configured for 'git push'%s:"
16601msgid_plural "  Local refs configured for 'git push'%s:"
16602msgstr[0] ""
16603msgstr[1] ""
16604
16605#: builtin/remote.c:1242
16606msgid "set refs/remotes/<name>/HEAD according to remote"
16607msgstr ""
16608
16609#: builtin/remote.c:1244
16610msgid "delete refs/remotes/<name>/HEAD"
16611msgstr ""
16612
16613#: builtin/remote.c:1259
16614msgid "Cannot determine remote HEAD"
16615msgstr ""
16616
16617#: builtin/remote.c:1261
16618msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
16619msgstr ""
16620
16621#: builtin/remote.c:1271
16622#, c-format
16623msgid "Could not delete %s"
16624msgstr ""
16625
16626#: builtin/remote.c:1279
16627#, c-format
16628msgid "Not a valid ref: %s"
16629msgstr ""
16630
16631#: builtin/remote.c:1281
16632#, c-format
16633msgid "Could not setup %s"
16634msgstr ""
16635
16636#: builtin/remote.c:1299
16637#, c-format
16638msgid " %s will become dangling!"
16639msgstr ""
16640
16641#: builtin/remote.c:1300
16642#, c-format
16643msgid " %s has become dangling!"
16644msgstr ""
16645
16646#: builtin/remote.c:1310
16647#, c-format
16648msgid "Pruning %s"
16649msgstr ""
16650
16651#: builtin/remote.c:1311
16652#, c-format
16653msgid "URL: %s"
16654msgstr ""
16655
16656#: builtin/remote.c:1327
16657#, c-format
16658msgid " * [would prune] %s"
16659msgstr ""
16660
16661#: builtin/remote.c:1330
16662#, c-format
16663msgid " * [pruned] %s"
16664msgstr ""
16665
16666#: builtin/remote.c:1375
16667msgid "prune remotes after fetching"
16668msgstr ""
16669
16670#: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:1560
16671#, c-format
16672msgid "No such remote '%s'"
16673msgstr ""
16674
16675#: builtin/remote.c:1454
16676msgid "add branch"
16677msgstr ""
16678
16679#: builtin/remote.c:1461
16680msgid "no remote specified"
16681msgstr ""
16682
16683#: builtin/remote.c:1478
16684msgid "query push URLs rather than fetch URLs"
16685msgstr ""
16686
16687#: builtin/remote.c:1480
16688msgid "return all URLs"
16689msgstr ""
16690
16691#: builtin/remote.c:1508
16692#, c-format
16693msgid "no URLs configured for remote '%s'"
16694msgstr ""
16695
16696#: builtin/remote.c:1534
16697msgid "manipulate push URLs"
16698msgstr ""
16699
16700#: builtin/remote.c:1536
16701msgid "add URL"
16702msgstr ""
16703
16704#: builtin/remote.c:1538
16705msgid "delete URLs"
16706msgstr ""
16707
16708#: builtin/remote.c:1545
16709msgid "--add --delete doesn't make sense"
16710msgstr ""
16711
16712#: builtin/remote.c:1584
16713#, c-format
16714msgid "Invalid old URL pattern: %s"
16715msgstr ""
16716
16717#: builtin/remote.c:1592
16718#, c-format
16719msgid "No such URL found: %s"
16720msgstr ""
16721
16722#: builtin/remote.c:1594
16723msgid "Will not delete all non-push URLs"
16724msgstr ""
16725
16726#: builtin/remote.c:1610
16727msgid "be verbose; must be placed before a subcommand"
16728msgstr ""
16729
16730#: builtin/remote.c:1641
16731#, c-format
16732msgid "Unknown subcommand: %s"
16733msgstr ""
16734
16735#: builtin/repack.c:22
16736msgid "git repack [<options>]"
16737msgstr ""
16738
16739#: builtin/repack.c:27
16740msgid ""
16741"Incremental repacks are incompatible with bitmap indexes.  Use\n"
16742"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
16743msgstr ""
16744
16745#: builtin/repack.c:200
16746msgid "could not start pack-objects to repack promisor objects"
16747msgstr ""
16748
16749#: builtin/repack.c:239 builtin/repack.c:414
16750msgid "repack: Expecting full hex object ID lines only from pack-objects."
16751msgstr ""
16752
16753#: builtin/repack.c:256
16754msgid "could not finish pack-objects to repack promisor objects"
16755msgstr ""
16756
16757#: builtin/repack.c:294
16758msgid "pack everything in a single pack"
16759msgstr ""
16760
16761#: builtin/repack.c:296
16762msgid "same as -a, and turn unreachable objects loose"
16763msgstr ""
16764
16765#: builtin/repack.c:299
16766msgid "remove redundant packs, and run git-prune-packed"
16767msgstr ""
16768
16769#: builtin/repack.c:301
16770msgid "pass --no-reuse-delta to git-pack-objects"
16771msgstr ""
16772
16773#: builtin/repack.c:303
16774msgid "pass --no-reuse-object to git-pack-objects"
16775msgstr ""
16776
16777#: builtin/repack.c:305
16778msgid "do not run git-update-server-info"
16779msgstr ""
16780
16781#: builtin/repack.c:308
16782msgid "pass --local to git-pack-objects"
16783msgstr ""
16784
16785#: builtin/repack.c:310
16786msgid "write bitmap index"
16787msgstr ""
16788
16789#: builtin/repack.c:312
16790msgid "pass --delta-islands to git-pack-objects"
16791msgstr ""
16792
16793#: builtin/repack.c:313
16794msgid "approxidate"
16795msgstr ""
16796
16797#: builtin/repack.c:314
16798msgid "with -A, do not loosen objects older than this"
16799msgstr ""
16800
16801#: builtin/repack.c:316
16802msgid "with -a, repack unreachable objects"
16803msgstr ""
16804
16805#: builtin/repack.c:318
16806msgid "size of the window used for delta compression"
16807msgstr ""
16808
16809#: builtin/repack.c:319 builtin/repack.c:325
16810msgid "bytes"
16811msgstr ""
16812
16813#: builtin/repack.c:320
16814msgid "same as the above, but limit memory size instead of entries count"
16815msgstr ""
16816
16817#: builtin/repack.c:322
16818msgid "limits the maximum delta depth"
16819msgstr ""
16820
16821#: builtin/repack.c:324
16822msgid "limits the maximum number of threads"
16823msgstr ""
16824
16825#: builtin/repack.c:326
16826msgid "maximum size of each packfile"
16827msgstr ""
16828
16829#: builtin/repack.c:328
16830msgid "repack objects in packs marked with .keep"
16831msgstr ""
16832
16833#: builtin/repack.c:330
16834msgid "do not repack this pack"
16835msgstr ""
16836
16837#: builtin/repack.c:340
16838msgid "cannot delete packs in a precious-objects repo"
16839msgstr ""
16840
16841#: builtin/repack.c:344
16842msgid "--keep-unreachable and -A are incompatible"
16843msgstr ""
16844
16845#: builtin/repack.c:423
16846msgid "Nothing new to pack."
16847msgstr ""
16848
16849#: builtin/repack.c:484
16850#, c-format
16851msgid ""
16852"WARNING: Some packs in use have been renamed by\n"
16853"WARNING: prefixing old- to their name, in order to\n"
16854"WARNING: replace them with the new version of the\n"
16855"WARNING: file.  But the operation failed, and the\n"
16856"WARNING: attempt to rename them back to their\n"
16857"WARNING: original names also failed.\n"
16858"WARNING: Please rename them in %s manually:\n"
16859msgstr ""
16860
16861#: builtin/repack.c:532
16862#, c-format
16863msgid "failed to remove '%s'"
16864msgstr ""
16865
16866#: builtin/replace.c:22
16867msgid "git replace [-f] <object> <replacement>"
16868msgstr ""
16869
16870#: builtin/replace.c:23
16871msgid "git replace [-f] --edit <object>"
16872msgstr ""
16873
16874#: builtin/replace.c:24
16875msgid "git replace [-f] --graft <commit> [<parent>...]"
16876msgstr ""
16877
16878#: builtin/replace.c:25
16879msgid "git replace [-f] --convert-graft-file"
16880msgstr ""
16881
16882#: builtin/replace.c:26
16883msgid "git replace -d <object>..."
16884msgstr ""
16885
16886#: builtin/replace.c:27
16887msgid "git replace [--format=<format>] [-l [<pattern>]]"
16888msgstr ""
16889
16890#: builtin/replace.c:90
16891#, c-format
16892msgid ""
16893"invalid replace format '%s'\n"
16894"valid formats are 'short', 'medium' and 'long'"
16895msgstr ""
16896
16897#: builtin/replace.c:125
16898#, c-format
16899msgid "replace ref '%s' not found"
16900msgstr ""
16901
16902#: builtin/replace.c:141
16903#, c-format
16904msgid "Deleted replace ref '%s'"
16905msgstr ""
16906
16907#: builtin/replace.c:153
16908#, c-format
16909msgid "'%s' is not a valid ref name"
16910msgstr ""
16911
16912#: builtin/replace.c:158
16913#, c-format
16914msgid "replace ref '%s' already exists"
16915msgstr ""
16916
16917#: builtin/replace.c:178
16918#, c-format
16919msgid ""
16920"Objects must be of the same type.\n"
16921"'%s' points to a replaced object of type '%s'\n"
16922"while '%s' points to a replacement object of type '%s'."
16923msgstr ""
16924
16925#: builtin/replace.c:229
16926#, c-format
16927msgid "unable to open %s for writing"
16928msgstr ""
16929
16930#: builtin/replace.c:242
16931msgid "cat-file reported failure"
16932msgstr ""
16933
16934#: builtin/replace.c:258
16935#, c-format
16936msgid "unable to open %s for reading"
16937msgstr ""
16938
16939#: builtin/replace.c:272
16940msgid "unable to spawn mktree"
16941msgstr ""
16942
16943#: builtin/replace.c:276
16944msgid "unable to read from mktree"
16945msgstr ""
16946
16947#: builtin/replace.c:285
16948msgid "mktree reported failure"
16949msgstr ""
16950
16951#: builtin/replace.c:289
16952msgid "mktree did not return an object name"
16953msgstr ""
16954
16955#: builtin/replace.c:298
16956#, c-format
16957msgid "unable to fstat %s"
16958msgstr ""
16959
16960#: builtin/replace.c:303
16961msgid "unable to write object to database"
16962msgstr ""
16963
16964#: builtin/replace.c:322 builtin/replace.c:377 builtin/replace.c:422
16965#: builtin/replace.c:452
16966#, c-format
16967msgid "not a valid object name: '%s'"
16968msgstr ""
16969
16970#: builtin/replace.c:326
16971#, c-format
16972msgid "unable to get object type for %s"
16973msgstr ""
16974
16975#: builtin/replace.c:342
16976msgid "editing object file failed"
16977msgstr ""
16978
16979#: builtin/replace.c:351
16980#, c-format
16981msgid "new object is the same as the old one: '%s'"
16982msgstr ""
16983
16984#: builtin/replace.c:383
16985#, c-format
16986msgid "could not parse %s as a commit"
16987msgstr ""
16988
16989#: builtin/replace.c:414
16990#, c-format
16991msgid "bad mergetag in commit '%s'"
16992msgstr ""
16993
16994#: builtin/replace.c:416
16995#, c-format
16996msgid "malformed mergetag in commit '%s'"
16997msgstr ""
16998
16999#: builtin/replace.c:428
17000#, c-format
17001msgid ""
17002"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
17003"instead of --graft"
17004msgstr ""
17005
17006#: builtin/replace.c:467
17007#, c-format
17008msgid "the original commit '%s' has a gpg signature"
17009msgstr ""
17010
17011#: builtin/replace.c:468
17012msgid "the signature will be removed in the replacement commit!"
17013msgstr ""
17014
17015#: builtin/replace.c:478
17016#, c-format
17017msgid "could not write replacement commit for: '%s'"
17018msgstr ""
17019
17020#: builtin/replace.c:486
17021#, c-format
17022msgid "graft for '%s' unnecessary"
17023msgstr ""
17024
17025#: builtin/replace.c:490
17026#, c-format
17027msgid "new commit is the same as the old one: '%s'"
17028msgstr ""
17029
17030#: builtin/replace.c:525
17031#, c-format
17032msgid ""
17033"could not convert the following graft(s):\n"
17034"%s"
17035msgstr ""
17036
17037#: builtin/replace.c:546
17038msgid "list replace refs"
17039msgstr ""
17040
17041#: builtin/replace.c:547
17042msgid "delete replace refs"
17043msgstr ""
17044
17045#: builtin/replace.c:548
17046msgid "edit existing object"
17047msgstr ""
17048
17049#: builtin/replace.c:549
17050msgid "change a commit's parents"
17051msgstr ""
17052
17053#: builtin/replace.c:550
17054msgid "convert existing graft file"
17055msgstr ""
17056
17057#: builtin/replace.c:551
17058msgid "replace the ref if it exists"
17059msgstr ""
17060
17061#: builtin/replace.c:553
17062msgid "do not pretty-print contents for --edit"
17063msgstr ""
17064
17065#: builtin/replace.c:554
17066msgid "use this format"
17067msgstr ""
17068
17069#: builtin/replace.c:567
17070msgid "--format cannot be used when not listing"
17071msgstr ""
17072
17073#: builtin/replace.c:575
17074msgid "-f only makes sense when writing a replacement"
17075msgstr ""
17076
17077#: builtin/replace.c:579
17078msgid "--raw only makes sense with --edit"
17079msgstr ""
17080
17081#: builtin/replace.c:585
17082msgid "-d needs at least one argument"
17083msgstr ""
17084
17085#: builtin/replace.c:591
17086msgid "bad number of arguments"
17087msgstr ""
17088
17089#: builtin/replace.c:597
17090msgid "-e needs exactly one argument"
17091msgstr ""
17092
17093#: builtin/replace.c:603
17094msgid "-g needs at least one argument"
17095msgstr ""
17096
17097#: builtin/replace.c:609
17098msgid "--convert-graft-file takes no argument"
17099msgstr ""
17100
17101#: builtin/replace.c:615
17102msgid "only one pattern can be given with -l"
17103msgstr ""
17104
17105#: builtin/rerere.c:13
17106msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
17107msgstr ""
17108
17109#: builtin/rerere.c:60
17110msgid "register clean resolutions in index"
17111msgstr ""
17112
17113#: builtin/rerere.c:79
17114msgid "'git rerere forget' without paths is deprecated"
17115msgstr ""
17116
17117#: builtin/rerere.c:113
17118#, c-format
17119msgid "unable to generate diff for '%s'"
17120msgstr ""
17121
17122#: builtin/reset.c:32
17123msgid ""
17124"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
17125msgstr ""
17126
17127#: builtin/reset.c:33
17128msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
17129msgstr ""
17130
17131#: builtin/reset.c:34
17132msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
17133msgstr ""
17134
17135#: builtin/reset.c:40
17136msgid "mixed"
17137msgstr ""
17138
17139#: builtin/reset.c:40
17140msgid "soft"
17141msgstr ""
17142
17143#: builtin/reset.c:40
17144msgid "hard"
17145msgstr ""
17146
17147#: builtin/reset.c:40
17148msgid "merge"
17149msgstr ""
17150
17151#: builtin/reset.c:40
17152msgid "keep"
17153msgstr ""
17154
17155#: builtin/reset.c:81
17156msgid "You do not have a valid HEAD."
17157msgstr ""
17158
17159#: builtin/reset.c:83
17160msgid "Failed to find tree of HEAD."
17161msgstr ""
17162
17163#: builtin/reset.c:89
17164#, c-format
17165msgid "Failed to find tree of %s."
17166msgstr ""
17167
17168#: builtin/reset.c:193
17169#, c-format
17170msgid "Cannot do a %s reset in the middle of a merge."
17171msgstr ""
17172
17173#: builtin/reset.c:293 builtin/stash.c:514 builtin/stash.c:589
17174#: builtin/stash.c:613
17175msgid "be quiet, only report errors"
17176msgstr ""
17177
17178#: builtin/reset.c:295
17179msgid "reset HEAD and index"
17180msgstr ""
17181
17182#: builtin/reset.c:296
17183msgid "reset only HEAD"
17184msgstr ""
17185
17186#: builtin/reset.c:298 builtin/reset.c:300
17187msgid "reset HEAD, index and working tree"
17188msgstr ""
17189
17190#: builtin/reset.c:302
17191msgid "reset HEAD but keep local changes"
17192msgstr ""
17193
17194#: builtin/reset.c:308
17195msgid "record only the fact that removed paths will be added later"
17196msgstr ""
17197
17198#: builtin/reset.c:326
17199#, c-format
17200msgid "Failed to resolve '%s' as a valid revision."
17201msgstr ""
17202
17203#: builtin/reset.c:334
17204#, c-format
17205msgid "Failed to resolve '%s' as a valid tree."
17206msgstr ""
17207
17208#: builtin/reset.c:343
17209msgid "--patch is incompatible with --{hard,mixed,soft}"
17210msgstr ""
17211
17212#: builtin/reset.c:353
17213msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
17214msgstr ""
17215
17216#: builtin/reset.c:355
17217#, c-format
17218msgid "Cannot do %s reset with paths."
17219msgstr ""
17220
17221#: builtin/reset.c:370
17222#, c-format
17223msgid "%s reset is not allowed in a bare repository"
17224msgstr ""
17225
17226#: builtin/reset.c:374
17227msgid "-N can only be used with --mixed"
17228msgstr ""
17229
17230#: builtin/reset.c:395
17231msgid "Unstaged changes after reset:"
17232msgstr ""
17233
17234#: builtin/reset.c:398
17235#, c-format
17236msgid ""
17237"\n"
17238"It took %.2f seconds to enumerate unstaged changes after reset.  You can\n"
17239"use '--quiet' to avoid this.  Set the config setting reset.quiet to true\n"
17240"to make this the default.\n"
17241msgstr ""
17242
17243#: builtin/reset.c:408
17244#, c-format
17245msgid "Could not reset index file to revision '%s'."
17246msgstr ""
17247
17248#: builtin/reset.c:412
17249msgid "Could not write new index file."
17250msgstr ""
17251
17252#: builtin/rev-list.c:405
17253msgid "cannot combine --exclude-promisor-objects and --missing"
17254msgstr ""
17255
17256#: builtin/rev-list.c:466
17257msgid "object filtering requires --objects"
17258msgstr ""
17259
17260#: builtin/rev-list.c:469
17261#, c-format
17262msgid "invalid sparse value '%s'"
17263msgstr ""
17264
17265#: builtin/rev-list.c:510
17266msgid "rev-list does not support display of notes"
17267msgstr ""
17268
17269#: builtin/rev-list.c:513
17270msgid "cannot combine --use-bitmap-index with object filtering"
17271msgstr ""
17272
17273#: builtin/rev-parse.c:408
17274msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
17275msgstr ""
17276
17277#: builtin/rev-parse.c:413
17278msgid "keep the `--` passed as an arg"
17279msgstr ""
17280
17281#: builtin/rev-parse.c:415
17282msgid "stop parsing after the first non-option argument"
17283msgstr ""
17284
17285#: builtin/rev-parse.c:418
17286msgid "output in stuck long form"
17287msgstr ""
17288
17289#: builtin/rev-parse.c:551
17290msgid ""
17291"git rev-parse --parseopt [<options>] -- [<args>...]\n"
17292"   or: git rev-parse --sq-quote [<arg>...]\n"
17293"   or: git rev-parse [<options>] [<arg>...]\n"
17294"\n"
17295"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
17296msgstr ""
17297
17298#: builtin/revert.c:24
17299msgid "git revert [<options>] <commit-ish>..."
17300msgstr ""
17301
17302#: builtin/revert.c:25
17303msgid "git revert <subcommand>"
17304msgstr ""
17305
17306#: builtin/revert.c:30
17307msgid "git cherry-pick [<options>] <commit-ish>..."
17308msgstr ""
17309
17310#: builtin/revert.c:31
17311msgid "git cherry-pick <subcommand>"
17312msgstr ""
17313
17314#: builtin/revert.c:72
17315#, c-format
17316msgid "option `%s' expects a number greater than zero"
17317msgstr ""
17318
17319#: builtin/revert.c:92
17320#, c-format
17321msgid "%s: %s cannot be used with %s"
17322msgstr ""
17323
17324#: builtin/revert.c:102
17325msgid "end revert or cherry-pick sequence"
17326msgstr ""
17327
17328#: builtin/revert.c:103
17329msgid "resume revert or cherry-pick sequence"
17330msgstr ""
17331
17332#: builtin/revert.c:104
17333msgid "cancel revert or cherry-pick sequence"
17334msgstr ""
17335
17336#: builtin/revert.c:106
17337msgid "don't automatically commit"
17338msgstr ""
17339
17340#: builtin/revert.c:107
17341msgid "edit the commit message"
17342msgstr ""
17343
17344#: builtin/revert.c:110
17345msgid "parent-number"
17346msgstr ""
17347
17348#: builtin/revert.c:111
17349msgid "select mainline parent"
17350msgstr ""
17351
17352#: builtin/revert.c:113
17353msgid "merge strategy"
17354msgstr ""
17355
17356#: builtin/revert.c:115
17357msgid "option for merge strategy"
17358msgstr ""
17359
17360#: builtin/revert.c:124
17361msgid "append commit name"
17362msgstr ""
17363
17364#: builtin/revert.c:126
17365msgid "preserve initially empty commits"
17366msgstr ""
17367
17368#: builtin/revert.c:128
17369msgid "keep redundant, empty commits"
17370msgstr ""
17371
17372#: builtin/revert.c:227
17373msgid "revert failed"
17374msgstr ""
17375
17376#: builtin/revert.c:240
17377msgid "cherry-pick failed"
17378msgstr ""
17379
17380#: builtin/rm.c:19
17381msgid "git rm [<options>] [--] <file>..."
17382msgstr ""
17383
17384#: builtin/rm.c:207
17385msgid ""
17386"the following file has staged content different from both the\n"
17387"file and the HEAD:"
17388msgid_plural ""
17389"the following files have staged content different from both the\n"
17390"file and the HEAD:"
17391msgstr[0] ""
17392msgstr[1] ""
17393
17394#: builtin/rm.c:212
17395msgid ""
17396"\n"
17397"(use -f to force removal)"
17398msgstr ""
17399
17400#: builtin/rm.c:216
17401msgid "the following file has changes staged in the index:"
17402msgid_plural "the following files have changes staged in the index:"
17403msgstr[0] ""
17404msgstr[1] ""
17405
17406#: builtin/rm.c:220 builtin/rm.c:229
17407msgid ""
17408"\n"
17409"(use --cached to keep the file, or -f to force removal)"
17410msgstr ""
17411
17412#: builtin/rm.c:226
17413msgid "the following file has local modifications:"
17414msgid_plural "the following files have local modifications:"
17415msgstr[0] ""
17416msgstr[1] ""
17417
17418#: builtin/rm.c:242
17419msgid "do not list removed files"
17420msgstr ""
17421
17422#: builtin/rm.c:243
17423msgid "only remove from the index"
17424msgstr ""
17425
17426#: builtin/rm.c:244
17427msgid "override the up-to-date check"
17428msgstr ""
17429
17430#: builtin/rm.c:245
17431msgid "allow recursive removal"
17432msgstr ""
17433
17434#: builtin/rm.c:247
17435msgid "exit with a zero status even if nothing matched"
17436msgstr ""
17437
17438#: builtin/rm.c:289
17439msgid "please stage your changes to .gitmodules or stash them to proceed"
17440msgstr ""
17441
17442#: builtin/rm.c:307
17443#, c-format
17444msgid "not removing '%s' recursively without -r"
17445msgstr ""
17446
17447#: builtin/rm.c:346
17448#, c-format
17449msgid "git rm: unable to remove %s"
17450msgstr ""
17451
17452#: builtin/send-pack.c:20
17453msgid ""
17454"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
17455"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
17456"[<ref>...]\n"
17457"  --all and explicit <ref> specification are mutually exclusive."
17458msgstr ""
17459
17460#: builtin/send-pack.c:163
17461msgid "remote name"
17462msgstr ""
17463
17464#: builtin/send-pack.c:177
17465msgid "use stateless RPC protocol"
17466msgstr ""
17467
17468#: builtin/send-pack.c:178
17469msgid "read refs from stdin"
17470msgstr ""
17471
17472#: builtin/send-pack.c:179
17473msgid "print status from remote helper"
17474msgstr ""
17475
17476#: builtin/shortlog.c:14
17477msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
17478msgstr ""
17479
17480#: builtin/shortlog.c:15
17481msgid "git log --pretty=short | git shortlog [<options>]"
17482msgstr ""
17483
17484#: builtin/shortlog.c:264
17485msgid "Group by committer rather than author"
17486msgstr ""
17487
17488#: builtin/shortlog.c:266
17489msgid "sort output according to the number of commits per author"
17490msgstr ""
17491
17492#: builtin/shortlog.c:268
17493msgid "Suppress commit descriptions, only provides commit count"
17494msgstr ""
17495
17496#: builtin/shortlog.c:270
17497msgid "Show the email address of each author"
17498msgstr ""
17499
17500#: builtin/shortlog.c:271
17501msgid "<w>[,<i1>[,<i2>]]"
17502msgstr ""
17503
17504#: builtin/shortlog.c:272
17505msgid "Linewrap output"
17506msgstr ""
17507
17508#: builtin/shortlog.c:301
17509msgid "too many arguments given outside repository"
17510msgstr ""
17511
17512#: builtin/show-branch.c:13
17513msgid ""
17514"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
17515"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
17516"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
17517"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
17518msgstr ""
17519
17520#: builtin/show-branch.c:17
17521msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
17522msgstr ""
17523
17524#: builtin/show-branch.c:395
17525#, c-format
17526msgid "ignoring %s; cannot handle more than %d ref"
17527msgid_plural "ignoring %s; cannot handle more than %d refs"
17528msgstr[0] ""
17529msgstr[1] ""
17530
17531#: builtin/show-branch.c:549
17532#, c-format
17533msgid "no matching refs with %s"
17534msgstr ""
17535
17536#: builtin/show-branch.c:646
17537msgid "show remote-tracking and local branches"
17538msgstr ""
17539
17540#: builtin/show-branch.c:648
17541msgid "show remote-tracking branches"
17542msgstr ""
17543
17544#: builtin/show-branch.c:650
17545msgid "color '*!+-' corresponding to the branch"
17546msgstr ""
17547
17548#: builtin/show-branch.c:652
17549msgid "show <n> more commits after the common ancestor"
17550msgstr ""
17551
17552#: builtin/show-branch.c:654
17553msgid "synonym to more=-1"
17554msgstr ""
17555
17556#: builtin/show-branch.c:655
17557msgid "suppress naming strings"
17558msgstr ""
17559
17560#: builtin/show-branch.c:657
17561msgid "include the current branch"
17562msgstr ""
17563
17564#: builtin/show-branch.c:659
17565msgid "name commits with their object names"
17566msgstr ""
17567
17568#: builtin/show-branch.c:661
17569msgid "show possible merge bases"
17570msgstr ""
17571
17572#: builtin/show-branch.c:663
17573msgid "show refs unreachable from any other ref"
17574msgstr ""
17575
17576#: builtin/show-branch.c:665
17577msgid "show commits in topological order"
17578msgstr ""
17579
17580#: builtin/show-branch.c:668
17581msgid "show only commits not on the first branch"
17582msgstr ""
17583
17584#: builtin/show-branch.c:670
17585msgid "show merges reachable from only one tip"
17586msgstr ""
17587
17588#: builtin/show-branch.c:672
17589msgid "topologically sort, maintaining date order where possible"
17590msgstr ""
17591
17592#: builtin/show-branch.c:675
17593msgid "<n>[,<base>]"
17594msgstr ""
17595
17596#: builtin/show-branch.c:676
17597msgid "show <n> most recent ref-log entries starting at base"
17598msgstr ""
17599
17600#: builtin/show-branch.c:712
17601msgid ""
17602"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
17603msgstr ""
17604
17605#: builtin/show-branch.c:736
17606msgid "no branches given, and HEAD is not valid"
17607msgstr ""
17608
17609#: builtin/show-branch.c:739
17610msgid "--reflog option needs one branch name"
17611msgstr ""
17612
17613#: builtin/show-branch.c:742
17614#, c-format
17615msgid "only %d entry can be shown at one time."
17616msgid_plural "only %d entries can be shown at one time."
17617msgstr[0] ""
17618msgstr[1] ""
17619
17620#: builtin/show-branch.c:746
17621#, c-format
17622msgid "no such ref %s"
17623msgstr ""
17624
17625#: builtin/show-branch.c:832
17626#, c-format
17627msgid "cannot handle more than %d rev."
17628msgid_plural "cannot handle more than %d revs."
17629msgstr[0] ""
17630msgstr[1] ""
17631
17632#: builtin/show-branch.c:836
17633#, c-format
17634msgid "'%s' is not a valid ref."
17635msgstr ""
17636
17637#: builtin/show-branch.c:839
17638#, c-format
17639msgid "cannot find commit %s (%s)"
17640msgstr ""
17641
17642#: builtin/show-ref.c:11
17643msgid ""
17644"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
17645"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
17646msgstr ""
17647
17648#: builtin/show-ref.c:12
17649msgid "git show-ref --exclude-existing[=<pattern>]"
17650msgstr ""
17651
17652#: builtin/show-ref.c:161
17653msgid "only show tags (can be combined with heads)"
17654msgstr ""
17655
17656#: builtin/show-ref.c:162
17657msgid "only show heads (can be combined with tags)"
17658msgstr ""
17659
17660#: builtin/show-ref.c:163
17661msgid "stricter reference checking, requires exact ref path"
17662msgstr ""
17663
17664#: builtin/show-ref.c:166 builtin/show-ref.c:168
17665msgid "show the HEAD reference, even if it would be filtered out"
17666msgstr ""
17667
17668#: builtin/show-ref.c:170
17669msgid "dereference tags into object IDs"
17670msgstr ""
17671
17672#: builtin/show-ref.c:172
17673msgid "only show SHA1 hash using <n> digits"
17674msgstr ""
17675
17676#: builtin/show-ref.c:176
17677msgid "do not print results to stdout (useful with --verify)"
17678msgstr ""
17679
17680#: builtin/show-ref.c:178
17681msgid "show refs from stdin that aren't in local repository"
17682msgstr ""
17683
17684#: builtin/stash.c:22 builtin/stash.c:37
17685msgid "git stash list [<options>]"
17686msgstr ""
17687
17688#: builtin/stash.c:23 builtin/stash.c:42
17689msgid "git stash show [<options>] [<stash>]"
17690msgstr ""
17691
17692#: builtin/stash.c:24 builtin/stash.c:47
17693msgid "git stash drop [-q|--quiet] [<stash>]"
17694msgstr ""
17695
17696#: builtin/stash.c:25
17697msgid "git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]"
17698msgstr ""
17699
17700#: builtin/stash.c:26 builtin/stash.c:62
17701msgid "git stash branch <branchname> [<stash>]"
17702msgstr ""
17703
17704#: builtin/stash.c:27 builtin/stash.c:67
17705msgid "git stash clear"
17706msgstr ""
17707
17708#: builtin/stash.c:28 builtin/stash.c:77
17709msgid ""
17710"git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
17711"          [-u|--include-untracked] [-a|--all] [-m|--message <message>]\n"
17712"          [--] [<pathspec>...]]"
17713msgstr ""
17714
17715#: builtin/stash.c:31 builtin/stash.c:84
17716msgid ""
17717"git stash save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
17718"          [-u|--include-untracked] [-a|--all] [<message>]"
17719msgstr ""
17720
17721#: builtin/stash.c:52
17722msgid "git stash pop [--index] [-q|--quiet] [<stash>]"
17723msgstr ""
17724
17725#: builtin/stash.c:57
17726msgid "git stash apply [--index] [-q|--quiet] [<stash>]"
17727msgstr ""
17728
17729#: builtin/stash.c:72
17730msgid "git stash store [-m|--message <message>] [-q|--quiet] <commit>"
17731msgstr ""
17732
17733#: builtin/stash.c:127
17734#, c-format
17735msgid "'%s' is not a stash-like commit"
17736msgstr ""
17737
17738#: builtin/stash.c:147
17739#, c-format
17740msgid "Too many revisions specified:%s"
17741msgstr ""
17742
17743#: builtin/stash.c:161 git-legacy-stash.sh:548
17744msgid "No stash entries found."
17745msgstr ""
17746
17747#: builtin/stash.c:175
17748#, c-format
17749msgid "%s is not a valid reference"
17750msgstr ""
17751
17752#: builtin/stash.c:224 git-legacy-stash.sh:75
17753msgid "git stash clear with parameters is unimplemented"
17754msgstr ""
17755
17756#: builtin/stash.c:403
17757msgid "cannot apply a stash in the middle of a merge"
17758msgstr ""
17759
17760#: builtin/stash.c:414
17761#, c-format
17762msgid "could not generate diff %s^!."
17763msgstr ""
17764
17765#: builtin/stash.c:421
17766msgid "conflicts in index.Try without --index."
17767msgstr ""
17768
17769#: builtin/stash.c:427
17770msgid "could not save index tree"
17771msgstr ""
17772
17773#: builtin/stash.c:434
17774msgid "could not restore untracked files from stash"
17775msgstr ""
17776
17777#: builtin/stash.c:448
17778#, c-format
17779msgid "Merging %s with %s"
17780msgstr ""
17781
17782#: builtin/stash.c:458 git-legacy-stash.sh:680
17783msgid "Index was not unstashed."
17784msgstr ""
17785
17786#: builtin/stash.c:516 builtin/stash.c:615
17787msgid "attempt to recreate the index"
17788msgstr ""
17789
17790#: builtin/stash.c:549
17791#, c-format
17792msgid "Dropped %s (%s)"
17793msgstr ""
17794
17795#: builtin/stash.c:552
17796#, c-format
17797msgid "%s: Could not drop stash entry"
17798msgstr ""
17799
17800#: builtin/stash.c:577
17801#, c-format
17802msgid "'%s' is not a stash reference"
17803msgstr ""
17804
17805#: builtin/stash.c:627 git-legacy-stash.sh:694
17806msgid "The stash entry is kept in case you need it again."
17807msgstr ""
17808
17809#: builtin/stash.c:650 git-legacy-stash.sh:712
17810msgid "No branch name specified"
17811msgstr ""
17812
17813#: builtin/stash.c:789 builtin/stash.c:826
17814#, c-format
17815msgid "Cannot update %s with %s"
17816msgstr ""
17817
17818#: builtin/stash.c:807 builtin/stash.c:1474 builtin/stash.c:1510
17819msgid "stash message"
17820msgstr ""
17821
17822#: builtin/stash.c:817
17823msgid "\"git stash store\" requires one <commit> argument"
17824msgstr ""
17825
17826#: builtin/stash.c:1039 git-legacy-stash.sh:217
17827msgid "No changes selected"
17828msgstr ""
17829
17830#: builtin/stash.c:1135 git-legacy-stash.sh:150
17831msgid "You do not have the initial commit yet"
17832msgstr ""
17833
17834#: builtin/stash.c:1162 git-legacy-stash.sh:165
17835msgid "Cannot save the current index state"
17836msgstr ""
17837
17838#: builtin/stash.c:1171 git-legacy-stash.sh:180
17839msgid "Cannot save the untracked files"
17840msgstr ""
17841
17842#: builtin/stash.c:1182 builtin/stash.c:1191 git-legacy-stash.sh:200
17843#: git-legacy-stash.sh:213
17844msgid "Cannot save the current worktree state"
17845msgstr ""
17846
17847#: builtin/stash.c:1219 git-legacy-stash.sh:233
17848msgid "Cannot record working tree state"
17849msgstr ""
17850
17851#: builtin/stash.c:1268 git-legacy-stash.sh:337
17852msgid "Can't use --patch and --include-untracked or --all at the same time"
17853msgstr ""
17854
17855#: builtin/stash.c:1284
17856msgid "Did you forget to 'git add'?"
17857msgstr ""
17858
17859#: builtin/stash.c:1299 git-legacy-stash.sh:345
17860msgid "No local changes to save"
17861msgstr ""
17862
17863#: builtin/stash.c:1306 git-legacy-stash.sh:350
17864msgid "Cannot initialize stash"
17865msgstr ""
17866
17867#: builtin/stash.c:1321 git-legacy-stash.sh:354
17868msgid "Cannot save the current status"
17869msgstr ""
17870
17871#: builtin/stash.c:1326
17872#, c-format
17873msgid "Saved working directory and index state %s"
17874msgstr ""
17875
17876#: builtin/stash.c:1430 git-legacy-stash.sh:384
17877msgid "Cannot remove worktree changes"
17878msgstr ""
17879
17880#: builtin/stash.c:1465 builtin/stash.c:1501
17881msgid "keep index"
17882msgstr ""
17883
17884#: builtin/stash.c:1467 builtin/stash.c:1503
17885msgid "stash in patch mode"
17886msgstr ""
17887
17888#: builtin/stash.c:1468 builtin/stash.c:1504
17889msgid "quiet mode"
17890msgstr ""
17891
17892#: builtin/stash.c:1470 builtin/stash.c:1506
17893msgid "include untracked files in stash"
17894msgstr ""
17895
17896#: builtin/stash.c:1472 builtin/stash.c:1508
17897msgid "include ignore files"
17898msgstr ""
17899
17900#: builtin/stash.c:1568
17901#, c-format
17902msgid "could not exec %s"
17903msgstr ""
17904
17905#: builtin/stripspace.c:18
17906msgid "git stripspace [-s | --strip-comments]"
17907msgstr ""
17908
17909#: builtin/stripspace.c:19
17910msgid "git stripspace [-c | --comment-lines]"
17911msgstr ""
17912
17913#: builtin/stripspace.c:37
17914msgid "skip and remove all lines starting with comment character"
17915msgstr ""
17916
17917#: builtin/stripspace.c:40
17918msgid "prepend comment character and space to each line"
17919msgstr ""
17920
17921#: builtin/submodule--helper.c:45 builtin/submodule--helper.c:1942
17922#, c-format
17923msgid "Expecting a full ref name, got %s"
17924msgstr ""
17925
17926#: builtin/submodule--helper.c:62
17927msgid "submodule--helper print-default-remote takes no arguments"
17928msgstr ""
17929
17930#: builtin/submodule--helper.c:100
17931#, c-format
17932msgid "cannot strip one component off url '%s'"
17933msgstr ""
17934
17935#: builtin/submodule--helper.c:408 builtin/submodule--helper.c:1367
17936msgid "alternative anchor for relative paths"
17937msgstr ""
17938
17939#: builtin/submodule--helper.c:413
17940msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
17941msgstr ""
17942
17943#: builtin/submodule--helper.c:470 builtin/submodule--helper.c:627
17944#: builtin/submodule--helper.c:650
17945#, c-format
17946msgid "No url found for submodule path '%s' in .gitmodules"
17947msgstr ""
17948
17949#: builtin/submodule--helper.c:522
17950#, c-format
17951msgid "Entering '%s'\n"
17952msgstr ""
17953
17954#: builtin/submodule--helper.c:525
17955#, c-format
17956msgid ""
17957"run_command returned non-zero status for %s\n"
17958"."
17959msgstr ""
17960
17961#: builtin/submodule--helper.c:546
17962#, c-format
17963msgid ""
17964"run_command returned non-zero status while recursing in the nested "
17965"submodules of %s\n"
17966"."
17967msgstr ""
17968
17969#: builtin/submodule--helper.c:562
17970msgid "Suppress output of entering each submodule command"
17971msgstr ""
17972
17973#: builtin/submodule--helper.c:564 builtin/submodule--helper.c:1049
17974msgid "Recurse into nested submodules"
17975msgstr ""
17976
17977#: builtin/submodule--helper.c:569
17978msgid "git submodule--helper foreach [--quiet] [--recursive] [--] <command>"
17979msgstr ""
17980
17981#: builtin/submodule--helper.c:596
17982#, c-format
17983msgid ""
17984"could not look up configuration '%s'. Assuming this repository is its own "
17985"authoritative upstream."
17986msgstr ""
17987
17988#: builtin/submodule--helper.c:664
17989#, c-format
17990msgid "Failed to register url for submodule path '%s'"
17991msgstr ""
17992
17993#: builtin/submodule--helper.c:668
17994#, c-format
17995msgid "Submodule '%s' (%s) registered for path '%s'\n"
17996msgstr ""
17997
17998#: builtin/submodule--helper.c:678
17999#, c-format
18000msgid "warning: command update mode suggested for submodule '%s'\n"
18001msgstr ""
18002
18003#: builtin/submodule--helper.c:685
18004#, c-format
18005msgid "Failed to register update mode for submodule path '%s'"
18006msgstr ""
18007
18008#: builtin/submodule--helper.c:707
18009msgid "Suppress output for initializing a submodule"
18010msgstr ""
18011
18012#: builtin/submodule--helper.c:712
18013msgid "git submodule--helper init [<options>] [<path>]"
18014msgstr ""
18015
18016#: builtin/submodule--helper.c:784 builtin/submodule--helper.c:910
18017#, c-format
18018msgid "no submodule mapping found in .gitmodules for path '%s'"
18019msgstr ""
18020
18021#: builtin/submodule--helper.c:823
18022#, c-format
18023msgid "could not resolve HEAD ref inside the submodule '%s'"
18024msgstr ""
18025
18026#: builtin/submodule--helper.c:850 builtin/submodule--helper.c:1019
18027#, c-format
18028msgid "failed to recurse into submodule '%s'"
18029msgstr ""
18030
18031#: builtin/submodule--helper.c:874 builtin/submodule--helper.c:1185
18032msgid "Suppress submodule status output"
18033msgstr ""
18034
18035#: builtin/submodule--helper.c:875
18036msgid ""
18037"Use commit stored in the index instead of the one stored in the submodule "
18038"HEAD"
18039msgstr ""
18040
18041#: builtin/submodule--helper.c:876
18042msgid "recurse into nested submodules"
18043msgstr ""
18044
18045#: builtin/submodule--helper.c:881
18046msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
18047msgstr ""
18048
18049#: builtin/submodule--helper.c:905
18050msgid "git submodule--helper name <path>"
18051msgstr ""
18052
18053#: builtin/submodule--helper.c:969
18054#, c-format
18055msgid "Synchronizing submodule url for '%s'\n"
18056msgstr ""
18057
18058#: builtin/submodule--helper.c:975
18059#, c-format
18060msgid "failed to register url for submodule path '%s'"
18061msgstr ""
18062
18063#: builtin/submodule--helper.c:989
18064#, c-format
18065msgid "failed to get the default remote for submodule '%s'"
18066msgstr ""
18067
18068#: builtin/submodule--helper.c:1000
18069#, c-format
18070msgid "failed to update remote for submodule '%s'"
18071msgstr ""
18072
18073#: builtin/submodule--helper.c:1047
18074msgid "Suppress output of synchronizing submodule url"
18075msgstr ""
18076
18077#: builtin/submodule--helper.c:1054
18078msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
18079msgstr ""
18080
18081#: builtin/submodule--helper.c:1108
18082#, c-format
18083msgid ""
18084"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
18085"really want to remove it including all of its history)"
18086msgstr ""
18087
18088#: builtin/submodule--helper.c:1120
18089#, c-format
18090msgid ""
18091"Submodule work tree '%s' contains local modifications; use '-f' to discard "
18092"them"
18093msgstr ""
18094
18095#: builtin/submodule--helper.c:1128
18096#, c-format
18097msgid "Cleared directory '%s'\n"
18098msgstr ""
18099
18100#: builtin/submodule--helper.c:1130
18101#, c-format
18102msgid "Could not remove submodule work tree '%s'\n"
18103msgstr ""
18104
18105#: builtin/submodule--helper.c:1141
18106#, c-format
18107msgid "could not create empty submodule directory %s"
18108msgstr ""
18109
18110#: builtin/submodule--helper.c:1157
18111#, c-format
18112msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
18113msgstr ""
18114
18115#: builtin/submodule--helper.c:1186
18116msgid "Remove submodule working trees even if they contain local changes"
18117msgstr ""
18118
18119#: builtin/submodule--helper.c:1187
18120msgid "Unregister all submodules"
18121msgstr ""
18122
18123#: builtin/submodule--helper.c:1192
18124msgid ""
18125"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
18126msgstr ""
18127
18128#: builtin/submodule--helper.c:1206
18129msgid "Use '--all' if you really want to deinitialize all submodules"
18130msgstr ""
18131
18132#: builtin/submodule--helper.c:1301 builtin/submodule--helper.c:1304
18133#, c-format
18134msgid "submodule '%s' cannot add alternate: %s"
18135msgstr ""
18136
18137#: builtin/submodule--helper.c:1340
18138#, c-format
18139msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
18140msgstr ""
18141
18142#: builtin/submodule--helper.c:1347
18143#, c-format
18144msgid "Value '%s' for submodule.alternateLocation is not recognized"
18145msgstr ""
18146
18147#: builtin/submodule--helper.c:1370
18148msgid "where the new submodule will be cloned to"
18149msgstr ""
18150
18151#: builtin/submodule--helper.c:1373
18152msgid "name of the new submodule"
18153msgstr ""
18154
18155#: builtin/submodule--helper.c:1376
18156msgid "url where to clone the submodule from"
18157msgstr ""
18158
18159#: builtin/submodule--helper.c:1384
18160msgid "depth for shallow clones"
18161msgstr ""
18162
18163#: builtin/submodule--helper.c:1387 builtin/submodule--helper.c:1871
18164msgid "force cloning progress"
18165msgstr ""
18166
18167#: builtin/submodule--helper.c:1392
18168msgid ""
18169"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
18170"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
18171msgstr ""
18172
18173#: builtin/submodule--helper.c:1423
18174#, c-format
18175msgid "clone of '%s' into submodule path '%s' failed"
18176msgstr ""
18177
18178#: builtin/submodule--helper.c:1437
18179#, c-format
18180msgid "could not get submodule directory for '%s'"
18181msgstr ""
18182
18183#: builtin/submodule--helper.c:1473
18184#, c-format
18185msgid "Invalid update mode '%s' for submodule path '%s'"
18186msgstr ""
18187
18188#: builtin/submodule--helper.c:1477
18189#, c-format
18190msgid "Invalid update mode '%s' configured for submodule path '%s'"
18191msgstr ""
18192
18193#: builtin/submodule--helper.c:1570
18194#, c-format
18195msgid "Submodule path '%s' not initialized"
18196msgstr ""
18197
18198#: builtin/submodule--helper.c:1574
18199msgid "Maybe you want to use 'update --init'?"
18200msgstr ""
18201
18202#: builtin/submodule--helper.c:1604
18203#, c-format
18204msgid "Skipping unmerged submodule %s"
18205msgstr ""
18206
18207#: builtin/submodule--helper.c:1633
18208#, c-format
18209msgid "Skipping submodule '%s'"
18210msgstr ""
18211
18212#: builtin/submodule--helper.c:1777
18213#, c-format
18214msgid "Failed to clone '%s'. Retry scheduled"
18215msgstr ""
18216
18217#: builtin/submodule--helper.c:1788
18218#, c-format
18219msgid "Failed to clone '%s' a second time, aborting"
18220msgstr ""
18221
18222#: builtin/submodule--helper.c:1850 builtin/submodule--helper.c:2092
18223msgid "path into the working tree"
18224msgstr ""
18225
18226#: builtin/submodule--helper.c:1853
18227msgid "path into the working tree, across nested submodule boundaries"
18228msgstr ""
18229
18230#: builtin/submodule--helper.c:1857
18231msgid "rebase, merge, checkout or none"
18232msgstr ""
18233
18234#: builtin/submodule--helper.c:1863
18235msgid "Create a shallow clone truncated to the specified number of revisions"
18236msgstr ""
18237
18238#: builtin/submodule--helper.c:1866
18239msgid "parallel jobs"
18240msgstr ""
18241
18242#: builtin/submodule--helper.c:1868
18243msgid "whether the initial clone should follow the shallow recommendation"
18244msgstr ""
18245
18246#: builtin/submodule--helper.c:1869
18247msgid "don't print cloning progress"
18248msgstr ""
18249
18250#: builtin/submodule--helper.c:1876
18251msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
18252msgstr ""
18253
18254#: builtin/submodule--helper.c:1889
18255msgid "bad value for update parameter"
18256msgstr ""
18257
18258#: builtin/submodule--helper.c:1937
18259#, c-format
18260msgid ""
18261"Submodule (%s) branch configured to inherit branch from superproject, but "
18262"the superproject is not on any branch"
18263msgstr ""
18264
18265#: builtin/submodule--helper.c:2060
18266#, c-format
18267msgid "could not get a repository handle for submodule '%s'"
18268msgstr ""
18269
18270#: builtin/submodule--helper.c:2093
18271msgid "recurse into submodules"
18272msgstr ""
18273
18274#: builtin/submodule--helper.c:2099
18275msgid "git submodule--helper absorb-git-dirs [<options>] [<path>...]"
18276msgstr ""
18277
18278#: builtin/submodule--helper.c:2156
18279msgid "check if it is safe to write to the .gitmodules file"
18280msgstr ""
18281
18282#: builtin/submodule--helper.c:2159
18283msgid "unset the config in the .gitmodules file"
18284msgstr ""
18285
18286#: builtin/submodule--helper.c:2164
18287msgid "git submodule--helper config <name> [<value>]"
18288msgstr ""
18289
18290#: builtin/submodule--helper.c:2165
18291msgid "git submodule--helper config --unset <name>"
18292msgstr ""
18293
18294#: builtin/submodule--helper.c:2166
18295msgid "git submodule--helper config --check-writeable"
18296msgstr ""
18297
18298#: builtin/submodule--helper.c:2185 git-submodule.sh:171
18299#, sh-format
18300msgid "please make sure that the .gitmodules file is in the working tree"
18301msgstr ""
18302
18303#: builtin/submodule--helper.c:2235 git.c:433 git.c:685
18304#, c-format
18305msgid "%s doesn't support --super-prefix"
18306msgstr ""
18307
18308#: builtin/submodule--helper.c:2241
18309#, c-format
18310msgid "'%s' is not a valid submodule--helper subcommand"
18311msgstr ""
18312
18313#: builtin/symbolic-ref.c:8
18314msgid "git symbolic-ref [<options>] <name> [<ref>]"
18315msgstr ""
18316
18317#: builtin/symbolic-ref.c:9
18318msgid "git symbolic-ref -d [-q] <name>"
18319msgstr ""
18320
18321#: builtin/symbolic-ref.c:40
18322msgid "suppress error message for non-symbolic (detached) refs"
18323msgstr ""
18324
18325#: builtin/symbolic-ref.c:41
18326msgid "delete symbolic ref"
18327msgstr ""
18328
18329#: builtin/symbolic-ref.c:42
18330msgid "shorten ref output"
18331msgstr ""
18332
18333#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
18334msgid "reason"
18335msgstr ""
18336
18337#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
18338msgid "reason of the update"
18339msgstr ""
18340
18341#: builtin/tag.c:25
18342msgid ""
18343"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]\n"
18344"\t\t<tagname> [<head>]"
18345msgstr ""
18346
18347#: builtin/tag.c:27
18348msgid "git tag -d <tagname>..."
18349msgstr ""
18350
18351#: builtin/tag.c:28
18352msgid ""
18353"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
18354"points-at <object>]\n"
18355"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
18356msgstr ""
18357
18358#: builtin/tag.c:30
18359msgid "git tag -v [--format=<format>] <tagname>..."
18360msgstr ""
18361
18362#: builtin/tag.c:88
18363#, c-format
18364msgid "tag '%s' not found."
18365msgstr ""
18366
18367#: builtin/tag.c:104
18368#, c-format
18369msgid "Deleted tag '%s' (was %s)\n"
18370msgstr ""
18371
18372#: builtin/tag.c:134
18373#, c-format
18374msgid ""
18375"\n"
18376"Write a message for tag:\n"
18377"  %s\n"
18378"Lines starting with '%c' will be ignored.\n"
18379msgstr ""
18380
18381#: builtin/tag.c:138
18382#, c-format
18383msgid ""
18384"\n"
18385"Write a message for tag:\n"
18386"  %s\n"
18387"Lines starting with '%c' will be kept; you may remove them yourself if you "
18388"want to.\n"
18389msgstr ""
18390
18391#: builtin/tag.c:192
18392msgid "unable to sign the tag"
18393msgstr ""
18394
18395#: builtin/tag.c:194
18396msgid "unable to write tag file"
18397msgstr ""
18398
18399#: builtin/tag.c:210
18400#, c-format
18401msgid ""
18402"You have created a nested tag. The object referred to by your new is\n"
18403"already a tag. If you meant to tag the object that it points to, use:\n"
18404"\n"
18405"\tgit tag -f %s %s^{}"
18406msgstr ""
18407
18408#: builtin/tag.c:226
18409msgid "bad object type."
18410msgstr ""
18411
18412#: builtin/tag.c:278
18413msgid "no tag message?"
18414msgstr ""
18415
18416#: builtin/tag.c:285
18417#, c-format
18418msgid "The tag message has been left in %s\n"
18419msgstr ""
18420
18421#: builtin/tag.c:396
18422msgid "list tag names"
18423msgstr ""
18424
18425#: builtin/tag.c:398
18426msgid "print <n> lines of each tag message"
18427msgstr ""
18428
18429#: builtin/tag.c:400
18430msgid "delete tags"
18431msgstr ""
18432
18433#: builtin/tag.c:401
18434msgid "verify tags"
18435msgstr ""
18436
18437#: builtin/tag.c:403
18438msgid "Tag creation options"
18439msgstr ""
18440
18441#: builtin/tag.c:405
18442msgid "annotated tag, needs a message"
18443msgstr ""
18444
18445#: builtin/tag.c:407
18446msgid "tag message"
18447msgstr ""
18448
18449#: builtin/tag.c:409
18450msgid "force edit of tag message"
18451msgstr ""
18452
18453#: builtin/tag.c:410
18454msgid "annotated and GPG-signed tag"
18455msgstr ""
18456
18457#: builtin/tag.c:413
18458msgid "use another key to sign the tag"
18459msgstr ""
18460
18461#: builtin/tag.c:414
18462msgid "replace the tag if exists"
18463msgstr ""
18464
18465#: builtin/tag.c:415 builtin/update-ref.c:369
18466msgid "create a reflog"
18467msgstr ""
18468
18469#: builtin/tag.c:417
18470msgid "Tag listing options"
18471msgstr ""
18472
18473#: builtin/tag.c:418
18474msgid "show tag list in columns"
18475msgstr ""
18476
18477#: builtin/tag.c:419 builtin/tag.c:421
18478msgid "print only tags that contain the commit"
18479msgstr ""
18480
18481#: builtin/tag.c:420 builtin/tag.c:422
18482msgid "print only tags that don't contain the commit"
18483msgstr ""
18484
18485#: builtin/tag.c:423
18486msgid "print only tags that are merged"
18487msgstr ""
18488
18489#: builtin/tag.c:424
18490msgid "print only tags that are not merged"
18491msgstr ""
18492
18493#: builtin/tag.c:428
18494msgid "print only tags of the object"
18495msgstr ""
18496
18497#: builtin/tag.c:472
18498msgid "--column and -n are incompatible"
18499msgstr ""
18500
18501#: builtin/tag.c:494
18502msgid "-n option is only allowed in list mode"
18503msgstr ""
18504
18505#: builtin/tag.c:496
18506msgid "--contains option is only allowed in list mode"
18507msgstr ""
18508
18509#: builtin/tag.c:498
18510msgid "--no-contains option is only allowed in list mode"
18511msgstr ""
18512
18513#: builtin/tag.c:500
18514msgid "--points-at option is only allowed in list mode"
18515msgstr ""
18516
18517#: builtin/tag.c:502
18518msgid "--merged and --no-merged options are only allowed in list mode"
18519msgstr ""
18520
18521#: builtin/tag.c:513
18522msgid "only one -F or -m option is allowed."
18523msgstr ""
18524
18525#: builtin/tag.c:532
18526msgid "too many params"
18527msgstr ""
18528
18529#: builtin/tag.c:538
18530#, c-format
18531msgid "'%s' is not a valid tag name."
18532msgstr ""
18533
18534#: builtin/tag.c:543
18535#, c-format
18536msgid "tag '%s' already exists"
18537msgstr ""
18538
18539#: builtin/tag.c:574
18540#, c-format
18541msgid "Updated tag '%s' (was %s)\n"
18542msgstr ""
18543
18544#: builtin/unpack-objects.c:500
18545msgid "Unpacking objects"
18546msgstr ""
18547
18548#: builtin/update-index.c:83
18549#, c-format
18550msgid "failed to create directory %s"
18551msgstr ""
18552
18553#: builtin/update-index.c:99
18554#, c-format
18555msgid "failed to create file %s"
18556msgstr ""
18557
18558#: builtin/update-index.c:107
18559#, c-format
18560msgid "failed to delete file %s"
18561msgstr ""
18562
18563#: builtin/update-index.c:114 builtin/update-index.c:220
18564#, c-format
18565msgid "failed to delete directory %s"
18566msgstr ""
18567
18568#: builtin/update-index.c:139
18569#, c-format
18570msgid "Testing mtime in '%s' "
18571msgstr ""
18572
18573#: builtin/update-index.c:153
18574msgid "directory stat info does not change after adding a new file"
18575msgstr ""
18576
18577#: builtin/update-index.c:166
18578msgid "directory stat info does not change after adding a new directory"
18579msgstr ""
18580
18581#: builtin/update-index.c:179
18582msgid "directory stat info changes after updating a file"
18583msgstr ""
18584
18585#: builtin/update-index.c:190
18586msgid "directory stat info changes after adding a file inside subdirectory"
18587msgstr ""
18588
18589#: builtin/update-index.c:201
18590msgid "directory stat info does not change after deleting a file"
18591msgstr ""
18592
18593#: builtin/update-index.c:214
18594msgid "directory stat info does not change after deleting a directory"
18595msgstr ""
18596
18597#: builtin/update-index.c:221
18598msgid " OK"
18599msgstr ""
18600
18601#: builtin/update-index.c:589
18602msgid "git update-index [<options>] [--] [<file>...]"
18603msgstr ""
18604
18605#: builtin/update-index.c:971
18606msgid "continue refresh even when index needs update"
18607msgstr ""
18608
18609#: builtin/update-index.c:974
18610msgid "refresh: ignore submodules"
18611msgstr ""
18612
18613#: builtin/update-index.c:977
18614msgid "do not ignore new files"
18615msgstr ""
18616
18617#: builtin/update-index.c:979
18618msgid "let files replace directories and vice-versa"
18619msgstr ""
18620
18621#: builtin/update-index.c:981
18622msgid "notice files missing from worktree"
18623msgstr ""
18624
18625#: builtin/update-index.c:983
18626msgid "refresh even if index contains unmerged entries"
18627msgstr ""
18628
18629#: builtin/update-index.c:986
18630msgid "refresh stat information"
18631msgstr ""
18632
18633#: builtin/update-index.c:990
18634msgid "like --refresh, but ignore assume-unchanged setting"
18635msgstr ""
18636
18637#: builtin/update-index.c:994
18638msgid "<mode>,<object>,<path>"
18639msgstr ""
18640
18641#: builtin/update-index.c:995
18642msgid "add the specified entry to the index"
18643msgstr ""
18644
18645#: builtin/update-index.c:1005
18646msgid "mark files as \"not changing\""
18647msgstr ""
18648
18649#: builtin/update-index.c:1008
18650msgid "clear assumed-unchanged bit"
18651msgstr ""
18652
18653#: builtin/update-index.c:1011
18654msgid "mark files as \"index-only\""
18655msgstr ""
18656
18657#: builtin/update-index.c:1014
18658msgid "clear skip-worktree bit"
18659msgstr ""
18660
18661#: builtin/update-index.c:1017
18662msgid "add to index only; do not add content to object database"
18663msgstr ""
18664
18665#: builtin/update-index.c:1019
18666msgid "remove named paths even if present in worktree"
18667msgstr ""
18668
18669#: builtin/update-index.c:1021
18670msgid "with --stdin: input lines are terminated by null bytes"
18671msgstr ""
18672
18673#: builtin/update-index.c:1023
18674msgid "read list of paths to be updated from standard input"
18675msgstr ""
18676
18677#: builtin/update-index.c:1027
18678msgid "add entries from standard input to the index"
18679msgstr ""
18680
18681#: builtin/update-index.c:1031
18682msgid "repopulate stages #2 and #3 for the listed paths"
18683msgstr ""
18684
18685#: builtin/update-index.c:1035
18686msgid "only update entries that differ from HEAD"
18687msgstr ""
18688
18689#: builtin/update-index.c:1039
18690msgid "ignore files missing from worktree"
18691msgstr ""
18692
18693#: builtin/update-index.c:1042
18694msgid "report actions to standard output"
18695msgstr ""
18696
18697#: builtin/update-index.c:1044
18698msgid "(for porcelains) forget saved unresolved conflicts"
18699msgstr ""
18700
18701#: builtin/update-index.c:1048
18702msgid "write index in this format"
18703msgstr ""
18704
18705#: builtin/update-index.c:1050
18706msgid "enable or disable split index"
18707msgstr ""
18708
18709#: builtin/update-index.c:1052
18710msgid "enable/disable untracked cache"
18711msgstr ""
18712
18713#: builtin/update-index.c:1054
18714msgid "test if the filesystem supports untracked cache"
18715msgstr ""
18716
18717#: builtin/update-index.c:1056
18718msgid "enable untracked cache without testing the filesystem"
18719msgstr ""
18720
18721#: builtin/update-index.c:1058
18722msgid "write out the index even if is not flagged as changed"
18723msgstr ""
18724
18725#: builtin/update-index.c:1060
18726msgid "enable or disable file system monitor"
18727msgstr ""
18728
18729#: builtin/update-index.c:1062
18730msgid "mark files as fsmonitor valid"
18731msgstr ""
18732
18733#: builtin/update-index.c:1065
18734msgid "clear fsmonitor valid bit"
18735msgstr ""
18736
18737#: builtin/update-index.c:1168
18738msgid ""
18739"core.splitIndex is set to false; remove or change it, if you really want to "
18740"enable split index"
18741msgstr ""
18742
18743#: builtin/update-index.c:1177
18744msgid ""
18745"core.splitIndex is set to true; remove or change it, if you really want to "
18746"disable split index"
18747msgstr ""
18748
18749#: builtin/update-index.c:1188
18750msgid ""
18751"core.untrackedCache is set to true; remove or change it, if you really want "
18752"to disable the untracked cache"
18753msgstr ""
18754
18755#: builtin/update-index.c:1192
18756msgid "Untracked cache disabled"
18757msgstr ""
18758
18759#: builtin/update-index.c:1200
18760msgid ""
18761"core.untrackedCache is set to false; remove or change it, if you really want "
18762"to enable the untracked cache"
18763msgstr ""
18764
18765#: builtin/update-index.c:1204
18766#, c-format
18767msgid "Untracked cache enabled for '%s'"
18768msgstr ""
18769
18770#: builtin/update-index.c:1212
18771msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
18772msgstr ""
18773
18774#: builtin/update-index.c:1216
18775msgid "fsmonitor enabled"
18776msgstr ""
18777
18778#: builtin/update-index.c:1219
18779msgid ""
18780"core.fsmonitor is set; remove it if you really want to disable fsmonitor"
18781msgstr ""
18782
18783#: builtin/update-index.c:1223
18784msgid "fsmonitor disabled"
18785msgstr ""
18786
18787#: builtin/update-ref.c:10
18788msgid "git update-ref [<options>] -d <refname> [<old-val>]"
18789msgstr ""
18790
18791#: builtin/update-ref.c:11
18792msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
18793msgstr ""
18794
18795#: builtin/update-ref.c:12
18796msgid "git update-ref [<options>] --stdin [-z]"
18797msgstr ""
18798
18799#: builtin/update-ref.c:364
18800msgid "delete the reference"
18801msgstr ""
18802
18803#: builtin/update-ref.c:366
18804msgid "update <refname> not the one it points to"
18805msgstr ""
18806
18807#: builtin/update-ref.c:367
18808msgid "stdin has NUL-terminated arguments"
18809msgstr ""
18810
18811#: builtin/update-ref.c:368
18812msgid "read updates from stdin"
18813msgstr ""
18814
18815#: builtin/update-server-info.c:7
18816msgid "git update-server-info [--force]"
18817msgstr ""
18818
18819#: builtin/update-server-info.c:15
18820msgid "update the info files from scratch"
18821msgstr ""
18822
18823#: builtin/upload-pack.c:11
18824msgid "git upload-pack [<options>] <dir>"
18825msgstr ""
18826
18827#: builtin/upload-pack.c:23 t/helper/test-serve-v2.c:17
18828msgid "quit after a single request/response exchange"
18829msgstr ""
18830
18831#: builtin/upload-pack.c:25
18832msgid "exit immediately after initial ref advertisement"
18833msgstr ""
18834
18835#: builtin/upload-pack.c:27
18836msgid "do not try <directory>/.git/ if <directory> is no Git directory"
18837msgstr ""
18838
18839#: builtin/upload-pack.c:29
18840msgid "interrupt transfer after <n> seconds of inactivity"
18841msgstr ""
18842
18843#: builtin/verify-commit.c:20
18844msgid "git verify-commit [-v | --verbose] <commit>..."
18845msgstr ""
18846
18847#: builtin/verify-commit.c:76
18848msgid "print commit contents"
18849msgstr ""
18850
18851#: builtin/verify-commit.c:77 builtin/verify-tag.c:38
18852msgid "print raw gpg status output"
18853msgstr ""
18854
18855#: builtin/verify-pack.c:55
18856msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
18857msgstr ""
18858
18859#: builtin/verify-pack.c:65
18860msgid "verbose"
18861msgstr ""
18862
18863#: builtin/verify-pack.c:67
18864msgid "show statistics only"
18865msgstr ""
18866
18867#: builtin/verify-tag.c:19
18868msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
18869msgstr ""
18870
18871#: builtin/verify-tag.c:37
18872msgid "print tag contents"
18873msgstr ""
18874
18875#: builtin/worktree.c:18
18876msgid "git worktree add [<options>] <path> [<commit-ish>]"
18877msgstr ""
18878
18879#: builtin/worktree.c:19
18880msgid "git worktree list [<options>]"
18881msgstr ""
18882
18883#: builtin/worktree.c:20
18884msgid "git worktree lock [<options>] <path>"
18885msgstr ""
18886
18887#: builtin/worktree.c:21
18888msgid "git worktree move <worktree> <new-path>"
18889msgstr ""
18890
18891#: builtin/worktree.c:22
18892msgid "git worktree prune [<options>]"
18893msgstr ""
18894
18895#: builtin/worktree.c:23
18896msgid "git worktree remove [<options>] <worktree>"
18897msgstr ""
18898
18899#: builtin/worktree.c:24
18900msgid "git worktree unlock <path>"
18901msgstr ""
18902
18903#: builtin/worktree.c:61 builtin/worktree.c:891
18904#, c-format
18905msgid "failed to delete '%s'"
18906msgstr ""
18907
18908#: builtin/worktree.c:80
18909#, c-format
18910msgid "Removing worktrees/%s: not a valid directory"
18911msgstr ""
18912
18913#: builtin/worktree.c:86
18914#, c-format
18915msgid "Removing worktrees/%s: gitdir file does not exist"
18916msgstr ""
18917
18918#: builtin/worktree.c:91 builtin/worktree.c:100
18919#, c-format
18920msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
18921msgstr ""
18922
18923#: builtin/worktree.c:110
18924#, c-format
18925msgid ""
18926"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
18927"%<PRIuMAX>)"
18928msgstr ""
18929
18930#: builtin/worktree.c:118
18931#, c-format
18932msgid "Removing worktrees/%s: invalid gitdir file"
18933msgstr ""
18934
18935#: builtin/worktree.c:127
18936#, c-format
18937msgid "Removing worktrees/%s: gitdir file points to non-existent location"
18938msgstr ""
18939
18940#: builtin/worktree.c:166
18941msgid "report pruned working trees"
18942msgstr ""
18943
18944#: builtin/worktree.c:168
18945msgid "expire working trees older than <time>"
18946msgstr ""
18947
18948#: builtin/worktree.c:235
18949#, c-format
18950msgid "'%s' already exists"
18951msgstr ""
18952
18953#: builtin/worktree.c:252
18954#, c-format
18955msgid "unable to re-add worktree '%s'"
18956msgstr ""
18957
18958#: builtin/worktree.c:257
18959#, c-format
18960msgid ""
18961"'%s' is a missing but locked worktree;\n"
18962"use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
18963msgstr ""
18964
18965#: builtin/worktree.c:259
18966#, c-format
18967msgid ""
18968"'%s' is a missing but already registered worktree;\n"
18969"use 'add -f' to override, or 'prune' or 'remove' to clear"
18970msgstr ""
18971
18972#: builtin/worktree.c:302
18973#, c-format
18974msgid "could not create directory of '%s'"
18975msgstr ""
18976
18977#: builtin/worktree.c:432 builtin/worktree.c:438
18978#, c-format
18979msgid "Preparing worktree (new branch '%s')"
18980msgstr ""
18981
18982#: builtin/worktree.c:434
18983#, c-format
18984msgid "Preparing worktree (resetting branch '%s'; was at %s)"
18985msgstr ""
18986
18987#: builtin/worktree.c:443
18988#, c-format
18989msgid "Preparing worktree (checking out '%s')"
18990msgstr ""
18991
18992#: builtin/worktree.c:449
18993#, c-format
18994msgid "Preparing worktree (detached HEAD %s)"
18995msgstr ""
18996
18997#: builtin/worktree.c:490
18998msgid "checkout <branch> even if already checked out in other worktree"
18999msgstr ""
19000
19001#: builtin/worktree.c:493
19002msgid "create a new branch"
19003msgstr ""
19004
19005#: builtin/worktree.c:495
19006msgid "create or reset a branch"
19007msgstr ""
19008
19009#: builtin/worktree.c:497
19010msgid "populate the new working tree"
19011msgstr ""
19012
19013#: builtin/worktree.c:498
19014msgid "keep the new working tree locked"
19015msgstr ""
19016
19017#: builtin/worktree.c:501
19018msgid "set up tracking mode (see git-branch(1))"
19019msgstr ""
19020
19021#: builtin/worktree.c:504
19022msgid "try to match the new branch name with a remote-tracking branch"
19023msgstr ""
19024
19025#: builtin/worktree.c:512
19026msgid "-b, -B, and --detach are mutually exclusive"
19027msgstr ""
19028
19029#: builtin/worktree.c:573
19030msgid "--[no-]track can only be used if a new branch is created"
19031msgstr ""
19032
19033#: builtin/worktree.c:673
19034msgid "reason for locking"
19035msgstr ""
19036
19037#: builtin/worktree.c:685 builtin/worktree.c:718 builtin/worktree.c:792
19038#: builtin/worktree.c:919
19039#, c-format
19040msgid "'%s' is not a working tree"
19041msgstr ""
19042
19043#: builtin/worktree.c:687 builtin/worktree.c:720
19044msgid "The main working tree cannot be locked or unlocked"
19045msgstr ""
19046
19047#: builtin/worktree.c:692
19048#, c-format
19049msgid "'%s' is already locked, reason: %s"
19050msgstr ""
19051
19052#: builtin/worktree.c:694
19053#, c-format
19054msgid "'%s' is already locked"
19055msgstr ""
19056
19057#: builtin/worktree.c:722
19058#, c-format
19059msgid "'%s' is not locked"
19060msgstr ""
19061
19062#: builtin/worktree.c:763
19063msgid "working trees containing submodules cannot be moved or removed"
19064msgstr ""
19065
19066#: builtin/worktree.c:771
19067msgid "force move even if worktree is dirty or locked"
19068msgstr ""
19069
19070#: builtin/worktree.c:794 builtin/worktree.c:921
19071#, c-format
19072msgid "'%s' is a main working tree"
19073msgstr ""
19074
19075#: builtin/worktree.c:799
19076#, c-format
19077msgid "could not figure out destination name from '%s'"
19078msgstr ""
19079
19080#: builtin/worktree.c:805
19081#, c-format
19082msgid "target '%s' already exists"
19083msgstr ""
19084
19085#: builtin/worktree.c:813
19086#, c-format
19087msgid ""
19088"cannot move a locked working tree, lock reason: %s\n"
19089"use 'move -f -f' to override or unlock first"
19090msgstr ""
19091
19092#: builtin/worktree.c:815
19093msgid ""
19094"cannot move a locked working tree;\n"
19095"use 'move -f -f' to override or unlock first"
19096msgstr ""
19097
19098#: builtin/worktree.c:818
19099#, c-format
19100msgid "validation failed, cannot move working tree: %s"
19101msgstr ""
19102
19103#: builtin/worktree.c:823
19104#, c-format
19105msgid "failed to move '%s' to '%s'"
19106msgstr ""
19107
19108#: builtin/worktree.c:871
19109#, c-format
19110msgid "failed to run 'git status' on '%s'"
19111msgstr ""
19112
19113#: builtin/worktree.c:875
19114#, c-format
19115msgid "'%s' is dirty, use --force to delete it"
19116msgstr ""
19117
19118#: builtin/worktree.c:880
19119#, c-format
19120msgid "failed to run 'git status' on '%s', code %d"
19121msgstr ""
19122
19123#: builtin/worktree.c:903
19124msgid "force removal even if worktree is dirty or locked"
19125msgstr ""
19126
19127#: builtin/worktree.c:926
19128#, c-format
19129msgid ""
19130"cannot remove a locked working tree, lock reason: %s\n"
19131"use 'remove -f -f' to override or unlock first"
19132msgstr ""
19133
19134#: builtin/worktree.c:928
19135msgid ""
19136"cannot remove a locked working tree;\n"
19137"use 'remove -f -f' to override or unlock first"
19138msgstr ""
19139
19140#: builtin/worktree.c:931
19141#, c-format
19142msgid "validation failed, cannot remove working tree: %s"
19143msgstr ""
19144
19145#: builtin/write-tree.c:15
19146msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
19147msgstr ""
19148
19149#: builtin/write-tree.c:28
19150msgid "<prefix>/"
19151msgstr ""
19152
19153#: builtin/write-tree.c:29
19154msgid "write tree object for a subdirectory <prefix>"
19155msgstr ""
19156
19157#: builtin/write-tree.c:31
19158msgid "only useful for debugging"
19159msgstr ""
19160
19161#: credential-cache--daemon.c:223
19162#, c-format
19163msgid ""
19164"The permissions on your socket directory are too loose; other\n"
19165"users may be able to read your cached credentials. Consider running:\n"
19166"\n"
19167"\tchmod 0700 %s"
19168msgstr ""
19169
19170#: credential-cache--daemon.c:272
19171msgid "print debugging messages to stderr"
19172msgstr ""
19173
19174#: t/helper/test-reach.c:152
19175#, c-format
19176msgid "commit %s is not marked reachable"
19177msgstr ""
19178
19179#: t/helper/test-reach.c:162
19180msgid "too many commits marked reachable"
19181msgstr ""
19182
19183#: t/helper/test-serve-v2.c:7
19184msgid "test-tool serve-v2 [<options>]"
19185msgstr ""
19186
19187#: t/helper/test-serve-v2.c:19
19188msgid "exit immediately after advertising capabilities"
19189msgstr ""
19190
19191#: git.c:27
19192msgid ""
19193"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
19194"           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
19195"           [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
19196"bare]\n"
19197"           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
19198"           <command> [<args>]"
19199msgstr ""
19200
19201#: git.c:34
19202msgid ""
19203"'git help -a' and 'git help -g' list available subcommands and some\n"
19204"concept guides. See 'git help <command>' or 'git help <concept>'\n"
19205"to read about a specific subcommand or concept."
19206msgstr ""
19207
19208#: git.c:185
19209#, c-format
19210msgid "no directory given for --git-dir\n"
19211msgstr ""
19212
19213#: git.c:199
19214#, c-format
19215msgid "no namespace given for --namespace\n"
19216msgstr ""
19217
19218#: git.c:213
19219#, c-format
19220msgid "no directory given for --work-tree\n"
19221msgstr ""
19222
19223#: git.c:227
19224#, c-format
19225msgid "no prefix given for --super-prefix\n"
19226msgstr ""
19227
19228#: git.c:249
19229#, c-format
19230msgid "-c expects a configuration string\n"
19231msgstr ""
19232
19233#: git.c:287
19234#, c-format
19235msgid "no directory given for -C\n"
19236msgstr ""
19237
19238#: git.c:313
19239#, c-format
19240msgid "unknown option: %s\n"
19241msgstr ""
19242
19243#: git.c:359
19244#, c-format
19245msgid "while expanding alias '%s': '%s'"
19246msgstr ""
19247
19248#: git.c:368
19249#, c-format
19250msgid ""
19251"alias '%s' changes environment variables.\n"
19252"You can use '!git' in the alias to do this"
19253msgstr ""
19254
19255#: git.c:376
19256#, c-format
19257msgid "empty alias for %s"
19258msgstr ""
19259
19260#: git.c:379
19261#, c-format
19262msgid "recursive alias: %s"
19263msgstr ""
19264
19265#: git.c:459
19266msgid "write failure on standard output"
19267msgstr ""
19268
19269#: git.c:461
19270msgid "unknown write failure on standard output"
19271msgstr ""
19272
19273#: git.c:463
19274msgid "close failed on standard output"
19275msgstr ""
19276
19277#: git.c:797
19278#, c-format
19279msgid "alias loop detected: expansion of '%s' does not terminate:%s"
19280msgstr ""
19281
19282#: git.c:847
19283#, c-format
19284msgid "cannot handle %s as a builtin"
19285msgstr ""
19286
19287#: git.c:860
19288#, c-format
19289msgid ""
19290"usage: %s\n"
19291"\n"
19292msgstr ""
19293
19294#: git.c:880
19295#, c-format
19296msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
19297msgstr ""
19298
19299#: git.c:892
19300#, c-format
19301msgid "failed to run command '%s': %s\n"
19302msgstr ""
19303
19304#: http.c:378
19305#, c-format
19306msgid "negative value for http.postbuffer; defaulting to %d"
19307msgstr ""
19308
19309#: http.c:399
19310msgid "Delegation control is not supported with cURL < 7.22.0"
19311msgstr ""
19312
19313#: http.c:408
19314msgid "Public key pinning not supported with cURL < 7.44.0"
19315msgstr ""
19316
19317#: http.c:876
19318msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"
19319msgstr ""
19320
19321#: http.c:949
19322msgid "Protocol restrictions not supported with cURL < 7.19.4"
19323msgstr ""
19324
19325#: http.c:1085
19326#, c-format
19327msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
19328msgstr ""
19329
19330#: http.c:1092
19331#, c-format
19332msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
19333msgstr ""
19334
19335#: http.c:1096
19336#, c-format
19337msgid "Could not set SSL backend to '%s': already set"
19338msgstr ""
19339
19340#: http.c:1965
19341#, c-format
19342msgid ""
19343"unable to update url base from redirection:\n"
19344"  asked for: %s\n"
19345"   redirect: %s"
19346msgstr ""
19347
19348#: remote-curl.c:157
19349#, c-format
19350msgid "invalid quoting in push-option value: '%s'"
19351msgstr ""
19352
19353#: remote-curl.c:254
19354#, c-format
19355msgid "%sinfo/refs not valid: is this a git repository?"
19356msgstr ""
19357
19358#: remote-curl.c:355
19359msgid "invalid server response; expected service, got flush packet"
19360msgstr ""
19361
19362#: remote-curl.c:386
19363#, c-format
19364msgid "invalid server response; got '%s'"
19365msgstr ""
19366
19367#: remote-curl.c:446
19368#, c-format
19369msgid "repository '%s' not found"
19370msgstr ""
19371
19372#: remote-curl.c:450
19373#, c-format
19374msgid "Authentication failed for '%s'"
19375msgstr ""
19376
19377#: remote-curl.c:454
19378#, c-format
19379msgid "unable to access '%s': %s"
19380msgstr ""
19381
19382#: remote-curl.c:460
19383#, c-format
19384msgid "redirecting to %s"
19385msgstr ""
19386
19387#: remote-curl.c:584
19388msgid "shouldn't have EOF when not gentle on EOF"
19389msgstr ""
19390
19391#: remote-curl.c:664
19392msgid "unable to rewind rpc post data - try increasing http.postBuffer"
19393msgstr ""
19394
19395#: remote-curl.c:724
19396#, c-format
19397msgid "RPC failed; %s"
19398msgstr ""
19399
19400#: remote-curl.c:764
19401msgid "cannot handle pushes this big"
19402msgstr ""
19403
19404#: remote-curl.c:879
19405#, c-format
19406msgid "cannot deflate request; zlib deflate error %d"
19407msgstr ""
19408
19409#: remote-curl.c:883
19410#, c-format
19411msgid "cannot deflate request; zlib end error %d"
19412msgstr ""
19413
19414#: remote-curl.c:1014
19415msgid "dumb http transport does not support shallow capabilities"
19416msgstr ""
19417
19418#: remote-curl.c:1028
19419msgid "fetch failed."
19420msgstr ""
19421
19422#: remote-curl.c:1076
19423msgid "cannot fetch by sha1 over smart http"
19424msgstr ""
19425
19426#: remote-curl.c:1120 remote-curl.c:1126
19427#, c-format
19428msgid "protocol error: expected sha/ref, got %s'"
19429msgstr ""
19430
19431#: remote-curl.c:1138 remote-curl.c:1252
19432#, c-format
19433msgid "http transport does not support %s"
19434msgstr ""
19435
19436#: remote-curl.c:1174
19437msgid "git-http-push failed"
19438msgstr ""
19439
19440#: remote-curl.c:1360
19441msgid "remote-curl: usage: git remote-curl <remote> [<url>]"
19442msgstr ""
19443
19444#: remote-curl.c:1392
19445msgid "remote-curl: error reading command stream from git"
19446msgstr ""
19447
19448#: remote-curl.c:1399
19449msgid "remote-curl: fetch attempted without a local repo"
19450msgstr ""
19451
19452#: remote-curl.c:1439
19453#, c-format
19454msgid "remote-curl: unknown command '%s' from git"
19455msgstr ""
19456
19457#: list-objects-filter-options.h:63
19458msgid "args"
19459msgstr ""
19460
19461#: list-objects-filter-options.h:64
19462msgid "object filtering"
19463msgstr ""
19464
19465#: parse-options.h:169
19466msgid "expiry-date"
19467msgstr ""
19468
19469#: parse-options.h:183
19470msgid "no-op (backward compatibility)"
19471msgstr ""
19472
19473#: parse-options.h:296
19474msgid "be more verbose"
19475msgstr ""
19476
19477#: parse-options.h:298
19478msgid "be more quiet"
19479msgstr ""
19480
19481#: parse-options.h:304
19482msgid "use <n> digits to display SHA-1s"
19483msgstr ""
19484
19485#: parse-options.h:323
19486msgid "how to strip spaces and #comments from message"
19487msgstr ""
19488
19489#: ref-filter.h:101
19490msgid "key"
19491msgstr ""
19492
19493#: ref-filter.h:101
19494msgid "field name to sort on"
19495msgstr ""
19496
19497#: rerere.h:44
19498msgid "update the index with reused conflict resolution if possible"
19499msgstr ""
19500
19501#: command-list.h:50
19502msgid "Add file contents to the index"
19503msgstr ""
19504
19505#: command-list.h:51
19506msgid "Apply a series of patches from a mailbox"
19507msgstr ""
19508
19509#: command-list.h:52
19510msgid "Annotate file lines with commit information"
19511msgstr ""
19512
19513#: command-list.h:53
19514msgid "Apply a patch to files and/or to the index"
19515msgstr ""
19516
19517#: command-list.h:54
19518msgid "Import a GNU Arch repository into Git"
19519msgstr ""
19520
19521#: command-list.h:55
19522msgid "Create an archive of files from a named tree"
19523msgstr ""
19524
19525#: command-list.h:56
19526msgid "Use binary search to find the commit that introduced a bug"
19527msgstr ""
19528
19529#: command-list.h:57
19530msgid "Show what revision and author last modified each line of a file"
19531msgstr ""
19532
19533#: command-list.h:58
19534msgid "List, create, or delete branches"
19535msgstr ""
19536
19537#: command-list.h:59
19538msgid "Move objects and refs by archive"
19539msgstr ""
19540
19541#: command-list.h:60
19542msgid "Provide content or type and size information for repository objects"
19543msgstr ""
19544
19545#: command-list.h:61
19546msgid "Display gitattributes information"
19547msgstr ""
19548
19549#: command-list.h:62
19550msgid "Debug gitignore / exclude files"
19551msgstr ""
19552
19553#: command-list.h:63
19554msgid "Show canonical names and email addresses of contacts"
19555msgstr ""
19556
19557#: command-list.h:64
19558msgid "Switch branches or restore working tree files"
19559msgstr ""
19560
19561#: command-list.h:65
19562msgid "Copy files from the index to the working tree"
19563msgstr ""
19564
19565#: command-list.h:66
19566msgid "Ensures that a reference name is well formed"
19567msgstr ""
19568
19569#: command-list.h:67
19570msgid "Find commits yet to be applied to upstream"
19571msgstr ""
19572
19573#: command-list.h:68
19574msgid "Apply the changes introduced by some existing commits"
19575msgstr ""
19576
19577#: command-list.h:69
19578msgid "Graphical alternative to git-commit"
19579msgstr ""
19580
19581#: command-list.h:70
19582msgid "Remove untracked files from the working tree"
19583msgstr ""
19584
19585#: command-list.h:71
19586msgid "Clone a repository into a new directory"
19587msgstr ""
19588
19589#: command-list.h:72
19590msgid "Display data in columns"
19591msgstr ""
19592
19593#: command-list.h:73
19594msgid "Record changes to the repository"
19595msgstr ""
19596
19597#: command-list.h:74
19598msgid "Write and verify Git commit-graph files"
19599msgstr ""
19600
19601#: command-list.h:75
19602msgid "Create a new commit object"
19603msgstr ""
19604
19605#: command-list.h:76
19606msgid "Get and set repository or global options"
19607msgstr ""
19608
19609#: command-list.h:77
19610msgid "Count unpacked number of objects and their disk consumption"
19611msgstr ""
19612
19613#: command-list.h:78
19614msgid "Retrieve and store user credentials"
19615msgstr ""
19616
19617#: command-list.h:79
19618msgid "Helper to temporarily store passwords in memory"
19619msgstr ""
19620
19621#: command-list.h:80
19622msgid "Helper to store credentials on disk"
19623msgstr ""
19624
19625#: command-list.h:81
19626msgid "Export a single commit to a CVS checkout"
19627msgstr ""
19628
19629#: command-list.h:82
19630msgid "Salvage your data out of another SCM people love to hate"
19631msgstr ""
19632
19633#: command-list.h:83
19634msgid "A CVS server emulator for Git"
19635msgstr ""
19636
19637#: command-list.h:84
19638msgid "A really simple server for Git repositories"
19639msgstr ""
19640
19641#: command-list.h:85
19642msgid "Give an object a human readable name based on an available ref"
19643msgstr ""
19644
19645#: command-list.h:86
19646msgid "Show changes between commits, commit and working tree, etc"
19647msgstr ""
19648
19649#: command-list.h:87
19650msgid "Compares files in the working tree and the index"
19651msgstr ""
19652
19653#: command-list.h:88
19654msgid "Compare a tree to the working tree or index"
19655msgstr ""
19656
19657#: command-list.h:89
19658msgid "Compares the content and mode of blobs found via two tree objects"
19659msgstr ""
19660
19661#: command-list.h:90
19662msgid "Show changes using common diff tools"
19663msgstr ""
19664
19665#: command-list.h:91
19666msgid "Git data exporter"
19667msgstr ""
19668
19669#: command-list.h:92
19670msgid "Backend for fast Git data importers"
19671msgstr ""
19672
19673#: command-list.h:93
19674msgid "Download objects and refs from another repository"
19675msgstr ""
19676
19677#: command-list.h:94
19678msgid "Receive missing objects from another repository"
19679msgstr ""
19680
19681#: command-list.h:95
19682msgid "Rewrite branches"
19683msgstr ""
19684
19685#: command-list.h:96
19686msgid "Produce a merge commit message"
19687msgstr ""
19688
19689#: command-list.h:97
19690msgid "Output information on each ref"
19691msgstr ""
19692
19693#: command-list.h:98
19694msgid "Prepare patches for e-mail submission"
19695msgstr ""
19696
19697#: command-list.h:99
19698msgid "Verifies the connectivity and validity of the objects in the database"
19699msgstr ""
19700
19701#: command-list.h:100
19702msgid "Cleanup unnecessary files and optimize the local repository"
19703msgstr ""
19704
19705#: command-list.h:101
19706msgid "Extract commit ID from an archive created using git-archive"
19707msgstr ""
19708
19709#: command-list.h:102
19710msgid "Print lines matching a pattern"
19711msgstr ""
19712
19713#: command-list.h:103
19714msgid "A portable graphical interface to Git"
19715msgstr ""
19716
19717#: command-list.h:104
19718msgid "Compute object ID and optionally creates a blob from a file"
19719msgstr ""
19720
19721#: command-list.h:105
19722msgid "Display help information about Git"
19723msgstr ""
19724
19725#: command-list.h:106
19726msgid "Server side implementation of Git over HTTP"
19727msgstr ""
19728
19729#: command-list.h:107
19730msgid "Download from a remote Git repository via HTTP"
19731msgstr ""
19732
19733#: command-list.h:108
19734msgid "Push objects over HTTP/DAV to another repository"
19735msgstr ""
19736
19737#: command-list.h:109
19738msgid "Send a collection of patches from stdin to an IMAP folder"
19739msgstr ""
19740
19741#: command-list.h:110
19742msgid "Build pack index file for an existing packed archive"
19743msgstr ""
19744
19745#: command-list.h:111
19746msgid "Create an empty Git repository or reinitialize an existing one"
19747msgstr ""
19748
19749#: command-list.h:112
19750msgid "Instantly browse your working repository in gitweb"
19751msgstr ""
19752
19753#: command-list.h:113
19754msgid "Add or parse structured information in commit messages"
19755msgstr ""
19756
19757#: command-list.h:114
19758msgid "The Git repository browser"
19759msgstr ""
19760
19761#: command-list.h:115
19762msgid "Show commit logs"
19763msgstr ""
19764
19765#: command-list.h:116
19766msgid "Show information about files in the index and the working tree"
19767msgstr ""
19768
19769#: command-list.h:117
19770msgid "List references in a remote repository"
19771msgstr ""
19772
19773#: command-list.h:118
19774msgid "List the contents of a tree object"
19775msgstr ""
19776
19777#: command-list.h:119
19778msgid "Extracts patch and authorship from a single e-mail message"
19779msgstr ""
19780
19781#: command-list.h:120
19782msgid "Simple UNIX mbox splitter program"
19783msgstr ""
19784
19785#: command-list.h:121
19786msgid "Join two or more development histories together"
19787msgstr ""
19788
19789#: command-list.h:122
19790msgid "Find as good common ancestors as possible for a merge"
19791msgstr ""
19792
19793#: command-list.h:123
19794msgid "Run a three-way file merge"
19795msgstr ""
19796
19797#: command-list.h:124
19798msgid "Run a merge for files needing merging"
19799msgstr ""
19800
19801#: command-list.h:125
19802msgid "The standard helper program to use with git-merge-index"
19803msgstr ""
19804
19805#: command-list.h:126
19806msgid "Run merge conflict resolution tools to resolve merge conflicts"
19807msgstr ""
19808
19809#: command-list.h:127
19810msgid "Show three-way merge without touching index"
19811msgstr ""
19812
19813#: command-list.h:128
19814msgid "Write and verify multi-pack-indexes"
19815msgstr ""
19816
19817#: command-list.h:129
19818msgid "Creates a tag object"
19819msgstr ""
19820
19821#: command-list.h:130
19822msgid "Build a tree-object from ls-tree formatted text"
19823msgstr ""
19824
19825#: command-list.h:131
19826msgid "Move or rename a file, a directory, or a symlink"
19827msgstr ""
19828
19829#: command-list.h:132
19830msgid "Find symbolic names for given revs"
19831msgstr ""
19832
19833#: command-list.h:133
19834msgid "Add or inspect object notes"
19835msgstr ""
19836
19837#: command-list.h:134
19838msgid "Import from and submit to Perforce repositories"
19839msgstr ""
19840
19841#: command-list.h:135
19842msgid "Create a packed archive of objects"
19843msgstr ""
19844
19845#: command-list.h:136
19846msgid "Find redundant pack files"
19847msgstr ""
19848
19849#: command-list.h:137
19850msgid "Pack heads and tags for efficient repository access"
19851msgstr ""
19852
19853#: command-list.h:138
19854msgid "Routines to help parsing remote repository access parameters"
19855msgstr ""
19856
19857#: command-list.h:139
19858msgid "Compute unique ID for a patch"
19859msgstr ""
19860
19861#: command-list.h:140
19862msgid "Prune all unreachable objects from the object database"
19863msgstr ""
19864
19865#: command-list.h:141
19866msgid "Remove extra objects that are already in pack files"
19867msgstr ""
19868
19869#: command-list.h:142
19870msgid "Fetch from and integrate with another repository or a local branch"
19871msgstr ""
19872
19873#: command-list.h:143
19874msgid "Update remote refs along with associated objects"
19875msgstr ""
19876
19877#: command-list.h:144
19878msgid "Applies a quilt patchset onto the current branch"
19879msgstr ""
19880
19881#: command-list.h:145
19882msgid "Compare two commit ranges (e.g. two versions of a branch)"
19883msgstr ""
19884
19885#: command-list.h:146
19886msgid "Reads tree information into the index"
19887msgstr ""
19888
19889#: command-list.h:147
19890msgid "Reapply commits on top of another base tip"
19891msgstr ""
19892
19893#: command-list.h:148
19894msgid "Receive what is pushed into the repository"
19895msgstr ""
19896
19897#: command-list.h:149
19898msgid "Manage reflog information"
19899msgstr ""
19900
19901#: command-list.h:150
19902msgid "Manage set of tracked repositories"
19903msgstr ""
19904
19905#: command-list.h:151
19906msgid "Pack unpacked objects in a repository"
19907msgstr ""
19908
19909#: command-list.h:152
19910msgid "Create, list, delete refs to replace objects"
19911msgstr ""
19912
19913#: command-list.h:153
19914msgid "Generates a summary of pending changes"
19915msgstr ""
19916
19917#: command-list.h:154
19918msgid "Reuse recorded resolution of conflicted merges"
19919msgstr ""
19920
19921#: command-list.h:155
19922msgid "Reset current HEAD to the specified state"
19923msgstr ""
19924
19925#: command-list.h:156
19926msgid "Revert some existing commits"
19927msgstr ""
19928
19929#: command-list.h:157
19930msgid "Lists commit objects in reverse chronological order"
19931msgstr ""
19932
19933#: command-list.h:158
19934msgid "Pick out and massage parameters"
19935msgstr ""
19936
19937#: command-list.h:159
19938msgid "Remove files from the working tree and from the index"
19939msgstr ""
19940
19941#: command-list.h:160
19942msgid "Send a collection of patches as emails"
19943msgstr ""
19944
19945#: command-list.h:161
19946msgid "Push objects over Git protocol to another repository"
19947msgstr ""
19948
19949#: command-list.h:162
19950msgid "Restricted login shell for Git-only SSH access"
19951msgstr ""
19952
19953#: command-list.h:163
19954msgid "Summarize 'git log' output"
19955msgstr ""
19956
19957#: command-list.h:164
19958msgid "Show various types of objects"
19959msgstr ""
19960
19961#: command-list.h:165
19962msgid "Show branches and their commits"
19963msgstr ""
19964
19965#: command-list.h:166
19966msgid "Show packed archive index"
19967msgstr ""
19968
19969#: command-list.h:167
19970msgid "List references in a local repository"
19971msgstr ""
19972
19973#: command-list.h:168
19974msgid "Git's i18n setup code for shell scripts"
19975msgstr ""
19976
19977#: command-list.h:169
19978msgid "Common Git shell script setup code"
19979msgstr ""
19980
19981#: command-list.h:170
19982msgid "Stash the changes in a dirty working directory away"
19983msgstr ""
19984
19985#: command-list.h:171
19986msgid "Add file contents to the staging area"
19987msgstr ""
19988
19989#: command-list.h:172
19990msgid "Show the working tree status"
19991msgstr ""
19992
19993#: command-list.h:173
19994msgid "Remove unnecessary whitespace"
19995msgstr ""
19996
19997#: command-list.h:174
19998msgid "Initialize, update or inspect submodules"
19999msgstr ""
20000
20001#: command-list.h:175
20002msgid "Bidirectional operation between a Subversion repository and Git"
20003msgstr ""
20004
20005#: command-list.h:176
20006msgid "Read, modify and delete symbolic refs"
20007msgstr ""
20008
20009#: command-list.h:177
20010msgid "Create, list, delete or verify a tag object signed with GPG"
20011msgstr ""
20012
20013#: command-list.h:178
20014msgid "Creates a temporary file with a blob's contents"
20015msgstr ""
20016
20017#: command-list.h:179
20018msgid "Unpack objects from a packed archive"
20019msgstr ""
20020
20021#: command-list.h:180
20022msgid "Register file contents in the working tree to the index"
20023msgstr ""
20024
20025#: command-list.h:181
20026msgid "Update the object name stored in a ref safely"
20027msgstr ""
20028
20029#: command-list.h:182
20030msgid "Update auxiliary info file to help dumb servers"
20031msgstr ""
20032
20033#: command-list.h:183
20034msgid "Send archive back to git-archive"
20035msgstr ""
20036
20037#: command-list.h:184
20038msgid "Send objects packed back to git-fetch-pack"
20039msgstr ""
20040
20041#: command-list.h:185
20042msgid "Show a Git logical variable"
20043msgstr ""
20044
20045#: command-list.h:186
20046msgid "Check the GPG signature of commits"
20047msgstr ""
20048
20049#: command-list.h:187
20050msgid "Validate packed Git archive files"
20051msgstr ""
20052
20053#: command-list.h:188
20054msgid "Check the GPG signature of tags"
20055msgstr ""
20056
20057#: command-list.h:189
20058msgid "Git web interface (web frontend to Git repositories)"
20059msgstr ""
20060
20061#: command-list.h:190
20062msgid "Show logs with difference each commit introduces"
20063msgstr ""
20064
20065#: command-list.h:191
20066msgid "Manage multiple working trees"
20067msgstr ""
20068
20069#: command-list.h:192
20070msgid "Create a tree object from the current index"
20071msgstr ""
20072
20073#: command-list.h:193
20074msgid "Defining attributes per path"
20075msgstr ""
20076
20077#: command-list.h:194
20078msgid "Git command-line interface and conventions"
20079msgstr ""
20080
20081#: command-list.h:195
20082msgid "A Git core tutorial for developers"
20083msgstr ""
20084
20085#: command-list.h:196
20086msgid "Git for CVS users"
20087msgstr ""
20088
20089#: command-list.h:197
20090msgid "Tweaking diff output"
20091msgstr ""
20092
20093#: command-list.h:198
20094msgid "A useful minimum set of commands for Everyday Git"
20095msgstr ""
20096
20097#: command-list.h:199
20098msgid "A Git Glossary"
20099msgstr ""
20100
20101#: command-list.h:200
20102msgid "Hooks used by Git"
20103msgstr ""
20104
20105#: command-list.h:201
20106msgid "Specifies intentionally untracked files to ignore"
20107msgstr ""
20108
20109#: command-list.h:202
20110msgid "Defining submodule properties"
20111msgstr ""
20112
20113#: command-list.h:203
20114msgid "Git namespaces"
20115msgstr ""
20116
20117#: command-list.h:204
20118msgid "Git Repository Layout"
20119msgstr ""
20120
20121#: command-list.h:205
20122msgid "Specifying revisions and ranges for Git"
20123msgstr ""
20124
20125#: command-list.h:206
20126msgid "A tutorial introduction to Git: part two"
20127msgstr ""
20128
20129#: command-list.h:207
20130msgid "A tutorial introduction to Git"
20131msgstr ""
20132
20133#: command-list.h:208
20134msgid "An overview of recommended workflows with Git"
20135msgstr ""
20136
20137#: git-bisect.sh:54
20138msgid "You need to start by \"git bisect start\""
20139msgstr ""
20140
20141#. TRANSLATORS: Make sure to include [Y] and [n] in your
20142#. translation. The program will only accept English input
20143#. at this point.
20144#: git-bisect.sh:60
20145msgid "Do you want me to do it for you [Y/n]? "
20146msgstr ""
20147
20148#: git-bisect.sh:101
20149#, sh-format
20150msgid "Bad rev input: $arg"
20151msgstr ""
20152
20153#: git-bisect.sh:121
20154#, sh-format
20155msgid "Bad rev input: $bisected_head"
20156msgstr ""
20157
20158#: git-bisect.sh:130
20159#, sh-format
20160msgid "Bad rev input: $rev"
20161msgstr ""
20162
20163#: git-bisect.sh:139
20164#, sh-format
20165msgid "'git bisect $TERM_BAD' can take only one argument."
20166msgstr ""
20167
20168#: git-bisect.sh:209
20169msgid "No logfile given"
20170msgstr ""
20171
20172#: git-bisect.sh:210
20173#, sh-format
20174msgid "cannot read $file for replaying"
20175msgstr ""
20176
20177#: git-bisect.sh:232
20178msgid "?? what are you talking about?"
20179msgstr ""
20180
20181#: git-bisect.sh:241
20182msgid "bisect run failed: no command provided."
20183msgstr ""
20184
20185#: git-bisect.sh:246
20186#, sh-format
20187msgid "running $command"
20188msgstr ""
20189
20190#: git-bisect.sh:253
20191#, sh-format
20192msgid ""
20193"bisect run failed:\n"
20194"exit code $res from '$command' is < 0 or >= 128"
20195msgstr ""
20196
20197#: git-bisect.sh:279
20198msgid "bisect run cannot continue any more"
20199msgstr ""
20200
20201#: git-bisect.sh:285
20202#, sh-format
20203msgid ""
20204"bisect run failed:\n"
20205"'bisect_state $state' exited with error code $res"
20206msgstr ""
20207
20208#: git-bisect.sh:292
20209msgid "bisect run success"
20210msgstr ""
20211
20212#: git-bisect.sh:300
20213msgid "We are not bisecting."
20214msgstr ""
20215
20216#: git-merge-octopus.sh:46
20217msgid ""
20218"Error: Your local changes to the following files would be overwritten by "
20219"merge"
20220msgstr ""
20221
20222#: git-merge-octopus.sh:61
20223msgid "Automated merge did not work."
20224msgstr ""
20225
20226#: git-merge-octopus.sh:62
20227msgid "Should not be doing an octopus."
20228msgstr ""
20229
20230#: git-merge-octopus.sh:73
20231#, sh-format
20232msgid "Unable to find common commit with $pretty_name"
20233msgstr ""
20234
20235#: git-merge-octopus.sh:77
20236#, sh-format
20237msgid "Already up to date with $pretty_name"
20238msgstr ""
20239
20240#: git-merge-octopus.sh:89
20241#, sh-format
20242msgid "Fast-forwarding to: $pretty_name"
20243msgstr ""
20244
20245#: git-merge-octopus.sh:97
20246#, sh-format
20247msgid "Trying simple merge with $pretty_name"
20248msgstr ""
20249
20250#: git-merge-octopus.sh:102
20251msgid "Simple merge did not work, trying automatic merge."
20252msgstr ""
20253
20254#: git-legacy-stash.sh:220
20255msgid "Cannot remove temporary index (can't happen)"
20256msgstr ""
20257
20258#: git-legacy-stash.sh:271
20259#, sh-format
20260msgid "Cannot update $ref_stash with $w_commit"
20261msgstr ""
20262
20263#: git-legacy-stash.sh:323
20264#, sh-format
20265msgid "error: unknown option for 'stash push': $option"
20266msgstr ""
20267
20268#: git-legacy-stash.sh:355
20269#, sh-format
20270msgid "Saved working directory and index state $stash_msg"
20271msgstr ""
20272
20273#: git-legacy-stash.sh:535
20274#, sh-format
20275msgid "unknown option: $opt"
20276msgstr ""
20277
20278#: git-legacy-stash.sh:555
20279#, sh-format
20280msgid "Too many revisions specified: $REV"
20281msgstr ""
20282
20283#: git-legacy-stash.sh:570
20284#, sh-format
20285msgid "$reference is not a valid reference"
20286msgstr ""
20287
20288#: git-legacy-stash.sh:598
20289#, sh-format
20290msgid "'$args' is not a stash-like commit"
20291msgstr ""
20292
20293#: git-legacy-stash.sh:609
20294#, sh-format
20295msgid "'$args' is not a stash reference"
20296msgstr ""
20297
20298#: git-legacy-stash.sh:617
20299msgid "unable to refresh index"
20300msgstr ""
20301
20302#: git-legacy-stash.sh:621
20303msgid "Cannot apply a stash in the middle of a merge"
20304msgstr ""
20305
20306#: git-legacy-stash.sh:629
20307msgid "Conflicts in index. Try without --index."
20308msgstr ""
20309
20310#: git-legacy-stash.sh:631
20311msgid "Could not save index tree"
20312msgstr ""
20313
20314#: git-legacy-stash.sh:640
20315msgid "Could not restore untracked files from stash entry"
20316msgstr ""
20317
20318#: git-legacy-stash.sh:665
20319msgid "Cannot unstage modified files"
20320msgstr ""
20321
20322#: git-legacy-stash.sh:703
20323#, sh-format
20324msgid "Dropped ${REV} ($s)"
20325msgstr ""
20326
20327#: git-legacy-stash.sh:704
20328#, sh-format
20329msgid "${REV}: Could not drop stash entry"
20330msgstr ""
20331
20332#: git-legacy-stash.sh:791
20333msgid "(To restore them type \"git stash apply\")"
20334msgstr ""
20335
20336#: git-submodule.sh:200
20337msgid "Relative path can only be used from the toplevel of the working tree"
20338msgstr ""
20339
20340#: git-submodule.sh:210
20341#, sh-format
20342msgid "repo URL: '$repo' must be absolute or begin with ./|../"
20343msgstr ""
20344
20345#: git-submodule.sh:229
20346#, sh-format
20347msgid "'$sm_path' already exists in the index"
20348msgstr ""
20349
20350#: git-submodule.sh:232
20351#, sh-format
20352msgid "'$sm_path' already exists in the index and is not a submodule"
20353msgstr ""
20354
20355#: git-submodule.sh:239
20356#, sh-format
20357msgid "'$sm_path' does not have a commit checked out"
20358msgstr ""
20359
20360#: git-submodule.sh:245
20361#, sh-format
20362msgid ""
20363"The following path is ignored by one of your .gitignore files:\n"
20364"$sm_path\n"
20365"Use -f if you really want to add it."
20366msgstr ""
20367
20368#: git-submodule.sh:268
20369#, sh-format
20370msgid "Adding existing repo at '$sm_path' to the index"
20371msgstr ""
20372
20373#: git-submodule.sh:270
20374#, sh-format
20375msgid "'$sm_path' already exists and is not a valid git repo"
20376msgstr ""
20377
20378#: git-submodule.sh:278
20379#, sh-format
20380msgid "A git directory for '$sm_name' is found locally with remote(s):"
20381msgstr ""
20382
20383#: git-submodule.sh:280
20384#, sh-format
20385msgid ""
20386"If you want to reuse this local git directory instead of cloning again from\n"
20387"  $realrepo\n"
20388"use the '--force' option. If the local git directory is not the correct "
20389"repo\n"
20390"or you are unsure what this means choose another name with the '--name' "
20391"option."
20392msgstr ""
20393
20394#: git-submodule.sh:286
20395#, sh-format
20396msgid "Reactivating local git directory for submodule '$sm_name'."
20397msgstr ""
20398
20399#: git-submodule.sh:298
20400#, sh-format
20401msgid "Unable to checkout submodule '$sm_path'"
20402msgstr ""
20403
20404#: git-submodule.sh:303
20405#, sh-format
20406msgid "Failed to add submodule '$sm_path'"
20407msgstr ""
20408
20409#: git-submodule.sh:312
20410#, sh-format
20411msgid "Failed to register submodule '$sm_path'"
20412msgstr ""
20413
20414#: git-submodule.sh:573
20415#, sh-format
20416msgid "Unable to find current revision in submodule path '$displaypath'"
20417msgstr ""
20418
20419#: git-submodule.sh:583
20420#, sh-format
20421msgid "Unable to fetch in submodule path '$sm_path'"
20422msgstr ""
20423
20424#: git-submodule.sh:588
20425#, sh-format
20426msgid ""
20427"Unable to find current ${remote_name}/${branch} revision in submodule path "
20428"'$sm_path'"
20429msgstr ""
20430
20431#: git-submodule.sh:606
20432#, sh-format
20433msgid ""
20434"Unable to fetch in submodule path '$displaypath'; trying to directly fetch "
20435"$sha1:"
20436msgstr ""
20437
20438#: git-submodule.sh:612
20439#, sh-format
20440msgid ""
20441"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
20442"Direct fetching of that commit failed."
20443msgstr ""
20444
20445#: git-submodule.sh:619
20446#, sh-format
20447msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
20448msgstr ""
20449
20450#: git-submodule.sh:620
20451#, sh-format
20452msgid "Submodule path '$displaypath': checked out '$sha1'"
20453msgstr ""
20454
20455#: git-submodule.sh:624
20456#, sh-format
20457msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
20458msgstr ""
20459
20460#: git-submodule.sh:625
20461#, sh-format
20462msgid "Submodule path '$displaypath': rebased into '$sha1'"
20463msgstr ""
20464
20465#: git-submodule.sh:630
20466#, sh-format
20467msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
20468msgstr ""
20469
20470#: git-submodule.sh:631
20471#, sh-format
20472msgid "Submodule path '$displaypath': merged in '$sha1'"
20473msgstr ""
20474
20475#: git-submodule.sh:636
20476#, sh-format
20477msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
20478msgstr ""
20479
20480#: git-submodule.sh:637
20481#, sh-format
20482msgid "Submodule path '$displaypath': '$command $sha1'"
20483msgstr ""
20484
20485#: git-submodule.sh:668
20486#, sh-format
20487msgid "Failed to recurse into submodule path '$displaypath'"
20488msgstr ""
20489
20490#: git-submodule.sh:830
20491msgid "The --cached option cannot be used with the --files option"
20492msgstr ""
20493
20494#: git-submodule.sh:882
20495#, sh-format
20496msgid "unexpected mode $mod_dst"
20497msgstr ""
20498
20499#: git-submodule.sh:902
20500#, sh-format
20501msgid "  Warn: $display_name doesn't contain commit $sha1_src"
20502msgstr ""
20503
20504#: git-submodule.sh:905
20505#, sh-format
20506msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
20507msgstr ""
20508
20509#: git-submodule.sh:908
20510#, sh-format
20511msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
20512msgstr ""
20513
20514#: git-parse-remote.sh:89
20515#, sh-format
20516msgid "See git-${cmd}(1) for details."
20517msgstr ""
20518
20519#: git-rebase--preserve-merges.sh:136
20520#, sh-format
20521msgid "Rebasing ($new_count/$total)"
20522msgstr ""
20523
20524#: git-rebase--preserve-merges.sh:152
20525msgid ""
20526"\n"
20527"Commands:\n"
20528"p, pick <commit> = use commit\n"
20529"r, reword <commit> = use commit, but edit the commit message\n"
20530"e, edit <commit> = use commit, but stop for amending\n"
20531"s, squash <commit> = use commit, but meld into previous commit\n"
20532"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
20533"x, exec <commit> = run command (the rest of the line) using shell\n"
20534"d, drop <commit> = remove commit\n"
20535"l, label <label> = label current HEAD with a name\n"
20536"t, reset <label> = reset HEAD to a label\n"
20537"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
20538".       create a merge commit using the original merge commit's\n"
20539".       message (or the oneline, if no original merge commit was\n"
20540".       specified). Use -c <commit> to reword the commit message.\n"
20541"\n"
20542"These lines can be re-ordered; they are executed from top to bottom.\n"
20543msgstr ""
20544
20545#: git-rebase--preserve-merges.sh:215
20546#, sh-format
20547msgid ""
20548"You can amend the commit now, with\n"
20549"\n"
20550"\tgit commit --amend $gpg_sign_opt_quoted\n"
20551"\n"
20552"Once you are satisfied with your changes, run\n"
20553"\n"
20554"\tgit rebase --continue"
20555msgstr ""
20556
20557#: git-rebase--preserve-merges.sh:240
20558#, sh-format
20559msgid "$sha1: not a commit that can be picked"
20560msgstr ""
20561
20562#: git-rebase--preserve-merges.sh:279
20563#, sh-format
20564msgid "Invalid commit name: $sha1"
20565msgstr ""
20566
20567#: git-rebase--preserve-merges.sh:309
20568msgid "Cannot write current commit's replacement sha1"
20569msgstr ""
20570
20571#: git-rebase--preserve-merges.sh:360
20572#, sh-format
20573msgid "Fast-forward to $sha1"
20574msgstr ""
20575
20576#: git-rebase--preserve-merges.sh:362
20577#, sh-format
20578msgid "Cannot fast-forward to $sha1"
20579msgstr ""
20580
20581#: git-rebase--preserve-merges.sh:371
20582#, sh-format
20583msgid "Cannot move HEAD to $first_parent"
20584msgstr ""
20585
20586#: git-rebase--preserve-merges.sh:376
20587#, sh-format
20588msgid "Refusing to squash a merge: $sha1"
20589msgstr ""
20590
20591#: git-rebase--preserve-merges.sh:394
20592#, sh-format
20593msgid "Error redoing merge $sha1"
20594msgstr ""
20595
20596#: git-rebase--preserve-merges.sh:403
20597#, sh-format
20598msgid "Could not pick $sha1"
20599msgstr ""
20600
20601#: git-rebase--preserve-merges.sh:412
20602#, sh-format
20603msgid "This is the commit message #${n}:"
20604msgstr ""
20605
20606#: git-rebase--preserve-merges.sh:417
20607#, sh-format
20608msgid "The commit message #${n} will be skipped:"
20609msgstr ""
20610
20611#: git-rebase--preserve-merges.sh:428
20612#, sh-format
20613msgid "This is a combination of $count commit."
20614msgid_plural "This is a combination of $count commits."
20615msgstr[0] ""
20616msgstr[1] ""
20617
20618#: git-rebase--preserve-merges.sh:437
20619#, sh-format
20620msgid "Cannot write $fixup_msg"
20621msgstr ""
20622
20623#: git-rebase--preserve-merges.sh:440
20624msgid "This is a combination of 2 commits."
20625msgstr ""
20626
20627#: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:524
20628#: git-rebase--preserve-merges.sh:527
20629#, sh-format
20630msgid "Could not apply $sha1... $rest"
20631msgstr ""
20632
20633#: git-rebase--preserve-merges.sh:556
20634#, sh-format
20635msgid ""
20636"Could not amend commit after successfully picking $sha1... $rest\n"
20637"This is most likely due to an empty commit message, or the pre-commit hook\n"
20638"failed. If the pre-commit hook failed, you may need to resolve the issue "
20639"before\n"
20640"you are able to reword the commit."
20641msgstr ""
20642
20643#: git-rebase--preserve-merges.sh:571
20644#, sh-format
20645msgid "Stopped at $sha1_abbrev... $rest"
20646msgstr ""
20647
20648#: git-rebase--preserve-merges.sh:586
20649#, sh-format
20650msgid "Cannot '$squash_style' without a previous commit"
20651msgstr ""
20652
20653#: git-rebase--preserve-merges.sh:628
20654#, sh-format
20655msgid "Executing: $rest"
20656msgstr ""
20657
20658#: git-rebase--preserve-merges.sh:636
20659#, sh-format
20660msgid "Execution failed: $rest"
20661msgstr ""
20662
20663#: git-rebase--preserve-merges.sh:638
20664msgid "and made changes to the index and/or the working tree"
20665msgstr ""
20666
20667#: git-rebase--preserve-merges.sh:640
20668msgid ""
20669"You can fix the problem, and then run\n"
20670"\n"
20671"\tgit rebase --continue"
20672msgstr ""
20673
20674#. TRANSLATORS: after these lines is a command to be issued by the user
20675#: git-rebase--preserve-merges.sh:653
20676#, sh-format
20677msgid ""
20678"Execution succeeded: $rest\n"
20679"but left changes to the index and/or the working tree\n"
20680"Commit or stash your changes, and then run\n"
20681"\n"
20682"\tgit rebase --continue"
20683msgstr ""
20684
20685#: git-rebase--preserve-merges.sh:664
20686#, sh-format
20687msgid "Unknown command: $command $sha1 $rest"
20688msgstr ""
20689
20690#: git-rebase--preserve-merges.sh:665
20691msgid "Please fix this using 'git rebase --edit-todo'."
20692msgstr ""
20693
20694#: git-rebase--preserve-merges.sh:700
20695#, sh-format
20696msgid "Successfully rebased and updated $head_name."
20697msgstr ""
20698
20699#: git-rebase--preserve-merges.sh:757
20700msgid "Could not remove CHERRY_PICK_HEAD"
20701msgstr ""
20702
20703#: git-rebase--preserve-merges.sh:762
20704#, sh-format
20705msgid ""
20706"You have staged changes in your working tree.\n"
20707"If these changes are meant to be\n"
20708"squashed into the previous commit, run:\n"
20709"\n"
20710"  git commit --amend $gpg_sign_opt_quoted\n"
20711"\n"
20712"If they are meant to go into a new commit, run:\n"
20713"\n"
20714"  git commit $gpg_sign_opt_quoted\n"
20715"\n"
20716"In both cases, once you're done, continue with:\n"
20717"\n"
20718"  git rebase --continue\n"
20719msgstr ""
20720
20721#: git-rebase--preserve-merges.sh:779
20722msgid "Error trying to find the author identity to amend commit"
20723msgstr ""
20724
20725#: git-rebase--preserve-merges.sh:784
20726msgid ""
20727"You have uncommitted changes in your working tree. Please commit them\n"
20728"first and then run 'git rebase --continue' again."
20729msgstr ""
20730
20731#: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:793
20732msgid "Could not commit staged changes."
20733msgstr ""
20734
20735#: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:910
20736msgid "Could not execute editor"
20737msgstr ""
20738
20739#: git-rebase--preserve-merges.sh:845
20740#, sh-format
20741msgid "Could not checkout $switch_to"
20742msgstr ""
20743
20744#: git-rebase--preserve-merges.sh:852
20745msgid "No HEAD?"
20746msgstr ""
20747
20748#: git-rebase--preserve-merges.sh:853
20749#, sh-format
20750msgid "Could not create temporary $state_dir"
20751msgstr ""
20752
20753#: git-rebase--preserve-merges.sh:856
20754msgid "Could not mark as interactive"
20755msgstr ""
20756
20757#: git-rebase--preserve-merges.sh:888
20758#, sh-format
20759msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
20760msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
20761msgstr[0] ""
20762msgstr[1] ""
20763
20764#: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:947
20765msgid "Could not init rewritten commits"
20766msgstr ""
20767
20768#: git-sh-setup.sh:89 git-sh-setup.sh:94
20769#, sh-format
20770msgid "usage: $dashless $USAGE"
20771msgstr ""
20772
20773#: git-sh-setup.sh:191
20774#, sh-format
20775msgid "Cannot chdir to $cdup, the toplevel of the working tree"
20776msgstr ""
20777
20778#: git-sh-setup.sh:200 git-sh-setup.sh:207
20779#, sh-format
20780msgid "fatal: $program_name cannot be used without a working tree."
20781msgstr ""
20782
20783#: git-sh-setup.sh:221
20784msgid "Cannot rebase: You have unstaged changes."
20785msgstr ""
20786
20787#: git-sh-setup.sh:224
20788msgid "Cannot rewrite branches: You have unstaged changes."
20789msgstr ""
20790
20791#: git-sh-setup.sh:227
20792msgid "Cannot pull with rebase: You have unstaged changes."
20793msgstr ""
20794
20795#: git-sh-setup.sh:230
20796#, sh-format
20797msgid "Cannot $action: You have unstaged changes."
20798msgstr ""
20799
20800#: git-sh-setup.sh:243
20801msgid "Cannot rebase: Your index contains uncommitted changes."
20802msgstr ""
20803
20804#: git-sh-setup.sh:246
20805msgid "Cannot pull with rebase: Your index contains uncommitted changes."
20806msgstr ""
20807
20808#: git-sh-setup.sh:249
20809#, sh-format
20810msgid "Cannot $action: Your index contains uncommitted changes."
20811msgstr ""
20812
20813#: git-sh-setup.sh:253
20814msgid "Additionally, your index contains uncommitted changes."
20815msgstr ""
20816
20817#: git-sh-setup.sh:373
20818msgid "You need to run this command from the toplevel of the working tree."
20819msgstr ""
20820
20821#: git-sh-setup.sh:378
20822msgid "Unable to determine absolute path of git directory"
20823msgstr ""
20824
20825#. TRANSLATORS: you can adjust this to align "git add -i" status menu
20826#: git-add--interactive.perl:196
20827#, perl-format
20828msgid "%12s %12s %s"
20829msgstr ""
20830
20831#: git-add--interactive.perl:197
20832msgid "staged"
20833msgstr ""
20834
20835#: git-add--interactive.perl:197
20836msgid "unstaged"
20837msgstr ""
20838
20839#: git-add--interactive.perl:253 git-add--interactive.perl:278
20840msgid "binary"
20841msgstr ""
20842
20843#: git-add--interactive.perl:262 git-add--interactive.perl:316
20844msgid "nothing"
20845msgstr ""
20846
20847#: git-add--interactive.perl:298 git-add--interactive.perl:313
20848msgid "unchanged"
20849msgstr ""
20850
20851#: git-add--interactive.perl:609
20852#, perl-format
20853msgid "added %d path\n"
20854msgid_plural "added %d paths\n"
20855msgstr[0] ""
20856msgstr[1] ""
20857
20858#: git-add--interactive.perl:612
20859#, perl-format
20860msgid "updated %d path\n"
20861msgid_plural "updated %d paths\n"
20862msgstr[0] ""
20863msgstr[1] ""
20864
20865#: git-add--interactive.perl:615
20866#, perl-format
20867msgid "reverted %d path\n"
20868msgid_plural "reverted %d paths\n"
20869msgstr[0] ""
20870msgstr[1] ""
20871
20872#: git-add--interactive.perl:618
20873#, perl-format
20874msgid "touched %d path\n"
20875msgid_plural "touched %d paths\n"
20876msgstr[0] ""
20877msgstr[1] ""
20878
20879#: git-add--interactive.perl:627
20880msgid "Update"
20881msgstr ""
20882
20883#: git-add--interactive.perl:639
20884msgid "Revert"
20885msgstr ""
20886
20887#: git-add--interactive.perl:662
20888#, perl-format
20889msgid "note: %s is untracked now.\n"
20890msgstr ""
20891
20892#: git-add--interactive.perl:673
20893msgid "Add untracked"
20894msgstr ""
20895
20896#: git-add--interactive.perl:679
20897msgid "No untracked files.\n"
20898msgstr ""
20899
20900#: git-add--interactive.perl:1033
20901msgid ""
20902"If the patch applies cleanly, the edited hunk will immediately be\n"
20903"marked for staging."
20904msgstr ""
20905
20906#: git-add--interactive.perl:1036
20907msgid ""
20908"If the patch applies cleanly, the edited hunk will immediately be\n"
20909"marked for stashing."
20910msgstr ""
20911
20912#: git-add--interactive.perl:1039
20913msgid ""
20914"If the patch applies cleanly, the edited hunk will immediately be\n"
20915"marked for unstaging."
20916msgstr ""
20917
20918#: git-add--interactive.perl:1042 git-add--interactive.perl:1051
20919msgid ""
20920"If the patch applies cleanly, the edited hunk will immediately be\n"
20921"marked for applying."
20922msgstr ""
20923
20924#: git-add--interactive.perl:1045 git-add--interactive.perl:1048
20925msgid ""
20926"If the patch applies cleanly, the edited hunk will immediately be\n"
20927"marked for discarding."
20928msgstr ""
20929
20930#: git-add--interactive.perl:1085
20931#, perl-format
20932msgid "failed to open hunk edit file for writing: %s"
20933msgstr ""
20934
20935#: git-add--interactive.perl:1086
20936msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
20937msgstr ""
20938
20939#: git-add--interactive.perl:1092
20940#, perl-format
20941msgid ""
20942"---\n"
20943"To remove '%s' lines, make them ' ' lines (context).\n"
20944"To remove '%s' lines, delete them.\n"
20945"Lines starting with %s will be removed.\n"
20946msgstr ""
20947
20948#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
20949#: git-add--interactive.perl:1100
20950msgid ""
20951"If it does not apply cleanly, you will be given an opportunity to\n"
20952"edit again.  If all lines of the hunk are removed, then the edit is\n"
20953"aborted and the hunk is left unchanged.\n"
20954msgstr ""
20955
20956#: git-add--interactive.perl:1114
20957#, perl-format
20958msgid "failed to open hunk edit file for reading: %s"
20959msgstr ""
20960
20961#. TRANSLATORS: do not translate [y/n]
20962#. The program will only accept that input
20963#. at this point.
20964#. Consider translating (saying "no" discards!) as
20965#. (saying "n" for "no" discards!) if the translation
20966#. of the word "no" does not start with n.
20967#: git-add--interactive.perl:1213
20968msgid ""
20969"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
20970msgstr ""
20971
20972#: git-add--interactive.perl:1222
20973msgid ""
20974"y - stage this hunk\n"
20975"n - do not stage this hunk\n"
20976"q - quit; do not stage this hunk or any of the remaining ones\n"
20977"a - stage this hunk and all later hunks in the file\n"
20978"d - do not stage this hunk or any of the later hunks in the file"
20979msgstr ""
20980
20981#: git-add--interactive.perl:1228
20982msgid ""
20983"y - stash this hunk\n"
20984"n - do not stash this hunk\n"
20985"q - quit; do not stash this hunk or any of the remaining ones\n"
20986"a - stash this hunk and all later hunks in the file\n"
20987"d - do not stash this hunk or any of the later hunks in the file"
20988msgstr ""
20989
20990#: git-add--interactive.perl:1234
20991msgid ""
20992"y - unstage this hunk\n"
20993"n - do not unstage this hunk\n"
20994"q - quit; do not unstage this hunk or any of the remaining ones\n"
20995"a - unstage this hunk and all later hunks in the file\n"
20996"d - do not unstage this hunk or any of the later hunks in the file"
20997msgstr ""
20998
20999#: git-add--interactive.perl:1240
21000msgid ""
21001"y - apply this hunk to index\n"
21002"n - do not apply this hunk to index\n"
21003"q - quit; do not apply this hunk or any of the remaining ones\n"
21004"a - apply this hunk and all later hunks in the file\n"
21005"d - do not apply this hunk or any of the later hunks in the file"
21006msgstr ""
21007
21008#: git-add--interactive.perl:1246
21009msgid ""
21010"y - discard this hunk from worktree\n"
21011"n - do not discard this hunk from worktree\n"
21012"q - quit; do not discard this hunk or any of the remaining ones\n"
21013"a - discard this hunk and all later hunks in the file\n"
21014"d - do not discard this hunk or any of the later hunks in the file"
21015msgstr ""
21016
21017#: git-add--interactive.perl:1252
21018msgid ""
21019"y - discard this hunk from index and worktree\n"
21020"n - do not discard this hunk from index and worktree\n"
21021"q - quit; do not discard this hunk or any of the remaining ones\n"
21022"a - discard this hunk and all later hunks in the file\n"
21023"d - do not discard this hunk or any of the later hunks in the file"
21024msgstr ""
21025
21026#: git-add--interactive.perl:1258
21027msgid ""
21028"y - apply this hunk to index and worktree\n"
21029"n - do not apply this hunk to index and worktree\n"
21030"q - quit; do not apply this hunk or any of the remaining ones\n"
21031"a - apply this hunk and all later hunks in the file\n"
21032"d - do not apply this hunk or any of the later hunks in the file"
21033msgstr ""
21034
21035#: git-add--interactive.perl:1273
21036msgid ""
21037"g - select a hunk to go to\n"
21038"/ - search for a hunk matching the given regex\n"
21039"j - leave this hunk undecided, see next undecided hunk\n"
21040"J - leave this hunk undecided, see next hunk\n"
21041"k - leave this hunk undecided, see previous undecided hunk\n"
21042"K - leave this hunk undecided, see previous hunk\n"
21043"s - split the current hunk into smaller hunks\n"
21044"e - manually edit the current hunk\n"
21045"? - print help\n"
21046msgstr ""
21047
21048#: git-add--interactive.perl:1304
21049msgid "The selected hunks do not apply to the index!\n"
21050msgstr ""
21051
21052#: git-add--interactive.perl:1305
21053msgid "Apply them to the worktree anyway? "
21054msgstr ""
21055
21056#: git-add--interactive.perl:1308
21057msgid "Nothing was applied.\n"
21058msgstr ""
21059
21060#: git-add--interactive.perl:1319
21061#, perl-format
21062msgid "ignoring unmerged: %s\n"
21063msgstr ""
21064
21065#: git-add--interactive.perl:1328
21066msgid "Only binary files changed.\n"
21067msgstr ""
21068
21069#: git-add--interactive.perl:1330
21070msgid "No changes.\n"
21071msgstr ""
21072
21073#: git-add--interactive.perl:1338
21074msgid "Patch update"
21075msgstr ""
21076
21077#: git-add--interactive.perl:1390
21078#, perl-format
21079msgid "Stage mode change [y,n,q,a,d%s,?]? "
21080msgstr ""
21081
21082#: git-add--interactive.perl:1391
21083#, perl-format
21084msgid "Stage deletion [y,n,q,a,d%s,?]? "
21085msgstr ""
21086
21087#: git-add--interactive.perl:1392
21088#, perl-format
21089msgid "Stage this hunk [y,n,q,a,d%s,?]? "
21090msgstr ""
21091
21092#: git-add--interactive.perl:1395
21093#, perl-format
21094msgid "Stash mode change [y,n,q,a,d%s,?]? "
21095msgstr ""
21096
21097#: git-add--interactive.perl:1396
21098#, perl-format
21099msgid "Stash deletion [y,n,q,a,d%s,?]? "
21100msgstr ""
21101
21102#: git-add--interactive.perl:1397
21103#, perl-format
21104msgid "Stash this hunk [y,n,q,a,d%s,?]? "
21105msgstr ""
21106
21107#: git-add--interactive.perl:1400
21108#, perl-format
21109msgid "Unstage mode change [y,n,q,a,d%s,?]? "
21110msgstr ""
21111
21112#: git-add--interactive.perl:1401
21113#, perl-format
21114msgid "Unstage deletion [y,n,q,a,d%s,?]? "
21115msgstr ""
21116
21117#: git-add--interactive.perl:1402
21118#, perl-format
21119msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
21120msgstr ""
21121
21122#: git-add--interactive.perl:1405
21123#, perl-format
21124msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
21125msgstr ""
21126
21127#: git-add--interactive.perl:1406
21128#, perl-format
21129msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
21130msgstr ""
21131
21132#: git-add--interactive.perl:1407
21133#, perl-format
21134msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
21135msgstr ""
21136
21137#: git-add--interactive.perl:1410
21138#, perl-format
21139msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
21140msgstr ""
21141
21142#: git-add--interactive.perl:1411
21143#, perl-format
21144msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
21145msgstr ""
21146
21147#: git-add--interactive.perl:1412
21148#, perl-format
21149msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
21150msgstr ""
21151
21152#: git-add--interactive.perl:1415
21153#, perl-format
21154msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
21155msgstr ""
21156
21157#: git-add--interactive.perl:1416
21158#, perl-format
21159msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
21160msgstr ""
21161
21162#: git-add--interactive.perl:1417
21163#, perl-format
21164msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
21165msgstr ""
21166
21167#: git-add--interactive.perl:1420
21168#, perl-format
21169msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
21170msgstr ""
21171
21172#: git-add--interactive.perl:1421
21173#, perl-format
21174msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
21175msgstr ""
21176
21177#: git-add--interactive.perl:1422
21178#, perl-format
21179msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
21180msgstr ""
21181
21182#: git-add--interactive.perl:1522
21183msgid "No other hunks to goto\n"
21184msgstr ""
21185
21186#: git-add--interactive.perl:1529
21187msgid "go to which hunk (<ret> to see more)? "
21188msgstr ""
21189
21190#: git-add--interactive.perl:1531
21191msgid "go to which hunk? "
21192msgstr ""
21193
21194#: git-add--interactive.perl:1540
21195#, perl-format
21196msgid "Invalid number: '%s'\n"
21197msgstr ""
21198
21199#: git-add--interactive.perl:1545
21200#, perl-format
21201msgid "Sorry, only %d hunk available.\n"
21202msgid_plural "Sorry, only %d hunks available.\n"
21203msgstr[0] ""
21204msgstr[1] ""
21205
21206#: git-add--interactive.perl:1571
21207msgid "No other hunks to search\n"
21208msgstr ""
21209
21210#: git-add--interactive.perl:1575
21211msgid "search for regex? "
21212msgstr ""
21213
21214#: git-add--interactive.perl:1588
21215#, perl-format
21216msgid "Malformed search regexp %s: %s\n"
21217msgstr ""
21218
21219#: git-add--interactive.perl:1598
21220msgid "No hunk matches the given pattern\n"
21221msgstr ""
21222
21223#: git-add--interactive.perl:1610 git-add--interactive.perl:1632
21224msgid "No previous hunk\n"
21225msgstr ""
21226
21227#: git-add--interactive.perl:1619 git-add--interactive.perl:1638
21228msgid "No next hunk\n"
21229msgstr ""
21230
21231#: git-add--interactive.perl:1644
21232msgid "Sorry, cannot split this hunk\n"
21233msgstr ""
21234
21235#: git-add--interactive.perl:1650
21236#, perl-format
21237msgid "Split into %d hunk.\n"
21238msgid_plural "Split into %d hunks.\n"
21239msgstr[0] ""
21240msgstr[1] ""
21241
21242#: git-add--interactive.perl:1660
21243msgid "Sorry, cannot edit this hunk\n"
21244msgstr ""
21245
21246#: git-add--interactive.perl:1706
21247msgid "Review diff"
21248msgstr ""
21249
21250#. TRANSLATORS: please do not translate the command names
21251#. 'status', 'update', 'revert', etc.
21252#: git-add--interactive.perl:1725
21253msgid ""
21254"status        - show paths with changes\n"
21255"update        - add working tree state to the staged set of changes\n"
21256"revert        - revert staged set of changes back to the HEAD version\n"
21257"patch         - pick hunks and update selectively\n"
21258"diff          - view diff between HEAD and index\n"
21259"add untracked - add contents of untracked files to the staged set of "
21260"changes\n"
21261msgstr ""
21262
21263#: git-add--interactive.perl:1742 git-add--interactive.perl:1747
21264#: git-add--interactive.perl:1750 git-add--interactive.perl:1757
21265#: git-add--interactive.perl:1761 git-add--interactive.perl:1767
21266msgid "missing --"
21267msgstr ""
21268
21269#: git-add--interactive.perl:1763
21270#, perl-format
21271msgid "unknown --patch mode: %s"
21272msgstr ""
21273
21274#: git-add--interactive.perl:1769 git-add--interactive.perl:1775
21275#, perl-format
21276msgid "invalid argument %s, expecting --"
21277msgstr ""
21278
21279#: git-send-email.perl:138
21280msgid "local zone differs from GMT by a non-minute interval\n"
21281msgstr ""
21282
21283#: git-send-email.perl:145 git-send-email.perl:151
21284msgid "local time offset greater than or equal to 24 hours\n"
21285msgstr ""
21286
21287#: git-send-email.perl:219 git-send-email.perl:225
21288msgid "the editor exited uncleanly, aborting everything"
21289msgstr ""
21290
21291#: git-send-email.perl:302
21292#, perl-format
21293msgid ""
21294"'%s' contains an intermediate version of the email you were composing.\n"
21295msgstr ""
21296
21297#: git-send-email.perl:307
21298#, perl-format
21299msgid "'%s.final' contains the composed email.\n"
21300msgstr ""
21301
21302#: git-send-email.perl:326
21303msgid "--dump-aliases incompatible with other options\n"
21304msgstr ""
21305
21306#: git-send-email.perl:395 git-send-email.perl:656
21307msgid "Cannot run git format-patch from outside a repository\n"
21308msgstr ""
21309
21310#: git-send-email.perl:398
21311msgid ""
21312"`batch-size` and `relogin` must be specified together (via command-line or "
21313"configuration option)\n"
21314msgstr ""
21315
21316#: git-send-email.perl:470
21317#, perl-format
21318msgid "Unknown --suppress-cc field: '%s'\n"
21319msgstr ""
21320
21321#: git-send-email.perl:501
21322#, perl-format
21323msgid "Unknown --confirm setting: '%s'\n"
21324msgstr ""
21325
21326#: git-send-email.perl:529
21327#, perl-format
21328msgid "warning: sendmail alias with quotes is not supported: %s\n"
21329msgstr ""
21330
21331#: git-send-email.perl:531
21332#, perl-format
21333msgid "warning: `:include:` not supported: %s\n"
21334msgstr ""
21335
21336#: git-send-email.perl:533
21337#, perl-format
21338msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
21339msgstr ""
21340
21341#: git-send-email.perl:538
21342#, perl-format
21343msgid "warning: sendmail line is not recognized: %s\n"
21344msgstr ""
21345
21346#: git-send-email.perl:622
21347#, perl-format
21348msgid ""
21349"File '%s' exists but it could also be the range of commits\n"
21350"to produce patches for.  Please disambiguate by...\n"
21351"\n"
21352"    * Saying \"./%s\" if you mean a file; or\n"
21353"    * Giving --format-patch option if you mean a range.\n"
21354msgstr ""
21355
21356#: git-send-email.perl:643
21357#, perl-format
21358msgid "Failed to opendir %s: %s"
21359msgstr ""
21360
21361#: git-send-email.perl:667
21362#, perl-format
21363msgid ""
21364"fatal: %s: %s\n"
21365"warning: no patches were sent\n"
21366msgstr ""
21367
21368#: git-send-email.perl:678
21369msgid ""
21370"\n"
21371"No patch files specified!\n"
21372"\n"
21373msgstr ""
21374
21375#: git-send-email.perl:691
21376#, perl-format
21377msgid "No subject line in %s?"
21378msgstr ""
21379
21380#: git-send-email.perl:701
21381#, perl-format
21382msgid "Failed to open for writing %s: %s"
21383msgstr ""
21384
21385#: git-send-email.perl:712
21386msgid ""
21387"Lines beginning in \"GIT:\" will be removed.\n"
21388"Consider including an overall diffstat or table of contents\n"
21389"for the patch you are writing.\n"
21390"\n"
21391"Clear the body content if you don't wish to send a summary.\n"
21392msgstr ""
21393
21394#: git-send-email.perl:736
21395#, perl-format
21396msgid "Failed to open %s: %s"
21397msgstr ""
21398
21399#: git-send-email.perl:753
21400#, perl-format
21401msgid "Failed to open %s.final: %s"
21402msgstr ""
21403
21404#: git-send-email.perl:796
21405msgid "Summary email is empty, skipping it\n"
21406msgstr ""
21407
21408#. TRANSLATORS: please keep [y/N] as is.
21409#: git-send-email.perl:831
21410#, perl-format
21411msgid "Are you sure you want to use <%s> [y/N]? "
21412msgstr ""
21413
21414#: git-send-email.perl:886
21415msgid ""
21416"The following files are 8bit, but do not declare a Content-Transfer-"
21417"Encoding.\n"
21418msgstr ""
21419
21420#: git-send-email.perl:891
21421msgid "Which 8bit encoding should I declare [UTF-8]? "
21422msgstr ""
21423
21424#: git-send-email.perl:899
21425#, perl-format
21426msgid ""
21427"Refusing to send because the patch\n"
21428"\t%s\n"
21429"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
21430"want to send.\n"
21431msgstr ""
21432
21433#: git-send-email.perl:918
21434msgid "To whom should the emails be sent (if anyone)?"
21435msgstr ""
21436
21437#: git-send-email.perl:936
21438#, perl-format
21439msgid "fatal: alias '%s' expands to itself\n"
21440msgstr ""
21441
21442#: git-send-email.perl:948
21443msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
21444msgstr ""
21445
21446#: git-send-email.perl:1006 git-send-email.perl:1014
21447#, perl-format
21448msgid "error: unable to extract a valid address from: %s\n"
21449msgstr ""
21450
21451#. TRANSLATORS: Make sure to include [q] [d] [e] in your
21452#. translation. The program will only accept English input
21453#. at this point.
21454#: git-send-email.perl:1018
21455msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
21456msgstr ""
21457
21458#: git-send-email.perl:1335
21459#, perl-format
21460msgid "CA path \"%s\" does not exist"
21461msgstr ""
21462
21463#: git-send-email.perl:1418
21464msgid ""
21465"    The Cc list above has been expanded by additional\n"
21466"    addresses found in the patch commit message. By default\n"
21467"    send-email prompts before sending whenever this occurs.\n"
21468"    This behavior is controlled by the sendemail.confirm\n"
21469"    configuration setting.\n"
21470"\n"
21471"    For additional information, run 'git send-email --help'.\n"
21472"    To retain the current behavior, but squelch this message,\n"
21473"    run 'git config --global sendemail.confirm auto'.\n"
21474"\n"
21475msgstr ""
21476
21477#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
21478#. translation. The program will only accept English input
21479#. at this point.
21480#: git-send-email.perl:1433
21481msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
21482msgstr ""
21483
21484#: git-send-email.perl:1436
21485msgid "Send this email reply required"
21486msgstr ""
21487
21488#: git-send-email.perl:1464
21489msgid "The required SMTP server is not properly defined."
21490msgstr ""
21491
21492#: git-send-email.perl:1511
21493#, perl-format
21494msgid "Server does not support STARTTLS! %s"
21495msgstr ""
21496
21497#: git-send-email.perl:1516 git-send-email.perl:1520
21498#, perl-format
21499msgid "STARTTLS failed! %s"
21500msgstr ""
21501
21502#: git-send-email.perl:1529
21503msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
21504msgstr ""
21505
21506#: git-send-email.perl:1547
21507#, perl-format
21508msgid "Failed to send %s\n"
21509msgstr ""
21510
21511#: git-send-email.perl:1550
21512#, perl-format
21513msgid "Dry-Sent %s\n"
21514msgstr ""
21515
21516#: git-send-email.perl:1550
21517#, perl-format
21518msgid "Sent %s\n"
21519msgstr ""
21520
21521#: git-send-email.perl:1552
21522msgid "Dry-OK. Log says:\n"
21523msgstr ""
21524
21525#: git-send-email.perl:1552
21526msgid "OK. Log says:\n"
21527msgstr ""
21528
21529#: git-send-email.perl:1564
21530msgid "Result: "
21531msgstr ""
21532
21533#: git-send-email.perl:1567
21534msgid "Result: OK\n"
21535msgstr ""
21536
21537#: git-send-email.perl:1585
21538#, perl-format
21539msgid "can't open file %s"
21540msgstr ""
21541
21542#: git-send-email.perl:1632 git-send-email.perl:1652
21543#, perl-format
21544msgid "(mbox) Adding cc: %s from line '%s'\n"
21545msgstr ""
21546
21547#: git-send-email.perl:1638
21548#, perl-format
21549msgid "(mbox) Adding to: %s from line '%s'\n"
21550msgstr ""
21551
21552#: git-send-email.perl:1691
21553#, perl-format
21554msgid "(non-mbox) Adding cc: %s from line '%s'\n"
21555msgstr ""
21556
21557#: git-send-email.perl:1726
21558#, perl-format
21559msgid "(body) Adding cc: %s from line '%s'\n"
21560msgstr ""
21561
21562#: git-send-email.perl:1837
21563#, perl-format
21564msgid "(%s) Could not execute '%s'"
21565msgstr ""
21566
21567#: git-send-email.perl:1844
21568#, perl-format
21569msgid "(%s) Adding %s: %s from: '%s'\n"
21570msgstr ""
21571
21572#: git-send-email.perl:1848
21573#, perl-format
21574msgid "(%s) failed to close pipe to '%s'"
21575msgstr ""
21576
21577#: git-send-email.perl:1878
21578msgid "cannot send message as 7bit"
21579msgstr ""
21580
21581#: git-send-email.perl:1886
21582msgid "invalid transfer encoding"
21583msgstr ""
21584
21585#: git-send-email.perl:1927 git-send-email.perl:1979 git-send-email.perl:1989
21586#, perl-format
21587msgid "unable to open %s: %s\n"
21588msgstr ""
21589
21590#: git-send-email.perl:1930
21591#, perl-format
21592msgid "%s: patch contains a line longer than 998 characters"
21593msgstr ""
21594
21595#: git-send-email.perl:1947
21596#, perl-format
21597msgid "Skipping %s with backup suffix '%s'.\n"
21598msgstr ""
21599
21600#. TRANSLATORS: please keep "[y|N]" as is.
21601#: git-send-email.perl:1951
21602#, perl-format
21603msgid "Do you really want to send %s? [y|N]: "
21604msgstr ""