po / git.poton commit Merge branch 'sk/gitweb-highlight-encoding' into HEAD (13af774)
   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: 2016-03-16 00:16+0800\n"
  12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14"Language-Team: LANGUAGE <LL@li.org>\n"
  15"Language: \n"
  16"MIME-Version: 1.0\n"
  17"Content-Type: text/plain; charset=CHARSET\n"
  18"Content-Transfer-Encoding: 8bit\n"
  19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
  20
  21#: advice.c:55
  22#, c-format
  23msgid "hint: %.*s\n"
  24msgstr ""
  25
  26#: advice.c:88
  27msgid ""
  28"Fix them up in the work tree, and then use 'git add/rm <file>'\n"
  29"as appropriate to mark resolution and make a commit."
  30msgstr ""
  31
  32#: advice.c:101 builtin/merge.c:1226
  33msgid "You have not concluded your merge (MERGE_HEAD exists)."
  34msgstr ""
  35
  36#: advice.c:103
  37msgid "Please, commit your changes before merging."
  38msgstr ""
  39
  40#: advice.c:104
  41msgid "Exiting because of unfinished merge."
  42msgstr ""
  43
  44#: archive.c:12
  45msgid "git archive [<options>] <tree-ish> [<path>...]"
  46msgstr ""
  47
  48#: archive.c:13
  49msgid "git archive --list"
  50msgstr ""
  51
  52#: archive.c:14
  53msgid ""
  54"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
  55msgstr ""
  56
  57#: archive.c:15
  58msgid "git archive --remote <repo> [--exec <cmd>] --list"
  59msgstr ""
  60
  61#: archive.c:344 builtin/add.c:137 builtin/add.c:420 builtin/rm.c:327
  62#, c-format
  63msgid "pathspec '%s' did not match any files"
  64msgstr ""
  65
  66#: archive.c:429
  67msgid "fmt"
  68msgstr ""
  69
  70#: archive.c:429
  71msgid "archive format"
  72msgstr ""
  73
  74#: archive.c:430 builtin/log.c:1232
  75msgid "prefix"
  76msgstr ""
  77
  78#: archive.c:431
  79msgid "prepend prefix to each pathname in the archive"
  80msgstr ""
  81
  82#: archive.c:432 builtin/archive.c:88 builtin/blame.c:2547
  83#: builtin/blame.c:2548 builtin/config.c:60 builtin/fast-export.c:987
  84#: builtin/fast-export.c:989 builtin/grep.c:720 builtin/hash-object.c:100
  85#: builtin/ls-files.c:459 builtin/ls-files.c:462 builtin/notes.c:398
  86#: builtin/notes.c:561 builtin/read-tree.c:109 parse-options.h:153
  87msgid "file"
  88msgstr ""
  89
  90#: archive.c:433 builtin/archive.c:89
  91msgid "write the archive to this file"
  92msgstr ""
  93
  94#: archive.c:435
  95msgid "read .gitattributes in working directory"
  96msgstr ""
  97
  98#: archive.c:436
  99msgid "report archived files on stderr"
 100msgstr ""
 101
 102#: archive.c:437
 103msgid "store only"
 104msgstr ""
 105
 106#: archive.c:438
 107msgid "compress faster"
 108msgstr ""
 109
 110#: archive.c:446
 111msgid "compress better"
 112msgstr ""
 113
 114#: archive.c:449
 115msgid "list supported archive formats"
 116msgstr ""
 117
 118#: archive.c:451 builtin/archive.c:90 builtin/clone.c:78
 119msgid "repo"
 120msgstr ""
 121
 122#: archive.c:452 builtin/archive.c:91
 123msgid "retrieve the archive from remote repository <repo>"
 124msgstr ""
 125
 126#: archive.c:453 builtin/archive.c:92 builtin/notes.c:482
 127msgid "command"
 128msgstr ""
 129
 130#: archive.c:454 builtin/archive.c:93
 131msgid "path to the remote git-upload-archive command"
 132msgstr ""
 133
 134#: attr.c:263
 135msgid ""
 136"Negative patterns are ignored in git attributes\n"
 137"Use '\\!' for literal leading exclamation."
 138msgstr ""
 139
 140#: branch.c:53
 141#, c-format
 142msgid ""
 143"\n"
 144"After fixing the error cause you may try to fix up\n"
 145"the remote tracking information by invoking\n"
 146"\"git branch --set-upstream-to=%s%s%s\"."
 147msgstr ""
 148
 149#: branch.c:67
 150#, c-format
 151msgid "Not setting branch %s as its own upstream."
 152msgstr ""
 153
 154#: branch.c:93
 155#, c-format
 156msgid "Branch %s set up to track remote branch %s from %s by rebasing."
 157msgstr ""
 158
 159#: branch.c:94
 160#, c-format
 161msgid "Branch %s set up to track remote branch %s from %s."
 162msgstr ""
 163
 164#: branch.c:98
 165#, c-format
 166msgid "Branch %s set up to track local branch %s by rebasing."
 167msgstr ""
 168
 169#: branch.c:99
 170#, c-format
 171msgid "Branch %s set up to track local branch %s."
 172msgstr ""
 173
 174#: branch.c:104
 175#, c-format
 176msgid "Branch %s set up to track remote ref %s by rebasing."
 177msgstr ""
 178
 179#: branch.c:105
 180#, c-format
 181msgid "Branch %s set up to track remote ref %s."
 182msgstr ""
 183
 184#: branch.c:109
 185#, c-format
 186msgid "Branch %s set up to track local ref %s by rebasing."
 187msgstr ""
 188
 189#: branch.c:110
 190#, c-format
 191msgid "Branch %s set up to track local ref %s."
 192msgstr ""
 193
 194#: branch.c:119
 195msgid "Unable to write upstream branch configuration"
 196msgstr ""
 197
 198#: branch.c:156
 199#, c-format
 200msgid "Not tracking: ambiguous information for ref %s"
 201msgstr ""
 202
 203#: branch.c:185
 204#, c-format
 205msgid "'%s' is not a valid branch name."
 206msgstr ""
 207
 208#: branch.c:190
 209#, c-format
 210msgid "A branch named '%s' already exists."
 211msgstr ""
 212
 213#: branch.c:198
 214msgid "Cannot force update the current branch."
 215msgstr ""
 216
 217#: branch.c:218
 218#, c-format
 219msgid "Cannot setup tracking information; starting point '%s' is not a branch."
 220msgstr ""
 221
 222#: branch.c:220
 223#, c-format
 224msgid "the requested upstream branch '%s' does not exist"
 225msgstr ""
 226
 227#: branch.c:222
 228msgid ""
 229"\n"
 230"If you are planning on basing your work on an upstream\n"
 231"branch that already exists at the remote, you may need to\n"
 232"run \"git fetch\" to retrieve it.\n"
 233"\n"
 234"If you are planning to push out a new local branch that\n"
 235"will track its remote counterpart, you may want to use\n"
 236"\"git push -u\" to set the upstream config as you push."
 237msgstr ""
 238
 239#: branch.c:266
 240#, c-format
 241msgid "Not a valid object name: '%s'."
 242msgstr ""
 243
 244#: branch.c:286
 245#, c-format
 246msgid "Ambiguous object name: '%s'."
 247msgstr ""
 248
 249#: branch.c:291
 250#, c-format
 251msgid "Not a valid branch point: '%s'."
 252msgstr ""
 253
 254#: branch.c:344
 255#, c-format
 256msgid "'%s' is already checked out at '%s'"
 257msgstr ""
 258
 259#: bundle.c:34
 260#, c-format
 261msgid "'%s' does not look like a v2 bundle file"
 262msgstr ""
 263
 264#: bundle.c:61
 265#, c-format
 266msgid "unrecognized header: %s%s (%d)"
 267msgstr ""
 268
 269#: bundle.c:87 builtin/commit.c:766
 270#, c-format
 271msgid "could not open '%s'"
 272msgstr ""
 273
 274#: bundle.c:139
 275msgid "Repository lacks these prerequisite commits:"
 276msgstr ""
 277
 278#: bundle.c:163 ref-filter.c:1462 sequencer.c:627 sequencer.c:1074
 279#: builtin/blame.c:2754 builtin/commit.c:1045 builtin/log.c:334
 280#: builtin/log.c:852 builtin/log.c:1467 builtin/log.c:1700 builtin/merge.c:358
 281#: builtin/shortlog.c:170
 282msgid "revision walk setup failed"
 283msgstr ""
 284
 285#: bundle.c:185
 286#, c-format
 287msgid "The bundle contains this ref:"
 288msgid_plural "The bundle contains these %d refs:"
 289msgstr[0] ""
 290msgstr[1] ""
 291
 292#: bundle.c:192
 293msgid "The bundle records a complete history."
 294msgstr ""
 295
 296#: bundle.c:194
 297#, c-format
 298msgid "The bundle requires this ref:"
 299msgid_plural "The bundle requires these %d refs:"
 300msgstr[0] ""
 301msgstr[1] ""
 302
 303#: bundle.c:253
 304msgid "Could not spawn pack-objects"
 305msgstr ""
 306
 307#: bundle.c:264
 308msgid "pack-objects died"
 309msgstr ""
 310
 311#: bundle.c:304
 312msgid "rev-list died"
 313msgstr ""
 314
 315#: bundle.c:353
 316#, c-format
 317msgid "ref '%s' is excluded by the rev-list options"
 318msgstr ""
 319
 320#: bundle.c:443 builtin/log.c:157 builtin/log.c:1372 builtin/shortlog.c:273
 321#, c-format
 322msgid "unrecognized argument: %s"
 323msgstr ""
 324
 325#: bundle.c:449
 326msgid "Refusing to create empty bundle."
 327msgstr ""
 328
 329#: bundle.c:459
 330#, c-format
 331msgid "cannot create '%s'"
 332msgstr ""
 333
 334#: bundle.c:480
 335msgid "index-pack died"
 336msgstr ""
 337
 338#: color.c:275
 339#, c-format
 340msgid "invalid color value: %.*s"
 341msgstr ""
 342
 343#: commit.c:40 builtin/am.c:437 builtin/am.c:473 builtin/am.c:1505
 344#: builtin/am.c:2135
 345#, c-format
 346msgid "could not parse %s"
 347msgstr ""
 348
 349#: commit.c:42
 350#, c-format
 351msgid "%s %s is not a commit!"
 352msgstr ""
 353
 354#: compat/obstack.c:406 compat/obstack.c:408
 355msgid "memory exhausted"
 356msgstr ""
 357
 358#: config.c:475 config.c:477
 359#, c-format
 360msgid "bad config line %d in %s %s"
 361msgstr ""
 362
 363#: config.c:593
 364#, c-format
 365msgid "bad numeric config value '%s' for '%s' in %s %s: %s"
 366msgstr ""
 367
 368#: config.c:595
 369#, c-format
 370msgid "bad numeric config value '%s' for '%s': %s"
 371msgstr ""
 372
 373#: config.c:680
 374#, c-format
 375msgid "failed to expand user dir in: '%s'"
 376msgstr ""
 377
 378#: config.c:758 config.c:769
 379#, c-format
 380msgid "bad zlib compression level %d"
 381msgstr ""
 382
 383#: config.c:891
 384#, c-format
 385msgid "invalid mode for object creation: %s"
 386msgstr ""
 387
 388#: config.c:1220
 389msgid "unable to parse command-line config"
 390msgstr ""
 391
 392#: config.c:1281
 393msgid "unknown error occured while reading the configuration files"
 394msgstr ""
 395
 396#: config.c:1629
 397#, c-format
 398msgid "unable to parse '%s' from command-line config"
 399msgstr ""
 400
 401#: config.c:1631
 402#, c-format
 403msgid "bad config variable '%s' in file '%s' at line %d"
 404msgstr ""
 405
 406#: config.c:1690
 407#, c-format
 408msgid "%s has multiple values"
 409msgstr ""
 410
 411#: config.c:2226
 412#, c-format
 413msgid "Could not set '%s' to '%s'"
 414msgstr ""
 415
 416#: connected.c:69
 417msgid "Could not run 'git rev-list'"
 418msgstr ""
 419
 420#: connected.c:89
 421#, c-format
 422msgid "failed write to rev-list: %s"
 423msgstr ""
 424
 425#: connected.c:97
 426#, c-format
 427msgid "failed to close rev-list's stdin: %s"
 428msgstr ""
 429
 430#: date.c:95
 431msgid "in the future"
 432msgstr ""
 433
 434#: date.c:101
 435#, c-format
 436msgid "%lu second ago"
 437msgid_plural "%lu seconds ago"
 438msgstr[0] ""
 439msgstr[1] ""
 440
 441#: date.c:108
 442#, c-format
 443msgid "%lu minute ago"
 444msgid_plural "%lu minutes ago"
 445msgstr[0] ""
 446msgstr[1] ""
 447
 448#: date.c:115
 449#, c-format
 450msgid "%lu hour ago"
 451msgid_plural "%lu hours ago"
 452msgstr[0] ""
 453msgstr[1] ""
 454
 455#: date.c:122
 456#, c-format
 457msgid "%lu day ago"
 458msgid_plural "%lu days ago"
 459msgstr[0] ""
 460msgstr[1] ""
 461
 462#: date.c:128
 463#, c-format
 464msgid "%lu week ago"
 465msgid_plural "%lu weeks ago"
 466msgstr[0] ""
 467msgstr[1] ""
 468
 469#: date.c:135
 470#, c-format
 471msgid "%lu month ago"
 472msgid_plural "%lu months ago"
 473msgstr[0] ""
 474msgstr[1] ""
 475
 476#: date.c:146
 477#, c-format
 478msgid "%lu year"
 479msgid_plural "%lu years"
 480msgstr[0] ""
 481msgstr[1] ""
 482
 483#. TRANSLATORS: "%s" is "<n> years"
 484#: date.c:149
 485#, c-format
 486msgid "%s, %lu month ago"
 487msgid_plural "%s, %lu months ago"
 488msgstr[0] ""
 489msgstr[1] ""
 490
 491#: date.c:154 date.c:159
 492#, c-format
 493msgid "%lu year ago"
 494msgid_plural "%lu years ago"
 495msgstr[0] ""
 496msgstr[1] ""
 497
 498#: diffcore-order.c:24
 499#, c-format
 500msgid "failed to read orderfile '%s'"
 501msgstr ""
 502
 503#: diffcore-rename.c:536
 504msgid "Performing inexact rename detection"
 505msgstr ""
 506
 507#: diff.c:115
 508#, c-format
 509msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
 510msgstr ""
 511
 512#: diff.c:120
 513#, c-format
 514msgid "  Unknown dirstat parameter '%s'\n"
 515msgstr ""
 516
 517#: diff.c:215
 518#, c-format
 519msgid "Unknown value for 'diff.submodule' config variable: '%s'"
 520msgstr ""
 521
 522#: diff.c:267
 523#, c-format
 524msgid ""
 525"Found errors in 'diff.dirstat' config variable:\n"
 526"%s"
 527msgstr ""
 528
 529#: diff.c:2997
 530#, c-format
 531msgid "external diff died, stopping at %s"
 532msgstr ""
 533
 534#: diff.c:3393
 535msgid "--follow requires exactly one pathspec"
 536msgstr ""
 537
 538#: diff.c:3556
 539#, c-format
 540msgid ""
 541"Failed to parse --dirstat/-X option parameter:\n"
 542"%s"
 543msgstr ""
 544
 545#: diff.c:3570
 546#, c-format
 547msgid "Failed to parse --submodule option parameter: '%s'"
 548msgstr ""
 549
 550#: dir.c:2004
 551msgid "failed to get kernel name and information"
 552msgstr ""
 553
 554#: dir.c:2123
 555msgid "Untracked cache is disabled on this system or location."
 556msgstr ""
 557
 558#: gpg-interface.c:166 gpg-interface.c:237
 559msgid "could not run gpg."
 560msgstr ""
 561
 562#: gpg-interface.c:178
 563msgid "gpg did not accept the data"
 564msgstr ""
 565
 566#: gpg-interface.c:189
 567msgid "gpg failed to sign the data"
 568msgstr ""
 569
 570#: gpg-interface.c:222
 571#, c-format
 572msgid "could not create temporary file '%s': %s"
 573msgstr ""
 574
 575#: gpg-interface.c:225
 576#, c-format
 577msgid "failed writing detached signature to '%s': %s"
 578msgstr ""
 579
 580#: grep.c:1718
 581#, c-format
 582msgid "'%s': unable to read %s"
 583msgstr ""
 584
 585#: grep.c:1735
 586#, c-format
 587msgid "'%s': %s"
 588msgstr ""
 589
 590#: grep.c:1746
 591#, c-format
 592msgid "'%s': short read %s"
 593msgstr ""
 594
 595#: help.c:205
 596#, c-format
 597msgid "available git commands in '%s'"
 598msgstr ""
 599
 600#: help.c:212
 601msgid "git commands available from elsewhere on your $PATH"
 602msgstr ""
 603
 604#: help.c:244
 605msgid "These are common Git commands used in various situations:"
 606msgstr ""
 607
 608#: help.c:309
 609#, c-format
 610msgid ""
 611"'%s' appears to be a git command, but we were not\n"
 612"able to execute it. Maybe git-%s is broken?"
 613msgstr ""
 614
 615#: help.c:366
 616msgid "Uh oh. Your system reports no Git commands at all."
 617msgstr ""
 618
 619#: help.c:388
 620#, c-format
 621msgid ""
 622"WARNING: You called a Git command named '%s', which does not exist.\n"
 623"Continuing under the assumption that you meant '%s'"
 624msgstr ""
 625
 626#: help.c:393
 627#, c-format
 628msgid "in %0.1f seconds automatically..."
 629msgstr ""
 630
 631#: help.c:400
 632#, c-format
 633msgid "git: '%s' is not a git command. See 'git --help'."
 634msgstr ""
 635
 636#: help.c:404 help.c:464
 637msgid ""
 638"\n"
 639"Did you mean this?"
 640msgid_plural ""
 641"\n"
 642"Did you mean one of these?"
 643msgstr[0] ""
 644msgstr[1] ""
 645
 646#: help.c:460
 647#, c-format
 648msgid "%s: %s - %s"
 649msgstr ""
 650
 651#: merge.c:41
 652msgid "failed to read the cache"
 653msgstr ""
 654
 655#: merge.c:94 builtin/am.c:2008 builtin/am.c:2043 builtin/checkout.c:376
 656#: builtin/checkout.c:587 builtin/clone.c:730
 657msgid "unable to write new index file"
 658msgstr ""
 659
 660#: merge-recursive.c:189
 661#, c-format
 662msgid "(bad commit)\n"
 663msgstr ""
 664
 665#: merge-recursive.c:209
 666#, c-format
 667msgid "addinfo_cache failed for path '%s'"
 668msgstr ""
 669
 670#: merge-recursive.c:270
 671msgid "error building trees"
 672msgstr ""
 673
 674#: merge-recursive.c:689
 675#, c-format
 676msgid "failed to create path '%s'%s"
 677msgstr ""
 678
 679#: merge-recursive.c:700
 680#, c-format
 681msgid "Removing %s to make room for subdirectory\n"
 682msgstr ""
 683
 684#: merge-recursive.c:714 merge-recursive.c:735
 685msgid ": perhaps a D/F conflict?"
 686msgstr ""
 687
 688#: merge-recursive.c:725
 689#, c-format
 690msgid "refusing to lose untracked file at '%s'"
 691msgstr ""
 692
 693#: merge-recursive.c:765
 694#, c-format
 695msgid "cannot read object %s '%s'"
 696msgstr ""
 697
 698#: merge-recursive.c:767
 699#, c-format
 700msgid "blob expected for %s '%s'"
 701msgstr ""
 702
 703#: merge-recursive.c:790 builtin/clone.c:374
 704#, c-format
 705msgid "failed to open '%s'"
 706msgstr ""
 707
 708#: merge-recursive.c:798
 709#, c-format
 710msgid "failed to symlink '%s'"
 711msgstr ""
 712
 713#: merge-recursive.c:801
 714#, c-format
 715msgid "do not know what to do with %06o %s '%s'"
 716msgstr ""
 717
 718#: merge-recursive.c:939
 719msgid "Failed to execute internal merge"
 720msgstr ""
 721
 722#: merge-recursive.c:943
 723#, c-format
 724msgid "Unable to add %s to database"
 725msgstr ""
 726
 727#: merge-recursive.c:959
 728msgid "unsupported object type in the tree"
 729msgstr ""
 730
 731#: merge-recursive.c:1034 merge-recursive.c:1048
 732#, c-format
 733msgid ""
 734"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
 735"in tree."
 736msgstr ""
 737
 738#: merge-recursive.c:1040 merge-recursive.c:1053
 739#, c-format
 740msgid ""
 741"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
 742"in tree at %s."
 743msgstr ""
 744
 745#: merge-recursive.c:1094
 746msgid "rename"
 747msgstr ""
 748
 749#: merge-recursive.c:1094
 750msgid "renamed"
 751msgstr ""
 752
 753#: merge-recursive.c:1150
 754#, c-format
 755msgid "%s is a directory in %s adding as %s instead"
 756msgstr ""
 757
 758#: merge-recursive.c:1172
 759#, c-format
 760msgid ""
 761"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
 762"\"->\"%s\" in \"%s\"%s"
 763msgstr ""
 764
 765#: merge-recursive.c:1177
 766msgid " (left unresolved)"
 767msgstr ""
 768
 769#: merge-recursive.c:1231
 770#, c-format
 771msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
 772msgstr ""
 773
 774#: merge-recursive.c:1261
 775#, c-format
 776msgid "Renaming %s to %s and %s to %s instead"
 777msgstr ""
 778
 779#: merge-recursive.c:1460
 780#, c-format
 781msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
 782msgstr ""
 783
 784#: merge-recursive.c:1470
 785#, c-format
 786msgid "Adding merged %s"
 787msgstr ""
 788
 789#: merge-recursive.c:1475 merge-recursive.c:1677
 790#, c-format
 791msgid "Adding as %s instead"
 792msgstr ""
 793
 794#: merge-recursive.c:1526
 795#, c-format
 796msgid "cannot read object %s"
 797msgstr ""
 798
 799#: merge-recursive.c:1529
 800#, c-format
 801msgid "object %s is not a blob"
 802msgstr ""
 803
 804#: merge-recursive.c:1581
 805msgid "modify"
 806msgstr ""
 807
 808#: merge-recursive.c:1581
 809msgid "modified"
 810msgstr ""
 811
 812#: merge-recursive.c:1591
 813msgid "content"
 814msgstr ""
 815
 816#: merge-recursive.c:1598
 817msgid "add/add"
 818msgstr ""
 819
 820#: merge-recursive.c:1632
 821#, c-format
 822msgid "Skipped %s (merged same as existing)"
 823msgstr ""
 824
 825#: merge-recursive.c:1646
 826#, c-format
 827msgid "Auto-merging %s"
 828msgstr ""
 829
 830#: merge-recursive.c:1650 git-submodule.sh:1048
 831msgid "submodule"
 832msgstr ""
 833
 834#: merge-recursive.c:1651
 835#, c-format
 836msgid "CONFLICT (%s): Merge conflict in %s"
 837msgstr ""
 838
 839#: merge-recursive.c:1737
 840#, c-format
 841msgid "Removing %s"
 842msgstr ""
 843
 844#: merge-recursive.c:1762
 845msgid "file/directory"
 846msgstr ""
 847
 848#: merge-recursive.c:1768
 849msgid "directory/file"
 850msgstr ""
 851
 852#: merge-recursive.c:1773
 853#, c-format
 854msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
 855msgstr ""
 856
 857#: merge-recursive.c:1783
 858#, c-format
 859msgid "Adding %s"
 860msgstr ""
 861
 862#: merge-recursive.c:1800
 863msgid "Fatal merge failure, shouldn't happen."
 864msgstr ""
 865
 866#: merge-recursive.c:1819
 867msgid "Already up-to-date!"
 868msgstr ""
 869
 870#: merge-recursive.c:1828
 871#, c-format
 872msgid "merging of trees %s and %s failed"
 873msgstr ""
 874
 875#: merge-recursive.c:1858
 876#, c-format
 877msgid "Unprocessed path??? %s"
 878msgstr ""
 879
 880#: merge-recursive.c:1906
 881msgid "Merging:"
 882msgstr ""
 883
 884#: merge-recursive.c:1919
 885#, c-format
 886msgid "found %u common ancestor:"
 887msgid_plural "found %u common ancestors:"
 888msgstr[0] ""
 889msgstr[1] ""
 890
 891#: merge-recursive.c:1956
 892msgid "merge returned no commit"
 893msgstr ""
 894
 895#: merge-recursive.c:2013
 896#, c-format
 897msgid "Could not parse object '%s'"
 898msgstr ""
 899
 900#: merge-recursive.c:2024 builtin/merge.c:646
 901msgid "Unable to write index."
 902msgstr ""
 903
 904#: notes-utils.c:41
 905msgid "Cannot commit uninitialized/unreferenced notes tree"
 906msgstr ""
 907
 908#: notes-utils.c:100
 909#, c-format
 910msgid "Bad notes.rewriteMode value: '%s'"
 911msgstr ""
 912
 913#: notes-utils.c:110
 914#, c-format
 915msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
 916msgstr ""
 917
 918#. TRANSLATORS: The first %s is the name of the
 919#. environment variable, the second %s is its value
 920#: notes-utils.c:137
 921#, c-format
 922msgid "Bad %s value: '%s'"
 923msgstr ""
 924
 925#: object.c:242
 926#, c-format
 927msgid "unable to parse object: %s"
 928msgstr ""
 929
 930#: parse-options.c:570
 931msgid "..."
 932msgstr ""
 933
 934#: parse-options.c:588
 935#, c-format
 936msgid "usage: %s"
 937msgstr ""
 938
 939#. TRANSLATORS: the colon here should align with the
 940#. one in "usage: %s" translation
 941#: parse-options.c:592
 942#, c-format
 943msgid "   or: %s"
 944msgstr ""
 945
 946#: parse-options.c:595
 947#, c-format
 948msgid "    %s"
 949msgstr ""
 950
 951#: parse-options.c:629
 952msgid "-NUM"
 953msgstr ""
 954
 955#: parse-options-cb.c:108
 956#, c-format
 957msgid "malformed object name '%s'"
 958msgstr ""
 959
 960#: path.c:752
 961#, c-format
 962msgid "Could not make %s writable by group"
 963msgstr ""
 964
 965#: pathspec.c:133
 966msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
 967msgstr ""
 968
 969#: pathspec.c:143
 970msgid ""
 971"global 'literal' pathspec setting is incompatible with all other global "
 972"pathspec settings"
 973msgstr ""
 974
 975#: pathspec.c:177
 976msgid "invalid parameter for pathspec magic 'prefix'"
 977msgstr ""
 978
 979#: pathspec.c:183
 980#, c-format
 981msgid "Invalid pathspec magic '%.*s' in '%s'"
 982msgstr ""
 983
 984#: pathspec.c:187
 985#, c-format
 986msgid "Missing ')' at the end of pathspec magic in '%s'"
 987msgstr ""
 988
 989#: pathspec.c:205
 990#, c-format
 991msgid "Unimplemented pathspec magic '%c' in '%s'"
 992msgstr ""
 993
 994#: pathspec.c:230
 995#, c-format
 996msgid "%s: 'literal' and 'glob' are incompatible"
 997msgstr ""
 998
 999#: pathspec.c:241
1000#, c-format
1001msgid "%s: '%s' is outside repository"
1002msgstr ""
1003
1004#: pathspec.c:291
1005#, c-format
1006msgid "Pathspec '%s' is in submodule '%.*s'"
1007msgstr ""
1008
1009#: pathspec.c:353
1010#, c-format
1011msgid "%s: pathspec magic not supported by this command: %s"
1012msgstr ""
1013
1014#: pathspec.c:433
1015#, c-format
1016msgid "pathspec '%s' is beyond a symbolic link"
1017msgstr ""
1018
1019#: pathspec.c:442
1020msgid ""
1021"There is nothing to exclude from by :(exclude) patterns.\n"
1022"Perhaps you forgot to add either ':/' or '.' ?"
1023msgstr ""
1024
1025#: pretty.c:969
1026msgid "unable to parse --pretty format"
1027msgstr ""
1028
1029#: progress.c:235
1030msgid "done"
1031msgstr ""
1032
1033#: read-cache.c:1281
1034#, c-format
1035msgid ""
1036"index.version set, but the value is invalid.\n"
1037"Using version %i"
1038msgstr ""
1039
1040#: read-cache.c:1291
1041#, c-format
1042msgid ""
1043"GIT_INDEX_VERSION set, but the value is invalid.\n"
1044"Using version %i"
1045msgstr ""
1046
1047#: refs.c:543 builtin/merge.c:761 builtin/merge.c:872 builtin/merge.c:974
1048#: builtin/merge.c:984
1049#, c-format
1050msgid "Could not open '%s' for writing"
1051msgstr ""
1052
1053#: refs/files-backend.c:2374
1054#, c-format
1055msgid "could not delete reference %s: %s"
1056msgstr ""
1057
1058#: refs/files-backend.c:2377
1059#, c-format
1060msgid "could not delete references: %s"
1061msgstr ""
1062
1063#: refs/files-backend.c:2386
1064#, c-format
1065msgid "could not remove reference %s"
1066msgstr ""
1067
1068#: ref-filter.c:55
1069#, c-format
1070msgid "expected format: %%(color:<color>)"
1071msgstr ""
1072
1073#: ref-filter.c:57
1074#, c-format
1075msgid "unrecognized color: %%(color:%s)"
1076msgstr ""
1077
1078#: ref-filter.c:71
1079#, c-format
1080msgid "unrecognized format: %%(%s)"
1081msgstr ""
1082
1083#: ref-filter.c:77
1084#, c-format
1085msgid "%%(body) does not take arguments"
1086msgstr ""
1087
1088#: ref-filter.c:84
1089#, c-format
1090msgid "%%(subject) does not take arguments"
1091msgstr ""
1092
1093#: ref-filter.c:101
1094#, c-format
1095msgid "positive value expected contents:lines=%s"
1096msgstr ""
1097
1098#: ref-filter.c:103
1099#, c-format
1100msgid "unrecognized %%(contents) argument: %s"
1101msgstr ""
1102
1103#: ref-filter.c:113
1104#, c-format
1105msgid "unrecognized %%(objectname) argument: %s"
1106msgstr ""
1107
1108#: ref-filter.c:135
1109#, c-format
1110msgid "expected format: %%(align:<width>,<position>)"
1111msgstr ""
1112
1113#: ref-filter.c:147
1114#, c-format
1115msgid "unrecognized position:%s"
1116msgstr ""
1117
1118#: ref-filter.c:151
1119#, c-format
1120msgid "unrecognized width:%s"
1121msgstr ""
1122
1123#: ref-filter.c:157
1124#, c-format
1125msgid "unrecognized %%(align) argument: %s"
1126msgstr ""
1127
1128#: ref-filter.c:161
1129#, c-format
1130msgid "positive width expected with the %%(align) atom"
1131msgstr ""
1132
1133#: ref-filter.c:244
1134#, c-format
1135msgid "malformed field name: %.*s"
1136msgstr ""
1137
1138#: ref-filter.c:270
1139#, c-format
1140msgid "unknown field name: %.*s"
1141msgstr ""
1142
1143#: ref-filter.c:372
1144#, c-format
1145msgid "format: %%(end) atom used without corresponding atom"
1146msgstr ""
1147
1148#: ref-filter.c:424
1149#, c-format
1150msgid "malformed format string %s"
1151msgstr ""
1152
1153#: ref-filter.c:878
1154msgid ":strip= requires a positive integer argument"
1155msgstr ""
1156
1157#: ref-filter.c:883
1158#, c-format
1159msgid "ref '%s' does not have %ld components to :strip"
1160msgstr ""
1161
1162#: ref-filter.c:1046
1163#, c-format
1164msgid "unknown %.*s format %s"
1165msgstr ""
1166
1167#: ref-filter.c:1066 ref-filter.c:1097
1168#, c-format
1169msgid "missing object %s for %s"
1170msgstr ""
1171
1172#: ref-filter.c:1069 ref-filter.c:1100
1173#, c-format
1174msgid "parse_object_buffer failed on %s for %s"
1175msgstr ""
1176
1177#: ref-filter.c:1311
1178#, c-format
1179msgid "malformed object at '%s'"
1180msgstr ""
1181
1182#: ref-filter.c:1373
1183#, c-format
1184msgid "ignoring ref with broken name %s"
1185msgstr ""
1186
1187#: ref-filter.c:1378
1188#, c-format
1189msgid "ignoring broken ref %s"
1190msgstr ""
1191
1192#: ref-filter.c:1651
1193#, c-format
1194msgid "format: %%(end) atom missing"
1195msgstr ""
1196
1197#: ref-filter.c:1705
1198#, c-format
1199msgid "malformed object name %s"
1200msgstr ""
1201
1202#: remote.c:745
1203#, c-format
1204msgid "Cannot fetch both %s and %s to %s"
1205msgstr ""
1206
1207#: remote.c:749
1208#, c-format
1209msgid "%s usually tracks %s, not %s"
1210msgstr ""
1211
1212#: remote.c:753
1213#, c-format
1214msgid "%s tracks both %s and %s"
1215msgstr ""
1216
1217#: remote.c:761
1218msgid "Internal error"
1219msgstr ""
1220
1221#: remote.c:1677 remote.c:1720
1222msgid "HEAD does not point to a branch"
1223msgstr ""
1224
1225#: remote.c:1686
1226#, c-format
1227msgid "no such branch: '%s'"
1228msgstr ""
1229
1230#: remote.c:1689
1231#, c-format
1232msgid "no upstream configured for branch '%s'"
1233msgstr ""
1234
1235#: remote.c:1695
1236#, c-format
1237msgid "upstream branch '%s' not stored as a remote-tracking branch"
1238msgstr ""
1239
1240#: remote.c:1710
1241#, c-format
1242msgid "push destination '%s' on remote '%s' has no local tracking branch"
1243msgstr ""
1244
1245#: remote.c:1725
1246#, c-format
1247msgid "branch '%s' has no remote for pushing"
1248msgstr ""
1249
1250#: remote.c:1736
1251#, c-format
1252msgid "push refspecs for '%s' do not include '%s'"
1253msgstr ""
1254
1255#: remote.c:1749
1256msgid "push has no destination (push.default is 'nothing')"
1257msgstr ""
1258
1259#: remote.c:1771
1260msgid "cannot resolve 'simple' push to a single destination"
1261msgstr ""
1262
1263#: remote.c:2073
1264#, c-format
1265msgid "Your branch is based on '%s', but the upstream is gone.\n"
1266msgstr ""
1267
1268#: remote.c:2077
1269msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
1270msgstr ""
1271
1272#: remote.c:2080
1273#, c-format
1274msgid "Your branch is up-to-date with '%s'.\n"
1275msgstr ""
1276
1277#: remote.c:2084
1278#, c-format
1279msgid "Your branch is ahead of '%s' by %d commit.\n"
1280msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
1281msgstr[0] ""
1282msgstr[1] ""
1283
1284#: remote.c:2090
1285msgid "  (use \"git push\" to publish your local commits)\n"
1286msgstr ""
1287
1288#: remote.c:2093
1289#, c-format
1290msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
1291msgid_plural ""
1292"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
1293msgstr[0] ""
1294msgstr[1] ""
1295
1296#: remote.c:2101
1297msgid "  (use \"git pull\" to update your local branch)\n"
1298msgstr ""
1299
1300#: remote.c:2104
1301#, c-format
1302msgid ""
1303"Your branch and '%s' have diverged,\n"
1304"and have %d and %d different commit each, respectively.\n"
1305msgid_plural ""
1306"Your branch and '%s' have diverged,\n"
1307"and have %d and %d different commits each, respectively.\n"
1308msgstr[0] ""
1309msgstr[1] ""
1310
1311#: remote.c:2114
1312msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
1313msgstr ""
1314
1315#: revision.c:2131
1316msgid "your current branch appears to be broken"
1317msgstr ""
1318
1319#: revision.c:2134
1320#, c-format
1321msgid "your current branch '%s' does not have any commits yet"
1322msgstr ""
1323
1324#: revision.c:2328
1325msgid "--first-parent is incompatible with --bisect"
1326msgstr ""
1327
1328#: run-command.c:92
1329msgid "open /dev/null failed"
1330msgstr ""
1331
1332#: run-command.c:94
1333#, c-format
1334msgid "dup2(%d,%d) failed"
1335msgstr ""
1336
1337#: send-pack.c:295
1338msgid "failed to sign the push certificate"
1339msgstr ""
1340
1341#: send-pack.c:404
1342msgid "the receiving end does not support --signed push"
1343msgstr ""
1344
1345#: send-pack.c:406
1346msgid ""
1347"not sending a push certificate since the receiving end does not support --"
1348"signed push"
1349msgstr ""
1350
1351#: send-pack.c:418
1352msgid "the receiving end does not support --atomic push"
1353msgstr ""
1354
1355#: sequencer.c:174
1356msgid ""
1357"after resolving the conflicts, mark the corrected paths\n"
1358"with 'git add <paths>' or 'git rm <paths>'"
1359msgstr ""
1360
1361#: sequencer.c:177
1362msgid ""
1363"after resolving the conflicts, mark the corrected paths\n"
1364"with 'git add <paths>' or 'git rm <paths>'\n"
1365"and commit the result with 'git commit'"
1366msgstr ""
1367
1368#: sequencer.c:190 sequencer.c:833 sequencer.c:913
1369#, c-format
1370msgid "Could not write to %s"
1371msgstr ""
1372
1373#: sequencer.c:193
1374#, c-format
1375msgid "Error wrapping up %s"
1376msgstr ""
1377
1378#: sequencer.c:208
1379msgid "Your local changes would be overwritten by cherry-pick."
1380msgstr ""
1381
1382#: sequencer.c:210
1383msgid "Your local changes would be overwritten by revert."
1384msgstr ""
1385
1386#: sequencer.c:213
1387msgid "Commit your changes or stash them to proceed."
1388msgstr ""
1389
1390#. TRANSLATORS: %s will be "revert" or "cherry-pick"
1391#: sequencer.c:300
1392#, c-format
1393msgid "%s: Unable to write new index file"
1394msgstr ""
1395
1396#: sequencer.c:318
1397msgid "Could not resolve HEAD commit\n"
1398msgstr ""
1399
1400#: sequencer.c:338
1401msgid "Unable to update cache tree\n"
1402msgstr ""
1403
1404#: sequencer.c:390
1405#, c-format
1406msgid "Could not parse commit %s\n"
1407msgstr ""
1408
1409#: sequencer.c:395
1410#, c-format
1411msgid "Could not parse parent commit %s\n"
1412msgstr ""
1413
1414#: sequencer.c:460
1415msgid "Your index file is unmerged."
1416msgstr ""
1417
1418#: sequencer.c:479
1419#, c-format
1420msgid "Commit %s is a merge but no -m option was given."
1421msgstr ""
1422
1423#: sequencer.c:487
1424#, c-format
1425msgid "Commit %s does not have parent %d"
1426msgstr ""
1427
1428#: sequencer.c:491
1429#, c-format
1430msgid "Mainline was specified but commit %s is not a merge."
1431msgstr ""
1432
1433#. TRANSLATORS: The first %s will be "revert" or
1434#. "cherry-pick", the second %s a SHA1
1435#: sequencer.c:504
1436#, c-format
1437msgid "%s: cannot parse parent commit %s"
1438msgstr ""
1439
1440#: sequencer.c:508
1441#, c-format
1442msgid "Cannot get commit message for %s"
1443msgstr ""
1444
1445#: sequencer.c:594
1446#, c-format
1447msgid "could not revert %s... %s"
1448msgstr ""
1449
1450#: sequencer.c:595
1451#, c-format
1452msgid "could not apply %s... %s"
1453msgstr ""
1454
1455#: sequencer.c:630
1456msgid "empty commit set passed"
1457msgstr ""
1458
1459#: sequencer.c:638
1460#, c-format
1461msgid "git %s: failed to read the index"
1462msgstr ""
1463
1464#: sequencer.c:642
1465#, c-format
1466msgid "git %s: failed to refresh the index"
1467msgstr ""
1468
1469#: sequencer.c:702
1470#, c-format
1471msgid "Cannot %s during a %s"
1472msgstr ""
1473
1474#: sequencer.c:724
1475#, c-format
1476msgid "Could not parse line %d."
1477msgstr ""
1478
1479#: sequencer.c:729
1480msgid "No commits parsed."
1481msgstr ""
1482
1483#: sequencer.c:741
1484#, c-format
1485msgid "Could not open %s"
1486msgstr ""
1487
1488#: sequencer.c:745
1489#, c-format
1490msgid "Could not read %s."
1491msgstr ""
1492
1493#: sequencer.c:752
1494#, c-format
1495msgid "Unusable instruction sheet: %s"
1496msgstr ""
1497
1498#: sequencer.c:782
1499#, c-format
1500msgid "Invalid key: %s"
1501msgstr ""
1502
1503#: sequencer.c:785 builtin/pull.c:50 builtin/pull.c:52
1504#, c-format
1505msgid "Invalid value for %s: %s"
1506msgstr ""
1507
1508#: sequencer.c:795
1509#, c-format
1510msgid "Malformed options sheet: %s"
1511msgstr ""
1512
1513#: sequencer.c:814
1514msgid "a cherry-pick or revert is already in progress"
1515msgstr ""
1516
1517#: sequencer.c:815
1518msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1519msgstr ""
1520
1521#: sequencer.c:819
1522#, c-format
1523msgid "Could not create sequencer directory %s"
1524msgstr ""
1525
1526#: sequencer.c:835 sequencer.c:917
1527#, c-format
1528msgid "Error wrapping up %s."
1529msgstr ""
1530
1531#: sequencer.c:854 sequencer.c:987
1532msgid "no cherry-pick or revert in progress"
1533msgstr ""
1534
1535#: sequencer.c:856
1536msgid "cannot resolve HEAD"
1537msgstr ""
1538
1539#: sequencer.c:858
1540msgid "cannot abort from a branch yet to be born"
1541msgstr ""
1542
1543#: sequencer.c:878 builtin/apply.c:4287
1544#, c-format
1545msgid "cannot open %s: %s"
1546msgstr ""
1547
1548#: sequencer.c:881
1549#, c-format
1550msgid "cannot read %s: %s"
1551msgstr ""
1552
1553#: sequencer.c:882
1554msgid "unexpected end of file"
1555msgstr ""
1556
1557#: sequencer.c:888
1558#, c-format
1559msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
1560msgstr ""
1561
1562#: sequencer.c:910
1563#, c-format
1564msgid "Could not format %s."
1565msgstr ""
1566
1567#: sequencer.c:1055
1568#, c-format
1569msgid "%s: can't cherry-pick a %s"
1570msgstr ""
1571
1572#: sequencer.c:1058
1573#, c-format
1574msgid "%s: bad revision"
1575msgstr ""
1576
1577#: sequencer.c:1092
1578msgid "Can't revert as initial commit"
1579msgstr ""
1580
1581#: sequencer.c:1093
1582msgid "Can't cherry-pick into empty head"
1583msgstr ""
1584
1585#: setup.c:246
1586#, c-format
1587msgid "failed to read %s"
1588msgstr ""
1589
1590#: sha1_file.c:1080
1591msgid "offset before end of packfile (broken .idx?)"
1592msgstr ""
1593
1594#: sha1_file.c:2459
1595#, c-format
1596msgid "offset before start of pack index for %s (corrupt index?)"
1597msgstr ""
1598
1599#: sha1_file.c:2463
1600#, c-format
1601msgid "offset beyond end of pack index for %s (truncated index?)"
1602msgstr ""
1603
1604#: sha1_name.c:462
1605msgid ""
1606"Git normally never creates a ref that ends with 40 hex characters\n"
1607"because it will be ignored when you just specify 40-hex. These refs\n"
1608"may be created by mistake. For example,\n"
1609"\n"
1610"  git checkout -b $br $(git rev-parse ...)\n"
1611"\n"
1612"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
1613"examine these refs and maybe delete them. Turn this message off by\n"
1614"running \"git config advice.objectNameWarning false\""
1615msgstr ""
1616
1617#: submodule.c:62 submodule.c:96
1618msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
1619msgstr ""
1620
1621#: submodule.c:66 submodule.c:100
1622#, c-format
1623msgid "Could not find section in .gitmodules where path=%s"
1624msgstr ""
1625
1626#: submodule.c:74
1627#, c-format
1628msgid "Could not update .gitmodules entry %s"
1629msgstr ""
1630
1631#: submodule.c:107
1632#, c-format
1633msgid "Could not remove .gitmodules entry for %s"
1634msgstr ""
1635
1636#: submodule.c:118
1637msgid "staging updated .gitmodules failed"
1638msgstr ""
1639
1640#: trailer.c:237
1641#, c-format
1642msgid "running trailer command '%s' failed"
1643msgstr ""
1644
1645#: trailer.c:492 trailer.c:496 trailer.c:500 trailer.c:554 trailer.c:558
1646#: trailer.c:562
1647#, c-format
1648msgid "unknown value '%s' for key '%s'"
1649msgstr ""
1650
1651#: trailer.c:544 trailer.c:549 builtin/remote.c:289
1652#, c-format
1653msgid "more than one %s"
1654msgstr ""
1655
1656#: trailer.c:582
1657#, c-format
1658msgid "empty trailer token in trailer '%.*s'"
1659msgstr ""
1660
1661#: trailer.c:702
1662#, c-format
1663msgid "could not read input file '%s'"
1664msgstr ""
1665
1666#: trailer.c:705
1667msgid "could not read from stdin"
1668msgstr ""
1669
1670#: trailer.c:857 builtin/am.c:42
1671#, c-format
1672msgid "could not stat %s"
1673msgstr ""
1674
1675#: trailer.c:859
1676#, c-format
1677msgid "file %s is not a regular file"
1678msgstr ""
1679
1680#: trailer.c:861
1681#, c-format
1682msgid "file %s is not writable by user"
1683msgstr ""
1684
1685#: trailer.c:873
1686msgid "could not open temporary file"
1687msgstr ""
1688
1689#: trailer.c:912
1690#, c-format
1691msgid "could not rename temporary file to %s"
1692msgstr ""
1693
1694#: transport-helper.c:1041
1695#, c-format
1696msgid "Could not read ref %s"
1697msgstr ""
1698
1699#: unpack-trees.c:203
1700msgid "Checking out files"
1701msgstr ""
1702
1703#: urlmatch.c:120
1704msgid "invalid URL scheme name or missing '://' suffix"
1705msgstr ""
1706
1707#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
1708#, c-format
1709msgid "invalid %XX escape sequence"
1710msgstr ""
1711
1712#: urlmatch.c:172
1713msgid "missing host and scheme is not 'file:'"
1714msgstr ""
1715
1716#: urlmatch.c:189
1717msgid "a 'file:' URL may not have a port number"
1718msgstr ""
1719
1720#: urlmatch.c:199
1721msgid "invalid characters in host name"
1722msgstr ""
1723
1724#: urlmatch.c:244 urlmatch.c:255
1725msgid "invalid port number"
1726msgstr ""
1727
1728#: urlmatch.c:322
1729msgid "invalid '..' path segment"
1730msgstr ""
1731
1732#: wrapper.c:222 wrapper.c:381
1733#, c-format
1734msgid "could not open '%s' for reading and writing"
1735msgstr ""
1736
1737#: wrapper.c:224 wrapper.c:383
1738#, c-format
1739msgid "could not open '%s' for writing"
1740msgstr ""
1741
1742#: wrapper.c:226 wrapper.c:385 builtin/am.c:323 builtin/commit.c:1691
1743#: builtin/merge.c:1075 builtin/pull.c:387
1744#, c-format
1745msgid "could not open '%s' for reading"
1746msgstr ""
1747
1748#: wrapper.c:611
1749#, c-format
1750msgid "unable to access '%s': %s"
1751msgstr ""
1752
1753#: wrapper.c:632
1754#, c-format
1755msgid "unable to access '%s'"
1756msgstr ""
1757
1758#: wrapper.c:640
1759msgid "unable to get current working directory"
1760msgstr ""
1761
1762#: wrapper.c:667
1763#, c-format
1764msgid "could not open %s for writing"
1765msgstr ""
1766
1767#: wrapper.c:678 builtin/am.c:410
1768#, c-format
1769msgid "could not write to %s"
1770msgstr ""
1771
1772#: wrapper.c:684
1773#, c-format
1774msgid "could not close %s"
1775msgstr ""
1776
1777#: wt-status.c:149
1778msgid "Unmerged paths:"
1779msgstr ""
1780
1781#: wt-status.c:176 wt-status.c:203
1782#, c-format
1783msgid "  (use \"git reset %s <file>...\" to unstage)"
1784msgstr ""
1785
1786#: wt-status.c:178 wt-status.c:205
1787msgid "  (use \"git rm --cached <file>...\" to unstage)"
1788msgstr ""
1789
1790#: wt-status.c:182
1791msgid "  (use \"git add <file>...\" to mark resolution)"
1792msgstr ""
1793
1794#: wt-status.c:184 wt-status.c:188
1795msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
1796msgstr ""
1797
1798#: wt-status.c:186
1799msgid "  (use \"git rm <file>...\" to mark resolution)"
1800msgstr ""
1801
1802#: wt-status.c:197 wt-status.c:880
1803msgid "Changes to be committed:"
1804msgstr ""
1805
1806#: wt-status.c:215 wt-status.c:889
1807msgid "Changes not staged for commit:"
1808msgstr ""
1809
1810#: wt-status.c:219
1811msgid "  (use \"git add <file>...\" to update what will be committed)"
1812msgstr ""
1813
1814#: wt-status.c:221
1815msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
1816msgstr ""
1817
1818#: wt-status.c:222
1819msgid ""
1820"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
1821msgstr ""
1822
1823#: wt-status.c:224
1824msgid "  (commit or discard the untracked or modified content in submodules)"
1825msgstr ""
1826
1827#: wt-status.c:236
1828#, c-format
1829msgid "  (use \"git %s <file>...\" to include in what will be committed)"
1830msgstr ""
1831
1832#: wt-status.c:251
1833msgid "both deleted:"
1834msgstr ""
1835
1836#: wt-status.c:253
1837msgid "added by us:"
1838msgstr ""
1839
1840#: wt-status.c:255
1841msgid "deleted by them:"
1842msgstr ""
1843
1844#: wt-status.c:257
1845msgid "added by them:"
1846msgstr ""
1847
1848#: wt-status.c:259
1849msgid "deleted by us:"
1850msgstr ""
1851
1852#: wt-status.c:261
1853msgid "both added:"
1854msgstr ""
1855
1856#: wt-status.c:263
1857msgid "both modified:"
1858msgstr ""
1859
1860#: wt-status.c:265
1861#, c-format
1862msgid "bug: unhandled unmerged status %x"
1863msgstr ""
1864
1865#: wt-status.c:273
1866msgid "new file:"
1867msgstr ""
1868
1869#: wt-status.c:275
1870msgid "copied:"
1871msgstr ""
1872
1873#: wt-status.c:277
1874msgid "deleted:"
1875msgstr ""
1876
1877#: wt-status.c:279
1878msgid "modified:"
1879msgstr ""
1880
1881#: wt-status.c:281
1882msgid "renamed:"
1883msgstr ""
1884
1885#: wt-status.c:283
1886msgid "typechange:"
1887msgstr ""
1888
1889#: wt-status.c:285
1890msgid "unknown:"
1891msgstr ""
1892
1893#: wt-status.c:287
1894msgid "unmerged:"
1895msgstr ""
1896
1897#: wt-status.c:369
1898msgid "new commits, "
1899msgstr ""
1900
1901#: wt-status.c:371
1902msgid "modified content, "
1903msgstr ""
1904
1905#: wt-status.c:373
1906msgid "untracked content, "
1907msgstr ""
1908
1909#: wt-status.c:390
1910#, c-format
1911msgid "bug: unhandled diff status %c"
1912msgstr ""
1913
1914#: wt-status.c:754
1915msgid "Submodules changed but not updated:"
1916msgstr ""
1917
1918#: wt-status.c:756
1919msgid "Submodule changes to be committed:"
1920msgstr ""
1921
1922#: wt-status.c:837
1923msgid ""
1924"Do not touch the line above.\n"
1925"Everything below will be removed."
1926msgstr ""
1927
1928#: wt-status.c:948
1929msgid "You have unmerged paths."
1930msgstr ""
1931
1932#: wt-status.c:951
1933msgid "  (fix conflicts and run \"git commit\")"
1934msgstr ""
1935
1936#: wt-status.c:954
1937msgid "All conflicts fixed but you are still merging."
1938msgstr ""
1939
1940#: wt-status.c:957
1941msgid "  (use \"git commit\" to conclude merge)"
1942msgstr ""
1943
1944#: wt-status.c:967
1945msgid "You are in the middle of an am session."
1946msgstr ""
1947
1948#: wt-status.c:970
1949msgid "The current patch is empty."
1950msgstr ""
1951
1952#: wt-status.c:974
1953msgid "  (fix conflicts and then run \"git am --continue\")"
1954msgstr ""
1955
1956#: wt-status.c:976
1957msgid "  (use \"git am --skip\" to skip this patch)"
1958msgstr ""
1959
1960#: wt-status.c:978
1961msgid "  (use \"git am --abort\" to restore the original branch)"
1962msgstr ""
1963
1964#: wt-status.c:1105
1965msgid "No commands done."
1966msgstr ""
1967
1968#: wt-status.c:1108
1969#, c-format
1970msgid "Last command done (%d command done):"
1971msgid_plural "Last commands done (%d commands done):"
1972msgstr[0] ""
1973msgstr[1] ""
1974
1975#: wt-status.c:1119
1976#, c-format
1977msgid "  (see more in file %s)"
1978msgstr ""
1979
1980#: wt-status.c:1124
1981msgid "No commands remaining."
1982msgstr ""
1983
1984#: wt-status.c:1127
1985#, c-format
1986msgid "Next command to do (%d remaining command):"
1987msgid_plural "Next commands to do (%d remaining commands):"
1988msgstr[0] ""
1989msgstr[1] ""
1990
1991#: wt-status.c:1135
1992msgid "  (use \"git rebase --edit-todo\" to view and edit)"
1993msgstr ""
1994
1995#: wt-status.c:1148
1996#, c-format
1997msgid "You are currently rebasing branch '%s' on '%s'."
1998msgstr ""
1999
2000#: wt-status.c:1153
2001msgid "You are currently rebasing."
2002msgstr ""
2003
2004#: wt-status.c:1167
2005msgid "  (fix conflicts and then run \"git rebase --continue\")"
2006msgstr ""
2007
2008#: wt-status.c:1169
2009msgid "  (use \"git rebase --skip\" to skip this patch)"
2010msgstr ""
2011
2012#: wt-status.c:1171
2013msgid "  (use \"git rebase --abort\" to check out the original branch)"
2014msgstr ""
2015
2016#: wt-status.c:1177
2017msgid "  (all conflicts fixed: run \"git rebase --continue\")"
2018msgstr ""
2019
2020#: wt-status.c:1181
2021#, c-format
2022msgid ""
2023"You are currently splitting a commit while rebasing branch '%s' on '%s'."
2024msgstr ""
2025
2026#: wt-status.c:1186
2027msgid "You are currently splitting a commit during a rebase."
2028msgstr ""
2029
2030#: wt-status.c:1189
2031msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
2032msgstr ""
2033
2034#: wt-status.c:1193
2035#, c-format
2036msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
2037msgstr ""
2038
2039#: wt-status.c:1198
2040msgid "You are currently editing a commit during a rebase."
2041msgstr ""
2042
2043#: wt-status.c:1201
2044msgid "  (use \"git commit --amend\" to amend the current commit)"
2045msgstr ""
2046
2047#: wt-status.c:1203
2048msgid ""
2049"  (use \"git rebase --continue\" once you are satisfied with your changes)"
2050msgstr ""
2051
2052#: wt-status.c:1213
2053#, c-format
2054msgid "You are currently cherry-picking commit %s."
2055msgstr ""
2056
2057#: wt-status.c:1218
2058msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
2059msgstr ""
2060
2061#: wt-status.c:1221
2062msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
2063msgstr ""
2064
2065#: wt-status.c:1223
2066msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
2067msgstr ""
2068
2069#: wt-status.c:1232
2070#, c-format
2071msgid "You are currently reverting commit %s."
2072msgstr ""
2073
2074#: wt-status.c:1237
2075msgid "  (fix conflicts and run \"git revert --continue\")"
2076msgstr ""
2077
2078#: wt-status.c:1240
2079msgid "  (all conflicts fixed: run \"git revert --continue\")"
2080msgstr ""
2081
2082#: wt-status.c:1242
2083msgid "  (use \"git revert --abort\" to cancel the revert operation)"
2084msgstr ""
2085
2086#: wt-status.c:1253
2087#, c-format
2088msgid "You are currently bisecting, started from branch '%s'."
2089msgstr ""
2090
2091#: wt-status.c:1257
2092msgid "You are currently bisecting."
2093msgstr ""
2094
2095#: wt-status.c:1260
2096msgid "  (use \"git bisect reset\" to get back to the original branch)"
2097msgstr ""
2098
2099#: wt-status.c:1438
2100msgid "On branch "
2101msgstr ""
2102
2103#: wt-status.c:1444
2104msgid "interactive rebase in progress; onto "
2105msgstr ""
2106
2107#: wt-status.c:1446
2108msgid "rebase in progress; onto "
2109msgstr ""
2110
2111#: wt-status.c:1451
2112msgid "HEAD detached at "
2113msgstr ""
2114
2115#: wt-status.c:1453
2116msgid "HEAD detached from "
2117msgstr ""
2118
2119#: wt-status.c:1456
2120msgid "Not currently on any branch."
2121msgstr ""
2122
2123#: wt-status.c:1474
2124msgid "Initial commit"
2125msgstr ""
2126
2127#: wt-status.c:1488
2128msgid "Untracked files"
2129msgstr ""
2130
2131#: wt-status.c:1490
2132msgid "Ignored files"
2133msgstr ""
2134
2135#: wt-status.c:1494
2136#, c-format
2137msgid ""
2138"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
2139"may speed it up, but you have to be careful not to forget to add\n"
2140"new files yourself (see 'git help status')."
2141msgstr ""
2142
2143#: wt-status.c:1500
2144#, c-format
2145msgid "Untracked files not listed%s"
2146msgstr ""
2147
2148#: wt-status.c:1502
2149msgid " (use -u option to show untracked files)"
2150msgstr ""
2151
2152#: wt-status.c:1508
2153msgid "No changes"
2154msgstr ""
2155
2156#: wt-status.c:1513
2157#, c-format
2158msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
2159msgstr ""
2160
2161#: wt-status.c:1516
2162#, c-format
2163msgid "no changes added to commit\n"
2164msgstr ""
2165
2166#: wt-status.c:1519
2167#, c-format
2168msgid ""
2169"nothing added to commit but untracked files present (use \"git add\" to "
2170"track)\n"
2171msgstr ""
2172
2173#: wt-status.c:1522
2174#, c-format
2175msgid "nothing added to commit but untracked files present\n"
2176msgstr ""
2177
2178#: wt-status.c:1525
2179#, c-format
2180msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
2181msgstr ""
2182
2183#: wt-status.c:1528 wt-status.c:1533
2184#, c-format
2185msgid "nothing to commit\n"
2186msgstr ""
2187
2188#: wt-status.c:1531
2189#, c-format
2190msgid "nothing to commit (use -u to show untracked files)\n"
2191msgstr ""
2192
2193#: wt-status.c:1535
2194#, c-format
2195msgid "nothing to commit, working directory clean\n"
2196msgstr ""
2197
2198#: wt-status.c:1642
2199msgid "Initial commit on "
2200msgstr ""
2201
2202#: wt-status.c:1646
2203msgid "HEAD (no branch)"
2204msgstr ""
2205
2206#: wt-status.c:1675
2207msgid "gone"
2208msgstr ""
2209
2210#: wt-status.c:1677 wt-status.c:1685
2211msgid "behind "
2212msgstr ""
2213
2214#: wt-status.c:1680 wt-status.c:1683
2215msgid "ahead "
2216msgstr ""
2217
2218#: compat/precompose_utf8.c:57 builtin/clone.c:413
2219#, c-format
2220msgid "failed to unlink '%s'"
2221msgstr ""
2222
2223#: builtin/add.c:22
2224msgid "git add [<options>] [--] <pathspec>..."
2225msgstr ""
2226
2227#: builtin/add.c:65
2228#, c-format
2229msgid "unexpected diff status %c"
2230msgstr ""
2231
2232#: builtin/add.c:70 builtin/commit.c:278
2233msgid "updating files failed"
2234msgstr ""
2235
2236#: builtin/add.c:80
2237#, c-format
2238msgid "remove '%s'\n"
2239msgstr ""
2240
2241#: builtin/add.c:134
2242msgid "Unstaged changes after refreshing the index:"
2243msgstr ""
2244
2245#: builtin/add.c:194 builtin/rev-parse.c:797
2246msgid "Could not read the index"
2247msgstr ""
2248
2249#: builtin/add.c:205
2250#, c-format
2251msgid "Could not open '%s' for writing."
2252msgstr ""
2253
2254#: builtin/add.c:209
2255msgid "Could not write patch"
2256msgstr ""
2257
2258#: builtin/add.c:212
2259msgid "editing patch failed"
2260msgstr ""
2261
2262#: builtin/add.c:215
2263#, c-format
2264msgid "Could not stat '%s'"
2265msgstr ""
2266
2267#: builtin/add.c:217
2268msgid "Empty patch. Aborted."
2269msgstr ""
2270
2271#: builtin/add.c:222
2272#, c-format
2273msgid "Could not apply '%s'"
2274msgstr ""
2275
2276#: builtin/add.c:232
2277msgid "The following paths are ignored by one of your .gitignore files:\n"
2278msgstr ""
2279
2280#: builtin/add.c:249 builtin/clean.c:870 builtin/fetch.c:112 builtin/mv.c:111
2281#: builtin/prune-packed.c:55 builtin/pull.c:189 builtin/push.c:511
2282#: builtin/remote.c:1330 builtin/rm.c:268 builtin/send-pack.c:162
2283msgid "dry run"
2284msgstr ""
2285
2286#: builtin/add.c:250 builtin/apply.c:4561 builtin/check-ignore.c:19
2287#: builtin/commit.c:1322 builtin/count-objects.c:85 builtin/fsck.c:558
2288#: builtin/log.c:1651 builtin/mv.c:110 builtin/read-tree.c:114
2289msgid "be verbose"
2290msgstr ""
2291
2292#: builtin/add.c:252
2293msgid "interactive picking"
2294msgstr ""
2295
2296#: builtin/add.c:253 builtin/checkout.c:1155 builtin/reset.c:286
2297msgid "select hunks interactively"
2298msgstr ""
2299
2300#: builtin/add.c:254
2301msgid "edit current diff and apply"
2302msgstr ""
2303
2304#: builtin/add.c:255
2305msgid "allow adding otherwise ignored files"
2306msgstr ""
2307
2308#: builtin/add.c:256
2309msgid "update tracked files"
2310msgstr ""
2311
2312#: builtin/add.c:257
2313msgid "record only the fact that the path will be added later"
2314msgstr ""
2315
2316#: builtin/add.c:258
2317msgid "add changes from all tracked and untracked files"
2318msgstr ""
2319
2320#: builtin/add.c:261
2321msgid "ignore paths removed in the working tree (same as --no-all)"
2322msgstr ""
2323
2324#: builtin/add.c:263
2325msgid "don't add, only refresh the index"
2326msgstr ""
2327
2328#: builtin/add.c:264
2329msgid "just skip files which cannot be added because of errors"
2330msgstr ""
2331
2332#: builtin/add.c:265
2333msgid "check if - even missing - files are ignored in dry run"
2334msgstr ""
2335
2336#: builtin/add.c:287
2337#, c-format
2338msgid "Use -f if you really want to add them.\n"
2339msgstr ""
2340
2341#: builtin/add.c:294
2342msgid "adding files failed"
2343msgstr ""
2344
2345#: builtin/add.c:330
2346msgid "-A and -u are mutually incompatible"
2347msgstr ""
2348
2349#: builtin/add.c:337
2350msgid "Option --ignore-missing can only be used together with --dry-run"
2351msgstr ""
2352
2353#: builtin/add.c:352
2354#, c-format
2355msgid "Nothing specified, nothing added.\n"
2356msgstr ""
2357
2358#: builtin/add.c:353
2359#, c-format
2360msgid "Maybe you wanted to say 'git add .'?\n"
2361msgstr ""
2362
2363#: builtin/add.c:358 builtin/check-ignore.c:172 builtin/clean.c:914
2364#: builtin/commit.c:337 builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:298
2365#: builtin/submodule--helper.c:35
2366msgid "index file corrupt"
2367msgstr ""
2368
2369#: builtin/add.c:439 builtin/apply.c:4659 builtin/mv.c:280 builtin/rm.c:430
2370msgid "Unable to write new index file"
2371msgstr ""
2372
2373#: builtin/am.c:256 builtin/commit.c:738 builtin/merge.c:1078
2374#, c-format
2375msgid "could not read '%s'"
2376msgstr ""
2377
2378#: builtin/am.c:430
2379msgid "could not parse author script"
2380msgstr ""
2381
2382#: builtin/am.c:507
2383#, c-format
2384msgid "'%s' was deleted by the applypatch-msg hook"
2385msgstr ""
2386
2387#: builtin/am.c:548 builtin/notes.c:300
2388#, c-format
2389msgid "Malformed input line: '%s'."
2390msgstr ""
2391
2392#: builtin/am.c:585 builtin/notes.c:315
2393#, c-format
2394msgid "Failed to copy notes from '%s' to '%s'"
2395msgstr ""
2396
2397#: builtin/am.c:611
2398msgid "fseek failed"
2399msgstr ""
2400
2401#: builtin/am.c:772 builtin/am.c:860
2402#, c-format
2403msgid "could not open '%s' for reading: %s"
2404msgstr ""
2405
2406#: builtin/am.c:779
2407#, c-format
2408msgid "could not open '%s' for writing: %s"
2409msgstr ""
2410
2411#: builtin/am.c:788
2412#, c-format
2413msgid "could not parse patch '%s'"
2414msgstr ""
2415
2416#: builtin/am.c:853
2417msgid "Only one StGIT patch series can be applied at once"
2418msgstr ""
2419
2420#: builtin/am.c:901
2421msgid "invalid timestamp"
2422msgstr ""
2423
2424#: builtin/am.c:904 builtin/am.c:912
2425msgid "invalid Date line"
2426msgstr ""
2427
2428#: builtin/am.c:909
2429msgid "invalid timezone offset"
2430msgstr ""
2431
2432#: builtin/am.c:996
2433msgid "Patch format detection failed."
2434msgstr ""
2435
2436#: builtin/am.c:1001 builtin/clone.c:378
2437#, c-format
2438msgid "failed to create directory '%s'"
2439msgstr ""
2440
2441#: builtin/am.c:1005
2442msgid "Failed to split patches."
2443msgstr ""
2444
2445#: builtin/am.c:1137 builtin/commit.c:363
2446msgid "unable to write index file"
2447msgstr ""
2448
2449#: builtin/am.c:1188
2450#, c-format
2451msgid "When you have resolved this problem, run \"%s --continue\"."
2452msgstr ""
2453
2454#: builtin/am.c:1189
2455#, c-format
2456msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
2457msgstr ""
2458
2459#: builtin/am.c:1190
2460#, c-format
2461msgid "To restore the original branch and stop patching, run \"%s --abort\"."
2462msgstr ""
2463
2464#: builtin/am.c:1328
2465msgid "Patch is empty. Was it split wrong?"
2466msgstr ""
2467
2468#: builtin/am.c:1402 builtin/log.c:1350
2469#, c-format
2470msgid "invalid ident line: %s"
2471msgstr ""
2472
2473#: builtin/am.c:1429
2474#, c-format
2475msgid "unable to parse commit %s"
2476msgstr ""
2477
2478#: builtin/am.c:1631
2479msgid "Repository lacks necessary blobs to fall back on 3-way merge."
2480msgstr ""
2481
2482#: builtin/am.c:1633
2483msgid "Using index info to reconstruct a base tree..."
2484msgstr ""
2485
2486#: builtin/am.c:1652
2487msgid ""
2488"Did you hand edit your patch?\n"
2489"It does not apply to blobs recorded in its index."
2490msgstr ""
2491
2492#: builtin/am.c:1658
2493msgid "Falling back to patching base and 3-way merge..."
2494msgstr ""
2495
2496#: builtin/am.c:1673
2497msgid "Failed to merge in the changes."
2498msgstr ""
2499
2500#: builtin/am.c:1697 builtin/merge.c:633
2501msgid "git write-tree failed to write a tree"
2502msgstr ""
2503
2504#: builtin/am.c:1704
2505msgid "applying to an empty history"
2506msgstr ""
2507
2508#: builtin/am.c:1717 builtin/commit.c:1755 builtin/merge.c:830
2509#: builtin/merge.c:855
2510msgid "failed to write commit object"
2511msgstr ""
2512
2513#: builtin/am.c:1749 builtin/am.c:1753
2514#, c-format
2515msgid "cannot resume: %s does not exist."
2516msgstr ""
2517
2518#: builtin/am.c:1769
2519msgid "cannot be interactive without stdin connected to a terminal."
2520msgstr ""
2521
2522#: builtin/am.c:1774
2523msgid "Commit Body is:"
2524msgstr ""
2525
2526#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
2527#. in your translation. The program will only accept English
2528#. input at this point.
2529#.
2530#: builtin/am.c:1784
2531msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
2532msgstr ""
2533
2534#: builtin/am.c:1834
2535#, c-format
2536msgid "Dirty index: cannot apply patches (dirty: %s)"
2537msgstr ""
2538
2539#: builtin/am.c:1869 builtin/am.c:1941
2540#, c-format
2541msgid "Applying: %.*s"
2542msgstr ""
2543
2544#: builtin/am.c:1885
2545msgid "No changes -- Patch already applied."
2546msgstr ""
2547
2548#: builtin/am.c:1893
2549#, c-format
2550msgid "Patch failed at %s %.*s"
2551msgstr ""
2552
2553#: builtin/am.c:1899
2554#, c-format
2555msgid "The copy of the patch that failed is found in: %s"
2556msgstr ""
2557
2558#: builtin/am.c:1944
2559msgid ""
2560"No changes - did you forget to use 'git add'?\n"
2561"If there is nothing left to stage, chances are that something else\n"
2562"already introduced the same changes; you might want to skip this patch."
2563msgstr ""
2564
2565#: builtin/am.c:1951
2566msgid ""
2567"You still have unmerged paths in your index.\n"
2568"Did you forget to use 'git add'?"
2569msgstr ""
2570
2571#: builtin/am.c:2059 builtin/am.c:2063 builtin/am.c:2075 builtin/reset.c:308
2572#: builtin/reset.c:316
2573#, c-format
2574msgid "Could not parse object '%s'."
2575msgstr ""
2576
2577#: builtin/am.c:2111
2578msgid "failed to clean index"
2579msgstr ""
2580
2581#: builtin/am.c:2145
2582msgid ""
2583"You seem to have moved HEAD since the last 'am' failure.\n"
2584"Not rewinding to ORIG_HEAD"
2585msgstr ""
2586
2587#: builtin/am.c:2206
2588#, c-format
2589msgid "Invalid value for --patch-format: %s"
2590msgstr ""
2591
2592#: builtin/am.c:2239
2593msgid "git am [<options>] [(<mbox>|<Maildir>)...]"
2594msgstr ""
2595
2596#: builtin/am.c:2240
2597msgid "git am [<options>] (--continue | --skip | --abort)"
2598msgstr ""
2599
2600#: builtin/am.c:2246
2601msgid "run interactively"
2602msgstr ""
2603
2604#: builtin/am.c:2248
2605msgid "historical option -- no-op"
2606msgstr ""
2607
2608#: builtin/am.c:2250
2609msgid "allow fall back on 3way merging if needed"
2610msgstr ""
2611
2612#: builtin/am.c:2251 builtin/init-db.c:474 builtin/prune-packed.c:57
2613#: builtin/repack.c:171
2614msgid "be quiet"
2615msgstr ""
2616
2617#: builtin/am.c:2253
2618msgid "add a Signed-off-by line to the commit message"
2619msgstr ""
2620
2621#: builtin/am.c:2256
2622msgid "recode into utf8 (default)"
2623msgstr ""
2624
2625#: builtin/am.c:2258
2626msgid "pass -k flag to git-mailinfo"
2627msgstr ""
2628
2629#: builtin/am.c:2260
2630msgid "pass -b flag to git-mailinfo"
2631msgstr ""
2632
2633#: builtin/am.c:2262
2634msgid "pass -m flag to git-mailinfo"
2635msgstr ""
2636
2637#: builtin/am.c:2264
2638msgid "pass --keep-cr flag to git-mailsplit for mbox format"
2639msgstr ""
2640
2641#: builtin/am.c:2267
2642msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
2643msgstr ""
2644
2645#: builtin/am.c:2270
2646msgid "strip everything before a scissors line"
2647msgstr ""
2648
2649#: builtin/am.c:2271 builtin/apply.c:4544
2650msgid "action"
2651msgstr ""
2652
2653#: builtin/am.c:2272 builtin/am.c:2275 builtin/am.c:2278 builtin/am.c:2281
2654#: builtin/am.c:2284 builtin/am.c:2287 builtin/am.c:2290 builtin/am.c:2293
2655#: builtin/am.c:2299
2656msgid "pass it through git-apply"
2657msgstr ""
2658
2659#: builtin/am.c:2280 builtin/apply.c:4568
2660msgid "root"
2661msgstr ""
2662
2663#: builtin/am.c:2283 builtin/am.c:2286 builtin/apply.c:4506
2664#: builtin/apply.c:4509 builtin/clone.c:86 builtin/fetch.c:95
2665#: builtin/pull.c:171 builtin/submodule--helper.c:72
2666#: builtin/submodule--helper.c:160 builtin/submodule--helper.c:163
2667msgid "path"
2668msgstr ""
2669
2670#: builtin/am.c:2289 builtin/fmt-merge-msg.c:666 builtin/fmt-merge-msg.c:669
2671#: builtin/grep.c:704 builtin/merge.c:198 builtin/pull.c:131
2672#: builtin/pull.c:185 builtin/repack.c:178 builtin/repack.c:182
2673#: builtin/show-branch.c:645 builtin/show-ref.c:175 builtin/tag.c:340
2674#: parse-options.h:132 parse-options.h:134 parse-options.h:244
2675msgid "n"
2676msgstr ""
2677
2678#: builtin/am.c:2292 builtin/apply.c:4512
2679msgid "num"
2680msgstr ""
2681
2682#: builtin/am.c:2295 builtin/for-each-ref.c:37 builtin/replace.c:438
2683#: builtin/tag.c:372
2684msgid "format"
2685msgstr ""
2686
2687#: builtin/am.c:2296
2688msgid "format the patch(es) are in"
2689msgstr ""
2690
2691#: builtin/am.c:2302
2692msgid "override error message when patch failure occurs"
2693msgstr ""
2694
2695#: builtin/am.c:2304
2696msgid "continue applying patches after resolving a conflict"
2697msgstr ""
2698
2699#: builtin/am.c:2307
2700msgid "synonyms for --continue"
2701msgstr ""
2702
2703#: builtin/am.c:2310
2704msgid "skip the current patch"
2705msgstr ""
2706
2707#: builtin/am.c:2313
2708msgid "restore the original branch and abort the patching operation."
2709msgstr ""
2710
2711#: builtin/am.c:2317
2712msgid "lie about committer date"
2713msgstr ""
2714
2715#: builtin/am.c:2319
2716msgid "use current timestamp for author date"
2717msgstr ""
2718
2719#: builtin/am.c:2321 builtin/commit.c:1593 builtin/merge.c:225
2720#: builtin/pull.c:159 builtin/revert.c:92 builtin/tag.c:355
2721msgid "key-id"
2722msgstr ""
2723
2724#: builtin/am.c:2322
2725msgid "GPG-sign commits"
2726msgstr ""
2727
2728#: builtin/am.c:2325
2729msgid "(internal use for git-rebase)"
2730msgstr ""
2731
2732#: builtin/am.c:2340
2733msgid ""
2734"The -b/--binary option has been a no-op for long time, and\n"
2735"it will be removed. Please do not use it anymore."
2736msgstr ""
2737
2738#: builtin/am.c:2347
2739msgid "failed to read the index"
2740msgstr ""
2741
2742#: builtin/am.c:2362
2743#, c-format
2744msgid "previous rebase directory %s still exists but mbox given."
2745msgstr ""
2746
2747#: builtin/am.c:2386
2748#, c-format
2749msgid ""
2750"Stray %s directory found.\n"
2751"Use \"git am --abort\" to remove it."
2752msgstr ""
2753
2754#: builtin/am.c:2392
2755msgid "Resolve operation not in progress, we are not resuming."
2756msgstr ""
2757
2758#: builtin/apply.c:59
2759msgid "git apply [<options>] [<patch>...]"
2760msgstr ""
2761
2762#: builtin/apply.c:111
2763#, c-format
2764msgid "unrecognized whitespace option '%s'"
2765msgstr ""
2766
2767#: builtin/apply.c:126
2768#, c-format
2769msgid "unrecognized whitespace ignore option '%s'"
2770msgstr ""
2771
2772#: builtin/apply.c:818
2773#, c-format
2774msgid "Cannot prepare timestamp regexp %s"
2775msgstr ""
2776
2777#: builtin/apply.c:827
2778#, c-format
2779msgid "regexec returned %d for input: %s"
2780msgstr ""
2781
2782#: builtin/apply.c:908
2783#, c-format
2784msgid "unable to find filename in patch at line %d"
2785msgstr ""
2786
2787#: builtin/apply.c:940
2788#, c-format
2789msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
2790msgstr ""
2791
2792#: builtin/apply.c:944
2793#, c-format
2794msgid "git apply: bad git-diff - inconsistent new filename on line %d"
2795msgstr ""
2796
2797#: builtin/apply.c:945
2798#, c-format
2799msgid "git apply: bad git-diff - inconsistent old filename on line %d"
2800msgstr ""
2801
2802#: builtin/apply.c:952
2803#, c-format
2804msgid "git apply: bad git-diff - expected /dev/null on line %d"
2805msgstr ""
2806
2807#: builtin/apply.c:1415
2808#, c-format
2809msgid "recount: unexpected line: %.*s"
2810msgstr ""
2811
2812#: builtin/apply.c:1472
2813#, c-format
2814msgid "patch fragment without header at line %d: %.*s"
2815msgstr ""
2816
2817#: builtin/apply.c:1489
2818#, c-format
2819msgid ""
2820"git diff header lacks filename information when removing %d leading pathname "
2821"component (line %d)"
2822msgid_plural ""
2823"git diff header lacks filename information when removing %d leading pathname "
2824"components (line %d)"
2825msgstr[0] ""
2826msgstr[1] ""
2827
2828#: builtin/apply.c:1655
2829msgid "new file depends on old contents"
2830msgstr ""
2831
2832#: builtin/apply.c:1657
2833msgid "deleted file still has contents"
2834msgstr ""
2835
2836#: builtin/apply.c:1683
2837#, c-format
2838msgid "corrupt patch at line %d"
2839msgstr ""
2840
2841#: builtin/apply.c:1719
2842#, c-format
2843msgid "new file %s depends on old contents"
2844msgstr ""
2845
2846#: builtin/apply.c:1721
2847#, c-format
2848msgid "deleted file %s still has contents"
2849msgstr ""
2850
2851#: builtin/apply.c:1724
2852#, c-format
2853msgid "** warning: file %s becomes empty but is not deleted"
2854msgstr ""
2855
2856#: builtin/apply.c:1870
2857#, c-format
2858msgid "corrupt binary patch at line %d: %.*s"
2859msgstr ""
2860
2861#: builtin/apply.c:1899
2862#, c-format
2863msgid "unrecognized binary patch at line %d"
2864msgstr ""
2865
2866#: builtin/apply.c:2050
2867#, c-format
2868msgid "patch with only garbage at line %d"
2869msgstr ""
2870
2871#: builtin/apply.c:2140
2872#, c-format
2873msgid "unable to read symlink %s"
2874msgstr ""
2875
2876#: builtin/apply.c:2144
2877#, c-format
2878msgid "unable to open or read %s"
2879msgstr ""
2880
2881#: builtin/apply.c:2777
2882#, c-format
2883msgid "invalid start of line: '%c'"
2884msgstr ""
2885
2886#: builtin/apply.c:2896
2887#, c-format
2888msgid "Hunk #%d succeeded at %d (offset %d line)."
2889msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
2890msgstr[0] ""
2891msgstr[1] ""
2892
2893#: builtin/apply.c:2908
2894#, c-format
2895msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
2896msgstr ""
2897
2898#: builtin/apply.c:2914
2899#, c-format
2900msgid ""
2901"while searching for:\n"
2902"%.*s"
2903msgstr ""
2904
2905#: builtin/apply.c:2934
2906#, c-format
2907msgid "missing binary patch data for '%s'"
2908msgstr ""
2909
2910#: builtin/apply.c:3035
2911#, c-format
2912msgid "binary patch does not apply to '%s'"
2913msgstr ""
2914
2915#: builtin/apply.c:3041
2916#, c-format
2917msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
2918msgstr ""
2919
2920#: builtin/apply.c:3062
2921#, c-format
2922msgid "patch failed: %s:%ld"
2923msgstr ""
2924
2925#: builtin/apply.c:3186
2926#, c-format
2927msgid "cannot checkout %s"
2928msgstr ""
2929
2930#: builtin/apply.c:3231 builtin/apply.c:3242 builtin/apply.c:3287
2931#, c-format
2932msgid "read of %s failed"
2933msgstr ""
2934
2935#: builtin/apply.c:3239
2936#, c-format
2937msgid "reading from '%s' beyond a symbolic link"
2938msgstr ""
2939
2940#: builtin/apply.c:3267 builtin/apply.c:3489
2941#, c-format
2942msgid "path %s has been renamed/deleted"
2943msgstr ""
2944
2945#: builtin/apply.c:3348 builtin/apply.c:3503
2946#, c-format
2947msgid "%s: does not exist in index"
2948msgstr ""
2949
2950#: builtin/apply.c:3352 builtin/apply.c:3495 builtin/apply.c:3517
2951#, c-format
2952msgid "%s: %s"
2953msgstr ""
2954
2955#: builtin/apply.c:3357 builtin/apply.c:3511
2956#, c-format
2957msgid "%s: does not match index"
2958msgstr ""
2959
2960#: builtin/apply.c:3459
2961msgid "removal patch leaves file contents"
2962msgstr ""
2963
2964#: builtin/apply.c:3528
2965#, c-format
2966msgid "%s: wrong type"
2967msgstr ""
2968
2969#: builtin/apply.c:3530
2970#, c-format
2971msgid "%s has type %o, expected %o"
2972msgstr ""
2973
2974#: builtin/apply.c:3689 builtin/apply.c:3691
2975#, c-format
2976msgid "invalid path '%s'"
2977msgstr ""
2978
2979#: builtin/apply.c:3746
2980#, c-format
2981msgid "%s: already exists in index"
2982msgstr ""
2983
2984#: builtin/apply.c:3749
2985#, c-format
2986msgid "%s: already exists in working directory"
2987msgstr ""
2988
2989#: builtin/apply.c:3769
2990#, c-format
2991msgid "new mode (%o) of %s does not match old mode (%o)"
2992msgstr ""
2993
2994#: builtin/apply.c:3774
2995#, c-format
2996msgid "new mode (%o) of %s does not match old mode (%o) of %s"
2997msgstr ""
2998
2999#: builtin/apply.c:3794
3000#, c-format
3001msgid "affected file '%s' is beyond a symbolic link"
3002msgstr ""
3003
3004#: builtin/apply.c:3798
3005#, c-format
3006msgid "%s: patch does not apply"
3007msgstr ""
3008
3009#: builtin/apply.c:3812
3010#, c-format
3011msgid "Checking patch %s..."
3012msgstr ""
3013
3014#: builtin/apply.c:3905 builtin/checkout.c:233 builtin/reset.c:135
3015#, c-format
3016msgid "make_cache_entry failed for path '%s'"
3017msgstr ""
3018
3019#: builtin/apply.c:4048
3020#, c-format
3021msgid "unable to remove %s from index"
3022msgstr ""
3023
3024#: builtin/apply.c:4077
3025#, c-format
3026msgid "corrupt patch for submodule %s"
3027msgstr ""
3028
3029#: builtin/apply.c:4081
3030#, c-format
3031msgid "unable to stat newly created file '%s'"
3032msgstr ""
3033
3034#: builtin/apply.c:4086
3035#, c-format
3036msgid "unable to create backing store for newly created file %s"
3037msgstr ""
3038
3039#: builtin/apply.c:4089 builtin/apply.c:4197
3040#, c-format
3041msgid "unable to add cache entry for %s"
3042msgstr ""
3043
3044#: builtin/apply.c:4122
3045#, c-format
3046msgid "closing file '%s'"
3047msgstr ""
3048
3049#: builtin/apply.c:4171
3050#, c-format
3051msgid "unable to write file '%s' mode %o"
3052msgstr ""
3053
3054#: builtin/apply.c:4258
3055#, c-format
3056msgid "Applied patch %s cleanly."
3057msgstr ""
3058
3059#: builtin/apply.c:4266
3060msgid "internal error"
3061msgstr ""
3062
3063#: builtin/apply.c:4269
3064#, c-format
3065msgid "Applying patch %%s with %d reject..."
3066msgid_plural "Applying patch %%s with %d rejects..."
3067msgstr[0] ""
3068msgstr[1] ""
3069
3070#: builtin/apply.c:4279
3071#, c-format
3072msgid "truncating .rej filename to %.*s.rej"
3073msgstr ""
3074
3075#: builtin/apply.c:4300
3076#, c-format
3077msgid "Hunk #%d applied cleanly."
3078msgstr ""
3079
3080#: builtin/apply.c:4303
3081#, c-format
3082msgid "Rejected hunk #%d."
3083msgstr ""
3084
3085#: builtin/apply.c:4393
3086msgid "unrecognized input"
3087msgstr ""
3088
3089#: builtin/apply.c:4404
3090msgid "unable to read index file"
3091msgstr ""
3092
3093#: builtin/apply.c:4507
3094msgid "don't apply changes matching the given path"
3095msgstr ""
3096
3097#: builtin/apply.c:4510
3098msgid "apply changes matching the given path"
3099msgstr ""
3100
3101#: builtin/apply.c:4513
3102msgid "remove <num> leading slashes from traditional diff paths"
3103msgstr ""
3104
3105#: builtin/apply.c:4516
3106msgid "ignore additions made by the patch"
3107msgstr ""
3108
3109#: builtin/apply.c:4518
3110msgid "instead of applying the patch, output diffstat for the input"
3111msgstr ""
3112
3113#: builtin/apply.c:4522
3114msgid "show number of added and deleted lines in decimal notation"
3115msgstr ""
3116
3117#: builtin/apply.c:4524
3118msgid "instead of applying the patch, output a summary for the input"
3119msgstr ""
3120
3121#: builtin/apply.c:4526
3122msgid "instead of applying the patch, see if the patch is applicable"
3123msgstr ""
3124
3125#: builtin/apply.c:4528
3126msgid "make sure the patch is applicable to the current index"
3127msgstr ""
3128
3129#: builtin/apply.c:4530
3130msgid "apply a patch without touching the working tree"
3131msgstr ""
3132
3133#: builtin/apply.c:4532
3134msgid "accept a patch that touches outside the working area"
3135msgstr ""
3136
3137#: builtin/apply.c:4534
3138msgid "also apply the patch (use with --stat/--summary/--check)"
3139msgstr ""
3140
3141#: builtin/apply.c:4536
3142msgid "attempt three-way merge if a patch does not apply"
3143msgstr ""
3144
3145#: builtin/apply.c:4538
3146msgid "build a temporary index based on embedded index information"
3147msgstr ""
3148
3149#: builtin/apply.c:4541 builtin/checkout-index.c:169 builtin/ls-files.c:425
3150msgid "paths are separated with NUL character"
3151msgstr ""
3152
3153#: builtin/apply.c:4543
3154msgid "ensure at least <n> lines of context match"
3155msgstr ""
3156
3157#: builtin/apply.c:4545
3158msgid "detect new or modified lines that have whitespace errors"
3159msgstr ""
3160
3161#: builtin/apply.c:4548 builtin/apply.c:4551
3162msgid "ignore changes in whitespace when finding context"
3163msgstr ""
3164
3165#: builtin/apply.c:4554
3166msgid "apply the patch in reverse"
3167msgstr ""
3168
3169#: builtin/apply.c:4556
3170msgid "don't expect at least one line of context"
3171msgstr ""
3172
3173#: builtin/apply.c:4558
3174msgid "leave the rejected hunks in corresponding *.rej files"
3175msgstr ""
3176
3177#: builtin/apply.c:4560
3178msgid "allow overlapping hunks"
3179msgstr ""
3180
3181#: builtin/apply.c:4563
3182msgid "tolerate incorrectly detected missing new-line at the end of file"
3183msgstr ""
3184
3185#: builtin/apply.c:4566
3186msgid "do not trust the line counts in the hunk headers"
3187msgstr ""
3188
3189#: builtin/apply.c:4569
3190msgid "prepend <root> to all filenames"
3191msgstr ""
3192
3193#: builtin/apply.c:4591
3194msgid "--3way outside a repository"
3195msgstr ""
3196
3197#: builtin/apply.c:4599
3198msgid "--index outside a repository"
3199msgstr ""
3200
3201#: builtin/apply.c:4602
3202msgid "--cached outside a repository"
3203msgstr ""
3204
3205#: builtin/apply.c:4621
3206#, c-format
3207msgid "can't open patch '%s'"
3208msgstr ""
3209
3210#: builtin/apply.c:4635
3211#, c-format
3212msgid "squelched %d whitespace error"
3213msgid_plural "squelched %d whitespace errors"
3214msgstr[0] ""
3215msgstr[1] ""
3216
3217#: builtin/apply.c:4641 builtin/apply.c:4651
3218#, c-format
3219msgid "%d line adds whitespace errors."
3220msgid_plural "%d lines add whitespace errors."
3221msgstr[0] ""
3222msgstr[1] ""
3223
3224#: builtin/archive.c:17
3225#, c-format
3226msgid "could not create archive file '%s'"
3227msgstr ""
3228
3229#: builtin/archive.c:20
3230msgid "could not redirect output"
3231msgstr ""
3232
3233#: builtin/archive.c:37
3234msgid "git archive: Remote with no URL"
3235msgstr ""
3236
3237#: builtin/archive.c:58
3238msgid "git archive: expected ACK/NAK, got EOF"
3239msgstr ""
3240
3241#: builtin/archive.c:61
3242#, c-format
3243msgid "git archive: NACK %s"
3244msgstr ""
3245
3246#: builtin/archive.c:63
3247#, c-format
3248msgid "remote error: %s"
3249msgstr ""
3250
3251#: builtin/archive.c:64
3252msgid "git archive: protocol error"
3253msgstr ""
3254
3255#: builtin/archive.c:68
3256msgid "git archive: expected a flush"
3257msgstr ""
3258
3259#: builtin/bisect--helper.c:7
3260msgid "git bisect--helper --next-all [--no-checkout]"
3261msgstr ""
3262
3263#: builtin/bisect--helper.c:17
3264msgid "perform 'git bisect next'"
3265msgstr ""
3266
3267#: builtin/bisect--helper.c:19
3268msgid "update BISECT_HEAD instead of checking out the current commit"
3269msgstr ""
3270
3271#: builtin/blame.c:33
3272msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
3273msgstr ""
3274
3275#: builtin/blame.c:38
3276msgid "<rev-opts> are documented in git-rev-list(1)"
3277msgstr ""
3278
3279#: builtin/blame.c:1782
3280msgid "Blaming lines"
3281msgstr ""
3282
3283#: builtin/blame.c:2530
3284msgid "Show blame entries as we find them, incrementally"
3285msgstr ""
3286
3287#: builtin/blame.c:2531
3288msgid "Show blank SHA-1 for boundary commits (Default: off)"
3289msgstr ""
3290
3291#: builtin/blame.c:2532
3292msgid "Do not treat root commits as boundaries (Default: off)"
3293msgstr ""
3294
3295#: builtin/blame.c:2533
3296msgid "Show work cost statistics"
3297msgstr ""
3298
3299#: builtin/blame.c:2534
3300msgid "Force progress reporting"
3301msgstr ""
3302
3303#: builtin/blame.c:2535
3304msgid "Show output score for blame entries"
3305msgstr ""
3306
3307#: builtin/blame.c:2536
3308msgid "Show original filename (Default: auto)"
3309msgstr ""
3310
3311#: builtin/blame.c:2537
3312msgid "Show original linenumber (Default: off)"
3313msgstr ""
3314
3315#: builtin/blame.c:2538
3316msgid "Show in a format designed for machine consumption"
3317msgstr ""
3318
3319#: builtin/blame.c:2539
3320msgid "Show porcelain format with per-line commit information"
3321msgstr ""
3322
3323#: builtin/blame.c:2540
3324msgid "Use the same output mode as git-annotate (Default: off)"
3325msgstr ""
3326
3327#: builtin/blame.c:2541
3328msgid "Show raw timestamp (Default: off)"
3329msgstr ""
3330
3331#: builtin/blame.c:2542
3332msgid "Show long commit SHA1 (Default: off)"
3333msgstr ""
3334
3335#: builtin/blame.c:2543
3336msgid "Suppress author name and timestamp (Default: off)"
3337msgstr ""
3338
3339#: builtin/blame.c:2544
3340msgid "Show author email instead of name (Default: off)"
3341msgstr ""
3342
3343#: builtin/blame.c:2545
3344msgid "Ignore whitespace differences"
3345msgstr ""
3346
3347#: builtin/blame.c:2546
3348msgid "Spend extra cycles to find better match"
3349msgstr ""
3350
3351#: builtin/blame.c:2547
3352msgid "Use revisions from <file> instead of calling git-rev-list"
3353msgstr ""
3354
3355#: builtin/blame.c:2548
3356msgid "Use <file>'s contents as the final image"
3357msgstr ""
3358
3359#: builtin/blame.c:2549 builtin/blame.c:2550
3360msgid "score"
3361msgstr ""
3362
3363#: builtin/blame.c:2549
3364msgid "Find line copies within and across files"
3365msgstr ""
3366
3367#: builtin/blame.c:2550
3368msgid "Find line movements within and across files"
3369msgstr ""
3370
3371#: builtin/blame.c:2551
3372msgid "n,m"
3373msgstr ""
3374
3375#: builtin/blame.c:2551
3376msgid "Process only line range n,m, counting from 1"
3377msgstr ""
3378
3379#. TRANSLATORS: This string is used to tell us the maximum
3380#. display width for a relative timestamp in "git blame"
3381#. output.  For C locale, "4 years, 11 months ago", which
3382#. takes 22 places, is the longest among various forms of
3383#. relative timestamps, but your language may need more or
3384#. fewer display columns.
3385#: builtin/blame.c:2640
3386msgid "4 years, 11 months ago"
3387msgstr ""
3388
3389#: builtin/branch.c:25
3390msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
3391msgstr ""
3392
3393#: builtin/branch.c:26
3394msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
3395msgstr ""
3396
3397#: builtin/branch.c:27
3398msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
3399msgstr ""
3400
3401#: builtin/branch.c:28
3402msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
3403msgstr ""
3404
3405#: builtin/branch.c:29
3406msgid "git branch [<options>] [-r | -a] [--points-at]"
3407msgstr ""
3408
3409#: builtin/branch.c:142
3410#, c-format
3411msgid ""
3412"deleting branch '%s' that has been merged to\n"
3413"         '%s', but not yet merged to HEAD."
3414msgstr ""
3415
3416#: builtin/branch.c:146
3417#, c-format
3418msgid ""
3419"not deleting branch '%s' that is not yet merged to\n"
3420"         '%s', even though it is merged to HEAD."
3421msgstr ""
3422
3423#: builtin/branch.c:160
3424#, c-format
3425msgid "Couldn't look up commit object for '%s'"
3426msgstr ""
3427
3428#: builtin/branch.c:164
3429#, c-format
3430msgid ""
3431"The branch '%s' is not fully merged.\n"
3432"If you are sure you want to delete it, run 'git branch -D %s'."
3433msgstr ""
3434
3435#: builtin/branch.c:177
3436msgid "Update of config-file failed"
3437msgstr ""
3438
3439#: builtin/branch.c:205
3440msgid "cannot use -a with -d"
3441msgstr ""
3442
3443#: builtin/branch.c:211
3444msgid "Couldn't look up commit object for HEAD"
3445msgstr ""
3446
3447#: builtin/branch.c:219
3448#, c-format
3449msgid "Cannot delete the branch '%s' which you are currently on."
3450msgstr ""
3451
3452#: builtin/branch.c:235
3453#, c-format
3454msgid "remote-tracking branch '%s' not found."
3455msgstr ""
3456
3457#: builtin/branch.c:236
3458#, c-format
3459msgid "branch '%s' not found."
3460msgstr ""
3461
3462#: builtin/branch.c:251
3463#, c-format
3464msgid "Error deleting remote-tracking branch '%s'"
3465msgstr ""
3466
3467#: builtin/branch.c:252
3468#, c-format
3469msgid "Error deleting branch '%s'"
3470msgstr ""
3471
3472#: builtin/branch.c:259
3473#, c-format
3474msgid "Deleted remote-tracking branch %s (was %s).\n"
3475msgstr ""
3476
3477#: builtin/branch.c:260
3478#, c-format
3479msgid "Deleted branch %s (was %s).\n"
3480msgstr ""
3481
3482#: builtin/branch.c:303
3483#, c-format
3484msgid "[%s: gone]"
3485msgstr ""
3486
3487#: builtin/branch.c:308
3488#, c-format
3489msgid "[%s]"
3490msgstr ""
3491
3492#: builtin/branch.c:313
3493#, c-format
3494msgid "[%s: behind %d]"
3495msgstr ""
3496
3497#: builtin/branch.c:315
3498#, c-format
3499msgid "[behind %d]"
3500msgstr ""
3501
3502#: builtin/branch.c:319
3503#, c-format
3504msgid "[%s: ahead %d]"
3505msgstr ""
3506
3507#: builtin/branch.c:321
3508#, c-format
3509msgid "[ahead %d]"
3510msgstr ""
3511
3512#: builtin/branch.c:324
3513#, c-format
3514msgid "[%s: ahead %d, behind %d]"
3515msgstr ""
3516
3517#: builtin/branch.c:327
3518#, c-format
3519msgid "[ahead %d, behind %d]"
3520msgstr ""
3521
3522#: builtin/branch.c:340
3523msgid " **** invalid ref ****"
3524msgstr ""
3525
3526#: builtin/branch.c:366
3527#, c-format
3528msgid "(no branch, rebasing %s)"
3529msgstr ""
3530
3531#: builtin/branch.c:369
3532#, c-format
3533msgid "(no branch, bisect started on %s)"
3534msgstr ""
3535
3536#: builtin/branch.c:375
3537#, c-format
3538msgid "(HEAD detached at %s)"
3539msgstr ""
3540
3541#: builtin/branch.c:378
3542#, c-format
3543msgid "(HEAD detached from %s)"
3544msgstr ""
3545
3546#: builtin/branch.c:382
3547msgid "(no branch)"
3548msgstr ""
3549
3550#: builtin/branch.c:524
3551msgid "cannot rename the current branch while not on any."
3552msgstr ""
3553
3554#: builtin/branch.c:534
3555#, c-format
3556msgid "Invalid branch name: '%s'"
3557msgstr ""
3558
3559#: builtin/branch.c:549
3560msgid "Branch rename failed"
3561msgstr ""
3562
3563#: builtin/branch.c:553
3564#, c-format
3565msgid "Renamed a misnamed branch '%s' away"
3566msgstr ""
3567
3568#: builtin/branch.c:557
3569#, c-format
3570msgid "Branch renamed to %s, but HEAD is not updated!"
3571msgstr ""
3572
3573#: builtin/branch.c:564
3574msgid "Branch is renamed, but update of config-file failed"
3575msgstr ""
3576
3577#: builtin/branch.c:586
3578#, c-format
3579msgid "could not write branch description template: %s"
3580msgstr ""
3581
3582#: builtin/branch.c:615
3583msgid "Generic options"
3584msgstr ""
3585
3586#: builtin/branch.c:617
3587msgid "show hash and subject, give twice for upstream branch"
3588msgstr ""
3589
3590#: builtin/branch.c:618
3591msgid "suppress informational messages"
3592msgstr ""
3593
3594#: builtin/branch.c:619
3595msgid "set up tracking mode (see git-pull(1))"
3596msgstr ""
3597
3598#: builtin/branch.c:621
3599msgid "change upstream info"
3600msgstr ""
3601
3602#: builtin/branch.c:625
3603msgid "use colored output"
3604msgstr ""
3605
3606#: builtin/branch.c:626
3607msgid "act on remote-tracking branches"
3608msgstr ""
3609
3610#: builtin/branch.c:628 builtin/branch.c:629
3611msgid "print only branches that contain the commit"
3612msgstr ""
3613
3614#: builtin/branch.c:632
3615msgid "Specific git-branch actions:"
3616msgstr ""
3617
3618#: builtin/branch.c:633
3619msgid "list both remote-tracking and local branches"
3620msgstr ""
3621
3622#: builtin/branch.c:635
3623msgid "delete fully merged branch"
3624msgstr ""
3625
3626#: builtin/branch.c:636
3627msgid "delete branch (even if not merged)"
3628msgstr ""
3629
3630#: builtin/branch.c:637
3631msgid "move/rename a branch and its reflog"
3632msgstr ""
3633
3634#: builtin/branch.c:638
3635msgid "move/rename a branch, even if target exists"
3636msgstr ""
3637
3638#: builtin/branch.c:639
3639msgid "list branch names"
3640msgstr ""
3641
3642#: builtin/branch.c:640
3643msgid "create the branch's reflog"
3644msgstr ""
3645
3646#: builtin/branch.c:642
3647msgid "edit the description for the branch"
3648msgstr ""
3649
3650#: builtin/branch.c:643
3651msgid "force creation, move/rename, deletion"
3652msgstr ""
3653
3654#: builtin/branch.c:644
3655msgid "print only branches that are merged"
3656msgstr ""
3657
3658#: builtin/branch.c:645
3659msgid "print only branches that are not merged"
3660msgstr ""
3661
3662#: builtin/branch.c:646
3663msgid "list branches in columns"
3664msgstr ""
3665
3666#: builtin/branch.c:647 builtin/for-each-ref.c:38 builtin/tag.c:366
3667msgid "key"
3668msgstr ""
3669
3670#: builtin/branch.c:648 builtin/for-each-ref.c:39 builtin/tag.c:367
3671msgid "field name to sort on"
3672msgstr ""
3673
3674#: builtin/branch.c:650 builtin/for-each-ref.c:41 builtin/notes.c:401
3675#: builtin/notes.c:404 builtin/notes.c:564 builtin/notes.c:567
3676#: builtin/tag.c:369
3677msgid "object"
3678msgstr ""
3679
3680#: builtin/branch.c:651
3681msgid "print only branches of the object"
3682msgstr ""
3683
3684#: builtin/branch.c:669
3685msgid "Failed to resolve HEAD as a valid ref."
3686msgstr ""
3687
3688#: builtin/branch.c:673 builtin/clone.c:705
3689msgid "HEAD not found below refs/heads!"
3690msgstr ""
3691
3692#: builtin/branch.c:693
3693msgid "--column and --verbose are incompatible"
3694msgstr ""
3695
3696#: builtin/branch.c:704 builtin/branch.c:746
3697msgid "branch name required"
3698msgstr ""
3699
3700#: builtin/branch.c:722
3701msgid "Cannot give description to detached HEAD"
3702msgstr ""
3703
3704#: builtin/branch.c:727
3705msgid "cannot edit description of more than one branch"
3706msgstr ""
3707
3708#: builtin/branch.c:734
3709#, c-format
3710msgid "No commit on branch '%s' yet."
3711msgstr ""
3712
3713#: builtin/branch.c:737
3714#, c-format
3715msgid "No branch named '%s'."
3716msgstr ""
3717
3718#: builtin/branch.c:752
3719msgid "too many branches for a rename operation"
3720msgstr ""
3721
3722#: builtin/branch.c:757
3723msgid "too many branches to set new upstream"
3724msgstr ""
3725
3726#: builtin/branch.c:761
3727#, c-format
3728msgid ""
3729"could not set upstream of HEAD to %s when it does not point to any branch."
3730msgstr ""
3731
3732#: builtin/branch.c:764 builtin/branch.c:786 builtin/branch.c:807
3733#, c-format
3734msgid "no such branch '%s'"
3735msgstr ""
3736
3737#: builtin/branch.c:768
3738#, c-format
3739msgid "branch '%s' does not exist"
3740msgstr ""
3741
3742#: builtin/branch.c:780
3743msgid "too many branches to unset upstream"
3744msgstr ""
3745
3746#: builtin/branch.c:784
3747msgid "could not unset upstream of HEAD when it does not point to any branch."
3748msgstr ""
3749
3750#: builtin/branch.c:790
3751#, c-format
3752msgid "Branch '%s' has no upstream information"
3753msgstr ""
3754
3755#: builtin/branch.c:804
3756msgid "it does not make sense to create 'HEAD' manually"
3757msgstr ""
3758
3759#: builtin/branch.c:810
3760msgid "-a and -r options to 'git branch' do not make sense with a branch name"
3761msgstr ""
3762
3763#: builtin/branch.c:813
3764#, c-format
3765msgid ""
3766"The --set-upstream flag is deprecated and will be removed. Consider using --"
3767"track or --set-upstream-to\n"
3768msgstr ""
3769
3770#: builtin/branch.c:830
3771#, c-format
3772msgid ""
3773"\n"
3774"If you wanted to make '%s' track '%s', do this:\n"
3775"\n"
3776msgstr ""
3777
3778#: builtin/branch.c:831
3779#, c-format
3780msgid "    git branch -d %s\n"
3781msgstr ""
3782
3783#: builtin/branch.c:832
3784#, c-format
3785msgid "    git branch --set-upstream-to %s\n"
3786msgstr ""
3787
3788#: builtin/bundle.c:51
3789#, c-format
3790msgid "%s is okay\n"
3791msgstr ""
3792
3793#: builtin/bundle.c:64
3794msgid "Need a repository to create a bundle."
3795msgstr ""
3796
3797#: builtin/bundle.c:68
3798msgid "Need a repository to unbundle."
3799msgstr ""
3800
3801#: builtin/cat-file.c:428
3802msgid ""
3803"git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"
3804"<type>|--textconv) <object>"
3805msgstr ""
3806
3807#: builtin/cat-file.c:429
3808msgid "git cat-file (--batch | --batch-check) [--follow-symlinks]"
3809msgstr ""
3810
3811#: builtin/cat-file.c:466
3812msgid "<type> can be one of: blob, tree, commit, tag"
3813msgstr ""
3814
3815#: builtin/cat-file.c:467
3816msgid "show object type"
3817msgstr ""
3818
3819#: builtin/cat-file.c:468
3820msgid "show object size"
3821msgstr ""
3822
3823#: builtin/cat-file.c:470
3824msgid "exit with zero when there's no error"
3825msgstr ""
3826
3827#: builtin/cat-file.c:471
3828msgid "pretty-print object's content"
3829msgstr ""
3830
3831#: builtin/cat-file.c:473
3832msgid "for blob objects, run textconv on object's content"
3833msgstr ""
3834
3835#: builtin/cat-file.c:475
3836msgid "allow -s and -t to work with broken/corrupt objects"
3837msgstr ""
3838
3839#: builtin/cat-file.c:476
3840msgid "buffer --batch output"
3841msgstr ""
3842
3843#: builtin/cat-file.c:478
3844msgid "show info and content of objects fed from the standard input"
3845msgstr ""
3846
3847#: builtin/cat-file.c:481
3848msgid "show info about objects fed from the standard input"
3849msgstr ""
3850
3851#: builtin/cat-file.c:484
3852msgid "follow in-tree symlinks (used with --batch or --batch-check)"
3853msgstr ""
3854
3855#: builtin/cat-file.c:486
3856msgid "show all objects with --batch or --batch-check"
3857msgstr ""
3858
3859#: builtin/check-attr.c:11
3860msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
3861msgstr ""
3862
3863#: builtin/check-attr.c:12
3864msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
3865msgstr ""
3866
3867#: builtin/check-attr.c:19
3868msgid "report all attributes set on file"
3869msgstr ""
3870
3871#: builtin/check-attr.c:20
3872msgid "use .gitattributes only from the index"
3873msgstr ""
3874
3875#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:97
3876msgid "read file names from stdin"
3877msgstr ""
3878
3879#: builtin/check-attr.c:23 builtin/check-ignore.c:24
3880msgid "terminate input and output records by a NUL character"
3881msgstr ""
3882
3883#: builtin/check-ignore.c:18 builtin/checkout.c:1136 builtin/gc.c:325
3884msgid "suppress progress reporting"
3885msgstr ""
3886
3887#: builtin/check-ignore.c:26
3888msgid "show non-matching input paths"
3889msgstr ""
3890
3891#: builtin/check-ignore.c:28
3892msgid "ignore index when checking"
3893msgstr ""
3894
3895#: builtin/check-ignore.c:154
3896msgid "cannot specify pathnames with --stdin"
3897msgstr ""
3898
3899#: builtin/check-ignore.c:157
3900msgid "-z only makes sense with --stdin"
3901msgstr ""
3902
3903#: builtin/check-ignore.c:159
3904msgid "no path specified"
3905msgstr ""
3906
3907#: builtin/check-ignore.c:163
3908msgid "--quiet is only valid with a single pathname"
3909msgstr ""
3910
3911#: builtin/check-ignore.c:165
3912msgid "cannot have both --quiet and --verbose"
3913msgstr ""
3914
3915#: builtin/check-ignore.c:168
3916msgid "--non-matching is only valid with --verbose"
3917msgstr ""
3918
3919#: builtin/check-mailmap.c:8
3920msgid "git check-mailmap [<options>] <contact>..."
3921msgstr ""
3922
3923#: builtin/check-mailmap.c:13
3924msgid "also read contacts from stdin"
3925msgstr ""
3926
3927#: builtin/check-mailmap.c:24
3928#, c-format
3929msgid "unable to parse contact: %s"
3930msgstr ""
3931
3932#: builtin/check-mailmap.c:47
3933msgid "no contacts specified"
3934msgstr ""
3935
3936#: builtin/checkout-index.c:127
3937msgid "git checkout-index [<options>] [--] [<file>...]"
3938msgstr ""
3939
3940#: builtin/checkout-index.c:144
3941msgid "stage should be between 1 and 3 or all"
3942msgstr ""
3943
3944#: builtin/checkout-index.c:160
3945msgid "check out all files in the index"
3946msgstr ""
3947
3948#: builtin/checkout-index.c:161
3949msgid "force overwrite of existing files"
3950msgstr ""
3951
3952#: builtin/checkout-index.c:163
3953msgid "no warning for existing files and files not in index"
3954msgstr ""
3955
3956#: builtin/checkout-index.c:165
3957msgid "don't checkout new files"
3958msgstr ""
3959
3960#: builtin/checkout-index.c:167
3961msgid "update stat information in the index file"
3962msgstr ""
3963
3964#: builtin/checkout-index.c:171
3965msgid "read list of paths from the standard input"
3966msgstr ""
3967
3968#: builtin/checkout-index.c:173
3969msgid "write the content to temporary files"
3970msgstr ""
3971
3972#: builtin/checkout-index.c:174 builtin/column.c:30
3973#: builtin/submodule--helper.c:166 builtin/submodule--helper.c:169
3974#: builtin/submodule--helper.c:172 builtin/submodule--helper.c:175
3975msgid "string"
3976msgstr ""
3977
3978#: builtin/checkout-index.c:175
3979msgid "when creating files, prepend <string>"
3980msgstr ""
3981
3982#: builtin/checkout-index.c:177
3983msgid "copy out the files from named stage"
3984msgstr ""
3985
3986#: builtin/checkout.c:25
3987msgid "git checkout [<options>] <branch>"
3988msgstr ""
3989
3990#: builtin/checkout.c:26
3991msgid "git checkout [<options>] [<branch>] -- <file>..."
3992msgstr ""
3993
3994#: builtin/checkout.c:134 builtin/checkout.c:167
3995#, c-format
3996msgid "path '%s' does not have our version"
3997msgstr ""
3998
3999#: builtin/checkout.c:136 builtin/checkout.c:169
4000#, c-format
4001msgid "path '%s' does not have their version"
4002msgstr ""
4003
4004#: builtin/checkout.c:152
4005#, c-format
4006msgid "path '%s' does not have all necessary versions"
4007msgstr ""
4008
4009#: builtin/checkout.c:196
4010#, c-format
4011msgid "path '%s' does not have necessary versions"
4012msgstr ""
4013
4014#: builtin/checkout.c:213
4015#, c-format
4016msgid "path '%s': cannot merge"
4017msgstr ""
4018
4019#: builtin/checkout.c:230
4020#, c-format
4021msgid "Unable to add merge result for '%s'"
4022msgstr ""
4023
4024#: builtin/checkout.c:251 builtin/checkout.c:254 builtin/checkout.c:257
4025#: builtin/checkout.c:260
4026#, c-format
4027msgid "'%s' cannot be used with updating paths"
4028msgstr ""
4029
4030#: builtin/checkout.c:263 builtin/checkout.c:266
4031#, c-format
4032msgid "'%s' cannot be used with %s"
4033msgstr ""
4034
4035#: builtin/checkout.c:269
4036#, c-format
4037msgid "Cannot update paths and switch to branch '%s' at the same time."
4038msgstr ""
4039
4040#: builtin/checkout.c:280 builtin/checkout.c:474
4041msgid "corrupt index file"
4042msgstr ""
4043
4044#: builtin/checkout.c:340 builtin/checkout.c:347
4045#, c-format
4046msgid "path '%s' is unmerged"
4047msgstr ""
4048
4049#: builtin/checkout.c:496
4050msgid "you need to resolve your current index first"
4051msgstr ""
4052
4053#: builtin/checkout.c:623
4054#, c-format
4055msgid "Can not do reflog for '%s': %s\n"
4056msgstr ""
4057
4058#: builtin/checkout.c:661
4059msgid "HEAD is now at"
4060msgstr ""
4061
4062#: builtin/checkout.c:665 builtin/clone.c:659
4063msgid "unable to update HEAD"
4064msgstr ""
4065
4066#: builtin/checkout.c:669
4067#, c-format
4068msgid "Reset branch '%s'\n"
4069msgstr ""
4070
4071#: builtin/checkout.c:672
4072#, c-format
4073msgid "Already on '%s'\n"
4074msgstr ""
4075
4076#: builtin/checkout.c:676
4077#, c-format
4078msgid "Switched to and reset branch '%s'\n"
4079msgstr ""
4080
4081#: builtin/checkout.c:678 builtin/checkout.c:1068
4082#, c-format
4083msgid "Switched to a new branch '%s'\n"
4084msgstr ""
4085
4086#: builtin/checkout.c:680
4087#, c-format
4088msgid "Switched to branch '%s'\n"
4089msgstr ""
4090
4091#: builtin/checkout.c:732
4092#, c-format
4093msgid " ... and %d more.\n"
4094msgstr ""
4095
4096#: builtin/checkout.c:738
4097#, c-format
4098msgid ""
4099"Warning: you are leaving %d commit behind, not connected to\n"
4100"any of your branches:\n"
4101"\n"
4102"%s\n"
4103msgid_plural ""
4104"Warning: you are leaving %d commits behind, not connected to\n"
4105"any of your branches:\n"
4106"\n"
4107"%s\n"
4108msgstr[0] ""
4109msgstr[1] ""
4110
4111#: builtin/checkout.c:757
4112#, c-format
4113msgid ""
4114"If you want to keep it by creating a new branch, this may be a good time\n"
4115"to do so with:\n"
4116"\n"
4117" git branch <new-branch-name> %s\n"
4118"\n"
4119msgid_plural ""
4120"If you want to keep them by creating a new branch, this may be a good time\n"
4121"to do so with:\n"
4122"\n"
4123" git branch <new-branch-name> %s\n"
4124"\n"
4125msgstr[0] ""
4126msgstr[1] ""
4127
4128#: builtin/checkout.c:793
4129msgid "internal error in revision walk"
4130msgstr ""
4131
4132#: builtin/checkout.c:797
4133msgid "Previous HEAD position was"
4134msgstr ""
4135
4136#: builtin/checkout.c:824 builtin/checkout.c:1063
4137msgid "You are on a branch yet to be born"
4138msgstr ""
4139
4140#: builtin/checkout.c:969
4141#, c-format
4142msgid "only one reference expected, %d given."
4143msgstr ""
4144
4145#: builtin/checkout.c:1009 builtin/worktree.c:211
4146#, c-format
4147msgid "invalid reference: %s"
4148msgstr ""
4149
4150#: builtin/checkout.c:1038
4151#, c-format
4152msgid "reference is not a tree: %s"
4153msgstr ""
4154
4155#: builtin/checkout.c:1077
4156msgid "paths cannot be used with switching branches"
4157msgstr ""
4158
4159#: builtin/checkout.c:1080 builtin/checkout.c:1084
4160#, c-format
4161msgid "'%s' cannot be used with switching branches"
4162msgstr ""
4163
4164#: builtin/checkout.c:1088 builtin/checkout.c:1091 builtin/checkout.c:1096
4165#: builtin/checkout.c:1099
4166#, c-format
4167msgid "'%s' cannot be used with '%s'"
4168msgstr ""
4169
4170#: builtin/checkout.c:1104
4171#, c-format
4172msgid "Cannot switch branch to a non-commit '%s'"
4173msgstr ""
4174
4175#: builtin/checkout.c:1137 builtin/checkout.c:1139 builtin/clone.c:84
4176#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:318
4177#: builtin/worktree.c:320
4178msgid "branch"
4179msgstr ""
4180
4181#: builtin/checkout.c:1138
4182msgid "create and checkout a new branch"
4183msgstr ""
4184
4185#: builtin/checkout.c:1140
4186msgid "create/reset and checkout a branch"
4187msgstr ""
4188
4189#: builtin/checkout.c:1141
4190msgid "create reflog for new branch"
4191msgstr ""
4192
4193#: builtin/checkout.c:1142
4194msgid "detach the HEAD at named commit"
4195msgstr ""
4196
4197#: builtin/checkout.c:1143
4198msgid "set upstream info for new branch"
4199msgstr ""
4200
4201#: builtin/checkout.c:1145
4202msgid "new-branch"
4203msgstr ""
4204
4205#: builtin/checkout.c:1145
4206msgid "new unparented branch"
4207msgstr ""
4208
4209#: builtin/checkout.c:1146
4210msgid "checkout our version for unmerged files"
4211msgstr ""
4212
4213#: builtin/checkout.c:1148
4214msgid "checkout their version for unmerged files"
4215msgstr ""
4216
4217#: builtin/checkout.c:1150
4218msgid "force checkout (throw away local modifications)"
4219msgstr ""
4220
4221#: builtin/checkout.c:1151
4222msgid "perform a 3-way merge with the new branch"
4223msgstr ""
4224
4225#: builtin/checkout.c:1152 builtin/merge.c:227
4226msgid "update ignored files (default)"
4227msgstr ""
4228
4229#: builtin/checkout.c:1153 builtin/log.c:1269 parse-options.h:250
4230msgid "style"
4231msgstr ""
4232
4233#: builtin/checkout.c:1154
4234msgid "conflict style (merge or diff3)"
4235msgstr ""
4236
4237#: builtin/checkout.c:1157
4238msgid "do not limit pathspecs to sparse entries only"
4239msgstr ""
4240
4241#: builtin/checkout.c:1159
4242msgid "second guess 'git checkout <no-such-branch>'"
4243msgstr ""
4244
4245#: builtin/checkout.c:1161
4246msgid "do not check if another worktree is holding the given ref"
4247msgstr ""
4248
4249#: builtin/checkout.c:1162 builtin/clone.c:58 builtin/fetch.c:116
4250#: builtin/merge.c:224 builtin/pull.c:113 builtin/push.c:526
4251#: builtin/send-pack.c:168
4252msgid "force progress reporting"
4253msgstr ""
4254
4255#: builtin/checkout.c:1193
4256msgid "-b, -B and --orphan are mutually exclusive"
4257msgstr ""
4258
4259#: builtin/checkout.c:1210
4260msgid "--track needs a branch name"
4261msgstr ""
4262
4263#: builtin/checkout.c:1215
4264msgid "Missing branch name; try -b"
4265msgstr ""
4266
4267#: builtin/checkout.c:1251
4268msgid "invalid path specification"
4269msgstr ""
4270
4271#: builtin/checkout.c:1258
4272#, c-format
4273msgid ""
4274"Cannot update paths and switch to branch '%s' at the same time.\n"
4275"Did you intend to checkout '%s' which can not be resolved as commit?"
4276msgstr ""
4277
4278#: builtin/checkout.c:1263
4279#, c-format
4280msgid "git checkout: --detach does not take a path argument '%s'"
4281msgstr ""
4282
4283#: builtin/checkout.c:1267
4284msgid ""
4285"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
4286"checking out of the index."
4287msgstr ""
4288
4289#: builtin/clean.c:25
4290msgid ""
4291"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
4292msgstr ""
4293
4294#: builtin/clean.c:29
4295#, c-format
4296msgid "Removing %s\n"
4297msgstr ""
4298
4299#: builtin/clean.c:30
4300#, c-format
4301msgid "Would remove %s\n"
4302msgstr ""
4303
4304#: builtin/clean.c:31
4305#, c-format
4306msgid "Skipping repository %s\n"
4307msgstr ""
4308
4309#: builtin/clean.c:32
4310#, c-format
4311msgid "Would skip repository %s\n"
4312msgstr ""
4313
4314#: builtin/clean.c:33
4315#, c-format
4316msgid "failed to remove %s"
4317msgstr ""
4318
4319#: builtin/clean.c:291
4320msgid ""
4321"Prompt help:\n"
4322"1          - select a numbered item\n"
4323"foo        - select item based on unique prefix\n"
4324"           - (empty) select nothing"
4325msgstr ""
4326
4327#: builtin/clean.c:295
4328msgid ""
4329"Prompt help:\n"
4330"1          - select a single item\n"
4331"3-5        - select a range of items\n"
4332"2-3,6-9    - select multiple ranges\n"
4333"foo        - select item based on unique prefix\n"
4334"-...       - unselect specified items\n"
4335"*          - choose all items\n"
4336"           - (empty) finish selecting"
4337msgstr ""
4338
4339#: builtin/clean.c:511
4340#, c-format
4341msgid "Huh (%s)?"
4342msgstr ""
4343
4344#: builtin/clean.c:653
4345#, c-format
4346msgid "Input ignore patterns>> "
4347msgstr ""
4348
4349#: builtin/clean.c:690
4350#, c-format
4351msgid "WARNING: Cannot find items matched by: %s"
4352msgstr ""
4353
4354#: builtin/clean.c:711
4355msgid "Select items to delete"
4356msgstr ""
4357
4358#. TRANSLATORS: Make sure to keep [y/N] as is
4359#: builtin/clean.c:752
4360#, c-format
4361msgid "Remove %s [y/N]? "
4362msgstr ""
4363
4364#: builtin/clean.c:777
4365msgid "Bye."
4366msgstr ""
4367
4368#: builtin/clean.c:785
4369msgid ""
4370"clean               - start cleaning\n"
4371"filter by pattern   - exclude items from deletion\n"
4372"select by numbers   - select items to be deleted by numbers\n"
4373"ask each            - confirm each deletion (like \"rm -i\")\n"
4374"quit                - stop cleaning\n"
4375"help                - this screen\n"
4376"?                   - help for prompt selection"
4377msgstr ""
4378
4379#: builtin/clean.c:812
4380msgid "*** Commands ***"
4381msgstr ""
4382
4383#: builtin/clean.c:813
4384msgid "What now"
4385msgstr ""
4386
4387#: builtin/clean.c:821
4388msgid "Would remove the following item:"
4389msgid_plural "Would remove the following items:"
4390msgstr[0] ""
4391msgstr[1] ""
4392
4393#: builtin/clean.c:838
4394msgid "No more files to clean, exiting."
4395msgstr ""
4396
4397#: builtin/clean.c:869
4398msgid "do not print names of files removed"
4399msgstr ""
4400
4401#: builtin/clean.c:871
4402msgid "force"
4403msgstr ""
4404
4405#: builtin/clean.c:872
4406msgid "interactive cleaning"
4407msgstr ""
4408
4409#: builtin/clean.c:874
4410msgid "remove whole directories"
4411msgstr ""
4412
4413#: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:722
4414#: builtin/ls-files.c:456 builtin/name-rev.c:307 builtin/show-ref.c:182
4415msgid "pattern"
4416msgstr ""
4417
4418#: builtin/clean.c:876
4419msgid "add <pattern> to ignore rules"
4420msgstr ""
4421
4422#: builtin/clean.c:877
4423msgid "remove ignored files, too"
4424msgstr ""
4425
4426#: builtin/clean.c:879
4427msgid "remove only ignored files"
4428msgstr ""
4429
4430#: builtin/clean.c:897
4431msgid "-x and -X cannot be used together"
4432msgstr ""
4433
4434#: builtin/clean.c:901
4435msgid ""
4436"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
4437"clean"
4438msgstr ""
4439
4440#: builtin/clean.c:904
4441msgid ""
4442"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
4443"refusing to clean"
4444msgstr ""
4445
4446#: builtin/clone.c:37
4447msgid "git clone [<options>] [--] <repo> [<dir>]"
4448msgstr ""
4449
4450#: builtin/clone.c:60
4451msgid "don't create a checkout"
4452msgstr ""
4453
4454#: builtin/clone.c:61 builtin/clone.c:63 builtin/init-db.c:469
4455msgid "create a bare repository"
4456msgstr ""
4457
4458#: builtin/clone.c:65
4459msgid "create a mirror repository (implies bare)"
4460msgstr ""
4461
4462#: builtin/clone.c:67
4463msgid "to clone from a local repository"
4464msgstr ""
4465
4466#: builtin/clone.c:69
4467msgid "don't use local hardlinks, always copy"
4468msgstr ""
4469
4470#: builtin/clone.c:71
4471msgid "setup as shared repository"
4472msgstr ""
4473
4474#: builtin/clone.c:73 builtin/clone.c:75
4475msgid "initialize submodules in the clone"
4476msgstr ""
4477
4478#: builtin/clone.c:76 builtin/init-db.c:466
4479msgid "template-directory"
4480msgstr ""
4481
4482#: builtin/clone.c:77 builtin/init-db.c:467
4483msgid "directory from which templates will be used"
4484msgstr ""
4485
4486#: builtin/clone.c:79 builtin/submodule--helper.c:173
4487msgid "reference repository"
4488msgstr ""
4489
4490#: builtin/clone.c:81
4491msgid "use --reference only while cloning"
4492msgstr ""
4493
4494#: builtin/clone.c:82 builtin/column.c:26 builtin/merge-file.c:44
4495msgid "name"
4496msgstr ""
4497
4498#: builtin/clone.c:83
4499msgid "use <name> instead of 'origin' to track upstream"
4500msgstr ""
4501
4502#: builtin/clone.c:85
4503msgid "checkout <branch> instead of the remote's HEAD"
4504msgstr ""
4505
4506#: builtin/clone.c:87
4507msgid "path to git-upload-pack on the remote"
4508msgstr ""
4509
4510#: builtin/clone.c:88 builtin/fetch.c:117 builtin/grep.c:665
4511#: builtin/pull.c:193
4512msgid "depth"
4513msgstr ""
4514
4515#: builtin/clone.c:89
4516msgid "create a shallow clone of that depth"
4517msgstr ""
4518
4519#: builtin/clone.c:91
4520msgid "clone only one branch, HEAD or --branch"
4521msgstr ""
4522
4523#: builtin/clone.c:92 builtin/init-db.c:475
4524msgid "gitdir"
4525msgstr ""
4526
4527#: builtin/clone.c:93 builtin/init-db.c:476
4528msgid "separate git dir from working tree"
4529msgstr ""
4530
4531#: builtin/clone.c:94
4532msgid "key=value"
4533msgstr ""
4534
4535#: builtin/clone.c:95
4536msgid "set config inside the new repository"
4537msgstr ""
4538
4539#: builtin/clone.c:96 builtin/fetch.c:131 builtin/push.c:536
4540msgid "use IPv4 addresses only"
4541msgstr ""
4542
4543#: builtin/clone.c:98 builtin/fetch.c:133 builtin/push.c:538
4544msgid "use IPv6 addresses only"
4545msgstr ""
4546
4547#: builtin/clone.c:239
4548msgid ""
4549"No directory name could be guessed.\n"
4550"Please specify a directory on the command line"
4551msgstr ""
4552
4553#: builtin/clone.c:305
4554#, c-format
4555msgid "reference repository '%s' as a linked checkout is not supported yet."
4556msgstr ""
4557
4558#: builtin/clone.c:307
4559#, c-format
4560msgid "reference repository '%s' is not a local repository."
4561msgstr ""
4562
4563#: builtin/clone.c:312
4564#, c-format
4565msgid "reference repository '%s' is shallow"
4566msgstr ""
4567
4568#: builtin/clone.c:315
4569#, c-format
4570msgid "reference repository '%s' is grafted"
4571msgstr ""
4572
4573#: builtin/clone.c:380 builtin/diff.c:84
4574#, c-format
4575msgid "failed to stat '%s'"
4576msgstr ""
4577
4578#: builtin/clone.c:382
4579#, c-format
4580msgid "%s exists and is not a directory"
4581msgstr ""
4582
4583#: builtin/clone.c:396
4584#, c-format
4585msgid "failed to stat %s\n"
4586msgstr ""
4587
4588#: builtin/clone.c:418
4589#, c-format
4590msgid "failed to create link '%s'"
4591msgstr ""
4592
4593#: builtin/clone.c:422
4594#, c-format
4595msgid "failed to copy file to '%s'"
4596msgstr ""
4597
4598#: builtin/clone.c:447 builtin/clone.c:631
4599#, c-format
4600msgid "done.\n"
4601msgstr ""
4602
4603#: builtin/clone.c:459
4604msgid ""
4605"Clone succeeded, but checkout failed.\n"
4606"You can inspect what was checked out with 'git status'\n"
4607"and retry the checkout with 'git checkout -f HEAD'\n"
4608msgstr ""
4609
4610#: builtin/clone.c:536
4611#, c-format
4612msgid "Could not find remote branch %s to clone."
4613msgstr ""
4614
4615#: builtin/clone.c:626
4616#, c-format
4617msgid "Checking connectivity... "
4618msgstr ""
4619
4620#: builtin/clone.c:629
4621msgid "remote did not send all necessary objects"
4622msgstr ""
4623
4624#: builtin/clone.c:647
4625#, c-format
4626msgid "unable to update %s"
4627msgstr ""
4628
4629#: builtin/clone.c:696
4630msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
4631msgstr ""
4632
4633#: builtin/clone.c:727
4634msgid "unable to checkout working tree"
4635msgstr ""
4636
4637#: builtin/clone.c:753
4638msgid "unable to write parameters to config file"
4639msgstr ""
4640
4641#: builtin/clone.c:816
4642msgid "cannot repack to clean up"
4643msgstr ""
4644
4645#: builtin/clone.c:818
4646msgid "cannot unlink temporary alternates file"
4647msgstr ""
4648
4649#: builtin/clone.c:850
4650msgid "Too many arguments."
4651msgstr ""
4652
4653#: builtin/clone.c:854
4654msgid "You must specify a repository to clone."
4655msgstr ""
4656
4657#: builtin/clone.c:865
4658#, c-format
4659msgid "--bare and --origin %s options are incompatible."
4660msgstr ""
4661
4662#: builtin/clone.c:868
4663msgid "--bare and --separate-git-dir are incompatible."
4664msgstr ""
4665
4666#: builtin/clone.c:881
4667#, c-format
4668msgid "repository '%s' does not exist"
4669msgstr ""
4670
4671#: builtin/clone.c:887 builtin/fetch.c:1174
4672#, c-format
4673msgid "depth %s is not a positive number"
4674msgstr ""
4675
4676#: builtin/clone.c:897
4677#, c-format
4678msgid "destination path '%s' already exists and is not an empty directory."
4679msgstr ""
4680
4681#: builtin/clone.c:907
4682#, c-format
4683msgid "working tree '%s' already exists."
4684msgstr ""
4685
4686#: builtin/clone.c:922 builtin/clone.c:933 builtin/submodule--helper.c:218
4687#: builtin/worktree.c:219 builtin/worktree.c:246
4688#, c-format
4689msgid "could not create leading directories of '%s'"
4690msgstr ""
4691
4692#: builtin/clone.c:925
4693#, c-format
4694msgid "could not create work tree dir '%s'"
4695msgstr ""
4696
4697#: builtin/clone.c:943
4698#, c-format
4699msgid "Cloning into bare repository '%s'...\n"
4700msgstr ""
4701
4702#: builtin/clone.c:945
4703#, c-format
4704msgid "Cloning into '%s'...\n"
4705msgstr ""
4706
4707#: builtin/clone.c:984
4708msgid "--depth is ignored in local clones; use file:// instead."
4709msgstr ""
4710
4711#: builtin/clone.c:987
4712msgid "source repository is shallow, ignoring --local"
4713msgstr ""
4714
4715#: builtin/clone.c:992
4716msgid "--local is ignored"
4717msgstr ""
4718
4719#: builtin/clone.c:996
4720#, c-format
4721msgid "Don't know how to clone %s"
4722msgstr ""
4723
4724#: builtin/clone.c:1045 builtin/clone.c:1053
4725#, c-format
4726msgid "Remote branch %s not found in upstream %s"
4727msgstr ""
4728
4729#: builtin/clone.c:1056
4730msgid "You appear to have cloned an empty repository."
4731msgstr ""
4732
4733#: builtin/column.c:9
4734msgid "git column [<options>]"
4735msgstr ""
4736
4737#: builtin/column.c:26
4738msgid "lookup config vars"
4739msgstr ""
4740
4741#: builtin/column.c:27 builtin/column.c:28
4742msgid "layout to use"
4743msgstr ""
4744
4745#: builtin/column.c:29
4746msgid "Maximum width"
4747msgstr ""
4748
4749#: builtin/column.c:30
4750msgid "Padding space on left border"
4751msgstr ""
4752
4753#: builtin/column.c:31
4754msgid "Padding space on right border"
4755msgstr ""
4756
4757#: builtin/column.c:32
4758msgid "Padding space between columns"
4759msgstr ""
4760
4761#: builtin/column.c:51
4762msgid "--command must be the first argument"
4763msgstr ""
4764
4765#: builtin/commit.c:38
4766msgid "git commit [<options>] [--] <pathspec>..."
4767msgstr ""
4768
4769#: builtin/commit.c:43
4770msgid "git status [<options>] [--] <pathspec>..."
4771msgstr ""
4772
4773#: builtin/commit.c:48
4774msgid ""
4775"Your name and email address were configured automatically based\n"
4776"on your username and hostname. Please check that they are accurate.\n"
4777"You can suppress this message by setting them explicitly. Run the\n"
4778"following command and follow the instructions in your editor to edit\n"
4779"your configuration file:\n"
4780"\n"
4781"    git config --global --edit\n"
4782"\n"
4783"After doing this, you may fix the identity used for this commit with:\n"
4784"\n"
4785"    git commit --amend --reset-author\n"
4786msgstr ""
4787
4788#: builtin/commit.c:61
4789msgid ""
4790"Your name and email address were configured automatically based\n"
4791"on your username and hostname. Please check that they are accurate.\n"
4792"You can suppress this message by setting them explicitly:\n"
4793"\n"
4794"    git config --global user.name \"Your Name\"\n"
4795"    git config --global user.email you@example.com\n"
4796"\n"
4797"After doing this, you may fix the identity used for this commit with:\n"
4798"\n"
4799"    git commit --amend --reset-author\n"
4800msgstr ""
4801
4802#: builtin/commit.c:73
4803msgid ""
4804"You asked to amend the most recent commit, but doing so would make\n"
4805"it empty. You can repeat your command with --allow-empty, or you can\n"
4806"remove the commit entirely with \"git reset HEAD^\".\n"
4807msgstr ""
4808
4809#: builtin/commit.c:78
4810msgid ""
4811"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
4812"If you wish to commit it anyway, use:\n"
4813"\n"
4814"    git commit --allow-empty\n"
4815"\n"
4816msgstr ""
4817
4818#: builtin/commit.c:85
4819msgid "Otherwise, please use 'git reset'\n"
4820msgstr ""
4821
4822#: builtin/commit.c:88
4823msgid ""
4824"If you wish to skip this commit, use:\n"
4825"\n"
4826"    git reset\n"
4827"\n"
4828"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
4829"the remaining commits.\n"
4830msgstr ""
4831
4832#: builtin/commit.c:305
4833msgid "failed to unpack HEAD tree object"
4834msgstr ""
4835
4836#: builtin/commit.c:346
4837msgid "unable to create temporary index"
4838msgstr ""
4839
4840#: builtin/commit.c:352
4841msgid "interactive add failed"
4842msgstr ""
4843
4844#: builtin/commit.c:365
4845msgid "unable to update temporary index"
4846msgstr ""
4847
4848#: builtin/commit.c:367
4849msgid "Failed to update main cache tree"
4850msgstr ""
4851
4852#: builtin/commit.c:391 builtin/commit.c:414 builtin/commit.c:463
4853msgid "unable to write new_index file"
4854msgstr ""
4855
4856#: builtin/commit.c:445
4857msgid "cannot do a partial commit during a merge."
4858msgstr ""
4859
4860#: builtin/commit.c:447
4861msgid "cannot do a partial commit during a cherry-pick."
4862msgstr ""
4863
4864#: builtin/commit.c:456
4865msgid "cannot read the index"
4866msgstr ""
4867
4868#: builtin/commit.c:475
4869msgid "unable to write temporary index file"
4870msgstr ""
4871
4872#: builtin/commit.c:580
4873#, c-format
4874msgid "commit '%s' lacks author header"
4875msgstr ""
4876
4877#: builtin/commit.c:582
4878#, c-format
4879msgid "commit '%s' has malformed author line"
4880msgstr ""
4881
4882#: builtin/commit.c:601
4883msgid "malformed --author parameter"
4884msgstr ""
4885
4886#: builtin/commit.c:609
4887#, c-format
4888msgid "invalid date format: %s"
4889msgstr ""
4890
4891#: builtin/commit.c:653
4892msgid ""
4893"unable to select a comment character that is not used\n"
4894"in the current commit message"
4895msgstr ""
4896
4897#: builtin/commit.c:690 builtin/commit.c:723 builtin/commit.c:1080
4898#, c-format
4899msgid "could not lookup commit %s"
4900msgstr ""
4901
4902#: builtin/commit.c:702 builtin/shortlog.c:285
4903#, c-format
4904msgid "(reading log message from standard input)\n"
4905msgstr ""
4906
4907#: builtin/commit.c:704
4908msgid "could not read log from standard input"
4909msgstr ""
4910
4911#: builtin/commit.c:708
4912#, c-format
4913msgid "could not read log file '%s'"
4914msgstr ""
4915
4916#: builtin/commit.c:730
4917msgid "could not read MERGE_MSG"
4918msgstr ""
4919
4920#: builtin/commit.c:734
4921msgid "could not read SQUASH_MSG"
4922msgstr ""
4923
4924#: builtin/commit.c:785
4925msgid "could not write commit template"
4926msgstr ""
4927
4928#: builtin/commit.c:803
4929#, c-format
4930msgid ""
4931"\n"
4932"It looks like you may be committing a merge.\n"
4933"If this is not correct, please remove the file\n"
4934"\t%s\n"
4935"and try again.\n"
4936msgstr ""
4937
4938#: builtin/commit.c:808
4939#, c-format
4940msgid ""
4941"\n"
4942"It looks like you may be committing a cherry-pick.\n"
4943"If this is not correct, please remove the file\n"
4944"\t%s\n"
4945"and try again.\n"
4946msgstr ""
4947
4948#: builtin/commit.c:821
4949#, c-format
4950msgid ""
4951"Please enter the commit message for your changes. Lines starting\n"
4952"with '%c' will be ignored, and an empty message aborts the commit.\n"
4953msgstr ""
4954
4955#: builtin/commit.c:828
4956#, c-format
4957msgid ""
4958"Please enter the commit message for your changes. Lines starting\n"
4959"with '%c' will be kept; you may remove them yourself if you want to.\n"
4960"An empty message aborts the commit.\n"
4961msgstr ""
4962
4963#: builtin/commit.c:848
4964#, c-format
4965msgid "%sAuthor:    %.*s <%.*s>"
4966msgstr ""
4967
4968#: builtin/commit.c:856
4969#, c-format
4970msgid "%sDate:      %s"
4971msgstr ""
4972
4973#: builtin/commit.c:863
4974#, c-format
4975msgid "%sCommitter: %.*s <%.*s>"
4976msgstr ""
4977
4978#: builtin/commit.c:881
4979msgid "Cannot read index"
4980msgstr ""
4981
4982#: builtin/commit.c:938
4983msgid "Error building trees"
4984msgstr ""
4985
4986#: builtin/commit.c:953 builtin/tag.c:266
4987#, c-format
4988msgid "Please supply the message using either -m or -F option.\n"
4989msgstr ""
4990
4991#: builtin/commit.c:1055
4992#, c-format
4993msgid "--author '%s' is not 'Name <email>' and matches no existing author"
4994msgstr ""
4995
4996#: builtin/commit.c:1070 builtin/commit.c:1310
4997#, c-format
4998msgid "Invalid untracked files mode '%s'"
4999msgstr ""
5000
5001#: builtin/commit.c:1107
5002msgid "--long and -z are incompatible"
5003msgstr ""
5004
5005#: builtin/commit.c:1137
5006msgid "Using both --reset-author and --author does not make sense"
5007msgstr ""
5008
5009#: builtin/commit.c:1146
5010msgid "You have nothing to amend."
5011msgstr ""
5012
5013#: builtin/commit.c:1149
5014msgid "You are in the middle of a merge -- cannot amend."
5015msgstr ""
5016
5017#: builtin/commit.c:1151
5018msgid "You are in the middle of a cherry-pick -- cannot amend."
5019msgstr ""
5020
5021#: builtin/commit.c:1154
5022msgid "Options --squash and --fixup cannot be used together"
5023msgstr ""
5024
5025#: builtin/commit.c:1164
5026msgid "Only one of -c/-C/-F/--fixup can be used."
5027msgstr ""
5028
5029#: builtin/commit.c:1166
5030msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
5031msgstr ""
5032
5033#: builtin/commit.c:1174
5034msgid "--reset-author can be used only with -C, -c or --amend."
5035msgstr ""
5036
5037#: builtin/commit.c:1191
5038msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
5039msgstr ""
5040
5041#: builtin/commit.c:1193
5042msgid "No paths with --include/--only does not make sense."
5043msgstr ""
5044
5045#: builtin/commit.c:1195
5046msgid "Clever... amending the last one with dirty index."
5047msgstr ""
5048
5049#: builtin/commit.c:1197
5050msgid "Explicit paths specified without -i or -o; assuming --only paths..."
5051msgstr ""
5052
5053#: builtin/commit.c:1209 builtin/tag.c:475
5054#, c-format
5055msgid "Invalid cleanup mode %s"
5056msgstr ""
5057
5058#: builtin/commit.c:1214
5059msgid "Paths with -a does not make sense."
5060msgstr ""
5061
5062#: builtin/commit.c:1324 builtin/commit.c:1605
5063msgid "show status concisely"
5064msgstr ""
5065
5066#: builtin/commit.c:1326 builtin/commit.c:1607
5067msgid "show branch information"
5068msgstr ""
5069
5070#: builtin/commit.c:1328 builtin/commit.c:1609 builtin/push.c:512
5071#: builtin/worktree.c:430
5072msgid "machine-readable output"
5073msgstr ""
5074
5075#: builtin/commit.c:1331 builtin/commit.c:1611
5076msgid "show status in long format (default)"
5077msgstr ""
5078
5079#: builtin/commit.c:1334 builtin/commit.c:1614
5080msgid "terminate entries with NUL"
5081msgstr ""
5082
5083#: builtin/commit.c:1336 builtin/commit.c:1617 builtin/fast-export.c:981
5084#: builtin/fast-export.c:984 builtin/tag.c:353
5085msgid "mode"
5086msgstr ""
5087
5088#: builtin/commit.c:1337 builtin/commit.c:1617
5089msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
5090msgstr ""
5091
5092#: builtin/commit.c:1340
5093msgid "show ignored files"
5094msgstr ""
5095
5096#: builtin/commit.c:1341 parse-options.h:155
5097msgid "when"
5098msgstr ""
5099
5100#: builtin/commit.c:1342
5101msgid ""
5102"ignore changes to submodules, optional when: all, dirty, untracked. "
5103"(Default: all)"
5104msgstr ""
5105
5106#: builtin/commit.c:1344
5107msgid "list untracked files in columns"
5108msgstr ""
5109
5110#: builtin/commit.c:1430
5111msgid "couldn't look up newly created commit"
5112msgstr ""
5113
5114#: builtin/commit.c:1432
5115msgid "could not parse newly created commit"
5116msgstr ""
5117
5118#: builtin/commit.c:1477
5119msgid "detached HEAD"
5120msgstr ""
5121
5122#: builtin/commit.c:1480
5123msgid " (root-commit)"
5124msgstr ""
5125
5126#: builtin/commit.c:1575
5127msgid "suppress summary after successful commit"
5128msgstr ""
5129
5130#: builtin/commit.c:1576
5131msgid "show diff in commit message template"
5132msgstr ""
5133
5134#: builtin/commit.c:1578
5135msgid "Commit message options"
5136msgstr ""
5137
5138#: builtin/commit.c:1579 builtin/tag.c:351
5139msgid "read message from file"
5140msgstr ""
5141
5142#: builtin/commit.c:1580
5143msgid "author"
5144msgstr ""
5145
5146#: builtin/commit.c:1580
5147msgid "override author for commit"
5148msgstr ""
5149
5150#: builtin/commit.c:1581 builtin/gc.c:326
5151msgid "date"
5152msgstr ""
5153
5154#: builtin/commit.c:1581
5155msgid "override date for commit"
5156msgstr ""
5157
5158#: builtin/commit.c:1582 builtin/merge.c:218 builtin/notes.c:395
5159#: builtin/notes.c:558 builtin/tag.c:349
5160msgid "message"
5161msgstr ""
5162
5163#: builtin/commit.c:1582
5164msgid "commit message"
5165msgstr ""
5166
5167#: builtin/commit.c:1583 builtin/commit.c:1584 builtin/commit.c:1585
5168#: builtin/commit.c:1586 parse-options.h:256 ref-filter.h:79
5169msgid "commit"
5170msgstr ""
5171
5172#: builtin/commit.c:1583
5173msgid "reuse and edit message from specified commit"
5174msgstr ""
5175
5176#: builtin/commit.c:1584
5177msgid "reuse message from specified commit"
5178msgstr ""
5179
5180#: builtin/commit.c:1585
5181msgid "use autosquash formatted message to fixup specified commit"
5182msgstr ""
5183
5184#: builtin/commit.c:1586
5185msgid "use autosquash formatted message to squash specified commit"
5186msgstr ""
5187
5188#: builtin/commit.c:1587
5189msgid "the commit is authored by me now (used with -C/-c/--amend)"
5190msgstr ""
5191
5192#: builtin/commit.c:1588 builtin/log.c:1219 builtin/revert.c:86
5193msgid "add Signed-off-by:"
5194msgstr ""
5195
5196#: builtin/commit.c:1589
5197msgid "use specified template file"
5198msgstr ""
5199
5200#: builtin/commit.c:1590
5201msgid "force edit of commit"
5202msgstr ""
5203
5204#: builtin/commit.c:1591
5205msgid "default"
5206msgstr ""
5207
5208#: builtin/commit.c:1591 builtin/tag.c:354
5209msgid "how to strip spaces and #comments from message"
5210msgstr ""
5211
5212#: builtin/commit.c:1592
5213msgid "include status in commit message template"
5214msgstr ""
5215
5216#: builtin/commit.c:1594 builtin/merge.c:226 builtin/pull.c:160
5217#: builtin/revert.c:93
5218msgid "GPG sign commit"
5219msgstr ""
5220
5221#: builtin/commit.c:1597
5222msgid "Commit contents options"
5223msgstr ""
5224
5225#: builtin/commit.c:1598
5226msgid "commit all changed files"
5227msgstr ""
5228
5229#: builtin/commit.c:1599
5230msgid "add specified files to index for commit"
5231msgstr ""
5232
5233#: builtin/commit.c:1600
5234msgid "interactively add files"
5235msgstr ""
5236
5237#: builtin/commit.c:1601
5238msgid "interactively add changes"
5239msgstr ""
5240
5241#: builtin/commit.c:1602
5242msgid "commit only specified files"
5243msgstr ""
5244
5245#: builtin/commit.c:1603
5246msgid "bypass pre-commit hook"
5247msgstr ""
5248
5249#: builtin/commit.c:1604
5250msgid "show what would be committed"
5251msgstr ""
5252
5253#: builtin/commit.c:1615
5254msgid "amend previous commit"
5255msgstr ""
5256
5257#: builtin/commit.c:1616
5258msgid "bypass post-rewrite hook"
5259msgstr ""
5260
5261#: builtin/commit.c:1621
5262msgid "ok to record an empty change"
5263msgstr ""
5264
5265#: builtin/commit.c:1623
5266msgid "ok to record a change with an empty message"
5267msgstr ""
5268
5269#: builtin/commit.c:1652
5270msgid "could not parse HEAD commit"
5271msgstr ""
5272
5273#: builtin/commit.c:1698
5274#, c-format
5275msgid "Corrupt MERGE_HEAD file (%s)"
5276msgstr ""
5277
5278#: builtin/commit.c:1705
5279msgid "could not read MERGE_MODE"
5280msgstr ""
5281
5282#: builtin/commit.c:1724
5283#, c-format
5284msgid "could not read commit message: %s"
5285msgstr ""
5286
5287#: builtin/commit.c:1735
5288#, c-format
5289msgid "Aborting commit; you did not edit the message.\n"
5290msgstr ""
5291
5292#: builtin/commit.c:1740
5293#, c-format
5294msgid "Aborting commit due to empty commit message.\n"
5295msgstr ""
5296
5297#: builtin/commit.c:1788
5298msgid ""
5299"Repository has been updated, but unable to write\n"
5300"new_index file. Check that disk is not full and quota is\n"
5301"not exceeded, and then \"git reset HEAD\" to recover."
5302msgstr ""
5303
5304#: builtin/config.c:9
5305msgid "git config [<options>]"
5306msgstr ""
5307
5308#: builtin/config.c:56
5309msgid "Config file location"
5310msgstr ""
5311
5312#: builtin/config.c:57
5313msgid "use global config file"
5314msgstr ""
5315
5316#: builtin/config.c:58
5317msgid "use system config file"
5318msgstr ""
5319
5320#: builtin/config.c:59
5321msgid "use repository config file"
5322msgstr ""
5323
5324#: builtin/config.c:60
5325msgid "use given config file"
5326msgstr ""
5327
5328#: builtin/config.c:61
5329msgid "blob-id"
5330msgstr ""
5331
5332#: builtin/config.c:61
5333msgid "read config from given blob object"
5334msgstr ""
5335
5336#: builtin/config.c:62
5337msgid "Action"
5338msgstr ""
5339
5340#: builtin/config.c:63
5341msgid "get value: name [value-regex]"
5342msgstr ""
5343
5344#: builtin/config.c:64
5345msgid "get all values: key [value-regex]"
5346msgstr ""
5347
5348#: builtin/config.c:65
5349msgid "get values for regexp: name-regex [value-regex]"
5350msgstr ""
5351
5352#: builtin/config.c:66
5353msgid "get value specific for the URL: section[.var] URL"
5354msgstr ""
5355
5356#: builtin/config.c:67
5357msgid "replace all matching variables: name value [value_regex]"
5358msgstr ""
5359
5360#: builtin/config.c:68
5361msgid "add a new variable: name value"
5362msgstr ""
5363
5364#: builtin/config.c:69
5365msgid "remove a variable: name [value-regex]"
5366msgstr ""
5367
5368#: builtin/config.c:70
5369msgid "remove all matches: name [value-regex]"
5370msgstr ""
5371
5372#: builtin/config.c:71
5373msgid "rename section: old-name new-name"
5374msgstr ""
5375
5376#: builtin/config.c:72
5377msgid "remove a section: name"
5378msgstr ""
5379
5380#: builtin/config.c:73
5381msgid "list all"
5382msgstr ""
5383
5384#: builtin/config.c:74
5385msgid "open an editor"
5386msgstr ""
5387
5388#: builtin/config.c:75
5389msgid "find the color configured: slot [default]"
5390msgstr ""
5391
5392#: builtin/config.c:76
5393msgid "find the color setting: slot [stdout-is-tty]"
5394msgstr ""
5395
5396#: builtin/config.c:77
5397msgid "Type"
5398msgstr ""
5399
5400#: builtin/config.c:78
5401msgid "value is \"true\" or \"false\""
5402msgstr ""
5403
5404#: builtin/config.c:79
5405msgid "value is decimal number"
5406msgstr ""
5407
5408#: builtin/config.c:80
5409msgid "value is --bool or --int"
5410msgstr ""
5411
5412#: builtin/config.c:81
5413msgid "value is a path (file or directory name)"
5414msgstr ""
5415
5416#: builtin/config.c:82
5417msgid "Other"
5418msgstr ""
5419
5420#: builtin/config.c:83
5421msgid "terminate values with NUL byte"
5422msgstr ""
5423
5424#: builtin/config.c:84
5425msgid "show variable names only"
5426msgstr ""
5427
5428#: builtin/config.c:85
5429msgid "respect include directives on lookup"
5430msgstr ""
5431
5432#: builtin/config.c:86
5433msgid "show origin of config (file, standard input, blob, command line)"
5434msgstr ""
5435
5436#: builtin/config.c:328
5437msgid "unable to parse default color value"
5438msgstr ""
5439
5440#: builtin/config.c:469
5441#, c-format
5442msgid ""
5443"# This is Git's per-user configuration file.\n"
5444"[user]\n"
5445"# Please adapt and uncomment the following lines:\n"
5446"#\tname = %s\n"
5447"#\temail = %s\n"
5448msgstr ""
5449
5450#: builtin/config.c:611
5451#, c-format
5452msgid "cannot create configuration file %s"
5453msgstr ""
5454
5455#: builtin/count-objects.c:77
5456msgid "git count-objects [-v] [-H | --human-readable]"
5457msgstr ""
5458
5459#: builtin/count-objects.c:87
5460msgid "print sizes in human readable format"
5461msgstr ""
5462
5463#: builtin/describe.c:17
5464msgid "git describe [<options>] [<commit-ish>...]"
5465msgstr ""
5466
5467#: builtin/describe.c:18
5468msgid "git describe [<options>] --dirty"
5469msgstr ""
5470
5471#: builtin/describe.c:217
5472#, c-format
5473msgid "annotated tag %s not available"
5474msgstr ""
5475
5476#: builtin/describe.c:221
5477#, c-format
5478msgid "annotated tag %s has no embedded name"
5479msgstr ""
5480
5481#: builtin/describe.c:223
5482#, c-format
5483msgid "tag '%s' is really '%s' here"
5484msgstr ""
5485
5486#: builtin/describe.c:250 builtin/log.c:459
5487#, c-format
5488msgid "Not a valid object name %s"
5489msgstr ""
5490
5491#: builtin/describe.c:253
5492#, c-format
5493msgid "%s is not a valid '%s' object"
5494msgstr ""
5495
5496#: builtin/describe.c:270
5497#, c-format
5498msgid "no tag exactly matches '%s'"
5499msgstr ""
5500
5501#: builtin/describe.c:272
5502#, c-format
5503msgid "searching to describe %s\n"
5504msgstr ""
5505
5506#: builtin/describe.c:319
5507#, c-format
5508msgid "finished search at %s\n"
5509msgstr ""
5510
5511#: builtin/describe.c:346
5512#, c-format
5513msgid ""
5514"No annotated tags can describe '%s'.\n"
5515"However, there were unannotated tags: try --tags."
5516msgstr ""
5517
5518#: builtin/describe.c:350
5519#, c-format
5520msgid ""
5521"No tags can describe '%s'.\n"
5522"Try --always, or create some tags."
5523msgstr ""
5524
5525#: builtin/describe.c:371
5526#, c-format
5527msgid "traversed %lu commits\n"
5528msgstr ""
5529
5530#: builtin/describe.c:374
5531#, c-format
5532msgid ""
5533"more than %i tags found; listed %i most recent\n"
5534"gave up search at %s\n"
5535msgstr ""
5536
5537#: builtin/describe.c:396
5538msgid "find the tag that comes after the commit"
5539msgstr ""
5540
5541#: builtin/describe.c:397
5542msgid "debug search strategy on stderr"
5543msgstr ""
5544
5545#: builtin/describe.c:398
5546msgid "use any ref"
5547msgstr ""
5548
5549#: builtin/describe.c:399
5550msgid "use any tag, even unannotated"
5551msgstr ""
5552
5553#: builtin/describe.c:400
5554msgid "always use long format"
5555msgstr ""
5556
5557#: builtin/describe.c:401
5558msgid "only follow first parent"
5559msgstr ""
5560
5561#: builtin/describe.c:404
5562msgid "only output exact matches"
5563msgstr ""
5564
5565#: builtin/describe.c:406
5566msgid "consider <n> most recent tags (default: 10)"
5567msgstr ""
5568
5569#: builtin/describe.c:408
5570msgid "only consider tags matching <pattern>"
5571msgstr ""
5572
5573#: builtin/describe.c:410 builtin/name-rev.c:314
5574msgid "show abbreviated commit object as fallback"
5575msgstr ""
5576
5577#: builtin/describe.c:411
5578msgid "mark"
5579msgstr ""
5580
5581#: builtin/describe.c:412
5582msgid "append <mark> on dirty working tree (default: \"-dirty\")"
5583msgstr ""
5584
5585#: builtin/describe.c:430
5586msgid "--long is incompatible with --abbrev=0"
5587msgstr ""
5588
5589#: builtin/describe.c:456
5590msgid "No names found, cannot describe anything."
5591msgstr ""
5592
5593#: builtin/describe.c:476
5594msgid "--dirty is incompatible with commit-ishes"
5595msgstr ""
5596
5597#: builtin/diff.c:86
5598#, c-format
5599msgid "'%s': not a regular file or symlink"
5600msgstr ""
5601
5602#: builtin/diff.c:237
5603#, c-format
5604msgid "invalid option: %s"
5605msgstr ""
5606
5607#: builtin/diff.c:358
5608msgid "Not a git repository"
5609msgstr ""
5610
5611#: builtin/diff.c:401
5612#, c-format
5613msgid "invalid object '%s' given."
5614msgstr ""
5615
5616#: builtin/diff.c:410
5617#, c-format
5618msgid "more than two blobs given: '%s'"
5619msgstr ""
5620
5621#: builtin/diff.c:417
5622#, c-format
5623msgid "unhandled object '%s' given."
5624msgstr ""
5625
5626#: builtin/fast-export.c:25
5627msgid "git fast-export [rev-list-opts]"
5628msgstr ""
5629
5630#: builtin/fast-export.c:980
5631msgid "show progress after <n> objects"
5632msgstr ""
5633
5634#: builtin/fast-export.c:982
5635msgid "select handling of signed tags"
5636msgstr ""
5637
5638#: builtin/fast-export.c:985
5639msgid "select handling of tags that tag filtered objects"
5640msgstr ""
5641
5642#: builtin/fast-export.c:988
5643msgid "Dump marks to this file"
5644msgstr ""
5645
5646#: builtin/fast-export.c:990
5647msgid "Import marks from this file"
5648msgstr ""
5649
5650#: builtin/fast-export.c:992
5651msgid "Fake a tagger when tags lack one"
5652msgstr ""
5653
5654#: builtin/fast-export.c:994
5655msgid "Output full tree for each commit"
5656msgstr ""
5657
5658#: builtin/fast-export.c:996
5659msgid "Use the done feature to terminate the stream"
5660msgstr ""
5661
5662#: builtin/fast-export.c:997
5663msgid "Skip output of blob data"
5664msgstr ""
5665
5666#: builtin/fast-export.c:998
5667msgid "refspec"
5668msgstr ""
5669
5670#: builtin/fast-export.c:999
5671msgid "Apply refspec to exported refs"
5672msgstr ""
5673
5674#: builtin/fast-export.c:1000
5675msgid "anonymize output"
5676msgstr ""
5677
5678#: builtin/fetch.c:20
5679msgid "git fetch [<options>] [<repository> [<refspec>...]]"
5680msgstr ""
5681
5682#: builtin/fetch.c:21
5683msgid "git fetch [<options>] <group>"
5684msgstr ""
5685
5686#: builtin/fetch.c:22
5687msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
5688msgstr ""
5689
5690#: builtin/fetch.c:23
5691msgid "git fetch --all [<options>]"
5692msgstr ""
5693
5694#: builtin/fetch.c:92 builtin/pull.c:166
5695msgid "fetch from all remotes"
5696msgstr ""
5697
5698#: builtin/fetch.c:94 builtin/pull.c:169
5699msgid "append to .git/FETCH_HEAD instead of overwriting"
5700msgstr ""
5701
5702#: builtin/fetch.c:96 builtin/pull.c:172
5703msgid "path to upload pack on remote end"
5704msgstr ""
5705
5706#: builtin/fetch.c:97 builtin/pull.c:174
5707msgid "force overwrite of local branch"
5708msgstr ""
5709
5710#: builtin/fetch.c:99
5711msgid "fetch from multiple remotes"
5712msgstr ""
5713
5714#: builtin/fetch.c:101 builtin/pull.c:176
5715msgid "fetch all tags and associated objects"
5716msgstr ""
5717
5718#: builtin/fetch.c:103
5719msgid "do not fetch all tags (--no-tags)"
5720msgstr ""
5721
5722#: builtin/fetch.c:105
5723msgid "number of submodules fetched in parallel"
5724msgstr ""
5725
5726#: builtin/fetch.c:107 builtin/pull.c:179
5727msgid "prune remote-tracking branches no longer on remote"
5728msgstr ""
5729
5730#: builtin/fetch.c:108 builtin/pull.c:182
5731msgid "on-demand"
5732msgstr ""
5733
5734#: builtin/fetch.c:109 builtin/pull.c:183
5735msgid "control recursive fetching of submodules"
5736msgstr ""
5737
5738#: builtin/fetch.c:113 builtin/pull.c:191
5739msgid "keep downloaded pack"
5740msgstr ""
5741
5742#: builtin/fetch.c:115
5743msgid "allow updating of HEAD ref"
5744msgstr ""
5745
5746#: builtin/fetch.c:118 builtin/pull.c:194
5747msgid "deepen history of shallow clone"
5748msgstr ""
5749
5750#: builtin/fetch.c:120 builtin/pull.c:197
5751msgid "convert to a complete repository"
5752msgstr ""
5753
5754#: builtin/fetch.c:122 builtin/log.c:1236
5755msgid "dir"
5756msgstr ""
5757
5758#: builtin/fetch.c:123
5759msgid "prepend this to submodule path output"
5760msgstr ""
5761
5762#: builtin/fetch.c:126
5763msgid "default mode for recursion"
5764msgstr ""
5765
5766#: builtin/fetch.c:128 builtin/pull.c:200
5767msgid "accept refs that update .git/shallow"
5768msgstr ""
5769
5770#: builtin/fetch.c:129 builtin/pull.c:202
5771msgid "refmap"
5772msgstr ""
5773
5774#: builtin/fetch.c:130 builtin/pull.c:203
5775msgid "specify fetch refmap"
5776msgstr ""
5777
5778#: builtin/fetch.c:386
5779msgid "Couldn't find remote ref HEAD"
5780msgstr ""
5781
5782#: builtin/fetch.c:466
5783#, c-format
5784msgid "object %s not found"
5785msgstr ""
5786
5787#: builtin/fetch.c:471
5788msgid "[up to date]"
5789msgstr ""
5790
5791#: builtin/fetch.c:485
5792#, c-format
5793msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
5794msgstr ""
5795
5796#: builtin/fetch.c:486 builtin/fetch.c:574
5797msgid "[rejected]"
5798msgstr ""
5799
5800#: builtin/fetch.c:497
5801msgid "[tag update]"
5802msgstr ""
5803
5804#: builtin/fetch.c:499 builtin/fetch.c:534 builtin/fetch.c:552
5805msgid "  (unable to update local ref)"
5806msgstr ""
5807
5808#: builtin/fetch.c:517
5809msgid "[new tag]"
5810msgstr ""
5811
5812#: builtin/fetch.c:520
5813msgid "[new branch]"
5814msgstr ""
5815
5816#: builtin/fetch.c:523
5817msgid "[new ref]"
5818msgstr ""
5819
5820#: builtin/fetch.c:569
5821msgid "unable to update local ref"
5822msgstr ""
5823
5824#: builtin/fetch.c:569
5825msgid "forced update"
5826msgstr ""
5827
5828#: builtin/fetch.c:576
5829msgid "(non-fast-forward)"
5830msgstr ""
5831
5832#: builtin/fetch.c:610 builtin/fetch.c:851
5833#, c-format
5834msgid "cannot open %s: %s\n"
5835msgstr ""
5836
5837#: builtin/fetch.c:619
5838#, c-format
5839msgid "%s did not send all necessary objects\n"
5840msgstr ""
5841
5842#: builtin/fetch.c:637
5843#, c-format
5844msgid "reject %s because shallow roots are not allowed to be updated"
5845msgstr ""
5846
5847#: builtin/fetch.c:724 builtin/fetch.c:816
5848#, c-format
5849msgid "From %.*s\n"
5850msgstr ""
5851
5852#: builtin/fetch.c:735
5853#, c-format
5854msgid ""
5855"some local refs could not be updated; try running\n"
5856" 'git remote prune %s' to remove any old, conflicting branches"
5857msgstr ""
5858
5859#: builtin/fetch.c:787
5860#, c-format
5861msgid "   (%s will become dangling)"
5862msgstr ""
5863
5864#: builtin/fetch.c:788
5865#, c-format
5866msgid "   (%s has become dangling)"
5867msgstr ""
5868
5869#: builtin/fetch.c:820
5870msgid "[deleted]"
5871msgstr ""
5872
5873#: builtin/fetch.c:821 builtin/remote.c:1025
5874msgid "(none)"
5875msgstr ""
5876
5877#: builtin/fetch.c:841
5878#, c-format
5879msgid "Refusing to fetch into current branch %s of non-bare repository"
5880msgstr ""
5881
5882#: builtin/fetch.c:860
5883#, c-format
5884msgid "Option \"%s\" value \"%s\" is not valid for %s"
5885msgstr ""
5886
5887#: builtin/fetch.c:863
5888#, c-format
5889msgid "Option \"%s\" is ignored for %s\n"
5890msgstr ""
5891
5892#: builtin/fetch.c:920
5893#, c-format
5894msgid "Don't know how to fetch from %s"
5895msgstr ""
5896
5897#: builtin/fetch.c:1080
5898#, c-format
5899msgid "Fetching %s\n"
5900msgstr ""
5901
5902#: builtin/fetch.c:1082 builtin/remote.c:96
5903#, c-format
5904msgid "Could not fetch %s"
5905msgstr ""
5906
5907#: builtin/fetch.c:1100
5908msgid ""
5909"No remote repository specified.  Please, specify either a URL or a\n"
5910"remote name from which new revisions should be fetched."
5911msgstr ""
5912
5913#: builtin/fetch.c:1123
5914msgid "You need to specify a tag name."
5915msgstr ""
5916
5917#: builtin/fetch.c:1165
5918msgid "--depth and --unshallow cannot be used together"
5919msgstr ""
5920
5921#: builtin/fetch.c:1167
5922msgid "--unshallow on a complete repository does not make sense"
5923msgstr ""
5924
5925#: builtin/fetch.c:1187
5926msgid "fetch --all does not take a repository argument"
5927msgstr ""
5928
5929#: builtin/fetch.c:1189
5930msgid "fetch --all does not make sense with refspecs"
5931msgstr ""
5932
5933#: builtin/fetch.c:1200
5934#, c-format
5935msgid "No such remote or remote group: %s"
5936msgstr ""
5937
5938#: builtin/fetch.c:1208
5939msgid "Fetching a group and specifying refspecs does not make sense"
5940msgstr ""
5941
5942#: builtin/fmt-merge-msg.c:14
5943msgid ""
5944"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
5945msgstr ""
5946
5947#: builtin/fmt-merge-msg.c:667
5948msgid "populate log with at most <n> entries from shortlog"
5949msgstr ""
5950
5951#: builtin/fmt-merge-msg.c:670
5952msgid "alias for --log (deprecated)"
5953msgstr ""
5954
5955#: builtin/fmt-merge-msg.c:673
5956msgid "text"
5957msgstr ""
5958
5959#: builtin/fmt-merge-msg.c:674
5960msgid "use <text> as start of message"
5961msgstr ""
5962
5963#: builtin/fmt-merge-msg.c:675
5964msgid "file to read from"
5965msgstr ""
5966
5967#: builtin/for-each-ref.c:9
5968msgid "git for-each-ref [<options>] [<pattern>]"
5969msgstr ""
5970
5971#: builtin/for-each-ref.c:10
5972msgid "git for-each-ref [--points-at <object>]"
5973msgstr ""
5974
5975#: builtin/for-each-ref.c:11
5976msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"
5977msgstr ""
5978
5979#: builtin/for-each-ref.c:12
5980msgid "git for-each-ref [--contains [<object>]]"
5981msgstr ""
5982
5983#: builtin/for-each-ref.c:27
5984msgid "quote placeholders suitably for shells"
5985msgstr ""
5986
5987#: builtin/for-each-ref.c:29
5988msgid "quote placeholders suitably for perl"
5989msgstr ""
5990
5991#: builtin/for-each-ref.c:31
5992msgid "quote placeholders suitably for python"
5993msgstr ""
5994
5995#: builtin/for-each-ref.c:33
5996msgid "quote placeholders suitably for Tcl"
5997msgstr ""
5998
5999#: builtin/for-each-ref.c:36
6000msgid "show only <n> matched refs"
6001msgstr ""
6002
6003#: builtin/for-each-ref.c:37 builtin/tag.c:372
6004msgid "format to use for the output"
6005msgstr ""
6006
6007#: builtin/for-each-ref.c:41
6008msgid "print only refs which points at the given object"
6009msgstr ""
6010
6011#: builtin/for-each-ref.c:43
6012msgid "print only refs that are merged"
6013msgstr ""
6014
6015#: builtin/for-each-ref.c:44
6016msgid "print only refs that are not merged"
6017msgstr ""
6018
6019#: builtin/for-each-ref.c:45
6020msgid "print only refs which contain the commit"
6021msgstr ""
6022
6023#: builtin/fsck.c:156 builtin/prune.c:140
6024msgid "Checking connectivity"
6025msgstr ""
6026
6027#: builtin/fsck.c:486
6028msgid "Checking object directories"
6029msgstr ""
6030
6031#: builtin/fsck.c:553
6032msgid "git fsck [<options>] [<object>...]"
6033msgstr ""
6034
6035#: builtin/fsck.c:559
6036msgid "show unreachable objects"
6037msgstr ""
6038
6039#: builtin/fsck.c:560
6040msgid "show dangling objects"
6041msgstr ""
6042
6043#: builtin/fsck.c:561
6044msgid "report tags"
6045msgstr ""
6046
6047#: builtin/fsck.c:562
6048msgid "report root nodes"
6049msgstr ""
6050
6051#: builtin/fsck.c:563
6052msgid "make index objects head nodes"
6053msgstr ""
6054
6055#: builtin/fsck.c:564
6056msgid "make reflogs head nodes (default)"
6057msgstr ""
6058
6059#: builtin/fsck.c:565
6060msgid "also consider packs and alternate objects"
6061msgstr ""
6062
6063#: builtin/fsck.c:566
6064msgid "check only connectivity"
6065msgstr ""
6066
6067#: builtin/fsck.c:567
6068msgid "enable more strict checking"
6069msgstr ""
6070
6071#: builtin/fsck.c:569
6072msgid "write dangling objects in .git/lost-found"
6073msgstr ""
6074
6075#: builtin/fsck.c:570 builtin/prune.c:107
6076msgid "show progress"
6077msgstr ""
6078
6079#: builtin/fsck.c:631
6080msgid "Checking objects"
6081msgstr ""
6082
6083#: builtin/gc.c:25
6084msgid "git gc [<options>]"
6085msgstr ""
6086
6087#: builtin/gc.c:72
6088#, c-format
6089msgid "Invalid %s: '%s'"
6090msgstr ""
6091
6092#: builtin/gc.c:139
6093#, c-format
6094msgid "insanely long object directory %.*s"
6095msgstr ""
6096
6097#: builtin/gc.c:290
6098#, c-format
6099msgid ""
6100"The last gc run reported the following. Please correct the root cause\n"
6101"and remove %s.\n"
6102"Automatic cleanup will not be performed until the file is removed.\n"
6103"\n"
6104"%s"
6105msgstr ""
6106
6107#: builtin/gc.c:327
6108msgid "prune unreferenced objects"
6109msgstr ""
6110
6111#: builtin/gc.c:329
6112msgid "be more thorough (increased runtime)"
6113msgstr ""
6114
6115#: builtin/gc.c:330
6116msgid "enable auto-gc mode"
6117msgstr ""
6118
6119#: builtin/gc.c:331
6120msgid "force running gc even if there may be another gc running"
6121msgstr ""
6122
6123#: builtin/gc.c:373
6124#, c-format
6125msgid "Auto packing the repository in background for optimum performance.\n"
6126msgstr ""
6127
6128#: builtin/gc.c:375
6129#, c-format
6130msgid "Auto packing the repository for optimum performance.\n"
6131msgstr ""
6132
6133#: builtin/gc.c:376
6134#, c-format
6135msgid "See \"git help gc\" for manual housekeeping.\n"
6136msgstr ""
6137
6138#: builtin/gc.c:397
6139#, c-format
6140msgid ""
6141"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
6142msgstr ""
6143
6144#: builtin/gc.c:441
6145msgid ""
6146"There are too many unreachable loose objects; run 'git prune' to remove them."
6147msgstr ""
6148
6149#: builtin/grep.c:23
6150msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
6151msgstr ""
6152
6153#: builtin/grep.c:219
6154#, c-format
6155msgid "grep: failed to create thread: %s"
6156msgstr ""
6157
6158#: builtin/grep.c:277
6159#, c-format
6160msgid "invalid number of threads specified (%d) for %s"
6161msgstr ""
6162
6163#: builtin/grep.c:452 builtin/grep.c:487
6164#, c-format
6165msgid "unable to read tree (%s)"
6166msgstr ""
6167
6168#: builtin/grep.c:502
6169#, c-format
6170msgid "unable to grep from object of type %s"
6171msgstr ""
6172
6173#: builtin/grep.c:558
6174#, c-format
6175msgid "switch `%c' expects a numerical value"
6176msgstr ""
6177
6178#: builtin/grep.c:575
6179#, c-format
6180msgid "cannot open '%s'"
6181msgstr ""
6182
6183#: builtin/grep.c:644
6184msgid "search in index instead of in the work tree"
6185msgstr ""
6186
6187#: builtin/grep.c:646
6188msgid "find in contents not managed by git"
6189msgstr ""
6190
6191#: builtin/grep.c:648
6192msgid "search in both tracked and untracked files"
6193msgstr ""
6194
6195#: builtin/grep.c:650
6196msgid "ignore files specified via '.gitignore'"
6197msgstr ""
6198
6199#: builtin/grep.c:653
6200msgid "show non-matching lines"
6201msgstr ""
6202
6203#: builtin/grep.c:655
6204msgid "case insensitive matching"
6205msgstr ""
6206
6207#: builtin/grep.c:657
6208msgid "match patterns only at word boundaries"
6209msgstr ""
6210
6211#: builtin/grep.c:659
6212msgid "process binary files as text"
6213msgstr ""
6214
6215#: builtin/grep.c:661
6216msgid "don't match patterns in binary files"
6217msgstr ""
6218
6219#: builtin/grep.c:664
6220msgid "process binary files with textconv filters"
6221msgstr ""
6222
6223#: builtin/grep.c:666
6224msgid "descend at most <depth> levels"
6225msgstr ""
6226
6227#: builtin/grep.c:670
6228msgid "use extended POSIX regular expressions"
6229msgstr ""
6230
6231#: builtin/grep.c:673
6232msgid "use basic POSIX regular expressions (default)"
6233msgstr ""
6234
6235#: builtin/grep.c:676
6236msgid "interpret patterns as fixed strings"
6237msgstr ""
6238
6239#: builtin/grep.c:679
6240msgid "use Perl-compatible regular expressions"
6241msgstr ""
6242
6243#: builtin/grep.c:682
6244msgid "show line numbers"
6245msgstr ""
6246
6247#: builtin/grep.c:683
6248msgid "don't show filenames"
6249msgstr ""
6250
6251#: builtin/grep.c:684
6252msgid "show filenames"
6253msgstr ""
6254
6255#: builtin/grep.c:686
6256msgid "show filenames relative to top directory"
6257msgstr ""
6258
6259#: builtin/grep.c:688
6260msgid "show only filenames instead of matching lines"
6261msgstr ""
6262
6263#: builtin/grep.c:690
6264msgid "synonym for --files-with-matches"
6265msgstr ""
6266
6267#: builtin/grep.c:693
6268msgid "show only the names of files without match"
6269msgstr ""
6270
6271#: builtin/grep.c:695
6272msgid "print NUL after filenames"
6273msgstr ""
6274
6275#: builtin/grep.c:697
6276msgid "show the number of matches instead of matching lines"
6277msgstr ""
6278
6279#: builtin/grep.c:698
6280msgid "highlight matches"
6281msgstr ""
6282
6283#: builtin/grep.c:700
6284msgid "print empty line between matches from different files"
6285msgstr ""
6286
6287#: builtin/grep.c:702
6288msgid "show filename only once above matches from same file"
6289msgstr ""
6290
6291#: builtin/grep.c:705
6292msgid "show <n> context lines before and after matches"
6293msgstr ""
6294
6295#: builtin/grep.c:708
6296msgid "show <n> context lines before matches"
6297msgstr ""
6298
6299#: builtin/grep.c:710
6300msgid "show <n> context lines after matches"
6301msgstr ""
6302
6303#: builtin/grep.c:712
6304msgid "use <n> worker threads"
6305msgstr ""
6306
6307#: builtin/grep.c:713
6308msgid "shortcut for -C NUM"
6309msgstr ""
6310
6311#: builtin/grep.c:716
6312msgid "show a line with the function name before matches"
6313msgstr ""
6314
6315#: builtin/grep.c:718
6316msgid "show the surrounding function"
6317msgstr ""
6318
6319#: builtin/grep.c:721
6320msgid "read patterns from file"
6321msgstr ""
6322
6323#: builtin/grep.c:723
6324msgid "match <pattern>"
6325msgstr ""
6326
6327#: builtin/grep.c:725
6328msgid "combine patterns specified with -e"
6329msgstr ""
6330
6331#: builtin/grep.c:737
6332msgid "indicate hit with exit status without output"
6333msgstr ""
6334
6335#: builtin/grep.c:739
6336msgid "show only matches from files that match all patterns"
6337msgstr ""
6338
6339#: builtin/grep.c:741
6340msgid "show parse tree for grep expression"
6341msgstr ""
6342
6343#: builtin/grep.c:745
6344msgid "pager"
6345msgstr ""
6346
6347#: builtin/grep.c:745
6348msgid "show matching files in the pager"
6349msgstr ""
6350
6351#: builtin/grep.c:748
6352msgid "allow calling of grep(1) (ignored by this build)"
6353msgstr ""
6354
6355#: builtin/grep.c:811
6356msgid "no pattern given."
6357msgstr ""
6358
6359#: builtin/grep.c:843 builtin/index-pack.c:1475
6360#, c-format
6361msgid "invalid number of threads specified (%d)"
6362msgstr ""
6363
6364#: builtin/grep.c:873
6365msgid "--open-files-in-pager only works on the worktree"
6366msgstr ""
6367
6368#: builtin/grep.c:899
6369msgid "--cached or --untracked cannot be used with --no-index."
6370msgstr ""
6371
6372#: builtin/grep.c:904
6373msgid "--no-index or --untracked cannot be used with revs."
6374msgstr ""
6375
6376#: builtin/grep.c:907
6377msgid "--[no-]exclude-standard cannot be used for tracked contents."
6378msgstr ""
6379
6380#: builtin/grep.c:915
6381msgid "both --cached and trees are given."
6382msgstr ""
6383
6384#: builtin/hash-object.c:81
6385msgid ""
6386"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
6387"[--] <file>..."
6388msgstr ""
6389
6390#: builtin/hash-object.c:82
6391msgid "git hash-object  --stdin-paths"
6392msgstr ""
6393
6394#: builtin/hash-object.c:93
6395msgid "type"
6396msgstr ""
6397
6398#: builtin/hash-object.c:93
6399msgid "object type"
6400msgstr ""
6401
6402#: builtin/hash-object.c:94
6403msgid "write the object into the object database"
6404msgstr ""
6405
6406#: builtin/hash-object.c:96
6407msgid "read the object from stdin"
6408msgstr ""
6409
6410#: builtin/hash-object.c:98
6411msgid "store file as is without filters"
6412msgstr ""
6413
6414#: builtin/hash-object.c:99
6415msgid ""
6416"just hash any random garbage to create corrupt objects for debugging Git"
6417msgstr ""
6418
6419#: builtin/hash-object.c:100
6420msgid "process file as it were from this path"
6421msgstr ""
6422
6423#: builtin/help.c:41
6424msgid "print all available commands"
6425msgstr ""
6426
6427#: builtin/help.c:42
6428msgid "print list of useful guides"
6429msgstr ""
6430
6431#: builtin/help.c:43
6432msgid "show man page"
6433msgstr ""
6434
6435#: builtin/help.c:44
6436msgid "show manual in web browser"
6437msgstr ""
6438
6439#: builtin/help.c:46
6440msgid "show info page"
6441msgstr ""
6442
6443#: builtin/help.c:52
6444msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
6445msgstr ""
6446
6447#: builtin/help.c:64
6448#, c-format
6449msgid "unrecognized help format '%s'"
6450msgstr ""
6451
6452#: builtin/help.c:91
6453msgid "Failed to start emacsclient."
6454msgstr ""
6455
6456#: builtin/help.c:104
6457msgid "Failed to parse emacsclient version."
6458msgstr ""
6459
6460#: builtin/help.c:112
6461#, c-format
6462msgid "emacsclient version '%d' too old (< 22)."
6463msgstr ""
6464
6465#: builtin/help.c:130 builtin/help.c:151 builtin/help.c:160 builtin/help.c:168
6466#, c-format
6467msgid "failed to exec '%s': %s"
6468msgstr ""
6469
6470#: builtin/help.c:205
6471#, c-format
6472msgid ""
6473"'%s': path for unsupported man viewer.\n"
6474"Please consider using 'man.<tool>.cmd' instead."
6475msgstr ""
6476
6477#: builtin/help.c:217
6478#, c-format
6479msgid ""
6480"'%s': cmd for supported man viewer.\n"
6481"Please consider using 'man.<tool>.path' instead."
6482msgstr ""
6483
6484#: builtin/help.c:334
6485#, c-format
6486msgid "'%s': unknown man viewer."
6487msgstr ""
6488
6489#: builtin/help.c:351
6490msgid "no man viewer handled the request"
6491msgstr ""
6492
6493#: builtin/help.c:359
6494msgid "no info viewer handled the request"
6495msgstr ""
6496
6497#: builtin/help.c:408
6498msgid "Defining attributes per path"
6499msgstr ""
6500
6501#: builtin/help.c:409
6502msgid "Everyday Git With 20 Commands Or So"
6503msgstr ""
6504
6505#: builtin/help.c:410
6506msgid "A Git glossary"
6507msgstr ""
6508
6509#: builtin/help.c:411
6510msgid "Specifies intentionally untracked files to ignore"
6511msgstr ""
6512
6513#: builtin/help.c:412
6514msgid "Defining submodule properties"
6515msgstr ""
6516
6517#: builtin/help.c:413
6518msgid "Specifying revisions and ranges for Git"
6519msgstr ""
6520
6521#: builtin/help.c:414
6522msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
6523msgstr ""
6524
6525#: builtin/help.c:415
6526msgid "An overview of recommended workflows with Git"
6527msgstr ""
6528
6529#: builtin/help.c:427
6530msgid "The common Git guides are:\n"
6531msgstr ""
6532
6533#: builtin/help.c:448 builtin/help.c:465
6534#, c-format
6535msgid "usage: %s%s"
6536msgstr ""
6537
6538#: builtin/help.c:481
6539#, c-format
6540msgid "`git %s' is aliased to `%s'"
6541msgstr ""
6542
6543#: builtin/index-pack.c:152
6544#, c-format
6545msgid "unable to open %s"
6546msgstr ""
6547
6548#: builtin/index-pack.c:202
6549#, c-format
6550msgid "object type mismatch at %s"
6551msgstr ""
6552
6553#: builtin/index-pack.c:222
6554#, c-format
6555msgid "did not receive expected object %s"
6556msgstr ""
6557
6558#: builtin/index-pack.c:225
6559#, c-format
6560msgid "object %s: expected type %s, found %s"
6561msgstr ""
6562
6563#: builtin/index-pack.c:267
6564#, c-format
6565msgid "cannot fill %d byte"
6566msgid_plural "cannot fill %d bytes"
6567msgstr[0] ""
6568msgstr[1] ""
6569
6570#: builtin/index-pack.c:277
6571msgid "early EOF"
6572msgstr ""
6573
6574#: builtin/index-pack.c:278
6575msgid "read error on input"
6576msgstr ""
6577
6578#: builtin/index-pack.c:290
6579msgid "used more bytes than were available"
6580msgstr ""
6581
6582#: builtin/index-pack.c:297
6583msgid "pack too large for current definition of off_t"
6584msgstr ""
6585
6586#: builtin/index-pack.c:313
6587#, c-format
6588msgid "unable to create '%s'"
6589msgstr ""
6590
6591#: builtin/index-pack.c:318
6592#, c-format
6593msgid "cannot open packfile '%s'"
6594msgstr ""
6595
6596#: builtin/index-pack.c:332
6597msgid "pack signature mismatch"
6598msgstr ""
6599
6600#: builtin/index-pack.c:334
6601#, c-format
6602msgid "pack version %<PRIu32> unsupported"
6603msgstr ""
6604
6605#: builtin/index-pack.c:352
6606#, c-format
6607msgid "pack has bad object at offset %lu: %s"
6608msgstr ""
6609
6610#: builtin/index-pack.c:473
6611#, c-format
6612msgid "inflate returned %d"
6613msgstr ""
6614
6615#: builtin/index-pack.c:522
6616msgid "offset value overflow for delta base object"
6617msgstr ""
6618
6619#: builtin/index-pack.c:530
6620msgid "delta base offset is out of bound"
6621msgstr ""
6622
6623#: builtin/index-pack.c:538
6624#, c-format
6625msgid "unknown object type %d"
6626msgstr ""
6627
6628#: builtin/index-pack.c:569
6629msgid "cannot pread pack file"
6630msgstr ""
6631
6632#: builtin/index-pack.c:571
6633#, c-format
6634msgid "premature end of pack file, %lu byte missing"
6635msgid_plural "premature end of pack file, %lu bytes missing"
6636msgstr[0] ""
6637msgstr[1] ""
6638
6639#: builtin/index-pack.c:597
6640msgid "serious inflate inconsistency"
6641msgstr ""
6642
6643#: builtin/index-pack.c:743 builtin/index-pack.c:749 builtin/index-pack.c:772
6644#: builtin/index-pack.c:806 builtin/index-pack.c:815
6645#, c-format
6646msgid "SHA1 COLLISION FOUND WITH %s !"
6647msgstr ""
6648
6649#: builtin/index-pack.c:746 builtin/pack-objects.c:162
6650#: builtin/pack-objects.c:254
6651#, c-format
6652msgid "unable to read %s"
6653msgstr ""
6654
6655#: builtin/index-pack.c:812
6656#, c-format
6657msgid "cannot read existing object %s"
6658msgstr ""
6659
6660#: builtin/index-pack.c:826
6661#, c-format
6662msgid "invalid blob object %s"
6663msgstr ""
6664
6665#: builtin/index-pack.c:840
6666#, c-format
6667msgid "invalid %s"
6668msgstr ""
6669
6670#: builtin/index-pack.c:843
6671msgid "Error in object"
6672msgstr ""
6673
6674#: builtin/index-pack.c:845
6675#, c-format
6676msgid "Not all child objects of %s are reachable"
6677msgstr ""
6678
6679#: builtin/index-pack.c:917 builtin/index-pack.c:948
6680msgid "failed to apply delta"
6681msgstr ""
6682
6683#: builtin/index-pack.c:1118
6684msgid "Receiving objects"
6685msgstr ""
6686
6687#: builtin/index-pack.c:1118
6688msgid "Indexing objects"
6689msgstr ""
6690
6691#: builtin/index-pack.c:1150
6692msgid "pack is corrupted (SHA1 mismatch)"
6693msgstr ""
6694
6695#: builtin/index-pack.c:1155
6696msgid "cannot fstat packfile"
6697msgstr ""
6698
6699#: builtin/index-pack.c:1158
6700msgid "pack has junk at the end"
6701msgstr ""
6702
6703#: builtin/index-pack.c:1169
6704msgid "confusion beyond insanity in parse_pack_objects()"
6705msgstr ""
6706
6707#: builtin/index-pack.c:1194
6708msgid "Resolving deltas"
6709msgstr ""
6710
6711#: builtin/index-pack.c:1205
6712#, c-format
6713msgid "unable to create thread: %s"
6714msgstr ""
6715
6716#: builtin/index-pack.c:1247
6717msgid "confusion beyond insanity"
6718msgstr ""
6719
6720#: builtin/index-pack.c:1253
6721#, c-format
6722msgid "completed with %d local objects"
6723msgstr ""
6724
6725#: builtin/index-pack.c:1263
6726#, c-format
6727msgid "Unexpected tail checksum for %s (disk corruption?)"
6728msgstr ""
6729
6730#: builtin/index-pack.c:1267
6731#, c-format
6732msgid "pack has %d unresolved delta"
6733msgid_plural "pack has %d unresolved deltas"
6734msgstr[0] ""
6735msgstr[1] ""
6736
6737#: builtin/index-pack.c:1291
6738#, c-format
6739msgid "unable to deflate appended object (%d)"
6740msgstr ""
6741
6742#: builtin/index-pack.c:1367
6743#, c-format
6744msgid "local object %s is corrupt"
6745msgstr ""
6746
6747#: builtin/index-pack.c:1391
6748msgid "error while closing pack file"
6749msgstr ""
6750
6751#: builtin/index-pack.c:1404
6752#, c-format
6753msgid "cannot write keep file '%s'"
6754msgstr ""
6755
6756#: builtin/index-pack.c:1412
6757#, c-format
6758msgid "cannot close written keep file '%s'"
6759msgstr ""
6760
6761#: builtin/index-pack.c:1425
6762msgid "cannot store pack file"
6763msgstr ""
6764
6765#: builtin/index-pack.c:1436
6766msgid "cannot store index file"
6767msgstr ""
6768
6769#: builtin/index-pack.c:1469
6770#, c-format
6771msgid "bad pack.indexversion=%<PRIu32>"
6772msgstr ""
6773
6774#: builtin/index-pack.c:1479 builtin/index-pack.c:1664
6775#, c-format
6776msgid "no threads support, ignoring %s"
6777msgstr ""
6778
6779#: builtin/index-pack.c:1538
6780#, c-format
6781msgid "Cannot open existing pack file '%s'"
6782msgstr ""
6783
6784#: builtin/index-pack.c:1540
6785#, c-format
6786msgid "Cannot open existing pack idx file for '%s'"
6787msgstr ""
6788
6789#: builtin/index-pack.c:1587
6790#, c-format
6791msgid "non delta: %d object"
6792msgid_plural "non delta: %d objects"
6793msgstr[0] ""
6794msgstr[1] ""
6795
6796#: builtin/index-pack.c:1594
6797#, c-format
6798msgid "chain length = %d: %lu object"
6799msgid_plural "chain length = %d: %lu objects"
6800msgstr[0] ""
6801msgstr[1] ""
6802
6803#: builtin/index-pack.c:1624
6804msgid "Cannot come back to cwd"
6805msgstr ""
6806
6807#: builtin/index-pack.c:1676 builtin/index-pack.c:1679
6808#: builtin/index-pack.c:1691 builtin/index-pack.c:1695
6809#, c-format
6810msgid "bad %s"
6811msgstr ""
6812
6813#: builtin/index-pack.c:1709
6814msgid "--fix-thin cannot be used without --stdin"
6815msgstr ""
6816
6817#: builtin/index-pack.c:1713 builtin/index-pack.c:1722
6818#, c-format
6819msgid "packfile name '%s' does not end with '.pack'"
6820msgstr ""
6821
6822#: builtin/index-pack.c:1730
6823msgid "--verify with no packfile name given"
6824msgstr ""
6825
6826#: builtin/init-db.c:55
6827#, c-format
6828msgid "cannot stat '%s'"
6829msgstr ""
6830
6831#: builtin/init-db.c:61
6832#, c-format
6833msgid "cannot stat template '%s'"
6834msgstr ""
6835
6836#: builtin/init-db.c:66
6837#, c-format
6838msgid "cannot opendir '%s'"
6839msgstr ""
6840
6841#: builtin/init-db.c:77
6842#, c-format
6843msgid "cannot readlink '%s'"
6844msgstr ""
6845
6846#: builtin/init-db.c:79
6847#, c-format
6848msgid "cannot symlink '%s' '%s'"
6849msgstr ""
6850
6851#: builtin/init-db.c:85
6852#, c-format
6853msgid "cannot copy '%s' to '%s'"
6854msgstr ""
6855
6856#: builtin/init-db.c:89
6857#, c-format
6858msgid "ignoring template %s"
6859msgstr ""
6860
6861#: builtin/init-db.c:118
6862#, c-format
6863msgid "templates not found %s"
6864msgstr ""
6865
6866#: builtin/init-db.c:131
6867#, c-format
6868msgid "not copying templates of a wrong format version %d from '%s'"
6869msgstr ""
6870
6871#: builtin/init-db.c:309 builtin/init-db.c:312
6872#, c-format
6873msgid "%s already exists"
6874msgstr ""
6875
6876#: builtin/init-db.c:340
6877#, c-format
6878msgid "unable to handle file type %d"
6879msgstr ""
6880
6881#: builtin/init-db.c:343
6882#, c-format
6883msgid "unable to move %s to %s"
6884msgstr ""
6885
6886#. TRANSLATORS: The first '%s' is either "Reinitialized
6887#. existing" or "Initialized empty", the second " shared" or
6888#. "", and the last '%s%s' is the verbatim directory name.
6889#: builtin/init-db.c:399
6890#, c-format
6891msgid "%s%s Git repository in %s%s\n"
6892msgstr ""
6893
6894#: builtin/init-db.c:400
6895msgid "Reinitialized existing"
6896msgstr ""
6897
6898#: builtin/init-db.c:400
6899msgid "Initialized empty"
6900msgstr ""
6901
6902#: builtin/init-db.c:401
6903msgid " shared"
6904msgstr ""
6905
6906#: builtin/init-db.c:448
6907msgid ""
6908"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
6909"shared[=<permissions>]] [<directory>]"
6910msgstr ""
6911
6912#: builtin/init-db.c:471
6913msgid "permissions"
6914msgstr ""
6915
6916#: builtin/init-db.c:472
6917msgid "specify that the git repository is to be shared amongst several users"
6918msgstr ""
6919
6920#: builtin/init-db.c:506 builtin/init-db.c:511
6921#, c-format
6922msgid "cannot mkdir %s"
6923msgstr ""
6924
6925#: builtin/init-db.c:515
6926#, c-format
6927msgid "cannot chdir to %s"
6928msgstr ""
6929
6930#: builtin/init-db.c:536
6931#, c-format
6932msgid ""
6933"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
6934"dir=<directory>)"
6935msgstr ""
6936
6937#: builtin/init-db.c:564
6938#, c-format
6939msgid "Cannot access work tree '%s'"
6940msgstr ""
6941
6942#: builtin/interpret-trailers.c:15
6943msgid ""
6944"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
6945"<token>[(=|:)<value>])...] [<file>...]"
6946msgstr ""
6947
6948#: builtin/interpret-trailers.c:26
6949msgid "edit files in place"
6950msgstr ""
6951
6952#: builtin/interpret-trailers.c:27
6953msgid "trim empty trailers"
6954msgstr ""
6955
6956#: builtin/interpret-trailers.c:28
6957msgid "trailer"
6958msgstr ""
6959
6960#: builtin/interpret-trailers.c:29
6961msgid "trailer(s) to add"
6962msgstr ""
6963
6964#: builtin/interpret-trailers.c:42
6965msgid "no input file given for in-place editing"
6966msgstr ""
6967
6968#: builtin/log.c:43
6969msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
6970msgstr ""
6971
6972#: builtin/log.c:44
6973msgid "git show [<options>] <object>..."
6974msgstr ""
6975
6976#: builtin/log.c:83
6977#, c-format
6978msgid "invalid --decorate option: %s"
6979msgstr ""
6980
6981#: builtin/log.c:131
6982msgid "suppress diff output"
6983msgstr ""
6984
6985#: builtin/log.c:132
6986msgid "show source"
6987msgstr ""
6988
6989#: builtin/log.c:133
6990msgid "Use mail map file"
6991msgstr ""
6992
6993#: builtin/log.c:134
6994msgid "decorate options"
6995msgstr ""
6996
6997#: builtin/log.c:137
6998msgid "Process line range n,m in file, counting from 1"
6999msgstr ""
7000
7001#: builtin/log.c:233
7002#, c-format
7003msgid "Final output: %d %s\n"
7004msgstr ""
7005
7006#: builtin/log.c:465
7007#, c-format
7008msgid "git show %s: bad file"
7009msgstr ""
7010
7011#: builtin/log.c:479 builtin/log.c:572
7012#, c-format
7013msgid "Could not read object %s"
7014msgstr ""
7015
7016#: builtin/log.c:596
7017#, c-format
7018msgid "Unknown type: %d"
7019msgstr ""
7020
7021#: builtin/log.c:715
7022msgid "format.headers without value"
7023msgstr ""
7024
7025#: builtin/log.c:801
7026msgid "name of output directory is too long"
7027msgstr ""
7028
7029#: builtin/log.c:816
7030#, c-format
7031msgid "Cannot open patch file %s"
7032msgstr ""
7033
7034#: builtin/log.c:830
7035msgid "Need exactly one range."
7036msgstr ""
7037
7038#: builtin/log.c:840
7039msgid "Not a range."
7040msgstr ""
7041
7042#: builtin/log.c:946
7043msgid "Cover letter needs email format"
7044msgstr ""
7045
7046#: builtin/log.c:1025
7047#, c-format
7048msgid "insane in-reply-to: %s"
7049msgstr ""
7050
7051#: builtin/log.c:1053
7052msgid "git format-patch [<options>] [<since> | <revision-range>]"
7053msgstr ""
7054
7055#: builtin/log.c:1098
7056msgid "Two output directories?"
7057msgstr ""
7058
7059#: builtin/log.c:1214
7060msgid "use [PATCH n/m] even with a single patch"
7061msgstr ""
7062
7063#: builtin/log.c:1217
7064msgid "use [PATCH] even with multiple patches"
7065msgstr ""
7066
7067#: builtin/log.c:1221
7068msgid "print patches to standard out"
7069msgstr ""
7070
7071#: builtin/log.c:1223
7072msgid "generate a cover letter"
7073msgstr ""
7074
7075#: builtin/log.c:1225
7076msgid "use simple number sequence for output file names"
7077msgstr ""
7078
7079#: builtin/log.c:1226
7080msgid "sfx"
7081msgstr ""
7082
7083#: builtin/log.c:1227
7084msgid "use <sfx> instead of '.patch'"
7085msgstr ""
7086
7087#: builtin/log.c:1229
7088msgid "start numbering patches at <n> instead of 1"
7089msgstr ""
7090
7091#: builtin/log.c:1231
7092msgid "mark the series as Nth re-roll"
7093msgstr ""
7094
7095#: builtin/log.c:1233
7096msgid "Use [<prefix>] instead of [PATCH]"
7097msgstr ""
7098
7099#: builtin/log.c:1236
7100msgid "store resulting files in <dir>"
7101msgstr ""
7102
7103#: builtin/log.c:1239
7104msgid "don't strip/add [PATCH]"
7105msgstr ""
7106
7107#: builtin/log.c:1242
7108msgid "don't output binary diffs"
7109msgstr ""
7110
7111#: builtin/log.c:1244
7112msgid "output all-zero hash in From header"
7113msgstr ""
7114
7115#: builtin/log.c:1246
7116msgid "don't include a patch matching a commit upstream"
7117msgstr ""
7118
7119#: builtin/log.c:1248
7120msgid "show patch format instead of default (patch + stat)"
7121msgstr ""
7122
7123#: builtin/log.c:1250
7124msgid "Messaging"
7125msgstr ""
7126
7127#: builtin/log.c:1251
7128msgid "header"
7129msgstr ""
7130
7131#: builtin/log.c:1252
7132msgid "add email header"
7133msgstr ""
7134
7135#: builtin/log.c:1253 builtin/log.c:1255
7136msgid "email"
7137msgstr ""
7138
7139#: builtin/log.c:1253
7140msgid "add To: header"
7141msgstr ""
7142
7143#: builtin/log.c:1255
7144msgid "add Cc: header"
7145msgstr ""
7146
7147#: builtin/log.c:1257
7148msgid "ident"
7149msgstr ""
7150
7151#: builtin/log.c:1258
7152msgid "set From address to <ident> (or committer ident if absent)"
7153msgstr ""
7154
7155#: builtin/log.c:1260
7156msgid "message-id"
7157msgstr ""
7158
7159#: builtin/log.c:1261
7160msgid "make first mail a reply to <message-id>"
7161msgstr ""
7162
7163#: builtin/log.c:1262 builtin/log.c:1265
7164msgid "boundary"
7165msgstr ""
7166
7167#: builtin/log.c:1263
7168msgid "attach the patch"
7169msgstr ""
7170
7171#: builtin/log.c:1266
7172msgid "inline the patch"
7173msgstr ""
7174
7175#: builtin/log.c:1270
7176msgid "enable message threading, styles: shallow, deep"
7177msgstr ""
7178
7179#: builtin/log.c:1272
7180msgid "signature"
7181msgstr ""
7182
7183#: builtin/log.c:1273
7184msgid "add a signature"
7185msgstr ""
7186
7187#: builtin/log.c:1275
7188msgid "add a signature from a file"
7189msgstr ""
7190
7191#: builtin/log.c:1276
7192msgid "don't print the patch filenames"
7193msgstr ""
7194
7195#: builtin/log.c:1365
7196msgid "-n and -k are mutually exclusive."
7197msgstr ""
7198
7199#: builtin/log.c:1367
7200msgid "--subject-prefix and -k are mutually exclusive."
7201msgstr ""
7202
7203#: builtin/log.c:1375
7204msgid "--name-only does not make sense"
7205msgstr ""
7206
7207#: builtin/log.c:1377
7208msgid "--name-status does not make sense"
7209msgstr ""
7210
7211#: builtin/log.c:1379
7212msgid "--check does not make sense"
7213msgstr ""
7214
7215#: builtin/log.c:1407
7216msgid "standard output, or directory, which one?"
7217msgstr ""
7218
7219#: builtin/log.c:1409
7220#, c-format
7221msgid "Could not create directory '%s'"
7222msgstr ""
7223
7224#: builtin/log.c:1506
7225#, c-format
7226msgid "unable to read signature file '%s'"
7227msgstr ""
7228
7229#: builtin/log.c:1569
7230msgid "Failed to create output files"
7231msgstr ""
7232
7233#: builtin/log.c:1617
7234msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
7235msgstr ""
7236
7237#: builtin/log.c:1671
7238#, c-format
7239msgid ""
7240"Could not find a tracked remote branch, please specify <upstream> manually.\n"
7241msgstr ""
7242
7243#: builtin/log.c:1682 builtin/log.c:1684 builtin/log.c:1696
7244#, c-format
7245msgid "Unknown commit %s"
7246msgstr ""
7247
7248#: builtin/ls-files.c:378
7249msgid "git ls-files [<options>] [<file>...]"
7250msgstr ""
7251
7252#: builtin/ls-files.c:427
7253msgid "identify the file status with tags"
7254msgstr ""
7255
7256#: builtin/ls-files.c:429
7257msgid "use lowercase letters for 'assume unchanged' files"
7258msgstr ""
7259
7260#: builtin/ls-files.c:431
7261msgid "show cached files in the output (default)"
7262msgstr ""
7263
7264#: builtin/ls-files.c:433
7265msgid "show deleted files in the output"
7266msgstr ""
7267
7268#: builtin/ls-files.c:435
7269msgid "show modified files in the output"
7270msgstr ""
7271
7272#: builtin/ls-files.c:437
7273msgid "show other files in the output"
7274msgstr ""
7275
7276#: builtin/ls-files.c:439
7277msgid "show ignored files in the output"
7278msgstr ""
7279
7280#: builtin/ls-files.c:442
7281msgid "show staged contents' object name in the output"
7282msgstr ""
7283
7284#: builtin/ls-files.c:444
7285msgid "show files on the filesystem that need to be removed"
7286msgstr ""
7287
7288#: builtin/ls-files.c:446
7289msgid "show 'other' directories' names only"
7290msgstr ""
7291
7292#: builtin/ls-files.c:448
7293msgid "show line endings of files"
7294msgstr ""
7295
7296#: builtin/ls-files.c:450
7297msgid "don't show empty directories"
7298msgstr ""
7299
7300#: builtin/ls-files.c:453
7301msgid "show unmerged files in the output"
7302msgstr ""
7303
7304#: builtin/ls-files.c:455
7305msgid "show resolve-undo information"
7306msgstr ""
7307
7308#: builtin/ls-files.c:457
7309msgid "skip files matching pattern"
7310msgstr ""
7311
7312#: builtin/ls-files.c:460
7313msgid "exclude patterns are read from <file>"
7314msgstr ""
7315
7316#: builtin/ls-files.c:463
7317msgid "read additional per-directory exclude patterns in <file>"
7318msgstr ""
7319
7320#: builtin/ls-files.c:465
7321msgid "add the standard git exclusions"
7322msgstr ""
7323
7324#: builtin/ls-files.c:468
7325msgid "make the output relative to the project top directory"
7326msgstr ""
7327
7328#: builtin/ls-files.c:471
7329msgid "if any <file> is not in the index, treat this as an error"
7330msgstr ""
7331
7332#: builtin/ls-files.c:472
7333msgid "tree-ish"
7334msgstr ""
7335
7336#: builtin/ls-files.c:473
7337msgid "pretend that paths removed since <tree-ish> are still present"
7338msgstr ""
7339
7340#: builtin/ls-files.c:475
7341msgid "show debugging data"
7342msgstr ""
7343
7344#: builtin/ls-remote.c:7
7345msgid ""
7346"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
7347"                     [-q | --quiet] [--exit-code] [--get-url]\n"
7348"                     [--symref] [<repository> [<refs>...]]"
7349msgstr ""
7350
7351#: builtin/ls-remote.c:50
7352msgid "do not print remote URL"
7353msgstr ""
7354
7355#: builtin/ls-remote.c:51 builtin/ls-remote.c:53
7356msgid "exec"
7357msgstr ""
7358
7359#: builtin/ls-remote.c:52 builtin/ls-remote.c:54
7360msgid "path of git-upload-pack on the remote host"
7361msgstr ""
7362
7363#: builtin/ls-remote.c:56
7364msgid "limit to tags"
7365msgstr ""
7366
7367#: builtin/ls-remote.c:57
7368msgid "limit to heads"
7369msgstr ""
7370
7371#: builtin/ls-remote.c:58
7372msgid "do not show peeled tags"
7373msgstr ""
7374
7375#: builtin/ls-remote.c:60
7376msgid "take url.<base>.insteadOf into account"
7377msgstr ""
7378
7379#: builtin/ls-remote.c:62
7380msgid "exit with exit code 2 if no matching refs are found"
7381msgstr ""
7382
7383#: builtin/ls-remote.c:64
7384msgid "show underlying ref in addition to the object pointed by it"
7385msgstr ""
7386
7387#: builtin/ls-tree.c:28
7388msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
7389msgstr ""
7390
7391#: builtin/ls-tree.c:128
7392msgid "only show trees"
7393msgstr ""
7394
7395#: builtin/ls-tree.c:130
7396msgid "recurse into subtrees"
7397msgstr ""
7398
7399#: builtin/ls-tree.c:132
7400msgid "show trees when recursing"
7401msgstr ""
7402
7403#: builtin/ls-tree.c:135
7404msgid "terminate entries with NUL byte"
7405msgstr ""
7406
7407#: builtin/ls-tree.c:136
7408msgid "include object size"
7409msgstr ""
7410
7411#: builtin/ls-tree.c:138 builtin/ls-tree.c:140
7412msgid "list only filenames"
7413msgstr ""
7414
7415#: builtin/ls-tree.c:143
7416msgid "use full path names"
7417msgstr ""
7418
7419#: builtin/ls-tree.c:145
7420msgid "list entire tree; not just current directory (implies --full-name)"
7421msgstr ""
7422
7423#: builtin/merge.c:45
7424msgid "git merge [<options>] [<commit>...]"
7425msgstr ""
7426
7427#: builtin/merge.c:46
7428msgid "git merge [<options>] <msg> HEAD <commit>"
7429msgstr ""
7430
7431#: builtin/merge.c:47
7432msgid "git merge --abort"
7433msgstr ""
7434
7435#: builtin/merge.c:100
7436msgid "switch `m' requires a value"
7437msgstr ""
7438
7439#: builtin/merge.c:137
7440#, c-format
7441msgid "Could not find merge strategy '%s'.\n"
7442msgstr ""
7443
7444#: builtin/merge.c:138
7445#, c-format
7446msgid "Available strategies are:"
7447msgstr ""
7448
7449#: builtin/merge.c:143
7450#, c-format
7451msgid "Available custom strategies are:"
7452msgstr ""
7453
7454#: builtin/merge.c:193 builtin/pull.c:123
7455msgid "do not show a diffstat at the end of the merge"
7456msgstr ""
7457
7458#: builtin/merge.c:196 builtin/pull.c:126
7459msgid "show a diffstat at the end of the merge"
7460msgstr ""
7461
7462#: builtin/merge.c:197 builtin/pull.c:129
7463msgid "(synonym to --stat)"
7464msgstr ""
7465
7466#: builtin/merge.c:199 builtin/pull.c:132
7467msgid "add (at most <n>) entries from shortlog to merge commit message"
7468msgstr ""
7469
7470#: builtin/merge.c:202 builtin/pull.c:135
7471msgid "create a single commit instead of doing a merge"
7472msgstr ""
7473
7474#: builtin/merge.c:204 builtin/pull.c:138
7475msgid "perform a commit if the merge succeeds (default)"
7476msgstr ""
7477
7478#: builtin/merge.c:206 builtin/pull.c:141
7479msgid "edit message before committing"
7480msgstr ""
7481
7482#: builtin/merge.c:207
7483msgid "allow fast-forward (default)"
7484msgstr ""
7485
7486#: builtin/merge.c:209 builtin/pull.c:147
7487msgid "abort if fast-forward is not possible"
7488msgstr ""
7489
7490#: builtin/merge.c:213
7491msgid "Verify that the named commit has a valid GPG signature"
7492msgstr ""
7493
7494#: builtin/merge.c:214 builtin/notes.c:770 builtin/pull.c:152
7495#: builtin/revert.c:89
7496msgid "strategy"
7497msgstr ""
7498
7499#: builtin/merge.c:215 builtin/pull.c:153
7500msgid "merge strategy to use"
7501msgstr ""
7502
7503#: builtin/merge.c:216 builtin/pull.c:156
7504msgid "option=value"
7505msgstr ""
7506
7507#: builtin/merge.c:217 builtin/pull.c:157
7508msgid "option for selected merge strategy"
7509msgstr ""
7510
7511#: builtin/merge.c:219
7512msgid "merge commit message (for a non-fast-forward merge)"
7513msgstr ""
7514
7515#: builtin/merge.c:223
7516msgid "abort the current in-progress merge"
7517msgstr ""
7518
7519#: builtin/merge.c:251
7520msgid "could not run stash."
7521msgstr ""
7522
7523#: builtin/merge.c:256
7524msgid "stash failed"
7525msgstr ""
7526
7527#: builtin/merge.c:261
7528#, c-format
7529msgid "not a valid object: %s"
7530msgstr ""
7531
7532#: builtin/merge.c:280 builtin/merge.c:297
7533msgid "read-tree failed"
7534msgstr ""
7535
7536#: builtin/merge.c:327
7537msgid " (nothing to squash)"
7538msgstr ""
7539
7540#: builtin/merge.c:340
7541#, c-format
7542msgid "Squash commit -- not updating HEAD\n"
7543msgstr ""
7544
7545#: builtin/merge.c:344 builtin/merge.c:764 builtin/merge.c:976
7546#: builtin/merge.c:989
7547#, c-format
7548msgid "Could not write to '%s'"
7549msgstr ""
7550
7551#: builtin/merge.c:372
7552msgid "Writing SQUASH_MSG"
7553msgstr ""
7554
7555#: builtin/merge.c:374
7556msgid "Finishing SQUASH_MSG"
7557msgstr ""
7558
7559#: builtin/merge.c:397
7560#, c-format
7561msgid "No merge message -- not updating HEAD\n"
7562msgstr ""
7563
7564#: builtin/merge.c:448
7565#, c-format
7566msgid "'%s' does not point to a commit"
7567msgstr ""
7568
7569#: builtin/merge.c:538
7570#, c-format
7571msgid "Bad branch.%s.mergeoptions string: %s"
7572msgstr ""
7573
7574#: builtin/merge.c:657
7575msgid "Not handling anything other than two heads merge."
7576msgstr ""
7577
7578#: builtin/merge.c:671
7579#, c-format
7580msgid "Unknown option for merge-recursive: -X%s"
7581msgstr ""
7582
7583#: builtin/merge.c:684
7584#, c-format
7585msgid "unable to write %s"
7586msgstr ""
7587
7588#: builtin/merge.c:773
7589#, c-format
7590msgid "Could not read from '%s'"
7591msgstr ""
7592
7593#: builtin/merge.c:782
7594#, c-format
7595msgid "Not committing merge; use 'git commit' to complete the merge.\n"
7596msgstr ""
7597
7598#: builtin/merge.c:788
7599#, c-format
7600msgid ""
7601"Please enter a commit message to explain why this merge is necessary,\n"
7602"especially if it merges an updated upstream into a topic branch.\n"
7603"\n"
7604"Lines starting with '%c' will be ignored, and an empty message aborts\n"
7605"the commit.\n"
7606msgstr ""
7607
7608#: builtin/merge.c:812
7609msgid "Empty commit message."
7610msgstr ""
7611
7612#: builtin/merge.c:824
7613#, c-format
7614msgid "Wonderful.\n"
7615msgstr ""
7616
7617#: builtin/merge.c:879
7618#, c-format
7619msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
7620msgstr ""
7621
7622#: builtin/merge.c:895
7623#, c-format
7624msgid "'%s' is not a commit"
7625msgstr ""
7626
7627#: builtin/merge.c:936
7628msgid "No current branch."
7629msgstr ""
7630
7631#: builtin/merge.c:938
7632msgid "No remote for the current branch."
7633msgstr ""
7634
7635#: builtin/merge.c:940
7636msgid "No default upstream defined for the current branch."
7637msgstr ""
7638
7639#: builtin/merge.c:945
7640#, c-format
7641msgid "No remote-tracking branch for %s from %s"
7642msgstr ""
7643
7644#: builtin/merge.c:1080
7645#, c-format
7646msgid "could not close '%s'"
7647msgstr ""
7648
7649#: builtin/merge.c:1207
7650msgid "There is no merge to abort (MERGE_HEAD missing)."
7651msgstr ""
7652
7653#: builtin/merge.c:1223
7654msgid ""
7655"You have not concluded your merge (MERGE_HEAD exists).\n"
7656"Please, commit your changes before you merge."
7657msgstr ""
7658
7659#: builtin/merge.c:1230
7660msgid ""
7661"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
7662"Please, commit your changes before you merge."
7663msgstr ""
7664
7665#: builtin/merge.c:1233
7666msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
7667msgstr ""
7668
7669#: builtin/merge.c:1242
7670msgid "You cannot combine --squash with --no-ff."
7671msgstr ""
7672
7673#: builtin/merge.c:1250
7674msgid "No commit specified and merge.defaultToUpstream not set."
7675msgstr ""
7676
7677#: builtin/merge.c:1267
7678msgid "Squash commit into empty head not supported yet"
7679msgstr ""
7680
7681#: builtin/merge.c:1269
7682msgid "Non-fast-forward commit does not make sense into an empty head"
7683msgstr ""
7684
7685#: builtin/merge.c:1275
7686#, c-format
7687msgid "%s - not something we can merge"
7688msgstr ""
7689
7690#: builtin/merge.c:1277
7691msgid "Can merge only exactly one commit into empty head"
7692msgstr ""
7693
7694#: builtin/merge.c:1332
7695#, c-format
7696msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
7697msgstr ""
7698
7699#: builtin/merge.c:1335
7700#, c-format
7701msgid "Commit %s has a bad GPG signature allegedly by %s."
7702msgstr ""
7703
7704#: builtin/merge.c:1338
7705#, c-format
7706msgid "Commit %s does not have a GPG signature."
7707msgstr ""
7708
7709#: builtin/merge.c:1341
7710#, c-format
7711msgid "Commit %s has a good GPG signature by %s\n"
7712msgstr ""
7713
7714#: builtin/merge.c:1424
7715#, c-format
7716msgid "Updating %s..%s\n"
7717msgstr ""
7718
7719#: builtin/merge.c:1461
7720#, c-format
7721msgid "Trying really trivial in-index merge...\n"
7722msgstr ""
7723
7724#: builtin/merge.c:1468
7725#, c-format
7726msgid "Nope.\n"
7727msgstr ""
7728
7729#: builtin/merge.c:1500
7730msgid "Not possible to fast-forward, aborting."
7731msgstr ""
7732
7733#: builtin/merge.c:1523 builtin/merge.c:1602
7734#, c-format
7735msgid "Rewinding the tree to pristine...\n"
7736msgstr ""
7737
7738#: builtin/merge.c:1527
7739#, c-format
7740msgid "Trying merge strategy %s...\n"
7741msgstr ""
7742
7743#: builtin/merge.c:1593
7744#, c-format
7745msgid "No merge strategy handled the merge.\n"
7746msgstr ""
7747
7748#: builtin/merge.c:1595
7749#, c-format
7750msgid "Merge with strategy %s failed.\n"
7751msgstr ""
7752
7753#: builtin/merge.c:1604
7754#, c-format
7755msgid "Using the %s to prepare resolving by hand.\n"
7756msgstr ""
7757
7758#: builtin/merge.c:1616
7759#, c-format
7760msgid "Automatic merge went well; stopped before committing as requested\n"
7761msgstr ""
7762
7763#: builtin/merge-base.c:29
7764msgid "git merge-base [-a | --all] <commit> <commit>..."
7765msgstr ""
7766
7767#: builtin/merge-base.c:30
7768msgid "git merge-base [-a | --all] --octopus <commit>..."
7769msgstr ""
7770
7771#: builtin/merge-base.c:31
7772msgid "git merge-base --independent <commit>..."
7773msgstr ""
7774
7775#: builtin/merge-base.c:32
7776msgid "git merge-base --is-ancestor <commit> <commit>"
7777msgstr ""
7778
7779#: builtin/merge-base.c:33
7780msgid "git merge-base --fork-point <ref> [<commit>]"
7781msgstr ""
7782
7783#: builtin/merge-base.c:214
7784msgid "output all common ancestors"
7785msgstr ""
7786
7787#: builtin/merge-base.c:216
7788msgid "find ancestors for a single n-way merge"
7789msgstr ""
7790
7791#: builtin/merge-base.c:218
7792msgid "list revs not reachable from others"
7793msgstr ""
7794
7795#: builtin/merge-base.c:220
7796msgid "is the first one ancestor of the other?"
7797msgstr ""
7798
7799#: builtin/merge-base.c:222
7800msgid "find where <commit> forked from reflog of <ref>"
7801msgstr ""
7802
7803#: builtin/merge-file.c:8
7804msgid ""
7805"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
7806"<orig-file> <file2>"
7807msgstr ""
7808
7809#: builtin/merge-file.c:33
7810msgid "send results to standard output"
7811msgstr ""
7812
7813#: builtin/merge-file.c:34
7814msgid "use a diff3 based merge"
7815msgstr ""
7816
7817#: builtin/merge-file.c:35
7818msgid "for conflicts, use our version"
7819msgstr ""
7820
7821#: builtin/merge-file.c:37
7822msgid "for conflicts, use their version"
7823msgstr ""
7824
7825#: builtin/merge-file.c:39
7826msgid "for conflicts, use a union version"
7827msgstr ""
7828
7829#: builtin/merge-file.c:42
7830msgid "for conflicts, use this marker size"
7831msgstr ""
7832
7833#: builtin/merge-file.c:43
7834msgid "do not warn about conflicts"
7835msgstr ""
7836
7837#: builtin/merge-file.c:45
7838msgid "set labels for file1/orig-file/file2"
7839msgstr ""
7840
7841#: builtin/mktree.c:65
7842msgid "git mktree [-z] [--missing] [--batch]"
7843msgstr ""
7844
7845#: builtin/mktree.c:152
7846msgid "input is NUL terminated"
7847msgstr ""
7848
7849#: builtin/mktree.c:153 builtin/write-tree.c:24
7850msgid "allow missing objects"
7851msgstr ""
7852
7853#: builtin/mktree.c:154
7854msgid "allow creation of more than one tree"
7855msgstr ""
7856
7857#: builtin/mv.c:15
7858msgid "git mv [<options>] <source>... <destination>"
7859msgstr ""
7860
7861#: builtin/mv.c:70
7862#, c-format
7863msgid "Directory %s is in index and no submodule?"
7864msgstr ""
7865
7866#: builtin/mv.c:72
7867msgid "Please stage your changes to .gitmodules or stash them to proceed"
7868msgstr ""
7869
7870#: builtin/mv.c:90
7871#, c-format
7872msgid "%.*s is in index"
7873msgstr ""
7874
7875#: builtin/mv.c:112
7876msgid "force move/rename even if target exists"
7877msgstr ""
7878
7879#: builtin/mv.c:113
7880msgid "skip move/rename errors"
7881msgstr ""
7882
7883#: builtin/mv.c:152
7884#, c-format
7885msgid "destination '%s' is not a directory"
7886msgstr ""
7887
7888#: builtin/mv.c:163
7889#, c-format
7890msgid "Checking rename of '%s' to '%s'\n"
7891msgstr ""
7892
7893#: builtin/mv.c:167
7894msgid "bad source"
7895msgstr ""
7896
7897#: builtin/mv.c:170
7898msgid "can not move directory into itself"
7899msgstr ""
7900
7901#: builtin/mv.c:173
7902msgid "cannot move directory over file"
7903msgstr ""
7904
7905#: builtin/mv.c:182
7906msgid "source directory is empty"
7907msgstr ""
7908
7909#: builtin/mv.c:207
7910msgid "not under version control"
7911msgstr ""
7912
7913#: builtin/mv.c:210
7914msgid "destination exists"
7915msgstr ""
7916
7917#: builtin/mv.c:218
7918#, c-format
7919msgid "overwriting '%s'"
7920msgstr ""
7921
7922#: builtin/mv.c:221
7923msgid "Cannot overwrite"
7924msgstr ""
7925
7926#: builtin/mv.c:224
7927msgid "multiple sources for the same target"
7928msgstr ""
7929
7930#: builtin/mv.c:226
7931msgid "destination directory does not exist"
7932msgstr ""
7933
7934#: builtin/mv.c:233
7935#, c-format
7936msgid "%s, source=%s, destination=%s"
7937msgstr ""
7938
7939#: builtin/mv.c:254
7940#, c-format
7941msgid "Renaming %s to %s\n"
7942msgstr ""
7943
7944#: builtin/mv.c:257 builtin/remote.c:714 builtin/repack.c:365
7945#, c-format
7946msgid "renaming '%s' failed"
7947msgstr ""
7948
7949#: builtin/name-rev.c:251
7950msgid "git name-rev [<options>] <commit>..."
7951msgstr ""
7952
7953#: builtin/name-rev.c:252
7954msgid "git name-rev [<options>] --all"
7955msgstr ""
7956
7957#: builtin/name-rev.c:253
7958msgid "git name-rev [<options>] --stdin"
7959msgstr ""
7960
7961#: builtin/name-rev.c:305
7962msgid "print only names (no SHA-1)"
7963msgstr ""
7964
7965#: builtin/name-rev.c:306
7966msgid "only use tags to name the commits"
7967msgstr ""
7968
7969#: builtin/name-rev.c:308
7970msgid "only use refs matching <pattern>"
7971msgstr ""
7972
7973#: builtin/name-rev.c:310
7974msgid "list all commits reachable from all refs"
7975msgstr ""
7976
7977#: builtin/name-rev.c:311
7978msgid "read from stdin"
7979msgstr ""
7980
7981#: builtin/name-rev.c:312
7982msgid "allow to print `undefined` names (default)"
7983msgstr ""
7984
7985#: builtin/name-rev.c:318
7986msgid "dereference tags in the input (internal use)"
7987msgstr ""
7988
7989#: builtin/notes.c:25
7990msgid "git notes [--ref <notes-ref>] [list [<object>]]"
7991msgstr ""
7992
7993#: builtin/notes.c:26
7994msgid ""
7995"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
7996"| (-c | -C) <object>] [<object>]"
7997msgstr ""
7998
7999#: builtin/notes.c:27
8000msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
8001msgstr ""
8002
8003#: builtin/notes.c:28
8004msgid ""
8005"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
8006"(-c | -C) <object>] [<object>]"
8007msgstr ""
8008
8009#: builtin/notes.c:29
8010msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
8011msgstr ""
8012
8013#: builtin/notes.c:30
8014msgid "git notes [--ref <notes-ref>] show [<object>]"
8015msgstr ""
8016
8017#: builtin/notes.c:31
8018msgid ""
8019"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
8020msgstr ""
8021
8022#: builtin/notes.c:32
8023msgid "git notes merge --commit [-v | -q]"
8024msgstr ""
8025
8026#: builtin/notes.c:33
8027msgid "git notes merge --abort [-v | -q]"
8028msgstr ""
8029
8030#: builtin/notes.c:34
8031msgid "git notes [--ref <notes-ref>] remove [<object>...]"
8032msgstr ""
8033
8034#: builtin/notes.c:35
8035msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
8036msgstr ""
8037
8038#: builtin/notes.c:36
8039msgid "git notes [--ref <notes-ref>] get-ref"
8040msgstr ""
8041
8042#: builtin/notes.c:41
8043msgid "git notes [list [<object>]]"
8044msgstr ""
8045
8046#: builtin/notes.c:46
8047msgid "git notes add [<options>] [<object>]"
8048msgstr ""
8049
8050#: builtin/notes.c:51
8051msgid "git notes copy [<options>] <from-object> <to-object>"
8052msgstr ""
8053
8054#: builtin/notes.c:52
8055msgid "git notes copy --stdin [<from-object> <to-object>]..."
8056msgstr ""
8057
8058#: builtin/notes.c:57
8059msgid "git notes append [<options>] [<object>]"
8060msgstr ""
8061
8062#: builtin/notes.c:62
8063msgid "git notes edit [<object>]"
8064msgstr ""
8065
8066#: builtin/notes.c:67
8067msgid "git notes show [<object>]"
8068msgstr ""
8069
8070#: builtin/notes.c:72
8071msgid "git notes merge [<options>] <notes-ref>"
8072msgstr ""
8073
8074#: builtin/notes.c:73
8075msgid "git notes merge --commit [<options>]"
8076msgstr ""
8077
8078#: builtin/notes.c:74
8079msgid "git notes merge --abort [<options>]"
8080msgstr ""
8081
8082#: builtin/notes.c:79
8083msgid "git notes remove [<object>]"
8084msgstr ""
8085
8086#: builtin/notes.c:84
8087msgid "git notes prune [<options>]"
8088msgstr ""
8089
8090#: builtin/notes.c:89
8091msgid "git notes get-ref"
8092msgstr ""
8093
8094#: builtin/notes.c:147
8095#, c-format
8096msgid "unable to start 'show' for object '%s'"
8097msgstr ""
8098
8099#: builtin/notes.c:151
8100msgid "could not read 'show' output"
8101msgstr ""
8102
8103#: builtin/notes.c:159
8104#, c-format
8105msgid "failed to finish 'show' for object '%s'"
8106msgstr ""
8107
8108#: builtin/notes.c:174 builtin/tag.c:248
8109#, c-format
8110msgid "could not create file '%s'"
8111msgstr ""
8112
8113#: builtin/notes.c:193
8114msgid "Please supply the note contents using either -m or -F option"
8115msgstr ""
8116
8117#: builtin/notes.c:202
8118msgid "unable to write note object"
8119msgstr ""
8120
8121#: builtin/notes.c:204
8122#, c-format
8123msgid "The note contents have been left in %s"
8124msgstr ""
8125
8126#: builtin/notes.c:232 builtin/tag.c:440
8127#, c-format
8128msgid "cannot read '%s'"
8129msgstr ""
8130
8131#: builtin/notes.c:234 builtin/tag.c:443
8132#, c-format
8133msgid "could not open or read '%s'"
8134msgstr ""
8135
8136#: builtin/notes.c:253 builtin/notes.c:304 builtin/notes.c:306
8137#: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:510
8138#: builtin/notes.c:515 builtin/notes.c:593 builtin/notes.c:656
8139#: builtin/notes.c:880 builtin/tag.c:456
8140#, c-format
8141msgid "Failed to resolve '%s' as a valid ref."
8142msgstr ""
8143
8144#: builtin/notes.c:256
8145#, c-format
8146msgid "Failed to read object '%s'."
8147msgstr ""
8148
8149#: builtin/notes.c:260
8150#, c-format
8151msgid "Cannot read note data from non-blob object '%s'."
8152msgstr ""
8153
8154#: builtin/notes.c:362 builtin/notes.c:417 builtin/notes.c:493
8155#: builtin/notes.c:505 builtin/notes.c:581 builtin/notes.c:649
8156#: builtin/notes.c:945
8157msgid "too many parameters"
8158msgstr ""
8159
8160#: builtin/notes.c:375 builtin/notes.c:662
8161#, c-format
8162msgid "No note found for object %s."
8163msgstr ""
8164
8165#: builtin/notes.c:396 builtin/notes.c:559
8166msgid "note contents as a string"
8167msgstr ""
8168
8169#: builtin/notes.c:399 builtin/notes.c:562
8170msgid "note contents in a file"
8171msgstr ""
8172
8173#: builtin/notes.c:402 builtin/notes.c:565
8174msgid "reuse and edit specified note object"
8175msgstr ""
8176
8177#: builtin/notes.c:405 builtin/notes.c:568
8178msgid "reuse specified note object"
8179msgstr ""
8180
8181#: builtin/notes.c:408 builtin/notes.c:571
8182msgid "allow storing empty note"
8183msgstr ""
8184
8185#: builtin/notes.c:409 builtin/notes.c:480
8186msgid "replace existing notes"
8187msgstr ""
8188
8189#: builtin/notes.c:434
8190#, c-format
8191msgid ""
8192"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
8193"existing notes"
8194msgstr ""
8195
8196#: builtin/notes.c:449 builtin/notes.c:528
8197#, c-format
8198msgid "Overwriting existing notes for object %s\n"
8199msgstr ""
8200
8201#: builtin/notes.c:460 builtin/notes.c:621 builtin/notes.c:885
8202#, c-format
8203msgid "Removing note for object %s\n"
8204msgstr ""
8205
8206#: builtin/notes.c:481
8207msgid "read objects from stdin"
8208msgstr ""
8209
8210#: builtin/notes.c:483
8211msgid "load rewriting config for <command> (implies --stdin)"
8212msgstr ""
8213
8214#: builtin/notes.c:501
8215msgid "too few parameters"
8216msgstr ""
8217
8218#: builtin/notes.c:522
8219#, c-format
8220msgid ""
8221"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
8222"existing notes"
8223msgstr ""
8224
8225#: builtin/notes.c:534
8226#, c-format
8227msgid "Missing notes on source object %s. Cannot copy."
8228msgstr ""
8229
8230#: builtin/notes.c:586
8231#, c-format
8232msgid ""
8233"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
8234"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
8235msgstr ""
8236
8237#: builtin/notes.c:767
8238msgid "General options"
8239msgstr ""
8240
8241#: builtin/notes.c:769
8242msgid "Merge options"
8243msgstr ""
8244
8245#: builtin/notes.c:771
8246msgid ""
8247"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
8248"cat_sort_uniq)"
8249msgstr ""
8250
8251#: builtin/notes.c:773
8252msgid "Committing unmerged notes"
8253msgstr ""
8254
8255#: builtin/notes.c:775
8256msgid "finalize notes merge by committing unmerged notes"
8257msgstr ""
8258
8259#: builtin/notes.c:777
8260msgid "Aborting notes merge resolution"
8261msgstr ""
8262
8263#: builtin/notes.c:779
8264msgid "abort notes merge"
8265msgstr ""
8266
8267#: builtin/notes.c:856
8268#, c-format
8269msgid "A notes merge into %s is already in-progress at %s"
8270msgstr ""
8271
8272#: builtin/notes.c:883
8273#, c-format
8274msgid "Object %s has no note\n"
8275msgstr ""
8276
8277#: builtin/notes.c:895
8278msgid "attempt to remove non-existent note is not an error"
8279msgstr ""
8280
8281#: builtin/notes.c:898
8282msgid "read object names from the standard input"
8283msgstr ""
8284
8285#: builtin/notes.c:979
8286msgid "notes-ref"
8287msgstr ""
8288
8289#: builtin/notes.c:980
8290msgid "use notes from <notes-ref>"
8291msgstr ""
8292
8293#: builtin/notes.c:1015 builtin/remote.c:1626
8294#, c-format
8295msgid "Unknown subcommand: %s"
8296msgstr ""
8297
8298#: builtin/pack-objects.c:28
8299msgid ""
8300"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
8301msgstr ""
8302
8303#: builtin/pack-objects.c:29
8304msgid ""
8305"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
8306msgstr ""
8307
8308#: builtin/pack-objects.c:175 builtin/pack-objects.c:178
8309#, c-format
8310msgid "deflate error (%d)"
8311msgstr ""
8312
8313#: builtin/pack-objects.c:772
8314msgid "Writing objects"
8315msgstr ""
8316
8317#: builtin/pack-objects.c:1012
8318msgid "disabling bitmap writing, as some objects are not being packed"
8319msgstr ""
8320
8321#: builtin/pack-objects.c:2172
8322msgid "Compressing objects"
8323msgstr ""
8324
8325#: builtin/pack-objects.c:2558
8326#, c-format
8327msgid "unsupported index version %s"
8328msgstr ""
8329
8330#: builtin/pack-objects.c:2562
8331#, c-format
8332msgid "bad index version '%s'"
8333msgstr ""
8334
8335#: builtin/pack-objects.c:2592
8336msgid "do not show progress meter"
8337msgstr ""
8338
8339#: builtin/pack-objects.c:2594
8340msgid "show progress meter"
8341msgstr ""
8342
8343#: builtin/pack-objects.c:2596
8344msgid "show progress meter during object writing phase"
8345msgstr ""
8346
8347#: builtin/pack-objects.c:2599
8348msgid "similar to --all-progress when progress meter is shown"
8349msgstr ""
8350
8351#: builtin/pack-objects.c:2600
8352msgid "version[,offset]"
8353msgstr ""
8354
8355#: builtin/pack-objects.c:2601
8356msgid "write the pack index file in the specified idx format version"
8357msgstr ""
8358
8359#: builtin/pack-objects.c:2604
8360msgid "maximum size of each output pack file"
8361msgstr ""
8362
8363#: builtin/pack-objects.c:2606
8364msgid "ignore borrowed objects from alternate object store"
8365msgstr ""
8366
8367#: builtin/pack-objects.c:2608
8368msgid "ignore packed objects"
8369msgstr ""
8370
8371#: builtin/pack-objects.c:2610
8372msgid "limit pack window by objects"
8373msgstr ""
8374
8375#: builtin/pack-objects.c:2612
8376msgid "limit pack window by memory in addition to object limit"
8377msgstr ""
8378
8379#: builtin/pack-objects.c:2614
8380msgid "maximum length of delta chain allowed in the resulting pack"
8381msgstr ""
8382
8383#: builtin/pack-objects.c:2616
8384msgid "reuse existing deltas"
8385msgstr ""
8386
8387#: builtin/pack-objects.c:2618
8388msgid "reuse existing objects"
8389msgstr ""
8390
8391#: builtin/pack-objects.c:2620
8392msgid "use OFS_DELTA objects"
8393msgstr ""
8394
8395#: builtin/pack-objects.c:2622
8396msgid "use threads when searching for best delta matches"
8397msgstr ""
8398
8399#: builtin/pack-objects.c:2624
8400msgid "do not create an empty pack output"
8401msgstr ""
8402
8403#: builtin/pack-objects.c:2626
8404msgid "read revision arguments from standard input"
8405msgstr ""
8406
8407#: builtin/pack-objects.c:2628
8408msgid "limit the objects to those that are not yet packed"
8409msgstr ""
8410
8411#: builtin/pack-objects.c:2631
8412msgid "include objects reachable from any reference"
8413msgstr ""
8414
8415#: builtin/pack-objects.c:2634
8416msgid "include objects referred by reflog entries"
8417msgstr ""
8418
8419#: builtin/pack-objects.c:2637
8420msgid "include objects referred to by the index"
8421msgstr ""
8422
8423#: builtin/pack-objects.c:2640
8424msgid "output pack to stdout"
8425msgstr ""
8426
8427#: builtin/pack-objects.c:2642
8428msgid "include tag objects that refer to objects to be packed"
8429msgstr ""
8430
8431#: builtin/pack-objects.c:2644
8432msgid "keep unreachable objects"
8433msgstr ""
8434
8435#: builtin/pack-objects.c:2645 parse-options.h:142
8436msgid "time"
8437msgstr ""
8438
8439#: builtin/pack-objects.c:2646
8440msgid "unpack unreachable objects newer than <time>"
8441msgstr ""
8442
8443#: builtin/pack-objects.c:2649
8444msgid "create thin packs"
8445msgstr ""
8446
8447#: builtin/pack-objects.c:2651
8448msgid "create packs suitable for shallow fetches"
8449msgstr ""
8450
8451#: builtin/pack-objects.c:2653
8452msgid "ignore packs that have companion .keep file"
8453msgstr ""
8454
8455#: builtin/pack-objects.c:2655
8456msgid "pack compression level"
8457msgstr ""
8458
8459#: builtin/pack-objects.c:2657
8460msgid "do not hide commits by grafts"
8461msgstr ""
8462
8463#: builtin/pack-objects.c:2659
8464msgid "use a bitmap index if available to speed up counting objects"
8465msgstr ""
8466
8467#: builtin/pack-objects.c:2661
8468msgid "write a bitmap index together with the pack index"
8469msgstr ""
8470
8471#: builtin/pack-objects.c:2752
8472msgid "Counting objects"
8473msgstr ""
8474
8475#: builtin/pack-refs.c:6
8476msgid "git pack-refs [<options>]"
8477msgstr ""
8478
8479#: builtin/pack-refs.c:14
8480msgid "pack everything"
8481msgstr ""
8482
8483#: builtin/pack-refs.c:15
8484msgid "prune loose refs (default)"
8485msgstr ""
8486
8487#: builtin/prune-packed.c:7
8488msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
8489msgstr ""
8490
8491#: builtin/prune-packed.c:40
8492msgid "Removing duplicate objects"
8493msgstr ""
8494
8495#: builtin/prune.c:11
8496msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
8497msgstr ""
8498
8499#: builtin/prune.c:105 builtin/worktree.c:124
8500msgid "do not remove, show only"
8501msgstr ""
8502
8503#: builtin/prune.c:106 builtin/worktree.c:125
8504msgid "report pruned objects"
8505msgstr ""
8506
8507#: builtin/prune.c:109 builtin/worktree.c:127
8508msgid "expire objects older than <time>"
8509msgstr ""
8510
8511#: builtin/prune.c:123
8512msgid "cannot prune in a precious-objects repo"
8513msgstr ""
8514
8515#: builtin/pull.c:72
8516msgid "git pull [<options>] [<repository> [<refspec>...]]"
8517msgstr ""
8518
8519#: builtin/pull.c:117
8520msgid "Options related to merging"
8521msgstr ""
8522
8523#: builtin/pull.c:120
8524msgid "incorporate changes by rebasing rather than merging"
8525msgstr ""
8526
8527#: builtin/pull.c:144 builtin/revert.c:105
8528msgid "allow fast-forward"
8529msgstr ""
8530
8531#: builtin/pull.c:150
8532msgid "verify that the named commit has a valid GPG signature"
8533msgstr ""
8534
8535#: builtin/pull.c:164
8536msgid "Options related to fetching"
8537msgstr ""
8538
8539#: builtin/pull.c:186
8540msgid "number of submodules pulled in parallel"
8541msgstr ""
8542
8543#: builtin/pull.c:275
8544#, c-format
8545msgid "Invalid value for pull.ff: %s"
8546msgstr ""
8547
8548#: builtin/pull.c:359
8549msgid "Cannot pull with rebase: You have unstaged changes."
8550msgstr ""
8551
8552#: builtin/pull.c:365
8553msgid "Additionally, your index contains uncommitted changes."
8554msgstr ""
8555
8556#: builtin/pull.c:367
8557msgid "Cannot pull with rebase: Your index contains uncommitted changes."
8558msgstr ""
8559
8560#: builtin/pull.c:443
8561msgid ""
8562"There is no candidate for rebasing against among the refs that you just "
8563"fetched."
8564msgstr ""
8565
8566#: builtin/pull.c:445
8567msgid ""
8568"There are no candidates for merging among the refs that you just fetched."
8569msgstr ""
8570
8571#: builtin/pull.c:446
8572msgid ""
8573"Generally this means that you provided a wildcard refspec which had no\n"
8574"matches on the remote end."
8575msgstr ""
8576
8577#: builtin/pull.c:449
8578#, c-format
8579msgid ""
8580"You asked to pull from the remote '%s', but did not specify\n"
8581"a branch. Because this is not the default configured remote\n"
8582"for your current branch, you must specify a branch on the command line."
8583msgstr ""
8584
8585#: builtin/pull.c:454
8586msgid "You are not currently on a branch."
8587msgstr ""
8588
8589#: builtin/pull.c:456 builtin/pull.c:471
8590msgid "Please specify which branch you want to rebase against."
8591msgstr ""
8592
8593#: builtin/pull.c:458 builtin/pull.c:473
8594msgid "Please specify which branch you want to merge with."
8595msgstr ""
8596
8597#: builtin/pull.c:459 builtin/pull.c:474
8598msgid "See git-pull(1) for details."
8599msgstr ""
8600
8601#: builtin/pull.c:469
8602msgid "There is no tracking information for the current branch."
8603msgstr ""
8604
8605#: builtin/pull.c:478
8606#, c-format
8607msgid ""
8608"If you wish to set tracking information for this branch you can do so with:\n"
8609"\n"
8610"    git branch --set-upstream-to=%s/<branch> %s\n"
8611msgstr ""
8612
8613#: builtin/pull.c:483
8614#, c-format
8615msgid ""
8616"Your configuration specifies to merge with the ref '%s'\n"
8617"from the remote, but no such ref was fetched."
8618msgstr ""
8619
8620#: builtin/pull.c:841
8621msgid "Updating an unborn branch with changes added to the index."
8622msgstr ""
8623
8624#: builtin/pull.c:870
8625#, c-format
8626msgid ""
8627"fetch updated the current branch head.\n"
8628"fast-forwarding your working tree from\n"
8629"commit %s."
8630msgstr ""
8631
8632#: builtin/pull.c:875
8633#, c-format
8634msgid ""
8635"Cannot fast-forward your working tree.\n"
8636"After making sure that you saved anything precious from\n"
8637"$ git diff %s\n"
8638"output, run\n"
8639"$ git reset --hard\n"
8640"to recover."
8641msgstr ""
8642
8643#: builtin/pull.c:890
8644msgid "Cannot merge multiple branches into empty head."
8645msgstr ""
8646
8647#: builtin/pull.c:894
8648msgid "Cannot rebase onto multiple branches."
8649msgstr ""
8650
8651#: builtin/push.c:16
8652msgid "git push [<options>] [<repository> [<refspec>...]]"
8653msgstr ""
8654
8655#: builtin/push.c:89
8656msgid "tag shorthand without <tag>"
8657msgstr ""
8658
8659#: builtin/push.c:99
8660msgid "--delete only accepts plain target ref names"
8661msgstr ""
8662
8663#: builtin/push.c:143
8664msgid ""
8665"\n"
8666"To choose either option permanently, see push.default in 'git help config'."
8667msgstr ""
8668
8669#: builtin/push.c:146
8670#, c-format
8671msgid ""
8672"The upstream branch of your current branch does not match\n"
8673"the name of your current branch.  To push to the upstream branch\n"
8674"on the remote, use\n"
8675"\n"
8676"    git push %s HEAD:%s\n"
8677"\n"
8678"To push to the branch of the same name on the remote, use\n"
8679"\n"
8680"    git push %s %s\n"
8681"%s"
8682msgstr ""
8683
8684#: builtin/push.c:161
8685#, c-format
8686msgid ""
8687"You are not currently on a branch.\n"
8688"To push the history leading to the current (detached HEAD)\n"
8689"state now, use\n"
8690"\n"
8691"    git push %s HEAD:<name-of-remote-branch>\n"
8692msgstr ""
8693
8694#: builtin/push.c:175
8695#, c-format
8696msgid ""
8697"The current branch %s has no upstream branch.\n"
8698"To push the current branch and set the remote as upstream, use\n"
8699"\n"
8700"    git push --set-upstream %s %s\n"
8701msgstr ""
8702
8703#: builtin/push.c:183
8704#, c-format
8705msgid "The current branch %s has multiple upstream branches, refusing to push."
8706msgstr ""
8707
8708#: builtin/push.c:186
8709#, c-format
8710msgid ""
8711"You are pushing to remote '%s', which is not the upstream of\n"
8712"your current branch '%s', without telling me what to push\n"
8713"to update which remote branch."
8714msgstr ""
8715
8716#: builtin/push.c:242
8717msgid ""
8718"You didn't specify any refspecs to push, and push.default is \"nothing\"."
8719msgstr ""
8720
8721#: builtin/push.c:249
8722msgid ""
8723"Updates were rejected because the tip of your current branch is behind\n"
8724"its remote counterpart. Integrate the remote changes (e.g.\n"
8725"'git pull ...') before pushing again.\n"
8726"See the 'Note about fast-forwards' in 'git push --help' for details."
8727msgstr ""
8728
8729#: builtin/push.c:255
8730msgid ""
8731"Updates were rejected because a pushed branch tip is behind its remote\n"
8732"counterpart. Check out this branch and integrate the remote changes\n"
8733"(e.g. 'git pull ...') before pushing again.\n"
8734"See the 'Note about fast-forwards' in 'git push --help' for details."
8735msgstr ""
8736
8737#: builtin/push.c:261
8738msgid ""
8739"Updates were rejected because the remote contains work that you do\n"
8740"not have locally. This is usually caused by another repository pushing\n"
8741"to the same ref. You may want to first integrate the remote changes\n"
8742"(e.g., 'git pull ...') before pushing again.\n"
8743"See the 'Note about fast-forwards' in 'git push --help' for details."
8744msgstr ""
8745
8746#: builtin/push.c:268
8747msgid "Updates were rejected because the tag already exists in the remote."
8748msgstr ""
8749
8750#: builtin/push.c:271
8751msgid ""
8752"You cannot update a remote ref that points at a non-commit object,\n"
8753"or update a remote ref to make it point at a non-commit object,\n"
8754"without using the '--force' option.\n"
8755msgstr ""
8756
8757#: builtin/push.c:331
8758#, c-format
8759msgid "Pushing to %s\n"
8760msgstr ""
8761
8762#: builtin/push.c:335
8763#, c-format
8764msgid "failed to push some refs to '%s'"
8765msgstr ""
8766
8767#: builtin/push.c:365
8768#, c-format
8769msgid "bad repository '%s'"
8770msgstr ""
8771
8772#: builtin/push.c:366
8773msgid ""
8774"No configured push destination.\n"
8775"Either specify the URL from the command-line or configure a remote "
8776"repository using\n"
8777"\n"
8778"    git remote add <name> <url>\n"
8779"\n"
8780"and then push using the remote name\n"
8781"\n"
8782"    git push <name>\n"
8783msgstr ""
8784
8785#: builtin/push.c:381
8786msgid "--all and --tags are incompatible"
8787msgstr ""
8788
8789#: builtin/push.c:382
8790msgid "--all can't be combined with refspecs"
8791msgstr ""
8792
8793#: builtin/push.c:387
8794msgid "--mirror and --tags are incompatible"
8795msgstr ""
8796
8797#: builtin/push.c:388
8798msgid "--mirror can't be combined with refspecs"
8799msgstr ""
8800
8801#: builtin/push.c:393
8802msgid "--all and --mirror are incompatible"
8803msgstr ""
8804
8805#: builtin/push.c:505
8806msgid "repository"
8807msgstr ""
8808
8809#: builtin/push.c:506 builtin/send-pack.c:161
8810msgid "push all refs"
8811msgstr ""
8812
8813#: builtin/push.c:507 builtin/send-pack.c:163
8814msgid "mirror all refs"
8815msgstr ""
8816
8817#: builtin/push.c:509
8818msgid "delete refs"
8819msgstr ""
8820
8821#: builtin/push.c:510
8822msgid "push tags (can't be used with --all or --mirror)"
8823msgstr ""
8824
8825#: builtin/push.c:513 builtin/send-pack.c:164
8826msgid "force updates"
8827msgstr ""
8828
8829#: builtin/push.c:515 builtin/send-pack.c:175
8830msgid "refname>:<expect"
8831msgstr ""
8832
8833#: builtin/push.c:516 builtin/send-pack.c:176
8834msgid "require old value of ref to be at this value"
8835msgstr ""
8836
8837#: builtin/push.c:519
8838msgid "control recursive pushing of submodules"
8839msgstr ""
8840
8841#: builtin/push.c:521 builtin/send-pack.c:169
8842msgid "use thin pack"
8843msgstr ""
8844
8845#: builtin/push.c:522 builtin/push.c:523 builtin/send-pack.c:158
8846#: builtin/send-pack.c:159
8847msgid "receive pack program"
8848msgstr ""
8849
8850#: builtin/push.c:524
8851msgid "set upstream for git pull/status"
8852msgstr ""
8853
8854#: builtin/push.c:527
8855msgid "prune locally removed refs"
8856msgstr ""
8857
8858#: builtin/push.c:529
8859msgid "bypass pre-push hook"
8860msgstr ""
8861
8862#: builtin/push.c:530
8863msgid "push missing but relevant tags"
8864msgstr ""
8865
8866#: builtin/push.c:533 builtin/send-pack.c:166
8867msgid "GPG sign the push"
8868msgstr ""
8869
8870#: builtin/push.c:535 builtin/send-pack.c:170
8871msgid "request atomic transaction on remote side"
8872msgstr ""
8873
8874#: builtin/push.c:549
8875msgid "--delete is incompatible with --all, --mirror and --tags"
8876msgstr ""
8877
8878#: builtin/push.c:551
8879msgid "--delete doesn't make sense without any refs"
8880msgstr ""
8881
8882#: builtin/read-tree.c:37
8883msgid ""
8884"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
8885"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
8886"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
8887msgstr ""
8888
8889#: builtin/read-tree.c:110
8890msgid "write resulting index to <file>"
8891msgstr ""
8892
8893#: builtin/read-tree.c:113
8894msgid "only empty the index"
8895msgstr ""
8896
8897#: builtin/read-tree.c:115
8898msgid "Merging"
8899msgstr ""
8900
8901#: builtin/read-tree.c:117
8902msgid "perform a merge in addition to a read"
8903msgstr ""
8904
8905#: builtin/read-tree.c:119
8906msgid "3-way merge if no file level merging required"
8907msgstr ""
8908
8909#: builtin/read-tree.c:121
8910msgid "3-way merge in presence of adds and removes"
8911msgstr ""
8912
8913#: builtin/read-tree.c:123
8914msgid "same as -m, but discard unmerged entries"
8915msgstr ""
8916
8917#: builtin/read-tree.c:124
8918msgid "<subdirectory>/"
8919msgstr ""
8920
8921#: builtin/read-tree.c:125
8922msgid "read the tree into the index under <subdirectory>/"
8923msgstr ""
8924
8925#: builtin/read-tree.c:128
8926msgid "update working tree with merge result"
8927msgstr ""
8928
8929#: builtin/read-tree.c:130
8930msgid "gitignore"
8931msgstr ""
8932
8933#: builtin/read-tree.c:131
8934msgid "allow explicitly ignored files to be overwritten"
8935msgstr ""
8936
8937#: builtin/read-tree.c:134
8938msgid "don't check the working tree after merging"
8939msgstr ""
8940
8941#: builtin/read-tree.c:135
8942msgid "don't update the index or the work tree"
8943msgstr ""
8944
8945#: builtin/read-tree.c:137
8946msgid "skip applying sparse checkout filter"
8947msgstr ""
8948
8949#: builtin/read-tree.c:139
8950msgid "debug unpack-trees"
8951msgstr ""
8952
8953#: builtin/reflog.c:423
8954#, c-format
8955msgid "'%s' for '%s' is not a valid timestamp"
8956msgstr ""
8957
8958#: builtin/reflog.c:540 builtin/reflog.c:545
8959#, c-format
8960msgid "'%s' is not a valid timestamp"
8961msgstr ""
8962
8963#: builtin/remote.c:12
8964msgid "git remote [-v | --verbose]"
8965msgstr ""
8966
8967#: builtin/remote.c:13
8968msgid ""
8969"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
8970"mirror=<fetch|push>] <name> <url>"
8971msgstr ""
8972
8973#: builtin/remote.c:14 builtin/remote.c:34
8974msgid "git remote rename <old> <new>"
8975msgstr ""
8976
8977#: builtin/remote.c:15 builtin/remote.c:39
8978msgid "git remote remove <name>"
8979msgstr ""
8980
8981#: builtin/remote.c:16 builtin/remote.c:44
8982msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
8983msgstr ""
8984
8985#: builtin/remote.c:17
8986msgid "git remote [-v | --verbose] show [-n] <name>"
8987msgstr ""
8988
8989#: builtin/remote.c:18
8990msgid "git remote prune [-n | --dry-run] <name>"
8991msgstr ""
8992
8993#: builtin/remote.c:19
8994msgid ""
8995"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
8996msgstr ""
8997
8998#: builtin/remote.c:20
8999msgid "git remote set-branches [--add] <name> <branch>..."
9000msgstr ""
9001
9002#: builtin/remote.c:21 builtin/remote.c:70
9003msgid "git remote get-url [--push] [--all] <name>"
9004msgstr ""
9005
9006#: builtin/remote.c:22 builtin/remote.c:75
9007msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
9008msgstr ""
9009
9010#: builtin/remote.c:23 builtin/remote.c:76
9011msgid "git remote set-url --add <name> <newurl>"
9012msgstr ""
9013
9014#: builtin/remote.c:24 builtin/remote.c:77
9015msgid "git remote set-url --delete <name> <url>"
9016msgstr ""
9017
9018#: builtin/remote.c:29
9019msgid "git remote add [<options>] <name> <url>"
9020msgstr ""
9021
9022#: builtin/remote.c:49
9023msgid "git remote set-branches <name> <branch>..."
9024msgstr ""
9025
9026#: builtin/remote.c:50
9027msgid "git remote set-branches --add <name> <branch>..."
9028msgstr ""
9029
9030#: builtin/remote.c:55
9031msgid "git remote show [<options>] <name>"
9032msgstr ""
9033
9034#: builtin/remote.c:60
9035msgid "git remote prune [<options>] <name>"
9036msgstr ""
9037
9038#: builtin/remote.c:65
9039msgid "git remote update [<options>] [<group> | <remote>]..."
9040msgstr ""
9041
9042#: builtin/remote.c:94
9043#, c-format
9044msgid "Updating %s"
9045msgstr ""
9046
9047#: builtin/remote.c:126
9048msgid ""
9049"--mirror is dangerous and deprecated; please\n"
9050"\t use --mirror=fetch or --mirror=push instead"
9051msgstr ""
9052
9053#: builtin/remote.c:143
9054#, c-format
9055msgid "unknown mirror argument: %s"
9056msgstr ""
9057
9058#: builtin/remote.c:159
9059msgid "fetch the remote branches"
9060msgstr ""
9061
9062#: builtin/remote.c:161
9063msgid "import all tags and associated objects when fetching"
9064msgstr ""
9065
9066#: builtin/remote.c:164
9067msgid "or do not fetch any tag at all (--no-tags)"
9068msgstr ""
9069
9070#: builtin/remote.c:166
9071msgid "branch(es) to track"
9072msgstr ""
9073
9074#: builtin/remote.c:167
9075msgid "master branch"
9076msgstr ""
9077
9078#: builtin/remote.c:168
9079msgid "push|fetch"
9080msgstr ""
9081
9082#: builtin/remote.c:169
9083msgid "set up remote as a mirror to push to or fetch from"
9084msgstr ""
9085
9086#: builtin/remote.c:181
9087msgid "specifying a master branch makes no sense with --mirror"
9088msgstr ""
9089
9090#: builtin/remote.c:183
9091msgid "specifying branches to track makes sense only with fetch mirrors"
9092msgstr ""
9093
9094#: builtin/remote.c:190 builtin/remote.c:633
9095#, c-format
9096msgid "remote %s already exists."
9097msgstr ""
9098
9099#: builtin/remote.c:194 builtin/remote.c:637
9100#, c-format
9101msgid "'%s' is not a valid remote name"
9102msgstr ""
9103
9104#: builtin/remote.c:234
9105#, c-format
9106msgid "Could not setup master '%s'"
9107msgstr ""
9108
9109#: builtin/remote.c:336
9110#, c-format
9111msgid "Could not get fetch map for refspec %s"
9112msgstr ""
9113
9114#: builtin/remote.c:437 builtin/remote.c:445
9115msgid "(matching)"
9116msgstr ""
9117
9118#: builtin/remote.c:449
9119msgid "(delete)"
9120msgstr ""
9121
9122#: builtin/remote.c:626 builtin/remote.c:761 builtin/remote.c:858
9123#, c-format
9124msgid "No such remote: %s"
9125msgstr ""
9126
9127#: builtin/remote.c:643
9128#, c-format
9129msgid "Could not rename config section '%s' to '%s'"
9130msgstr ""
9131
9132#: builtin/remote.c:663
9133#, c-format
9134msgid ""
9135"Not updating non-default fetch refspec\n"
9136"\t%s\n"
9137"\tPlease update the configuration manually if necessary."
9138msgstr ""
9139
9140#: builtin/remote.c:699
9141#, c-format
9142msgid "deleting '%s' failed"
9143msgstr ""
9144
9145#: builtin/remote.c:733
9146#, c-format
9147msgid "creating '%s' failed"
9148msgstr ""
9149
9150#: builtin/remote.c:796
9151msgid ""
9152"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
9153"to delete it, use:"
9154msgid_plural ""
9155"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
9156"to delete them, use:"
9157msgstr[0] ""
9158msgstr[1] ""
9159
9160#: builtin/remote.c:810
9161#, c-format
9162msgid "Could not remove config section '%s'"
9163msgstr ""
9164
9165#: builtin/remote.c:911
9166#, c-format
9167msgid " new (next fetch will store in remotes/%s)"
9168msgstr ""
9169
9170#: builtin/remote.c:914
9171msgid " tracked"
9172msgstr ""
9173
9174#: builtin/remote.c:916
9175msgid " stale (use 'git remote prune' to remove)"
9176msgstr ""
9177
9178#: builtin/remote.c:918
9179msgid " ???"
9180msgstr ""
9181
9182#: builtin/remote.c:959
9183#, c-format
9184msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
9185msgstr ""
9186
9187#: builtin/remote.c:967
9188#, c-format
9189msgid "rebases interactively onto remote %s"
9190msgstr ""
9191
9192#: builtin/remote.c:971
9193#, c-format
9194msgid " merges with remote %s"
9195msgstr ""
9196
9197#: builtin/remote.c:972
9198msgid "    and with remote"
9199msgstr ""
9200
9201#: builtin/remote.c:974
9202#, c-format
9203msgid "merges with remote %s"
9204msgstr ""
9205
9206#: builtin/remote.c:975
9207msgid "   and with remote"
9208msgstr ""
9209
9210#: builtin/remote.c:1021
9211msgid "create"
9212msgstr ""
9213
9214#: builtin/remote.c:1024
9215msgid "delete"
9216msgstr ""
9217
9218#: builtin/remote.c:1028
9219msgid "up to date"
9220msgstr ""
9221
9222#: builtin/remote.c:1031
9223msgid "fast-forwardable"
9224msgstr ""
9225
9226#: builtin/remote.c:1034
9227msgid "local out of date"
9228msgstr ""
9229
9230#: builtin/remote.c:1041
9231#, c-format
9232msgid "    %-*s forces to %-*s (%s)"
9233msgstr ""
9234
9235#: builtin/remote.c:1044
9236#, c-format
9237msgid "    %-*s pushes to %-*s (%s)"
9238msgstr ""
9239
9240#: builtin/remote.c:1048
9241#, c-format
9242msgid "    %-*s forces to %s"
9243msgstr ""
9244
9245#: builtin/remote.c:1051
9246#, c-format
9247msgid "    %-*s pushes to %s"
9248msgstr ""
9249
9250#: builtin/remote.c:1119
9251msgid "do not query remotes"
9252msgstr ""
9253
9254#: builtin/remote.c:1146
9255#, c-format
9256msgid "* remote %s"
9257msgstr ""
9258
9259#: builtin/remote.c:1147
9260#, c-format
9261msgid "  Fetch URL: %s"
9262msgstr ""
9263
9264#: builtin/remote.c:1148 builtin/remote.c:1299
9265msgid "(no URL)"
9266msgstr ""
9267
9268#: builtin/remote.c:1157 builtin/remote.c:1159
9269#, c-format
9270msgid "  Push  URL: %s"
9271msgstr ""
9272
9273#: builtin/remote.c:1161 builtin/remote.c:1163 builtin/remote.c:1165
9274#, c-format
9275msgid "  HEAD branch: %s"
9276msgstr ""
9277
9278#: builtin/remote.c:1167
9279#, c-format
9280msgid ""
9281"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
9282msgstr ""
9283
9284#: builtin/remote.c:1179
9285#, c-format
9286msgid "  Remote branch:%s"
9287msgid_plural "  Remote branches:%s"
9288msgstr[0] ""
9289msgstr[1] ""
9290
9291#: builtin/remote.c:1182 builtin/remote.c:1209
9292msgid " (status not queried)"
9293msgstr ""
9294
9295#: builtin/remote.c:1191
9296msgid "  Local branch configured for 'git pull':"
9297msgid_plural "  Local branches configured for 'git pull':"
9298msgstr[0] ""
9299msgstr[1] ""
9300
9301#: builtin/remote.c:1199
9302msgid "  Local refs will be mirrored by 'git push'"
9303msgstr ""
9304
9305#: builtin/remote.c:1206
9306#, c-format
9307msgid "  Local ref configured for 'git push'%s:"
9308msgid_plural "  Local refs configured for 'git push'%s:"
9309msgstr[0] ""
9310msgstr[1] ""
9311
9312#: builtin/remote.c:1227
9313msgid "set refs/remotes/<name>/HEAD according to remote"
9314msgstr ""
9315
9316#: builtin/remote.c:1229
9317msgid "delete refs/remotes/<name>/HEAD"
9318msgstr ""
9319
9320#: builtin/remote.c:1244
9321msgid "Cannot determine remote HEAD"
9322msgstr ""
9323
9324#: builtin/remote.c:1246
9325msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
9326msgstr ""
9327
9328#: builtin/remote.c:1256
9329#, c-format
9330msgid "Could not delete %s"
9331msgstr ""
9332
9333#: builtin/remote.c:1264
9334#, c-format
9335msgid "Not a valid ref: %s"
9336msgstr ""
9337
9338#: builtin/remote.c:1266
9339#, c-format
9340msgid "Could not setup %s"
9341msgstr ""
9342
9343#: builtin/remote.c:1284
9344#, c-format
9345msgid " %s will become dangling!"
9346msgstr ""
9347
9348#: builtin/remote.c:1285
9349#, c-format
9350msgid " %s has become dangling!"
9351msgstr ""
9352
9353#: builtin/remote.c:1295
9354#, c-format
9355msgid "Pruning %s"
9356msgstr ""
9357
9358#: builtin/remote.c:1296
9359#, c-format
9360msgid "URL: %s"
9361msgstr ""
9362
9363#: builtin/remote.c:1312
9364#, c-format
9365msgid " * [would prune] %s"
9366msgstr ""
9367
9368#: builtin/remote.c:1315
9369#, c-format
9370msgid " * [pruned] %s"
9371msgstr ""
9372
9373#: builtin/remote.c:1360
9374msgid "prune remotes after fetching"
9375msgstr ""
9376
9377#: builtin/remote.c:1423 builtin/remote.c:1477 builtin/remote.c:1545
9378#, c-format
9379msgid "No such remote '%s'"
9380msgstr ""
9381
9382#: builtin/remote.c:1439
9383msgid "add branch"
9384msgstr ""
9385
9386#: builtin/remote.c:1446
9387msgid "no remote specified"
9388msgstr ""
9389
9390#: builtin/remote.c:1463
9391msgid "query push URLs rather than fetch URLs"
9392msgstr ""
9393
9394#: builtin/remote.c:1465
9395msgid "return all URLs"
9396msgstr ""
9397
9398#: builtin/remote.c:1493
9399#, c-format
9400msgid "no URLs configured for remote '%s'"
9401msgstr ""
9402
9403#: builtin/remote.c:1519
9404msgid "manipulate push URLs"
9405msgstr ""
9406
9407#: builtin/remote.c:1521
9408msgid "add URL"
9409msgstr ""
9410
9411#: builtin/remote.c:1523
9412msgid "delete URLs"
9413msgstr ""
9414
9415#: builtin/remote.c:1530
9416msgid "--add --delete doesn't make sense"
9417msgstr ""
9418
9419#: builtin/remote.c:1571
9420#, c-format
9421msgid "Invalid old URL pattern: %s"
9422msgstr ""
9423
9424#: builtin/remote.c:1579
9425#, c-format
9426msgid "No such URL found: %s"
9427msgstr ""
9428
9429#: builtin/remote.c:1581
9430msgid "Will not delete all non-push URLs"
9431msgstr ""
9432
9433#: builtin/remote.c:1595
9434msgid "be verbose; must be placed before a subcommand"
9435msgstr ""
9436
9437#: builtin/repack.c:17
9438msgid "git repack [<options>]"
9439msgstr ""
9440
9441#: builtin/repack.c:159
9442msgid "pack everything in a single pack"
9443msgstr ""
9444
9445#: builtin/repack.c:161
9446msgid "same as -a, and turn unreachable objects loose"
9447msgstr ""
9448
9449#: builtin/repack.c:164
9450msgid "remove redundant packs, and run git-prune-packed"
9451msgstr ""
9452
9453#: builtin/repack.c:166
9454msgid "pass --no-reuse-delta to git-pack-objects"
9455msgstr ""
9456
9457#: builtin/repack.c:168
9458msgid "pass --no-reuse-object to git-pack-objects"
9459msgstr ""
9460
9461#: builtin/repack.c:170
9462msgid "do not run git-update-server-info"
9463msgstr ""
9464
9465#: builtin/repack.c:173
9466msgid "pass --local to git-pack-objects"
9467msgstr ""
9468
9469#: builtin/repack.c:175
9470msgid "write bitmap index"
9471msgstr ""
9472
9473#: builtin/repack.c:176
9474msgid "approxidate"
9475msgstr ""
9476
9477#: builtin/repack.c:177
9478msgid "with -A, do not loosen objects older than this"
9479msgstr ""
9480
9481#: builtin/repack.c:179
9482msgid "size of the window used for delta compression"
9483msgstr ""
9484
9485#: builtin/repack.c:180 builtin/repack.c:184
9486msgid "bytes"
9487msgstr ""
9488
9489#: builtin/repack.c:181
9490msgid "same as the above, but limit memory size instead of entries count"
9491msgstr ""
9492
9493#: builtin/repack.c:183
9494msgid "limits the maximum delta depth"
9495msgstr ""
9496
9497#: builtin/repack.c:185
9498msgid "maximum size of each packfile"
9499msgstr ""
9500
9501#: builtin/repack.c:187
9502msgid "repack objects in packs marked with .keep"
9503msgstr ""
9504
9505#: builtin/repack.c:197
9506msgid "cannot delete packs in a precious-objects repo"
9507msgstr ""
9508
9509#: builtin/repack.c:381
9510#, c-format
9511msgid "removing '%s' failed"
9512msgstr ""
9513
9514#: builtin/replace.c:19
9515msgid "git replace [-f] <object> <replacement>"
9516msgstr ""
9517
9518#: builtin/replace.c:20
9519msgid "git replace [-f] --edit <object>"
9520msgstr ""
9521
9522#: builtin/replace.c:21
9523msgid "git replace [-f] --graft <commit> [<parent>...]"
9524msgstr ""
9525
9526#: builtin/replace.c:22
9527msgid "git replace -d <object>..."
9528msgstr ""
9529
9530#: builtin/replace.c:23
9531msgid "git replace [--format=<format>] [-l [<pattern>]]"
9532msgstr ""
9533
9534#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:391
9535#, c-format
9536msgid "Not a valid object name: '%s'"
9537msgstr ""
9538
9539#: builtin/replace.c:355
9540#, c-format
9541msgid "bad mergetag in commit '%s'"
9542msgstr ""
9543
9544#: builtin/replace.c:357
9545#, c-format
9546msgid "malformed mergetag in commit '%s'"
9547msgstr ""
9548
9549#: builtin/replace.c:368
9550#, c-format
9551msgid ""
9552"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
9553"instead of --graft"
9554msgstr ""
9555
9556#: builtin/replace.c:401
9557#, c-format
9558msgid "the original commit '%s' has a gpg signature."
9559msgstr ""
9560
9561#: builtin/replace.c:402
9562msgid "the signature will be removed in the replacement commit!"
9563msgstr ""
9564
9565#: builtin/replace.c:408
9566#, c-format
9567msgid "could not write replacement commit for: '%s'"
9568msgstr ""
9569
9570#: builtin/replace.c:432
9571msgid "list replace refs"
9572msgstr ""
9573
9574#: builtin/replace.c:433
9575msgid "delete replace refs"
9576msgstr ""
9577
9578#: builtin/replace.c:434
9579msgid "edit existing object"
9580msgstr ""
9581
9582#: builtin/replace.c:435
9583msgid "change a commit's parents"
9584msgstr ""
9585
9586#: builtin/replace.c:436
9587msgid "replace the ref if it exists"
9588msgstr ""
9589
9590#: builtin/replace.c:437
9591msgid "do not pretty-print contents for --edit"
9592msgstr ""
9593
9594#: builtin/replace.c:438
9595msgid "use this format"
9596msgstr ""
9597
9598#: builtin/rerere.c:12
9599msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
9600msgstr ""
9601
9602#: builtin/rerere.c:58
9603msgid "register clean resolutions in index"
9604msgstr ""
9605
9606#: builtin/reset.c:26
9607msgid ""
9608"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
9609msgstr ""
9610
9611#: builtin/reset.c:27
9612msgid "git reset [-q] <tree-ish> [--] <paths>..."
9613msgstr ""
9614
9615#: builtin/reset.c:28
9616msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
9617msgstr ""
9618
9619#: builtin/reset.c:34
9620msgid "mixed"
9621msgstr ""
9622
9623#: builtin/reset.c:34
9624msgid "soft"
9625msgstr ""
9626
9627#: builtin/reset.c:34
9628msgid "hard"
9629msgstr ""
9630
9631#: builtin/reset.c:34
9632msgid "merge"
9633msgstr ""
9634
9635#: builtin/reset.c:34
9636msgid "keep"
9637msgstr ""
9638
9639#: builtin/reset.c:74
9640msgid "You do not have a valid HEAD."
9641msgstr ""
9642
9643#: builtin/reset.c:76
9644msgid "Failed to find tree of HEAD."
9645msgstr ""
9646
9647#: builtin/reset.c:82
9648#, c-format
9649msgid "Failed to find tree of %s."
9650msgstr ""
9651
9652#: builtin/reset.c:100
9653#, c-format
9654msgid "HEAD is now at %s"
9655msgstr ""
9656
9657#: builtin/reset.c:183
9658#, c-format
9659msgid "Cannot do a %s reset in the middle of a merge."
9660msgstr ""
9661
9662#: builtin/reset.c:276
9663msgid "be quiet, only report errors"
9664msgstr ""
9665
9666#: builtin/reset.c:278
9667msgid "reset HEAD and index"
9668msgstr ""
9669
9670#: builtin/reset.c:279
9671msgid "reset only HEAD"
9672msgstr ""
9673
9674#: builtin/reset.c:281 builtin/reset.c:283
9675msgid "reset HEAD, index and working tree"
9676msgstr ""
9677
9678#: builtin/reset.c:285
9679msgid "reset HEAD but keep local changes"
9680msgstr ""
9681
9682#: builtin/reset.c:288
9683msgid "record only the fact that removed paths will be added later"
9684msgstr ""
9685
9686#: builtin/reset.c:305
9687#, c-format
9688msgid "Failed to resolve '%s' as a valid revision."
9689msgstr ""
9690
9691#: builtin/reset.c:313
9692#, c-format
9693msgid "Failed to resolve '%s' as a valid tree."
9694msgstr ""
9695
9696#: builtin/reset.c:322
9697msgid "--patch is incompatible with --{hard,mixed,soft}"
9698msgstr ""
9699
9700#: builtin/reset.c:331
9701msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
9702msgstr ""
9703
9704#: builtin/reset.c:333
9705#, c-format
9706msgid "Cannot do %s reset with paths."
9707msgstr ""
9708
9709#: builtin/reset.c:343
9710#, c-format
9711msgid "%s reset is not allowed in a bare repository"
9712msgstr ""
9713
9714#: builtin/reset.c:347
9715msgid "-N can only be used with --mixed"
9716msgstr ""
9717
9718#: builtin/reset.c:364
9719msgid "Unstaged changes after reset:"
9720msgstr ""
9721
9722#: builtin/reset.c:370
9723#, c-format
9724msgid "Could not reset index file to revision '%s'."
9725msgstr ""
9726
9727#: builtin/reset.c:374
9728msgid "Could not write new index file."
9729msgstr ""
9730
9731#: builtin/rev-list.c:350
9732msgid "rev-list does not support display of notes"
9733msgstr ""
9734
9735#: builtin/rev-parse.c:358
9736msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
9737msgstr ""
9738
9739#: builtin/rev-parse.c:363
9740msgid "keep the `--` passed as an arg"
9741msgstr ""
9742
9743#: builtin/rev-parse.c:365
9744msgid "stop parsing after the first non-option argument"
9745msgstr ""
9746
9747#: builtin/rev-parse.c:368
9748msgid "output in stuck long form"
9749msgstr ""
9750
9751#: builtin/rev-parse.c:499
9752msgid ""
9753"git rev-parse --parseopt [<options>] -- [<args>...]\n"
9754"   or: git rev-parse --sq-quote [<arg>...]\n"
9755"   or: git rev-parse [<options>] [<arg>...]\n"
9756"\n"
9757"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
9758msgstr ""
9759
9760#: builtin/revert.c:22
9761msgid "git revert [<options>] <commit-ish>..."
9762msgstr ""
9763
9764#: builtin/revert.c:23
9765msgid "git revert <subcommand>"
9766msgstr ""
9767
9768#: builtin/revert.c:28
9769msgid "git cherry-pick [<options>] <commit-ish>..."
9770msgstr ""
9771
9772#: builtin/revert.c:29
9773msgid "git cherry-pick <subcommand>"
9774msgstr ""
9775
9776#: builtin/revert.c:71
9777#, c-format
9778msgid "%s: %s cannot be used with %s"
9779msgstr ""
9780
9781#: builtin/revert.c:80
9782msgid "end revert or cherry-pick sequence"
9783msgstr ""
9784
9785#: builtin/revert.c:81
9786msgid "resume revert or cherry-pick sequence"
9787msgstr ""
9788
9789#: builtin/revert.c:82
9790msgid "cancel revert or cherry-pick sequence"
9791msgstr ""
9792
9793#: builtin/revert.c:83
9794msgid "don't automatically commit"
9795msgstr ""
9796
9797#: builtin/revert.c:84
9798msgid "edit the commit message"
9799msgstr ""
9800
9801#: builtin/revert.c:87
9802msgid "parent number"
9803msgstr ""
9804
9805#: builtin/revert.c:89
9806msgid "merge strategy"
9807msgstr ""
9808
9809#: builtin/revert.c:90
9810msgid "option"
9811msgstr ""
9812
9813#: builtin/revert.c:91
9814msgid "option for merge strategy"
9815msgstr ""
9816
9817#: builtin/revert.c:104
9818msgid "append commit name"
9819msgstr ""
9820
9821#: builtin/revert.c:106
9822msgid "preserve initially empty commits"
9823msgstr ""
9824
9825#: builtin/revert.c:107
9826msgid "allow commits with empty messages"
9827msgstr ""
9828
9829#: builtin/revert.c:108
9830msgid "keep redundant, empty commits"
9831msgstr ""
9832
9833#: builtin/revert.c:112
9834msgid "program error"
9835msgstr ""
9836
9837#: builtin/revert.c:197
9838msgid "revert failed"
9839msgstr ""
9840
9841#: builtin/revert.c:212
9842msgid "cherry-pick failed"
9843msgstr ""
9844
9845#: builtin/rm.c:17
9846msgid "git rm [<options>] [--] <file>..."
9847msgstr ""
9848
9849#: builtin/rm.c:65
9850msgid ""
9851"the following submodule (or one of its nested submodules)\n"
9852"uses a .git directory:"
9853msgid_plural ""
9854"the following submodules (or one of their nested submodules)\n"
9855"use a .git directory:"
9856msgstr[0] ""
9857msgstr[1] ""
9858
9859#: builtin/rm.c:71
9860msgid ""
9861"\n"
9862"(use 'rm -rf' if you really want to remove it including all of its history)"
9863msgstr ""
9864
9865#: builtin/rm.c:230
9866msgid ""
9867"the following file has staged content different from both the\n"
9868"file and the HEAD:"
9869msgid_plural ""
9870"the following files have staged content different from both the\n"
9871"file and the HEAD:"
9872msgstr[0] ""
9873msgstr[1] ""
9874
9875#: builtin/rm.c:235
9876msgid ""
9877"\n"
9878"(use -f to force removal)"
9879msgstr ""
9880
9881#: builtin/rm.c:239
9882msgid "the following file has changes staged in the index:"
9883msgid_plural "the following files have changes staged in the index:"
9884msgstr[0] ""
9885msgstr[1] ""
9886
9887#: builtin/rm.c:243 builtin/rm.c:254
9888msgid ""
9889"\n"
9890"(use --cached to keep the file, or -f to force removal)"
9891msgstr ""
9892
9893#: builtin/rm.c:251
9894msgid "the following file has local modifications:"
9895msgid_plural "the following files have local modifications:"
9896msgstr[0] ""
9897msgstr[1] ""
9898
9899#: builtin/rm.c:269
9900msgid "do not list removed files"
9901msgstr ""
9902
9903#: builtin/rm.c:270
9904msgid "only remove from the index"
9905msgstr ""
9906
9907#: builtin/rm.c:271
9908msgid "override the up-to-date check"
9909msgstr ""
9910
9911#: builtin/rm.c:272
9912msgid "allow recursive removal"
9913msgstr ""
9914
9915#: builtin/rm.c:274
9916msgid "exit with a zero status even if nothing matched"
9917msgstr ""
9918
9919#: builtin/rm.c:317
9920msgid "Please, stage your changes to .gitmodules or stash them to proceed"
9921msgstr ""
9922
9923#: builtin/rm.c:335
9924#, c-format
9925msgid "not removing '%s' recursively without -r"
9926msgstr ""
9927
9928#: builtin/rm.c:374
9929#, c-format
9930msgid "git rm: unable to remove %s"
9931msgstr ""
9932
9933#: builtin/send-pack.c:18
9934msgid ""
9935"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
9936"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
9937"[<ref>...]\n"
9938"  --all and explicit <ref> specification are mutually exclusive."
9939msgstr ""
9940
9941#: builtin/send-pack.c:160
9942msgid "remote name"
9943msgstr ""
9944
9945#: builtin/send-pack.c:171
9946msgid "use stateless RPC protocol"
9947msgstr ""
9948
9949#: builtin/send-pack.c:172
9950msgid "read refs from stdin"
9951msgstr ""
9952
9953#: builtin/send-pack.c:173
9954msgid "print status from remote helper"
9955msgstr ""
9956
9957#: builtin/shortlog.c:13
9958msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
9959msgstr ""
9960
9961#: builtin/shortlog.c:242
9962msgid "sort output according to the number of commits per author"
9963msgstr ""
9964
9965#: builtin/shortlog.c:244
9966msgid "Suppress commit descriptions, only provides commit count"
9967msgstr ""
9968
9969#: builtin/shortlog.c:246
9970msgid "Show the email address of each author"
9971msgstr ""
9972
9973#: builtin/shortlog.c:247
9974msgid "w[,i1[,i2]]"
9975msgstr ""
9976
9977#: builtin/shortlog.c:248
9978msgid "Linewrap output"
9979msgstr ""
9980
9981#: builtin/show-branch.c:10
9982msgid ""
9983"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
9984"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
9985"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
9986"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
9987msgstr ""
9988
9989#: builtin/show-branch.c:14
9990msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
9991msgstr ""
9992
9993#: builtin/show-branch.c:640
9994msgid "show remote-tracking and local branches"
9995msgstr ""
9996
9997#: builtin/show-branch.c:642
9998msgid "show remote-tracking branches"
9999msgstr ""
10000
10001#: builtin/show-branch.c:644
10002msgid "color '*!+-' corresponding to the branch"
10003msgstr ""
10004
10005#: builtin/show-branch.c:646
10006msgid "show <n> more commits after the common ancestor"
10007msgstr ""
10008
10009#: builtin/show-branch.c:648
10010msgid "synonym to more=-1"
10011msgstr ""
10012
10013#: builtin/show-branch.c:649
10014msgid "suppress naming strings"
10015msgstr ""
10016
10017#: builtin/show-branch.c:651
10018msgid "include the current branch"
10019msgstr ""
10020
10021#: builtin/show-branch.c:653
10022msgid "name commits with their object names"
10023msgstr ""
10024
10025#: builtin/show-branch.c:655
10026msgid "show possible merge bases"
10027msgstr ""
10028
10029#: builtin/show-branch.c:657
10030msgid "show refs unreachable from any other ref"
10031msgstr ""
10032
10033#: builtin/show-branch.c:659
10034msgid "show commits in topological order"
10035msgstr ""
10036
10037#: builtin/show-branch.c:662
10038msgid "show only commits not on the first branch"
10039msgstr ""
10040
10041#: builtin/show-branch.c:664
10042msgid "show merges reachable from only one tip"
10043msgstr ""
10044
10045#: builtin/show-branch.c:666
10046msgid "topologically sort, maintaining date order where possible"
10047msgstr ""
10048
10049#: builtin/show-branch.c:669
10050msgid "<n>[,<base>]"
10051msgstr ""
10052
10053#: builtin/show-branch.c:670
10054msgid "show <n> most recent ref-log entries starting at base"
10055msgstr ""
10056
10057#: builtin/show-ref.c:10
10058msgid ""
10059"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
10060"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
10061msgstr ""
10062
10063#: builtin/show-ref.c:11
10064msgid "git show-ref --exclude-existing[=<pattern>]"
10065msgstr ""
10066
10067#: builtin/show-ref.c:165
10068msgid "only show tags (can be combined with heads)"
10069msgstr ""
10070
10071#: builtin/show-ref.c:166
10072msgid "only show heads (can be combined with tags)"
10073msgstr ""
10074
10075#: builtin/show-ref.c:167
10076msgid "stricter reference checking, requires exact ref path"
10077msgstr ""
10078
10079#: builtin/show-ref.c:170 builtin/show-ref.c:172
10080msgid "show the HEAD reference, even if it would be filtered out"
10081msgstr ""
10082
10083#: builtin/show-ref.c:174
10084msgid "dereference tags into object IDs"
10085msgstr ""
10086
10087#: builtin/show-ref.c:176
10088msgid "only show SHA1 hash using <n> digits"
10089msgstr ""
10090
10091#: builtin/show-ref.c:180
10092msgid "do not print results to stdout (useful with --verify)"
10093msgstr ""
10094
10095#: builtin/show-ref.c:182
10096msgid "show refs from stdin that aren't in local repository"
10097msgstr ""
10098
10099#: builtin/stripspace.c:17
10100msgid "git stripspace [-s | --strip-comments]"
10101msgstr ""
10102
10103#: builtin/stripspace.c:18
10104msgid "git stripspace [-c | --comment-lines]"
10105msgstr ""
10106
10107#: builtin/stripspace.c:35
10108msgid "skip and remove all lines starting with comment character"
10109msgstr ""
10110
10111#: builtin/stripspace.c:38
10112msgid "prepend comment character and space to each line"
10113msgstr ""
10114
10115#: builtin/submodule--helper.c:73 builtin/submodule--helper.c:161
10116msgid "alternative anchor for relative paths"
10117msgstr ""
10118
10119#: builtin/submodule--helper.c:78
10120msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
10121msgstr ""
10122
10123#: builtin/submodule--helper.c:108
10124msgid "git submodule--helper name <path>"
10125msgstr ""
10126
10127#: builtin/submodule--helper.c:114
10128#, c-format
10129msgid "no submodule mapping found in .gitmodules for path '%s'"
10130msgstr ""
10131
10132#: builtin/submodule--helper.c:164
10133msgid "where the new submodule will be cloned to"
10134msgstr ""
10135
10136#: builtin/submodule--helper.c:167
10137msgid "name of the new submodule"
10138msgstr ""
10139
10140#: builtin/submodule--helper.c:170
10141msgid "url where to clone the submodule from"
10142msgstr ""
10143
10144#: builtin/submodule--helper.c:176
10145msgid "depth for shallow clones"
10146msgstr ""
10147
10148#: builtin/submodule--helper.c:182
10149msgid ""
10150"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
10151"<repository>] [--name <name>] [--url <url>][--depth <depth>] [--] [<path>...]"
10152msgstr ""
10153
10154#: builtin/submodule--helper.c:196 builtin/submodule--helper.c:202
10155#: builtin/submodule--helper.c:210
10156#, c-format
10157msgid "could not create directory '%s'"
10158msgstr ""
10159
10160#: builtin/submodule--helper.c:198
10161#, c-format
10162msgid "clone of '%s' into submodule path '%s' failed"
10163msgstr ""
10164
10165#: builtin/submodule--helper.c:221
10166#, c-format
10167msgid "cannot open file '%s'"
10168msgstr ""
10169
10170#: builtin/submodule--helper.c:226
10171#, c-format
10172msgid "could not close file %s"
10173msgstr ""
10174
10175#: builtin/submodule--helper.c:241
10176#, c-format
10177msgid "could not get submodule directory for '%s'"
10178msgstr ""
10179
10180#: builtin/submodule--helper.c:267
10181msgid "fatal: submodule--helper subcommand must be called with a subcommand"
10182msgstr ""
10183
10184#: builtin/submodule--helper.c:274
10185#, c-format
10186msgid "fatal: '%s' is not a valid submodule--helper subcommand"
10187msgstr ""
10188
10189#: builtin/symbolic-ref.c:7
10190msgid "git symbolic-ref [<options>] <name> [<ref>]"
10191msgstr ""
10192
10193#: builtin/symbolic-ref.c:8
10194msgid "git symbolic-ref -d [-q] <name>"
10195msgstr ""
10196
10197#: builtin/symbolic-ref.c:40
10198msgid "suppress error message for non-symbolic (detached) refs"
10199msgstr ""
10200
10201#: builtin/symbolic-ref.c:41
10202msgid "delete symbolic ref"
10203msgstr ""
10204
10205#: builtin/symbolic-ref.c:42
10206msgid "shorten ref output"
10207msgstr ""
10208
10209#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
10210msgid "reason"
10211msgstr ""
10212
10213#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
10214msgid "reason of the update"
10215msgstr ""
10216
10217#: builtin/tag.c:23
10218msgid ""
10219"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
10220"[<head>]"
10221msgstr ""
10222
10223#: builtin/tag.c:24
10224msgid "git tag -d <tagname>..."
10225msgstr ""
10226
10227#: builtin/tag.c:25
10228msgid ""
10229"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"
10230"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
10231msgstr ""
10232
10233#: builtin/tag.c:27
10234msgid "git tag -v <tagname>..."
10235msgstr ""
10236
10237#: builtin/tag.c:80
10238#, c-format
10239msgid "tag name too long: %.*s..."
10240msgstr ""
10241
10242#: builtin/tag.c:85
10243#, c-format
10244msgid "tag '%s' not found."
10245msgstr ""
10246
10247#: builtin/tag.c:100
10248#, c-format
10249msgid "Deleted tag '%s' (was %s)\n"
10250msgstr ""
10251
10252#: builtin/tag.c:112
10253#, c-format
10254msgid "could not verify the tag '%s'"
10255msgstr ""
10256
10257#: builtin/tag.c:122
10258#, c-format
10259msgid ""
10260"\n"
10261"Write a message for tag:\n"
10262"  %s\n"
10263"Lines starting with '%c' will be ignored.\n"
10264msgstr ""
10265
10266#: builtin/tag.c:126
10267#, c-format
10268msgid ""
10269"\n"
10270"Write a message for tag:\n"
10271"  %s\n"
10272"Lines starting with '%c' will be kept; you may remove them yourself if you "
10273"want to.\n"
10274msgstr ""
10275
10276#: builtin/tag.c:199
10277msgid "unable to sign the tag"
10278msgstr ""
10279
10280#: builtin/tag.c:201
10281msgid "unable to write tag file"
10282msgstr ""
10283
10284#: builtin/tag.c:226
10285msgid "bad object type."
10286msgstr ""
10287
10288#: builtin/tag.c:239
10289msgid "tag header too big."
10290msgstr ""
10291
10292#: builtin/tag.c:275
10293msgid "no tag message?"
10294msgstr ""
10295
10296#: builtin/tag.c:281
10297#, c-format
10298msgid "The tag message has been left in %s\n"
10299msgstr ""
10300
10301#: builtin/tag.c:339
10302msgid "list tag names"
10303msgstr ""
10304
10305#: builtin/tag.c:341
10306msgid "print <n> lines of each tag message"
10307msgstr ""
10308
10309#: builtin/tag.c:343
10310msgid "delete tags"
10311msgstr ""
10312
10313#: builtin/tag.c:344
10314msgid "verify tags"
10315msgstr ""
10316
10317#: builtin/tag.c:346
10318msgid "Tag creation options"
10319msgstr ""
10320
10321#: builtin/tag.c:348
10322msgid "annotated tag, needs a message"
10323msgstr ""
10324
10325#: builtin/tag.c:350
10326msgid "tag message"
10327msgstr ""
10328
10329#: builtin/tag.c:352
10330msgid "annotated and GPG-signed tag"
10331msgstr ""
10332
10333#: builtin/tag.c:356
10334msgid "use another key to sign the tag"
10335msgstr ""
10336
10337#: builtin/tag.c:357
10338msgid "replace the tag if exists"
10339msgstr ""
10340
10341#: builtin/tag.c:358 builtin/update-ref.c:368
10342msgid "create a reflog"
10343msgstr ""
10344
10345#: builtin/tag.c:360
10346msgid "Tag listing options"
10347msgstr ""
10348
10349#: builtin/tag.c:361
10350msgid "show tag list in columns"
10351msgstr ""
10352
10353#: builtin/tag.c:362 builtin/tag.c:363
10354msgid "print only tags that contain the commit"
10355msgstr ""
10356
10357#: builtin/tag.c:364
10358msgid "print only tags that are merged"
10359msgstr ""
10360
10361#: builtin/tag.c:365
10362msgid "print only tags that are not merged"
10363msgstr ""
10364
10365#: builtin/tag.c:370
10366msgid "print only tags of the object"
10367msgstr ""
10368
10369#: builtin/tag.c:399
10370msgid "--column and -n are incompatible"
10371msgstr ""
10372
10373#: builtin/tag.c:419
10374msgid "-n option is only allowed with -l."
10375msgstr ""
10376
10377#: builtin/tag.c:421
10378msgid "--contains option is only allowed with -l."
10379msgstr ""
10380
10381#: builtin/tag.c:423
10382msgid "--points-at option is only allowed with -l."
10383msgstr ""
10384
10385#: builtin/tag.c:425
10386msgid "--merged and --no-merged option are only allowed with -l"
10387msgstr ""
10388
10389#: builtin/tag.c:433
10390msgid "only one -F or -m option is allowed."
10391msgstr ""
10392
10393#: builtin/tag.c:453
10394msgid "too many params"
10395msgstr ""
10396
10397#: builtin/tag.c:459
10398#, c-format
10399msgid "'%s' is not a valid tag name."
10400msgstr ""
10401
10402#: builtin/tag.c:464
10403#, c-format
10404msgid "tag '%s' already exists"
10405msgstr ""
10406
10407#: builtin/tag.c:489
10408#, c-format
10409msgid "Updated tag '%s' (was %s)\n"
10410msgstr ""
10411
10412#: builtin/unpack-objects.c:490
10413msgid "Unpacking objects"
10414msgstr ""
10415
10416#: builtin/update-index.c:79
10417#, c-format
10418msgid "failed to create directory %s"
10419msgstr ""
10420
10421#: builtin/update-index.c:85
10422#, c-format
10423msgid "failed to stat %s"
10424msgstr ""
10425
10426#: builtin/update-index.c:95
10427#, c-format
10428msgid "failed to create file %s"
10429msgstr ""
10430
10431#: builtin/update-index.c:103
10432#, c-format
10433msgid "failed to delete file %s"
10434msgstr ""
10435
10436#: builtin/update-index.c:110 builtin/update-index.c:212
10437#, c-format
10438msgid "failed to delete directory %s"
10439msgstr ""
10440
10441#: builtin/update-index.c:133
10442#, c-format
10443msgid "Testing mtime in '%s' "
10444msgstr ""
10445
10446#: builtin/update-index.c:145
10447msgid "directory stat info does not change after adding a new file"
10448msgstr ""
10449
10450#: builtin/update-index.c:158
10451msgid "directory stat info does not change after adding a new directory"
10452msgstr ""
10453
10454#: builtin/update-index.c:171
10455msgid "directory stat info changes after updating a file"
10456msgstr ""
10457
10458#: builtin/update-index.c:182
10459msgid "directory stat info changes after adding a file inside subdirectory"
10460msgstr ""
10461
10462#: builtin/update-index.c:193
10463msgid "directory stat info does not change after deleting a file"
10464msgstr ""
10465
10466#: builtin/update-index.c:206
10467msgid "directory stat info does not change after deleting a directory"
10468msgstr ""
10469
10470#: builtin/update-index.c:213
10471msgid " OK"
10472msgstr ""
10473
10474#: builtin/update-index.c:575
10475msgid "git update-index [<options>] [--] [<file>...]"
10476msgstr ""
10477
10478#: builtin/update-index.c:930
10479msgid "continue refresh even when index needs update"
10480msgstr ""
10481
10482#: builtin/update-index.c:933
10483msgid "refresh: ignore submodules"
10484msgstr ""
10485
10486#: builtin/update-index.c:936
10487msgid "do not ignore new files"
10488msgstr ""
10489
10490#: builtin/update-index.c:938
10491msgid "let files replace directories and vice-versa"
10492msgstr ""
10493
10494#: builtin/update-index.c:940
10495msgid "notice files missing from worktree"
10496msgstr ""
10497
10498#: builtin/update-index.c:942
10499msgid "refresh even if index contains unmerged entries"
10500msgstr ""
10501
10502#: builtin/update-index.c:945
10503msgid "refresh stat information"
10504msgstr ""
10505
10506#: builtin/update-index.c:949
10507msgid "like --refresh, but ignore assume-unchanged setting"
10508msgstr ""
10509
10510#: builtin/update-index.c:953
10511msgid "<mode>,<object>,<path>"
10512msgstr ""
10513
10514#: builtin/update-index.c:954
10515msgid "add the specified entry to the index"
10516msgstr ""
10517
10518#: builtin/update-index.c:958
10519msgid "(+/-)x"
10520msgstr ""
10521
10522#: builtin/update-index.c:959
10523msgid "override the executable bit of the listed files"
10524msgstr ""
10525
10526#: builtin/update-index.c:963
10527msgid "mark files as \"not changing\""
10528msgstr ""
10529
10530#: builtin/update-index.c:966
10531msgid "clear assumed-unchanged bit"
10532msgstr ""
10533
10534#: builtin/update-index.c:969
10535msgid "mark files as \"index-only\""
10536msgstr ""
10537
10538#: builtin/update-index.c:972
10539msgid "clear skip-worktree bit"
10540msgstr ""
10541
10542#: builtin/update-index.c:975
10543msgid "add to index only; do not add content to object database"
10544msgstr ""
10545
10546#: builtin/update-index.c:977
10547msgid "remove named paths even if present in worktree"
10548msgstr ""
10549
10550#: builtin/update-index.c:979
10551msgid "with --stdin: input lines are terminated by null bytes"
10552msgstr ""
10553
10554#: builtin/update-index.c:981
10555msgid "read list of paths to be updated from standard input"
10556msgstr ""
10557
10558#: builtin/update-index.c:985
10559msgid "add entries from standard input to the index"
10560msgstr ""
10561
10562#: builtin/update-index.c:989
10563msgid "repopulate stages #2 and #3 for the listed paths"
10564msgstr ""
10565
10566#: builtin/update-index.c:993
10567msgid "only update entries that differ from HEAD"
10568msgstr ""
10569
10570#: builtin/update-index.c:997
10571msgid "ignore files missing from worktree"
10572msgstr ""
10573
10574#: builtin/update-index.c:1000
10575msgid "report actions to standard output"
10576msgstr ""
10577
10578#: builtin/update-index.c:1002
10579msgid "(for porcelains) forget saved unresolved conflicts"
10580msgstr ""
10581
10582#: builtin/update-index.c:1006
10583msgid "write index in this format"
10584msgstr ""
10585
10586#: builtin/update-index.c:1008
10587msgid "enable or disable split index"
10588msgstr ""
10589
10590#: builtin/update-index.c:1010
10591msgid "enable/disable untracked cache"
10592msgstr ""
10593
10594#: builtin/update-index.c:1012
10595msgid "test if the filesystem supports untracked cache"
10596msgstr ""
10597
10598#: builtin/update-index.c:1014
10599msgid "enable untracked cache without testing the filesystem"
10600msgstr ""
10601
10602#: builtin/update-index.c:1134
10603msgid "Untracked cache disabled"
10604msgstr ""
10605
10606#: builtin/update-index.c:1146
10607#, c-format
10608msgid "Untracked cache enabled for '%s'"
10609msgstr ""
10610
10611#: builtin/update-ref.c:9
10612msgid "git update-ref [<options>] -d <refname> [<old-val>]"
10613msgstr ""
10614
10615#: builtin/update-ref.c:10
10616msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
10617msgstr ""
10618
10619#: builtin/update-ref.c:11
10620msgid "git update-ref [<options>] --stdin [-z]"
10621msgstr ""
10622
10623#: builtin/update-ref.c:363
10624msgid "delete the reference"
10625msgstr ""
10626
10627#: builtin/update-ref.c:365
10628msgid "update <refname> not the one it points to"
10629msgstr ""
10630
10631#: builtin/update-ref.c:366
10632msgid "stdin has NUL-terminated arguments"
10633msgstr ""
10634
10635#: builtin/update-ref.c:367
10636msgid "read updates from stdin"
10637msgstr ""
10638
10639#: builtin/update-server-info.c:6
10640msgid "git update-server-info [--force]"
10641msgstr ""
10642
10643#: builtin/update-server-info.c:14
10644msgid "update the info files from scratch"
10645msgstr ""
10646
10647#: builtin/verify-commit.c:17
10648msgid "git verify-commit [-v | --verbose] <commit>..."
10649msgstr ""
10650
10651#: builtin/verify-commit.c:72
10652msgid "print commit contents"
10653msgstr ""
10654
10655#: builtin/verify-commit.c:73 builtin/verify-tag.c:84
10656msgid "print raw gpg status output"
10657msgstr ""
10658
10659#: builtin/verify-pack.c:54
10660msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
10661msgstr ""
10662
10663#: builtin/verify-pack.c:64
10664msgid "verbose"
10665msgstr ""
10666
10667#: builtin/verify-pack.c:66
10668msgid "show statistics only"
10669msgstr ""
10670
10671#: builtin/verify-tag.c:17
10672msgid "git verify-tag [-v | --verbose] <tag>..."
10673msgstr ""
10674
10675#: builtin/verify-tag.c:83
10676msgid "print tag contents"
10677msgstr ""
10678
10679#: builtin/worktree.c:15
10680msgid "git worktree add [<options>] <path> [<branch>]"
10681msgstr ""
10682
10683#: builtin/worktree.c:16
10684msgid "git worktree prune [<options>]"
10685msgstr ""
10686
10687#: builtin/worktree.c:17
10688msgid "git worktree list [<options>]"
10689msgstr ""
10690
10691#: builtin/worktree.c:39
10692#, c-format
10693msgid "Removing worktrees/%s: not a valid directory"
10694msgstr ""
10695
10696#: builtin/worktree.c:45
10697#, c-format
10698msgid "Removing worktrees/%s: gitdir file does not exist"
10699msgstr ""
10700
10701#: builtin/worktree.c:50
10702#, c-format
10703msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
10704msgstr ""
10705
10706#: builtin/worktree.c:61
10707#, c-format
10708msgid "Removing worktrees/%s: invalid gitdir file"
10709msgstr ""
10710
10711#: builtin/worktree.c:77
10712#, c-format
10713msgid "Removing worktrees/%s: gitdir file points to non-existent location"
10714msgstr ""
10715
10716#: builtin/worktree.c:112
10717#, c-format
10718msgid "failed to remove: %s"
10719msgstr ""
10720
10721#: builtin/worktree.c:201
10722#, c-format
10723msgid "'%s' already exists"
10724msgstr ""
10725
10726#: builtin/worktree.c:233
10727#, c-format
10728msgid "could not create directory of '%s'"
10729msgstr ""
10730
10731#: builtin/worktree.c:269
10732#, c-format
10733msgid "Preparing %s (identifier %s)"
10734msgstr ""
10735
10736#: builtin/worktree.c:317
10737msgid "checkout <branch> even if already checked out in other worktree"
10738msgstr ""
10739
10740#: builtin/worktree.c:319
10741msgid "create a new branch"
10742msgstr ""
10743
10744#: builtin/worktree.c:321
10745msgid "create or reset a branch"
10746msgstr ""
10747
10748#: builtin/worktree.c:322
10749msgid "detach HEAD at named commit"
10750msgstr ""
10751
10752#: builtin/worktree.c:329
10753msgid "-b, -B, and --detach are mutually exclusive"
10754msgstr ""
10755
10756#: builtin/write-tree.c:13
10757msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
10758msgstr ""
10759
10760#: builtin/write-tree.c:26
10761msgid "<prefix>/"
10762msgstr ""
10763
10764#: builtin/write-tree.c:27
10765msgid "write tree object for a subdirectory <prefix>"
10766msgstr ""
10767
10768#: builtin/write-tree.c:30
10769msgid "only useful for debugging"
10770msgstr ""
10771
10772#: credential-cache--daemon.c:262
10773msgid "print debugging messages to stderr"
10774msgstr ""
10775
10776#: git.c:14
10777msgid ""
10778"'git help -a' and 'git help -g' list available subcommands and some\n"
10779"concept guides. See 'git help <command>' or 'git help <concept>'\n"
10780"to read about a specific subcommand or concept."
10781msgstr ""
10782
10783#: http.c:321
10784msgid "Public key pinning not supported with cURL < 7.44.0"
10785msgstr ""
10786
10787#: common-cmds.h:9
10788msgid "start a working area (see also: git help tutorial)"
10789msgstr ""
10790
10791#: common-cmds.h:10
10792msgid "work on the current change (see also: git help everyday)"
10793msgstr ""
10794
10795#: common-cmds.h:11
10796msgid "examine the history and state (see also: git help revisions)"
10797msgstr ""
10798
10799#: common-cmds.h:12
10800msgid "grow, mark and tweak your common history"
10801msgstr ""
10802
10803#: common-cmds.h:13
10804msgid "collaborate (see also: git help workflows)"
10805msgstr ""
10806
10807#: common-cmds.h:17
10808msgid "Add file contents to the index"
10809msgstr ""
10810
10811#: common-cmds.h:18
10812msgid "Use binary search to find the commit that introduced a bug"
10813msgstr ""
10814
10815#: common-cmds.h:19
10816msgid "List, create, or delete branches"
10817msgstr ""
10818
10819#: common-cmds.h:20
10820msgid "Switch branches or restore working tree files"
10821msgstr ""
10822
10823#: common-cmds.h:21
10824msgid "Clone a repository into a new directory"
10825msgstr ""
10826
10827#: common-cmds.h:22
10828msgid "Record changes to the repository"
10829msgstr ""
10830
10831#: common-cmds.h:23
10832msgid "Show changes between commits, commit and working tree, etc"
10833msgstr ""
10834
10835#: common-cmds.h:24
10836msgid "Download objects and refs from another repository"
10837msgstr ""
10838
10839#: common-cmds.h:25
10840msgid "Print lines matching a pattern"
10841msgstr ""
10842
10843#: common-cmds.h:26
10844msgid "Create an empty Git repository or reinitialize an existing one"
10845msgstr ""
10846
10847#: common-cmds.h:27
10848msgid "Show commit logs"
10849msgstr ""
10850
10851#: common-cmds.h:28
10852msgid "Join two or more development histories together"
10853msgstr ""
10854
10855#: common-cmds.h:29
10856msgid "Move or rename a file, a directory, or a symlink"
10857msgstr ""
10858
10859#: common-cmds.h:30
10860msgid "Fetch from and integrate with another repository or a local branch"
10861msgstr ""
10862
10863#: common-cmds.h:31
10864msgid "Update remote refs along with associated objects"
10865msgstr ""
10866
10867#: common-cmds.h:32
10868msgid "Reapply commits on top of another base tip"
10869msgstr ""
10870
10871#: common-cmds.h:33
10872msgid "Reset current HEAD to the specified state"
10873msgstr ""
10874
10875#: common-cmds.h:34
10876msgid "Remove files from the working tree and from the index"
10877msgstr ""
10878
10879#: common-cmds.h:35
10880msgid "Show various types of objects"
10881msgstr ""
10882
10883#: common-cmds.h:36
10884msgid "Show the working tree status"
10885msgstr ""
10886
10887#: common-cmds.h:37
10888msgid "Create, list, delete or verify a tag object signed with GPG"
10889msgstr ""
10890
10891#: parse-options.h:145
10892msgid "expiry-date"
10893msgstr ""
10894
10895#: parse-options.h:160
10896msgid "no-op (backward compatibility)"
10897msgstr ""
10898
10899#: parse-options.h:237
10900msgid "be more verbose"
10901msgstr ""
10902
10903#: parse-options.h:239
10904msgid "be more quiet"
10905msgstr ""
10906
10907#: parse-options.h:245
10908msgid "use <n> digits to display SHA-1s"
10909msgstr ""
10910
10911#: rerere.h:38
10912msgid "update the index with reused conflict resolution if possible"
10913msgstr ""
10914
10915#: git-bisect.sh:55
10916msgid "You need to start by \"git bisect start\""
10917msgstr ""
10918
10919#. TRANSLATORS: Make sure to include [Y] and [n] in your
10920#. translation. The program will only accept English input
10921#. at this point.
10922#: git-bisect.sh:61
10923msgid "Do you want me to do it for you [Y/n]? "
10924msgstr ""
10925
10926#: git-bisect.sh:122
10927#, sh-format
10928msgid "unrecognised option: '$arg'"
10929msgstr ""
10930
10931#: git-bisect.sh:126
10932#, sh-format
10933msgid "'$arg' does not appear to be a valid revision"
10934msgstr ""
10935
10936#: git-bisect.sh:155
10937msgid "Bad HEAD - I need a HEAD"
10938msgstr ""
10939
10940#: git-bisect.sh:168
10941#, sh-format
10942msgid ""
10943"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
10944msgstr ""
10945
10946#: git-bisect.sh:178
10947msgid "won't bisect on cg-seek'ed tree"
10948msgstr ""
10949
10950#: git-bisect.sh:182
10951msgid "Bad HEAD - strange symbolic ref"
10952msgstr ""
10953
10954#: git-bisect.sh:234
10955#, sh-format
10956msgid "Bad bisect_write argument: $state"
10957msgstr ""
10958
10959#: git-bisect.sh:263
10960#, sh-format
10961msgid "Bad rev input: $arg"
10962msgstr ""
10963
10964#: git-bisect.sh:278
10965msgid "Please call 'bisect_state' with at least one argument."
10966msgstr ""
10967
10968#: git-bisect.sh:290
10969#, sh-format
10970msgid "Bad rev input: $rev"
10971msgstr ""
10972
10973#: git-bisect.sh:299
10974#, sh-format
10975msgid "'git bisect $TERM_BAD' can take only one argument."
10976msgstr ""
10977
10978#: git-bisect.sh:322
10979#, sh-format
10980msgid "Warning: bisecting only with a $TERM_BAD commit."
10981msgstr ""
10982
10983#. TRANSLATORS: Make sure to include [Y] and [n] in your
10984#. translation. The program will only accept English input
10985#. at this point.
10986#: git-bisect.sh:328
10987msgid "Are you sure [Y/n]? "
10988msgstr ""
10989
10990#: git-bisect.sh:340
10991#, sh-format
10992msgid ""
10993"You need to give me at least one $bad_syn and one $good_syn revision.\n"
10994"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
10995msgstr ""
10996
10997#: git-bisect.sh:343
10998#, sh-format
10999msgid ""
11000"You need to start by \"git bisect start\".\n"
11001"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
11002"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
11003msgstr ""
11004
11005#: git-bisect.sh:414 git-bisect.sh:546
11006msgid "We are not bisecting."
11007msgstr ""
11008
11009#: git-bisect.sh:421
11010#, sh-format
11011msgid "'$invalid' is not a valid commit"
11012msgstr ""
11013
11014#: git-bisect.sh:430
11015#, sh-format
11016msgid ""
11017"Could not check out original HEAD '$branch'.\n"
11018"Try 'git bisect reset <commit>'."
11019msgstr ""
11020
11021#: git-bisect.sh:458
11022msgid "No logfile given"
11023msgstr ""
11024
11025#: git-bisect.sh:459
11026#, sh-format
11027msgid "cannot read $file for replaying"
11028msgstr ""
11029
11030#: git-bisect.sh:480
11031msgid "?? what are you talking about?"
11032msgstr ""
11033
11034#: git-bisect.sh:492
11035#, sh-format
11036msgid "running $command"
11037msgstr ""
11038
11039#: git-bisect.sh:499
11040#, sh-format
11041msgid ""
11042"bisect run failed:\n"
11043"exit code $res from '$command' is < 0 or >= 128"
11044msgstr ""
11045
11046#: git-bisect.sh:525
11047msgid "bisect run cannot continue any more"
11048msgstr ""
11049
11050#: git-bisect.sh:531
11051#, sh-format
11052msgid ""
11053"bisect run failed:\n"
11054"'bisect_state $state' exited with error code $res"
11055msgstr ""
11056
11057#: git-bisect.sh:538
11058msgid "bisect run success"
11059msgstr ""
11060
11061#: git-bisect.sh:565
11062msgid "please use two different terms"
11063msgstr ""
11064
11065#: git-bisect.sh:575
11066#, sh-format
11067msgid "'$term' is not a valid term"
11068msgstr ""
11069
11070#: git-bisect.sh:578
11071#, sh-format
11072msgid "can't use the builtin command '$term' as a term"
11073msgstr ""
11074
11075#: git-bisect.sh:587 git-bisect.sh:593
11076#, sh-format
11077msgid "can't change the meaning of term '$term'"
11078msgstr ""
11079
11080#: git-bisect.sh:606
11081#, sh-format
11082msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
11083msgstr ""
11084
11085#: git-bisect.sh:636
11086msgid "no terms defined"
11087msgstr ""
11088
11089#: git-bisect.sh:653
11090#, sh-format
11091msgid ""
11092"invalid argument $arg for 'git bisect terms'.\n"
11093"Supported options are: --term-good|--term-old and --term-bad|--term-new."
11094msgstr ""
11095
11096#: git-rebase.sh:57
11097msgid ""
11098"When you have resolved this problem, run \"git rebase --continue\".\n"
11099"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
11100"To check out the original branch and stop rebasing, run \"git rebase --abort"
11101"\"."
11102msgstr ""
11103
11104#: git-rebase.sh:165
11105msgid "Applied autostash."
11106msgstr ""
11107
11108#: git-rebase.sh:168
11109#, sh-format
11110msgid "Cannot store $stash_sha1"
11111msgstr ""
11112
11113#: git-rebase.sh:169
11114msgid ""
11115"Applying autostash resulted in conflicts.\n"
11116"Your changes are safe in the stash.\n"
11117"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
11118msgstr ""
11119
11120#: git-rebase.sh:208
11121msgid "The pre-rebase hook refused to rebase."
11122msgstr ""
11123
11124#: git-rebase.sh:213
11125msgid "It looks like git-am is in progress. Cannot rebase."
11126msgstr ""
11127
11128#: git-rebase.sh:354
11129msgid "The --exec option must be used with the --interactive option"
11130msgstr ""
11131
11132#: git-rebase.sh:359
11133msgid "No rebase in progress?"
11134msgstr ""
11135
11136#: git-rebase.sh:370
11137msgid "The --edit-todo action can only be used during interactive rebase."
11138msgstr ""
11139
11140#: git-rebase.sh:377
11141msgid "Cannot read HEAD"
11142msgstr ""
11143
11144#: git-rebase.sh:380
11145msgid ""
11146"You must edit all merge conflicts and then\n"
11147"mark them as resolved using git add"
11148msgstr ""
11149
11150#: git-rebase.sh:398
11151#, sh-format
11152msgid "Could not move back to $head_name"
11153msgstr ""
11154
11155#: git-rebase.sh:417
11156#, sh-format
11157msgid ""
11158"It seems that there is already a $state_dir_base directory, and\n"
11159"I wonder if you are in the middle of another rebase.  If that is the\n"
11160"case, please try\n"
11161"\t$cmd_live_rebase\n"
11162"If that is not the case, please\n"
11163"\t$cmd_clear_stale_rebase\n"
11164"and run me again.  I am stopping in case you still have something\n"
11165"valuable there."
11166msgstr ""
11167
11168#: git-rebase.sh:468
11169#, sh-format
11170msgid "invalid upstream $upstream_name"
11171msgstr ""
11172
11173#: git-rebase.sh:492
11174#, sh-format
11175msgid "$onto_name: there are more than one merge bases"
11176msgstr ""
11177
11178#: git-rebase.sh:495 git-rebase.sh:499
11179#, sh-format
11180msgid "$onto_name: there is no merge base"
11181msgstr ""
11182
11183#: git-rebase.sh:504
11184#, sh-format
11185msgid "Does not point to a valid commit: $onto_name"
11186msgstr ""
11187
11188#: git-rebase.sh:527
11189#, sh-format
11190msgid "fatal: no such branch: $branch_name"
11191msgstr ""
11192
11193#: git-rebase.sh:560
11194msgid "Cannot autostash"
11195msgstr ""
11196
11197#: git-rebase.sh:565
11198#, sh-format
11199msgid "Created autostash: $stash_abbrev"
11200msgstr ""
11201
11202#: git-rebase.sh:569
11203msgid "Please commit or stash them."
11204msgstr ""
11205
11206#: git-rebase.sh:589
11207#, sh-format
11208msgid "Current branch $branch_name is up to date."
11209msgstr ""
11210
11211#: git-rebase.sh:593
11212#, sh-format
11213msgid "Current branch $branch_name is up to date, rebase forced."
11214msgstr ""
11215
11216#: git-rebase.sh:604
11217#, sh-format
11218msgid "Changes from $mb to $onto:"
11219msgstr ""
11220
11221#: git-rebase.sh:613
11222msgid "First, rewinding head to replay your work on top of it..."
11223msgstr ""
11224
11225#: git-rebase.sh:623
11226#, sh-format
11227msgid "Fast-forwarded $branch_name to $onto_name."
11228msgstr ""
11229
11230#: git-stash.sh:51
11231msgid "git stash clear with parameters is unimplemented"
11232msgstr ""
11233
11234#: git-stash.sh:74
11235msgid "You do not have the initial commit yet"
11236msgstr ""
11237
11238#: git-stash.sh:89
11239msgid "Cannot save the current index state"
11240msgstr ""
11241
11242#: git-stash.sh:124 git-stash.sh:137
11243msgid "Cannot save the current worktree state"
11244msgstr ""
11245
11246#: git-stash.sh:141
11247msgid "No changes selected"
11248msgstr ""
11249
11250#: git-stash.sh:144
11251msgid "Cannot remove temporary index (can't happen)"
11252msgstr ""
11253
11254#: git-stash.sh:157
11255msgid "Cannot record working tree state"
11256msgstr ""
11257
11258#: git-stash.sh:189
11259#, sh-format
11260msgid "Cannot update $ref_stash with $w_commit"
11261msgstr ""
11262
11263#. TRANSLATORS: $option is an invalid option, like
11264#. `--blah-blah'. The 7 spaces at the beginning of the
11265#. second line correspond to "error: ". So you should line
11266#. up the second line with however many characters the
11267#. translation of "error: " takes in your language. E.g. in
11268#. English this is:
11269#.
11270#. $ git stash save --blah-blah 2>&1 | head -n 2
11271#. error: unknown option for 'stash save': --blah-blah
11272#. To provide a message, use git stash save -- '--blah-blah'
11273#: git-stash.sh:239
11274#, sh-format
11275msgid ""
11276"error: unknown option for 'stash save': $option\n"
11277"       To provide a message, use git stash save -- '$option'"
11278msgstr ""
11279
11280#: git-stash.sh:260
11281msgid "No local changes to save"
11282msgstr ""
11283
11284#: git-stash.sh:264
11285msgid "Cannot initialize stash"
11286msgstr ""
11287
11288#: git-stash.sh:268
11289msgid "Cannot save the current status"
11290msgstr ""
11291
11292#: git-stash.sh:286
11293msgid "Cannot remove worktree changes"
11294msgstr ""
11295
11296#: git-stash.sh:405
11297#, sh-format
11298msgid "unknown option: $opt"
11299msgstr ""
11300
11301#: git-stash.sh:415
11302msgid "No stash found."
11303msgstr ""
11304
11305#: git-stash.sh:422
11306#, sh-format
11307msgid "Too many revisions specified: $REV"
11308msgstr ""
11309
11310#: git-stash.sh:428
11311#, sh-format
11312msgid "$reference is not a valid reference"
11313msgstr ""
11314
11315#: git-stash.sh:456
11316#, sh-format
11317msgid "'$args' is not a stash-like commit"
11318msgstr ""
11319
11320#: git-stash.sh:467
11321#, sh-format
11322msgid "'$args' is not a stash reference"
11323msgstr ""
11324
11325#: git-stash.sh:475
11326msgid "unable to refresh index"
11327msgstr ""
11328
11329#: git-stash.sh:479
11330msgid "Cannot apply a stash in the middle of a merge"
11331msgstr ""
11332
11333#: git-stash.sh:487
11334msgid "Conflicts in index. Try without --index."
11335msgstr ""
11336
11337#: git-stash.sh:489
11338msgid "Could not save index tree"
11339msgstr ""
11340
11341#: git-stash.sh:523
11342msgid "Cannot unstage modified files"
11343msgstr ""
11344
11345#: git-stash.sh:538
11346msgid "Index was not unstashed."
11347msgstr ""
11348
11349#: git-stash.sh:561
11350#, sh-format
11351msgid "Dropped ${REV} ($s)"
11352msgstr ""
11353
11354#: git-stash.sh:562
11355#, sh-format
11356msgid "${REV}: Could not drop stash entry"
11357msgstr ""
11358
11359#: git-stash.sh:570
11360msgid "No branch name specified"
11361msgstr ""
11362
11363#: git-stash.sh:642
11364msgid "(To restore them type \"git stash apply\")"
11365msgstr ""
11366
11367#: git-submodule.sh:104
11368#, sh-format
11369msgid "cannot strip one component off url '$remoteurl'"
11370msgstr ""
11371
11372#: git-submodule.sh:281
11373msgid "Relative path can only be used from the toplevel of the working tree"
11374msgstr ""
11375
11376#: git-submodule.sh:291
11377#, sh-format
11378msgid "repo URL: '$repo' must be absolute or begin with ./|../"
11379msgstr ""
11380
11381#: git-submodule.sh:308
11382#, sh-format
11383msgid "'$sm_path' already exists in the index"
11384msgstr ""
11385
11386#: git-submodule.sh:312
11387#, sh-format
11388msgid ""
11389"The following path is ignored by one of your .gitignore files:\n"
11390"$sm_path\n"
11391"Use -f if you really want to add it."
11392msgstr ""
11393
11394#: git-submodule.sh:330
11395#, sh-format
11396msgid "Adding existing repo at '$sm_path' to the index"
11397msgstr ""
11398
11399#: git-submodule.sh:332
11400#, sh-format
11401msgid "'$sm_path' already exists and is not a valid git repo"
11402msgstr ""
11403
11404#: git-submodule.sh:340
11405#, sh-format
11406msgid "A git directory for '$sm_name' is found locally with remote(s):"
11407msgstr ""
11408
11409#: git-submodule.sh:342
11410#, sh-format
11411msgid ""
11412"If you want to reuse this local git directory instead of cloning again from"
11413msgstr ""
11414
11415#: git-submodule.sh:344
11416#, sh-format
11417msgid ""
11418"use the '--force' option. If the local git directory is not the correct repo"
11419msgstr ""
11420
11421#: git-submodule.sh:345
11422#, sh-format
11423msgid ""
11424"or you are unsure what this means choose another name with the '--name' "
11425"option."
11426msgstr ""
11427
11428#: git-submodule.sh:347
11429#, sh-format
11430msgid "Reactivating local git directory for submodule '$sm_name'."
11431msgstr ""
11432
11433#: git-submodule.sh:359
11434#, sh-format
11435msgid "Unable to checkout submodule '$sm_path'"
11436msgstr ""
11437
11438#: git-submodule.sh:364
11439#, sh-format
11440msgid "Failed to add submodule '$sm_path'"
11441msgstr ""
11442
11443#: git-submodule.sh:373
11444#, sh-format
11445msgid "Failed to register submodule '$sm_path'"
11446msgstr ""
11447
11448#: git-submodule.sh:417
11449#, sh-format
11450msgid "Entering '$prefix$displaypath'"
11451msgstr ""
11452
11453#: git-submodule.sh:437
11454#, sh-format
11455msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."
11456msgstr ""
11457
11458#: git-submodule.sh:483
11459#, sh-format
11460msgid "No url found for submodule path '$displaypath' in .gitmodules"
11461msgstr ""
11462
11463#: git-submodule.sh:492
11464#, sh-format
11465msgid "Failed to register url for submodule path '$displaypath'"
11466msgstr ""
11467
11468#: git-submodule.sh:494
11469#, sh-format
11470msgid "Submodule '$name' ($url) registered for path '$displaypath'"
11471msgstr ""
11472
11473#: git-submodule.sh:511
11474#, sh-format
11475msgid "Failed to register update mode for submodule path '$displaypath'"
11476msgstr ""
11477
11478#: git-submodule.sh:549
11479#, sh-format
11480msgid "Use '.' if you really want to deinitialize all submodules"
11481msgstr ""
11482
11483#: git-submodule.sh:566
11484#, sh-format
11485msgid "Submodule work tree '$displaypath' contains a .git directory"
11486msgstr ""
11487
11488#: git-submodule.sh:567
11489#, sh-format
11490msgid ""
11491"(use 'rm -rf' if you really want to remove it including all of its history)"
11492msgstr ""
11493
11494#: git-submodule.sh:573
11495#, sh-format
11496msgid ""
11497"Submodule work tree '$displaypath' contains local modifications; use '-f' to "
11498"discard them"
11499msgstr ""
11500
11501#: git-submodule.sh:576
11502#, sh-format
11503msgid "Cleared directory '$displaypath'"
11504msgstr ""
11505
11506#: git-submodule.sh:577
11507#, sh-format
11508msgid "Could not remove submodule work tree '$displaypath'"
11509msgstr ""
11510
11511#: git-submodule.sh:580
11512#, sh-format
11513msgid "Could not create empty submodule directory '$displaypath'"
11514msgstr ""
11515
11516#: git-submodule.sh:589
11517#, sh-format
11518msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
11519msgstr ""
11520
11521#: git-submodule.sh:723
11522#, sh-format
11523msgid ""
11524"Submodule path '$displaypath' not initialized\n"
11525"Maybe you want to use 'update --init'?"
11526msgstr ""
11527
11528#: git-submodule.sh:736
11529#, sh-format
11530msgid "Unable to find current revision in submodule path '$displaypath'"
11531msgstr ""
11532
11533#: git-submodule.sh:745
11534#, sh-format
11535msgid "Unable to fetch in submodule path '$sm_path'"
11536msgstr ""
11537
11538#: git-submodule.sh:768
11539#, sh-format
11540msgid "Unable to fetch in submodule path '$displaypath'"
11541msgstr ""
11542
11543#: git-submodule.sh:788
11544#, sh-format
11545msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
11546msgstr ""
11547
11548#: git-submodule.sh:789
11549#, sh-format
11550msgid "Submodule path '$displaypath': checked out '$sha1'"
11551msgstr ""
11552
11553#: git-submodule.sh:793
11554#, sh-format
11555msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
11556msgstr ""
11557
11558#: git-submodule.sh:794
11559#, sh-format
11560msgid "Submodule path '$displaypath': rebased into '$sha1'"
11561msgstr ""
11562
11563#: git-submodule.sh:799
11564#, sh-format
11565msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
11566msgstr ""
11567
11568#: git-submodule.sh:800
11569#, sh-format
11570msgid "Submodule path '$displaypath': merged in '$sha1'"
11571msgstr ""
11572
11573#: git-submodule.sh:805
11574#, sh-format
11575msgid ""
11576"Execution of '$command $sha1' failed in submodule path '$prefix$sm_path'"
11577msgstr ""
11578
11579#: git-submodule.sh:806
11580#, sh-format
11581msgid "Submodule path '$prefix$sm_path': '$command $sha1'"
11582msgstr ""
11583
11584#: git-submodule.sh:836
11585#, sh-format
11586msgid "Failed to recurse into submodule path '$displaypath'"
11587msgstr ""
11588
11589#: git-submodule.sh:944
11590msgid "The --cached option cannot be used with the --files option"
11591msgstr ""
11592
11593#: git-submodule.sh:996
11594#, sh-format
11595msgid "unexpected mode $mod_dst"
11596msgstr ""
11597
11598#: git-submodule.sh:1016
11599#, sh-format
11600msgid "  Warn: $display_name doesn't contain commit $sha1_src"
11601msgstr ""
11602
11603#: git-submodule.sh:1019
11604#, sh-format
11605msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
11606msgstr ""
11607
11608#: git-submodule.sh:1022
11609#, sh-format
11610msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
11611msgstr ""
11612
11613#: git-submodule.sh:1047
11614msgid "blob"
11615msgstr ""
11616
11617#: git-submodule.sh:1165
11618#, sh-format
11619msgid "Failed to recurse into submodule path '$sm_path'"
11620msgstr ""
11621
11622#: git-submodule.sh:1229
11623#, sh-format
11624msgid "Synchronizing submodule url for '$displaypath'"
11625msgstr ""