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