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