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