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