po / git.poton commit line-range: reject -L line numbers less than 1 (5ce922a)
   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-07-26 14:19+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:683
 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:213
 488#, c-format
 489msgid "available git commands in '%s'"
 490msgstr ""
 491
 492#: help.c:220
 493msgid "git commands available from elsewhere on your $PATH"
 494msgstr ""
 495
 496#: help.c:236
 497msgid "The most commonly used git commands are:"
 498msgstr ""
 499
 500#: help.c:293
 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:350
 508msgid "Uh oh. Your system reports no Git commands at all."
 509msgstr ""
 510
 511#: help.c:372
 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:377
 519#, c-format
 520msgid "in %0.1f seconds automatically..."
 521msgstr ""
 522
 523#: help.c:384
 524#, c-format
 525msgid "git: '%s' is not a git command. See 'git --help'."
 526msgstr ""
 527
 528#: help.c:388 help.c:447
 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:443
 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.object_name_warning 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:238
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:851 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:1201 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:895
1795#: builtin/commit.c:298 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:1414 builtin/commit.c:1415
2639#: builtin/commit.c:1416 builtin/commit.c:1417 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:303
2817msgid "git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"
2818msgstr ""
2819
2820#: builtin/cat-file.c:304
2821msgid "git cat-file (--batch|--batch-check) < <list_of_objects>"
2822msgstr ""
2823
2824#: builtin/cat-file.c:341
2825msgid "<type> can be one of: blob, tree, commit, tag"
2826msgstr ""
2827
2828#: builtin/cat-file.c:342
2829msgid "show object type"
2830msgstr ""
2831
2832#: builtin/cat-file.c:343
2833msgid "show object size"
2834msgstr ""
2835
2836#: builtin/cat-file.c:345
2837msgid "exit with zero when there's no error"
2838msgstr ""
2839
2840#: builtin/cat-file.c:346
2841msgid "pretty-print object's content"
2842msgstr ""
2843
2844#: builtin/cat-file.c:348
2845msgid "for blob objects, run textconv on object's content"
2846msgstr ""
2847
2848#: builtin/cat-file.c:350
2849msgid "show info and content of objects fed from the standard input"
2850msgstr ""
2851
2852#: builtin/cat-file.c:353
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:491
3303#, c-format
3304msgid "Huh (%s)?"
3305msgstr ""
3306
3307#: builtin/clean.c:634
3308#, c-format
3309msgid "Input ignore patterns>> "
3310msgstr ""
3311
3312#: builtin/clean.c:671
3313#, c-format
3314msgid "WARNING: Cannot find items matched by: %s"
3315msgstr ""
3316
3317#: builtin/clean.c:692
3318msgid "Select items to delete"
3319msgstr ""
3320
3321#: builtin/clean.c:732
3322#, c-format
3323msgid "remove %s? "
3324msgstr ""
3325
3326#: builtin/clean.c:757
3327msgid "Bye."
3328msgstr ""
3329
3330#: builtin/clean.c:765
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:792
3342msgid "*** Commands ***"
3343msgstr ""
3344
3345#: builtin/clean.c:793
3346msgid "What now"
3347msgstr ""
3348
3349#: builtin/clean.c:801
3350msgid "Would remove the following item:"
3351msgid_plural "Would remove the following items:"
3352msgstr[0] ""
3353msgstr[1] ""
3354
3355#: builtin/clean.c:818
3356msgid "No more files to clean, exiting."
3357msgstr ""
3358
3359#: builtin/clean.c:850
3360msgid "do not print names of files removed"
3361msgstr ""
3362
3363#: builtin/clean.c:852
3364msgid "force"
3365msgstr ""
3366
3367#: builtin/clean.c:853
3368msgid "interactive cleaning"
3369msgstr ""
3370
3371#: builtin/clean.c:855
3372msgid "remove whole directories"
3373msgstr ""
3374
3375#: builtin/clean.c:856 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:857
3381msgid "add <pattern> to ignore rules"
3382msgstr ""
3383
3384#: builtin/clean.c:858
3385msgid "remove ignored files, too"
3386msgstr ""
3387
3388#: builtin/clean.c:860
3389msgid "remove only ignored files"
3390msgstr ""
3391
3392#: builtin/clean.c:878
3393msgid "-x and -X cannot be used together"
3394msgstr ""
3395
3396#: builtin/clean.c:882
3397msgid ""
3398"clean.requireForce set to true and neither -i, -n nor -f given; refusing to "
3399"clean"
3400msgstr ""
3401
3402#: builtin/clean.c:885
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"
3717"Otherwise, please use 'git reset'\n"
3718msgstr ""
3719
3720#: builtin/commit.c:265
3721msgid "failed to unpack HEAD tree object"
3722msgstr ""
3723
3724#: builtin/commit.c:307
3725msgid "unable to create temporary index"
3726msgstr ""
3727
3728#: builtin/commit.c:313
3729msgid "interactive add failed"
3730msgstr ""
3731
3732#: builtin/commit.c:346 builtin/commit.c:367 builtin/commit.c:417
3733msgid "unable to write new_index file"
3734msgstr ""
3735
3736#: builtin/commit.c:398
3737msgid "cannot do a partial commit during a merge."
3738msgstr ""
3739
3740#: builtin/commit.c:400
3741msgid "cannot do a partial commit during a cherry-pick."
3742msgstr ""
3743
3744#: builtin/commit.c:410
3745msgid "cannot read the index"
3746msgstr ""
3747
3748#: builtin/commit.c:430
3749msgid "unable to write temporary index file"
3750msgstr ""
3751
3752#: builtin/commit.c:521 builtin/commit.c:527
3753#, c-format
3754msgid "invalid commit: %s"
3755msgstr ""
3756
3757#: builtin/commit.c:549
3758msgid "malformed --author parameter"
3759msgstr ""
3760
3761#: builtin/commit.c:569
3762#, c-format
3763msgid "Malformed ident string: '%s'"
3764msgstr ""
3765
3766#: builtin/commit.c:607 builtin/commit.c:640 builtin/commit.c:963
3767#, c-format
3768msgid "could not lookup commit %s"
3769msgstr ""
3770
3771#: builtin/commit.c:619 builtin/shortlog.c:271
3772#, c-format
3773msgid "(reading log message from standard input)\n"
3774msgstr ""
3775
3776#: builtin/commit.c:621
3777msgid "could not read log from standard input"
3778msgstr ""
3779
3780#: builtin/commit.c:625
3781#, c-format
3782msgid "could not read log file '%s'"
3783msgstr ""
3784
3785#: builtin/commit.c:631
3786msgid "commit has empty message"
3787msgstr ""
3788
3789#: builtin/commit.c:647
3790msgid "could not read MERGE_MSG"
3791msgstr ""
3792
3793#: builtin/commit.c:651
3794msgid "could not read SQUASH_MSG"
3795msgstr ""
3796
3797#: builtin/commit.c:655
3798#, c-format
3799msgid "could not read '%s'"
3800msgstr ""
3801
3802#: builtin/commit.c:716
3803msgid "could not write commit template"
3804msgstr ""
3805
3806#: builtin/commit.c:727
3807#, c-format
3808msgid ""
3809"\n"
3810"It looks like you may be committing a merge.\n"
3811"If this is not correct, please remove the file\n"
3812"\t%s\n"
3813"and try again.\n"
3814msgstr ""
3815
3816#: builtin/commit.c:732
3817#, c-format
3818msgid ""
3819"\n"
3820"It looks like you may be committing a cherry-pick.\n"
3821"If this is not correct, please remove the file\n"
3822"\t%s\n"
3823"and try again.\n"
3824msgstr ""
3825
3826#: builtin/commit.c:744
3827#, c-format
3828msgid ""
3829"Please enter the commit message for your changes. Lines starting\n"
3830"with '%c' will be ignored, and an empty message aborts the commit.\n"
3831msgstr ""
3832
3833#: builtin/commit.c:749
3834#, c-format
3835msgid ""
3836"Please enter the commit message for your changes. Lines starting\n"
3837"with '%c' will be kept; you may remove them yourself if you want to.\n"
3838"An empty message aborts the commit.\n"
3839msgstr ""
3840
3841#: builtin/commit.c:762
3842#, c-format
3843msgid "%sAuthor:    %s"
3844msgstr ""
3845
3846#: builtin/commit.c:769
3847#, c-format
3848msgid "%sCommitter: %s"
3849msgstr ""
3850
3851#: builtin/commit.c:789
3852msgid "Cannot read index"
3853msgstr ""
3854
3855#: builtin/commit.c:826
3856msgid "Error building trees"
3857msgstr ""
3858
3859#: builtin/commit.c:841 builtin/tag.c:359
3860#, c-format
3861msgid "Please supply the message using either -m or -F option.\n"
3862msgstr ""
3863
3864#: builtin/commit.c:938
3865#, c-format
3866msgid "No existing author found with '%s'"
3867msgstr ""
3868
3869#: builtin/commit.c:953 builtin/commit.c:1189
3870#, c-format
3871msgid "Invalid untracked files mode '%s'"
3872msgstr ""
3873
3874#: builtin/commit.c:990
3875msgid "--long and -z are incompatible"
3876msgstr ""
3877
3878#: builtin/commit.c:1020
3879msgid "Using both --reset-author and --author does not make sense"
3880msgstr ""
3881
3882#: builtin/commit.c:1031
3883msgid "You have nothing to amend."
3884msgstr ""
3885
3886#: builtin/commit.c:1034
3887msgid "You are in the middle of a merge -- cannot amend."
3888msgstr ""
3889
3890#: builtin/commit.c:1036
3891msgid "You are in the middle of a cherry-pick -- cannot amend."
3892msgstr ""
3893
3894#: builtin/commit.c:1039
3895msgid "Options --squash and --fixup cannot be used together"
3896msgstr ""
3897
3898#: builtin/commit.c:1049
3899msgid "Only one of -c/-C/-F/--fixup can be used."
3900msgstr ""
3901
3902#: builtin/commit.c:1051
3903msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
3904msgstr ""
3905
3906#: builtin/commit.c:1059
3907msgid "--reset-author can be used only with -C, -c or --amend."
3908msgstr ""
3909
3910#: builtin/commit.c:1076
3911msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
3912msgstr ""
3913
3914#: builtin/commit.c:1078
3915msgid "No paths with --include/--only does not make sense."
3916msgstr ""
3917
3918#: builtin/commit.c:1080
3919msgid "Clever... amending the last one with dirty index."
3920msgstr ""
3921
3922#: builtin/commit.c:1082
3923msgid "Explicit paths specified without -i nor -o; assuming --only paths..."
3924msgstr ""
3925
3926#: builtin/commit.c:1092 builtin/tag.c:575
3927#, c-format
3928msgid "Invalid cleanup mode %s"
3929msgstr ""
3930
3931#: builtin/commit.c:1097
3932msgid "Paths with -a does not make sense."
3933msgstr ""
3934
3935#: builtin/commit.c:1203 builtin/commit.c:1436
3936msgid "show status concisely"
3937msgstr ""
3938
3939#: builtin/commit.c:1205 builtin/commit.c:1438
3940msgid "show branch information"
3941msgstr ""
3942
3943#: builtin/commit.c:1207 builtin/commit.c:1440 builtin/push.c:452
3944msgid "machine-readable output"
3945msgstr ""
3946
3947#: builtin/commit.c:1210 builtin/commit.c:1442
3948msgid "show status in long format (default)"
3949msgstr ""
3950
3951#: builtin/commit.c:1213 builtin/commit.c:1445
3952msgid "terminate entries with NUL"
3953msgstr ""
3954
3955#: builtin/commit.c:1215 builtin/commit.c:1448 builtin/fast-export.c:667
3956#: builtin/fast-export.c:670 builtin/tag.c:459
3957msgid "mode"
3958msgstr ""
3959
3960#: builtin/commit.c:1216 builtin/commit.c:1448
3961msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
3962msgstr ""
3963
3964#: builtin/commit.c:1219
3965msgid "show ignored files"
3966msgstr ""
3967
3968#: builtin/commit.c:1220 parse-options.h:154
3969msgid "when"
3970msgstr ""
3971
3972#: builtin/commit.c:1221
3973msgid ""
3974"ignore changes to submodules, optional when: all, dirty, untracked. "
3975"(Default: all)"
3976msgstr ""
3977
3978#: builtin/commit.c:1223
3979msgid "list untracked files in columns"
3980msgstr ""
3981
3982#: builtin/commit.c:1294
3983msgid "couldn't look up newly created commit"
3984msgstr ""
3985
3986#: builtin/commit.c:1296
3987msgid "could not parse newly created commit"
3988msgstr ""
3989
3990#: builtin/commit.c:1337
3991msgid "detached HEAD"
3992msgstr ""
3993
3994#: builtin/commit.c:1339
3995msgid " (root-commit)"
3996msgstr ""
3997
3998#: builtin/commit.c:1406
3999msgid "suppress summary after successful commit"
4000msgstr ""
4001
4002#: builtin/commit.c:1407
4003msgid "show diff in commit message template"
4004msgstr ""
4005
4006#: builtin/commit.c:1409
4007msgid "Commit message options"
4008msgstr ""
4009
4010#: builtin/commit.c:1410 builtin/tag.c:457
4011msgid "read message from file"
4012msgstr ""
4013
4014#: builtin/commit.c:1411
4015msgid "author"
4016msgstr ""
4017
4018#: builtin/commit.c:1411
4019msgid "override author for commit"
4020msgstr ""
4021
4022#: builtin/commit.c:1412 builtin/gc.c:178
4023msgid "date"
4024msgstr ""
4025
4026#: builtin/commit.c:1412
4027msgid "override date for commit"
4028msgstr ""
4029
4030#: builtin/commit.c:1413 builtin/merge.c:223 builtin/notes.c:405
4031#: builtin/notes.c:562 builtin/tag.c:455
4032msgid "message"
4033msgstr ""
4034
4035#: builtin/commit.c:1413
4036msgid "commit message"
4037msgstr ""
4038
4039#: builtin/commit.c:1414
4040msgid "reuse and edit message from specified commit"
4041msgstr ""
4042
4043#: builtin/commit.c:1415
4044msgid "reuse message from specified commit"
4045msgstr ""
4046
4047#: builtin/commit.c:1416
4048msgid "use autosquash formatted message to fixup specified commit"
4049msgstr ""
4050
4051#: builtin/commit.c:1417
4052msgid "use autosquash formatted message to squash specified commit"
4053msgstr ""
4054
4055#: builtin/commit.c:1418
4056msgid "the commit is authored by me now (used with -C/-c/--amend)"
4057msgstr ""
4058
4059#: builtin/commit.c:1419 builtin/log.c:1160 builtin/revert.c:111
4060msgid "add Signed-off-by:"
4061msgstr ""
4062
4063#: builtin/commit.c:1420
4064msgid "use specified template file"
4065msgstr ""
4066
4067#: builtin/commit.c:1421
4068msgid "force edit of commit"
4069msgstr ""
4070
4071#: builtin/commit.c:1422
4072msgid "default"
4073msgstr ""
4074
4075#: builtin/commit.c:1422 builtin/tag.c:460
4076msgid "how to strip spaces and #comments from message"
4077msgstr ""
4078
4079#: builtin/commit.c:1423
4080msgid "include status in commit message template"
4081msgstr ""
4082
4083#: builtin/commit.c:1424 builtin/merge.c:230 builtin/tag.c:461
4084msgid "key id"
4085msgstr ""
4086
4087#: builtin/commit.c:1425 builtin/merge.c:231
4088msgid "GPG sign commit"
4089msgstr ""
4090
4091#. end commit message options
4092#: builtin/commit.c:1428
4093msgid "Commit contents options"
4094msgstr ""
4095
4096#: builtin/commit.c:1429
4097msgid "commit all changed files"
4098msgstr ""
4099
4100#: builtin/commit.c:1430
4101msgid "add specified files to index for commit"
4102msgstr ""
4103
4104#: builtin/commit.c:1431
4105msgid "interactively add files"
4106msgstr ""
4107
4108#: builtin/commit.c:1432
4109msgid "interactively add changes"
4110msgstr ""
4111
4112#: builtin/commit.c:1433
4113msgid "commit only specified files"
4114msgstr ""
4115
4116#: builtin/commit.c:1434
4117msgid "bypass pre-commit hook"
4118msgstr ""
4119
4120#: builtin/commit.c:1435
4121msgid "show what would be committed"
4122msgstr ""
4123
4124#: builtin/commit.c:1446
4125msgid "amend previous commit"
4126msgstr ""
4127
4128#: builtin/commit.c:1447
4129msgid "bypass post-rewrite hook"
4130msgstr ""
4131
4132#: builtin/commit.c:1452
4133msgid "ok to record an empty change"
4134msgstr ""
4135
4136#: builtin/commit.c:1455
4137msgid "ok to record a change with an empty message"
4138msgstr ""
4139
4140#: builtin/commit.c:1488
4141msgid "could not parse HEAD commit"
4142msgstr ""
4143
4144#: builtin/commit.c:1526 builtin/merge.c:525
4145#, c-format
4146msgid "could not open '%s' for reading"
4147msgstr ""
4148
4149#: builtin/commit.c:1533
4150#, c-format
4151msgid "Corrupt MERGE_HEAD file (%s)"
4152msgstr ""
4153
4154#: builtin/commit.c:1540
4155msgid "could not read MERGE_MODE"
4156msgstr ""
4157
4158#: builtin/commit.c:1559
4159#, c-format
4160msgid "could not read commit message: %s"
4161msgstr ""
4162
4163#: builtin/commit.c:1573
4164#, c-format
4165msgid "Aborting commit; you did not edit the message.\n"
4166msgstr ""
4167
4168#: builtin/commit.c:1578
4169#, c-format
4170msgid "Aborting commit due to empty commit message.\n"
4171msgstr ""
4172
4173#: builtin/commit.c:1593 builtin/merge.c:861 builtin/merge.c:886
4174msgid "failed to write commit object"
4175msgstr ""
4176
4177#: builtin/commit.c:1614
4178msgid "cannot lock HEAD ref"
4179msgstr ""
4180
4181#: builtin/commit.c:1618
4182msgid "cannot update HEAD ref"
4183msgstr ""
4184
4185#: builtin/commit.c:1629
4186msgid ""
4187"Repository has been updated, but unable to write\n"
4188"new_index file. Check that disk is not full or quota is\n"
4189"not exceeded, and then \"git reset HEAD\" to recover."
4190msgstr ""
4191
4192#: builtin/config.c:7
4193msgid "git config [options]"
4194msgstr ""
4195
4196#: builtin/config.c:52
4197msgid "Config file location"
4198msgstr ""
4199
4200#: builtin/config.c:53
4201msgid "use global config file"
4202msgstr ""
4203
4204#: builtin/config.c:54
4205msgid "use system config file"
4206msgstr ""
4207
4208#: builtin/config.c:55
4209msgid "use repository config file"
4210msgstr ""
4211
4212#: builtin/config.c:56
4213msgid "use given config file"
4214msgstr ""
4215
4216#: builtin/config.c:57
4217msgid "blob-id"
4218msgstr ""
4219
4220#: builtin/config.c:57
4221msgid "read config from given blob object"
4222msgstr ""
4223
4224#: builtin/config.c:58
4225msgid "Action"
4226msgstr ""
4227
4228#: builtin/config.c:59
4229msgid "get value: name [value-regex]"
4230msgstr ""
4231
4232#: builtin/config.c:60
4233msgid "get all values: key [value-regex]"
4234msgstr ""
4235
4236#: builtin/config.c:61
4237msgid "get values for regexp: name-regex [value-regex]"
4238msgstr ""
4239
4240#: builtin/config.c:62
4241msgid "replace all matching variables: name value [value_regex]"
4242msgstr ""
4243
4244#: builtin/config.c:63
4245msgid "add a new variable: name value"
4246msgstr ""
4247
4248#: builtin/config.c:64
4249msgid "remove a variable: name [value-regex]"
4250msgstr ""
4251
4252#: builtin/config.c:65
4253msgid "remove all matches: name [value-regex]"
4254msgstr ""
4255
4256#: builtin/config.c:66
4257msgid "rename section: old-name new-name"
4258msgstr ""
4259
4260#: builtin/config.c:67
4261msgid "remove a section: name"
4262msgstr ""
4263
4264#: builtin/config.c:68
4265msgid "list all"
4266msgstr ""
4267
4268#: builtin/config.c:69
4269msgid "open an editor"
4270msgstr ""
4271
4272#: builtin/config.c:70 builtin/config.c:71
4273msgid "slot"
4274msgstr ""
4275
4276#: builtin/config.c:70
4277msgid "find the color configured: [default]"
4278msgstr ""
4279
4280#: builtin/config.c:71
4281msgid "find the color setting: [stdout-is-tty]"
4282msgstr ""
4283
4284#: builtin/config.c:72
4285msgid "Type"
4286msgstr ""
4287
4288#: builtin/config.c:73
4289msgid "value is \"true\" or \"false\""
4290msgstr ""
4291
4292#: builtin/config.c:74
4293msgid "value is decimal number"
4294msgstr ""
4295
4296#: builtin/config.c:75
4297msgid "value is --bool or --int"
4298msgstr ""
4299
4300#: builtin/config.c:76
4301msgid "value is a path (file or directory name)"
4302msgstr ""
4303
4304#: builtin/config.c:77
4305msgid "Other"
4306msgstr ""
4307
4308#: builtin/config.c:78
4309msgid "terminate values with NUL byte"
4310msgstr ""
4311
4312#: builtin/config.c:79
4313msgid "respect include directives on lookup"
4314msgstr ""
4315
4316#: builtin/count-objects.c:82
4317msgid "git count-objects [-v] [-H | --human-readable]"
4318msgstr ""
4319
4320#: builtin/count-objects.c:97
4321msgid "print sizes in human readable format"
4322msgstr ""
4323
4324#: builtin/describe.c:16
4325msgid "git describe [options] <committish>*"
4326msgstr ""
4327
4328#: builtin/describe.c:17
4329msgid "git describe [options] --dirty"
4330msgstr ""
4331
4332#: builtin/describe.c:237
4333#, c-format
4334msgid "annotated tag %s not available"
4335msgstr ""
4336
4337#: builtin/describe.c:241
4338#, c-format
4339msgid "annotated tag %s has no embedded name"
4340msgstr ""
4341
4342#: builtin/describe.c:243
4343#, c-format
4344msgid "tag '%s' is really '%s' here"
4345msgstr ""
4346
4347#: builtin/describe.c:270
4348#, c-format
4349msgid "Not a valid object name %s"
4350msgstr ""
4351
4352#: builtin/describe.c:273
4353#, c-format
4354msgid "%s is not a valid '%s' object"
4355msgstr ""
4356
4357#: builtin/describe.c:290
4358#, c-format
4359msgid "no tag exactly matches '%s'"
4360msgstr ""
4361
4362#: builtin/describe.c:292
4363#, c-format
4364msgid "searching to describe %s\n"
4365msgstr ""
4366
4367#: builtin/describe.c:332
4368#, c-format
4369msgid "finished search at %s\n"
4370msgstr ""
4371
4372#: builtin/describe.c:359
4373#, c-format
4374msgid ""
4375"No annotated tags can describe '%s'.\n"
4376"However, there were unannotated tags: try --tags."
4377msgstr ""
4378
4379#: builtin/describe.c:363
4380#, c-format
4381msgid ""
4382"No tags can describe '%s'.\n"
4383"Try --always, or create some tags."
4384msgstr ""
4385
4386#: builtin/describe.c:384
4387#, c-format
4388msgid "traversed %lu commits\n"
4389msgstr ""
4390
4391#: builtin/describe.c:387
4392#, c-format
4393msgid ""
4394"more than %i tags found; listed %i most recent\n"
4395"gave up search at %s\n"
4396msgstr ""
4397
4398#: builtin/describe.c:409
4399msgid "find the tag that comes after the commit"
4400msgstr ""
4401
4402#: builtin/describe.c:410
4403msgid "debug search strategy on stderr"
4404msgstr ""
4405
4406#: builtin/describe.c:411
4407msgid "use any ref"
4408msgstr ""
4409
4410#: builtin/describe.c:412
4411msgid "use any tag, even unannotated"
4412msgstr ""
4413
4414#: builtin/describe.c:413
4415msgid "always use long format"
4416msgstr ""
4417
4418#: builtin/describe.c:414
4419msgid "only follow first parent"
4420msgstr ""
4421
4422#: builtin/describe.c:417
4423msgid "only output exact matches"
4424msgstr ""
4425
4426#: builtin/describe.c:419
4427msgid "consider <n> most recent tags (default: 10)"
4428msgstr ""
4429
4430#: builtin/describe.c:421
4431msgid "only consider tags matching <pattern>"
4432msgstr ""
4433
4434#: builtin/describe.c:423 builtin/name-rev.c:322
4435msgid "show abbreviated commit object as fallback"
4436msgstr ""
4437
4438#: builtin/describe.c:424
4439msgid "mark"
4440msgstr ""
4441
4442#: builtin/describe.c:425
4443msgid "append <mark> on dirty working tree (default: \"-dirty\")"
4444msgstr ""
4445
4446#: builtin/describe.c:443
4447msgid "--long is incompatible with --abbrev=0"
4448msgstr ""
4449
4450#: builtin/describe.c:469
4451msgid "No names found, cannot describe anything."
4452msgstr ""
4453
4454#: builtin/describe.c:489
4455msgid "--dirty is incompatible with committishes"
4456msgstr ""
4457
4458#: builtin/diff.c:79
4459#, c-format
4460msgid "'%s': not a regular file or symlink"
4461msgstr ""
4462
4463#: builtin/diff.c:230
4464#, c-format
4465msgid "invalid option: %s"
4466msgstr ""
4467
4468#: builtin/diff.c:307
4469msgid "Not a git repository"
4470msgstr ""
4471
4472#: builtin/diff.c:350
4473#, c-format
4474msgid "invalid object '%s' given."
4475msgstr ""
4476
4477#: builtin/diff.c:359
4478#, c-format
4479msgid "more than two blobs given: '%s'"
4480msgstr ""
4481
4482#: builtin/diff.c:366
4483#, c-format
4484msgid "unhandled object '%s' given."
4485msgstr ""
4486
4487#: builtin/fast-export.c:22
4488msgid "git fast-export [rev-list-opts]"
4489msgstr ""
4490
4491#: builtin/fast-export.c:666
4492msgid "show progress after <n> objects"
4493msgstr ""
4494
4495#: builtin/fast-export.c:668
4496msgid "select handling of signed tags"
4497msgstr ""
4498
4499#: builtin/fast-export.c:671
4500msgid "select handling of tags that tag filtered objects"
4501msgstr ""
4502
4503#: builtin/fast-export.c:674
4504msgid "Dump marks to this file"
4505msgstr ""
4506
4507#: builtin/fast-export.c:676
4508msgid "Import marks from this file"
4509msgstr ""
4510
4511#: builtin/fast-export.c:678
4512msgid "Fake a tagger when tags lack one"
4513msgstr ""
4514
4515#: builtin/fast-export.c:680
4516msgid "Output full tree for each commit"
4517msgstr ""
4518
4519#: builtin/fast-export.c:682
4520msgid "Use the done feature to terminate the stream"
4521msgstr ""
4522
4523#: builtin/fast-export.c:683
4524msgid "Skip output of blob data"
4525msgstr ""
4526
4527#: builtin/fetch.c:20
4528msgid "git fetch [<options>] [<repository> [<refspec>...]]"
4529msgstr ""
4530
4531#: builtin/fetch.c:21
4532msgid "git fetch [<options>] <group>"
4533msgstr ""
4534
4535#: builtin/fetch.c:22
4536msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
4537msgstr ""
4538
4539#: builtin/fetch.c:23
4540msgid "git fetch --all [<options>]"
4541msgstr ""
4542
4543#: builtin/fetch.c:60
4544msgid "fetch from all remotes"
4545msgstr ""
4546
4547#: builtin/fetch.c:62
4548msgid "append to .git/FETCH_HEAD instead of overwriting"
4549msgstr ""
4550
4551#: builtin/fetch.c:64
4552msgid "path to upload pack on remote end"
4553msgstr ""
4554
4555#: builtin/fetch.c:65
4556msgid "force overwrite of local branch"
4557msgstr ""
4558
4559#: builtin/fetch.c:67
4560msgid "fetch from multiple remotes"
4561msgstr ""
4562
4563#: builtin/fetch.c:69
4564msgid "fetch all tags and associated objects"
4565msgstr ""
4566
4567#: builtin/fetch.c:71
4568msgid "do not fetch all tags (--no-tags)"
4569msgstr ""
4570
4571#: builtin/fetch.c:73
4572msgid "prune remote-tracking branches no longer on remote"
4573msgstr ""
4574
4575#: builtin/fetch.c:74
4576msgid "on-demand"
4577msgstr ""
4578
4579#: builtin/fetch.c:75
4580msgid "control recursive fetching of submodules"
4581msgstr ""
4582
4583#: builtin/fetch.c:79
4584msgid "keep downloaded pack"
4585msgstr ""
4586
4587#: builtin/fetch.c:81
4588msgid "allow updating of HEAD ref"
4589msgstr ""
4590
4591#: builtin/fetch.c:84
4592msgid "deepen history of shallow clone"
4593msgstr ""
4594
4595#: builtin/fetch.c:86
4596msgid "convert to a complete repository"
4597msgstr ""
4598
4599#: builtin/fetch.c:88 builtin/log.c:1177
4600msgid "dir"
4601msgstr ""
4602
4603#: builtin/fetch.c:89
4604msgid "prepend this to submodule path output"
4605msgstr ""
4606
4607#: builtin/fetch.c:92
4608msgid "default mode for recursion"
4609msgstr ""
4610
4611#: builtin/fetch.c:220
4612msgid "Couldn't find remote ref HEAD"
4613msgstr ""
4614
4615#: builtin/fetch.c:273
4616#, c-format
4617msgid "object %s not found"
4618msgstr ""
4619
4620#: builtin/fetch.c:278
4621msgid "[up to date]"
4622msgstr ""
4623
4624#: builtin/fetch.c:292
4625#, c-format
4626msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
4627msgstr ""
4628
4629#: builtin/fetch.c:293 builtin/fetch.c:379
4630msgid "[rejected]"
4631msgstr ""
4632
4633#: builtin/fetch.c:304
4634msgid "[tag update]"
4635msgstr ""
4636
4637#: builtin/fetch.c:306 builtin/fetch.c:341 builtin/fetch.c:359
4638msgid "  (unable to update local ref)"
4639msgstr ""
4640
4641#: builtin/fetch.c:324
4642msgid "[new tag]"
4643msgstr ""
4644
4645#: builtin/fetch.c:327
4646msgid "[new branch]"
4647msgstr ""
4648
4649#: builtin/fetch.c:330
4650msgid "[new ref]"
4651msgstr ""
4652
4653#: builtin/fetch.c:375
4654msgid "unable to update local ref"
4655msgstr ""
4656
4657#: builtin/fetch.c:375
4658msgid "forced update"
4659msgstr ""
4660
4661#: builtin/fetch.c:381
4662msgid "(non-fast-forward)"
4663msgstr ""
4664
4665#: builtin/fetch.c:412 builtin/fetch.c:718
4666#, c-format
4667msgid "cannot open %s: %s\n"
4668msgstr ""
4669
4670#: builtin/fetch.c:421
4671#, c-format
4672msgid "%s did not send all necessary objects\n"
4673msgstr ""
4674
4675#: builtin/fetch.c:520
4676#, c-format
4677msgid "From %.*s\n"
4678msgstr ""
4679
4680#: builtin/fetch.c:531
4681#, c-format
4682msgid ""
4683"some local refs could not be updated; try running\n"
4684" 'git remote prune %s' to remove any old, conflicting branches"
4685msgstr ""
4686
4687#: builtin/fetch.c:581
4688#, c-format
4689msgid "   (%s will become dangling)"
4690msgstr ""
4691
4692#: builtin/fetch.c:582
4693#, c-format
4694msgid "   (%s has become dangling)"
4695msgstr ""
4696
4697#: builtin/fetch.c:589
4698msgid "[deleted]"
4699msgstr ""
4700
4701#: builtin/fetch.c:590 builtin/remote.c:1055
4702msgid "(none)"
4703msgstr ""
4704
4705#: builtin/fetch.c:708
4706#, c-format
4707msgid "Refusing to fetch into current branch %s of non-bare repository"
4708msgstr ""
4709
4710#: builtin/fetch.c:742
4711#, c-format
4712msgid "Don't know how to fetch from %s"
4713msgstr ""
4714
4715#: builtin/fetch.c:823
4716#, c-format
4717msgid "Option \"%s\" value \"%s\" is not valid for %s"
4718msgstr ""
4719
4720#: builtin/fetch.c:826
4721#, c-format
4722msgid "Option \"%s\" is ignored for %s\n"
4723msgstr ""
4724
4725#: builtin/fetch.c:928
4726#, c-format
4727msgid "Fetching %s\n"
4728msgstr ""
4729
4730#: builtin/fetch.c:930 builtin/remote.c:100
4731#, c-format
4732msgid "Could not fetch %s"
4733msgstr ""
4734
4735#: builtin/fetch.c:949
4736msgid ""
4737"No remote repository specified.  Please, specify either a URL or a\n"
4738"remote name from which new revisions should be fetched."
4739msgstr ""
4740
4741#: builtin/fetch.c:969
4742msgid "You need to specify a tag name."
4743msgstr ""
4744
4745#: builtin/fetch.c:1015
4746msgid "--depth and --unshallow cannot be used together"
4747msgstr ""
4748
4749#: builtin/fetch.c:1017
4750msgid "--unshallow on a complete repository does not make sense"
4751msgstr ""
4752
4753#: builtin/fetch.c:1036
4754msgid "fetch --all does not take a repository argument"
4755msgstr ""
4756
4757#: builtin/fetch.c:1038
4758msgid "fetch --all does not make sense with refspecs"
4759msgstr ""
4760
4761#: builtin/fetch.c:1049
4762#, c-format
4763msgid "No such remote or remote group: %s"
4764msgstr ""
4765
4766#: builtin/fetch.c:1057
4767msgid "Fetching a group and specifying refspecs does not make sense"
4768msgstr ""
4769
4770#: builtin/fmt-merge-msg.c:13
4771msgid "git fmt-merge-msg [-m <message>] [--log[=<n>]|--no-log] [--file <file>]"
4772msgstr ""
4773
4774#: builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:666 builtin/grep.c:700
4775#: builtin/merge.c:203 builtin/show-branch.c:655 builtin/show-ref.c:179
4776#: builtin/tag.c:446 parse-options.h:133 parse-options.h:243
4777msgid "n"
4778msgstr ""
4779
4780#: builtin/fmt-merge-msg.c:664
4781msgid "populate log with at most <n> entries from shortlog"
4782msgstr ""
4783
4784#: builtin/fmt-merge-msg.c:667
4785msgid "alias for --log (deprecated)"
4786msgstr ""
4787
4788#: builtin/fmt-merge-msg.c:670
4789msgid "text"
4790msgstr ""
4791
4792#: builtin/fmt-merge-msg.c:671
4793msgid "use <text> as start of message"
4794msgstr ""
4795
4796#: builtin/fmt-merge-msg.c:672
4797msgid "file to read from"
4798msgstr ""
4799
4800#: builtin/for-each-ref.c:979
4801msgid "git for-each-ref [options] [<pattern>]"
4802msgstr ""
4803
4804#: builtin/for-each-ref.c:994
4805msgid "quote placeholders suitably for shells"
4806msgstr ""
4807
4808#: builtin/for-each-ref.c:996
4809msgid "quote placeholders suitably for perl"
4810msgstr ""
4811
4812#: builtin/for-each-ref.c:998
4813msgid "quote placeholders suitably for python"
4814msgstr ""
4815
4816#: builtin/for-each-ref.c:1000
4817msgid "quote placeholders suitably for tcl"
4818msgstr ""
4819
4820#: builtin/for-each-ref.c:1003
4821msgid "show only <n> matched refs"
4822msgstr ""
4823
4824#: builtin/for-each-ref.c:1004
4825msgid "format"
4826msgstr ""
4827
4828#: builtin/for-each-ref.c:1004
4829msgid "format to use for the output"
4830msgstr ""
4831
4832#: builtin/for-each-ref.c:1005
4833msgid "key"
4834msgstr ""
4835
4836#: builtin/for-each-ref.c:1006
4837msgid "field name to sort on"
4838msgstr ""
4839
4840#: builtin/fsck.c:608
4841msgid "git fsck [options] [<object>...]"
4842msgstr ""
4843
4844#: builtin/fsck.c:614
4845msgid "show unreachable objects"
4846msgstr ""
4847
4848#: builtin/fsck.c:615
4849msgid "show dangling objects"
4850msgstr ""
4851
4852#: builtin/fsck.c:616
4853msgid "report tags"
4854msgstr ""
4855
4856#: builtin/fsck.c:617
4857msgid "report root nodes"
4858msgstr ""
4859
4860#: builtin/fsck.c:618
4861msgid "make index objects head nodes"
4862msgstr ""
4863
4864#: builtin/fsck.c:619
4865msgid "make reflogs head nodes (default)"
4866msgstr ""
4867
4868#: builtin/fsck.c:620
4869msgid "also consider packs and alternate objects"
4870msgstr ""
4871
4872#: builtin/fsck.c:621
4873msgid "enable more strict checking"
4874msgstr ""
4875
4876#: builtin/fsck.c:623
4877msgid "write dangling objects in .git/lost-found"
4878msgstr ""
4879
4880#: builtin/fsck.c:624 builtin/prune.c:134
4881msgid "show progress"
4882msgstr ""
4883
4884#: builtin/gc.c:22
4885msgid "git gc [options]"
4886msgstr ""
4887
4888#: builtin/gc.c:63
4889#, c-format
4890msgid "Invalid %s: '%s'"
4891msgstr ""
4892
4893#: builtin/gc.c:90
4894#, c-format
4895msgid "insanely long object directory %.*s"
4896msgstr ""
4897
4898#: builtin/gc.c:179
4899msgid "prune unreferenced objects"
4900msgstr ""
4901
4902#: builtin/gc.c:181
4903msgid "be more thorough (increased runtime)"
4904msgstr ""
4905
4906#: builtin/gc.c:182
4907msgid "enable auto-gc mode"
4908msgstr ""
4909
4910#: builtin/gc.c:222
4911#, c-format
4912msgid ""
4913"Auto packing the repository for optimum performance. You may also\n"
4914"run \"git gc\" manually. See \"git help gc\" for more information.\n"
4915msgstr ""
4916
4917#: builtin/gc.c:249
4918msgid ""
4919"There are too many unreachable loose objects; run 'git prune' to remove them."
4920msgstr ""
4921
4922#: builtin/grep.c:22
4923msgid "git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"
4924msgstr ""
4925
4926#: builtin/grep.c:217
4927#, c-format
4928msgid "grep: failed to create thread: %s"
4929msgstr ""
4930
4931#: builtin/grep.c:364
4932#, c-format
4933msgid "Failed to chdir: %s"
4934msgstr ""
4935
4936#: builtin/grep.c:442 builtin/grep.c:477
4937#, c-format
4938msgid "unable to read tree (%s)"
4939msgstr ""
4940
4941#: builtin/grep.c:492
4942#, c-format
4943msgid "unable to grep from object of type %s"
4944msgstr ""
4945
4946#: builtin/grep.c:550
4947#, c-format
4948msgid "switch `%c' expects a numerical value"
4949msgstr ""
4950
4951#: builtin/grep.c:567
4952#, c-format
4953msgid "cannot open '%s'"
4954msgstr ""
4955
4956#: builtin/grep.c:642
4957msgid "search in index instead of in the work tree"
4958msgstr ""
4959
4960#: builtin/grep.c:644
4961msgid "find in contents not managed by git"
4962msgstr ""
4963
4964#: builtin/grep.c:646
4965msgid "search in both tracked and untracked files"
4966msgstr ""
4967
4968#: builtin/grep.c:648
4969msgid "search also in ignored files"
4970msgstr ""
4971
4972#: builtin/grep.c:651
4973msgid "show non-matching lines"
4974msgstr ""
4975
4976#: builtin/grep.c:653
4977msgid "case insensitive matching"
4978msgstr ""
4979
4980#: builtin/grep.c:655
4981msgid "match patterns only at word boundaries"
4982msgstr ""
4983
4984#: builtin/grep.c:657
4985msgid "process binary files as text"
4986msgstr ""
4987
4988#: builtin/grep.c:659
4989msgid "don't match patterns in binary files"
4990msgstr ""
4991
4992#: builtin/grep.c:662
4993msgid "descend at most <depth> levels"
4994msgstr ""
4995
4996#: builtin/grep.c:666
4997msgid "use extended POSIX regular expressions"
4998msgstr ""
4999
5000#: builtin/grep.c:669
5001msgid "use basic POSIX regular expressions (default)"
5002msgstr ""
5003
5004#: builtin/grep.c:672
5005msgid "interpret patterns as fixed strings"
5006msgstr ""
5007
5008#: builtin/grep.c:675
5009msgid "use Perl-compatible regular expressions"
5010msgstr ""
5011
5012#: builtin/grep.c:678
5013msgid "show line numbers"
5014msgstr ""
5015
5016#: builtin/grep.c:679
5017msgid "don't show filenames"
5018msgstr ""
5019
5020#: builtin/grep.c:680
5021msgid "show filenames"
5022msgstr ""
5023
5024#: builtin/grep.c:682
5025msgid "show filenames relative to top directory"
5026msgstr ""
5027
5028#: builtin/grep.c:684
5029msgid "show only filenames instead of matching lines"
5030msgstr ""
5031
5032#: builtin/grep.c:686
5033msgid "synonym for --files-with-matches"
5034msgstr ""
5035
5036#: builtin/grep.c:689
5037msgid "show only the names of files without match"
5038msgstr ""
5039
5040#: builtin/grep.c:691
5041msgid "print NUL after filenames"
5042msgstr ""
5043
5044#: builtin/grep.c:693
5045msgid "show the number of matches instead of matching lines"
5046msgstr ""
5047
5048#: builtin/grep.c:694
5049msgid "highlight matches"
5050msgstr ""
5051
5052#: builtin/grep.c:696
5053msgid "print empty line between matches from different files"
5054msgstr ""
5055
5056#: builtin/grep.c:698
5057msgid "show filename only once above matches from same file"
5058msgstr ""
5059
5060#: builtin/grep.c:701
5061msgid "show <n> context lines before and after matches"
5062msgstr ""
5063
5064#: builtin/grep.c:704
5065msgid "show <n> context lines before matches"
5066msgstr ""
5067
5068#: builtin/grep.c:706
5069msgid "show <n> context lines after matches"
5070msgstr ""
5071
5072#: builtin/grep.c:707
5073msgid "shortcut for -C NUM"
5074msgstr ""
5075
5076#: builtin/grep.c:710
5077msgid "show a line with the function name before matches"
5078msgstr ""
5079
5080#: builtin/grep.c:712
5081msgid "show the surrounding function"
5082msgstr ""
5083
5084#: builtin/grep.c:715
5085msgid "read patterns from file"
5086msgstr ""
5087
5088#: builtin/grep.c:717
5089msgid "match <pattern>"
5090msgstr ""
5091
5092#: builtin/grep.c:719
5093msgid "combine patterns specified with -e"
5094msgstr ""
5095
5096#: builtin/grep.c:731
5097msgid "indicate hit with exit status without output"
5098msgstr ""
5099
5100#: builtin/grep.c:733
5101msgid "show only matches from files that match all patterns"
5102msgstr ""
5103
5104#: builtin/grep.c:735
5105msgid "show parse tree for grep expression"
5106msgstr ""
5107
5108#: builtin/grep.c:739
5109msgid "pager"
5110msgstr ""
5111
5112#: builtin/grep.c:739
5113msgid "show matching files in the pager"
5114msgstr ""
5115
5116#: builtin/grep.c:742
5117msgid "allow calling of grep(1) (ignored by this build)"
5118msgstr ""
5119
5120#: builtin/grep.c:743 builtin/show-ref.c:188
5121msgid "show usage"
5122msgstr ""
5123
5124#: builtin/grep.c:810
5125msgid "no pattern given."
5126msgstr ""
5127
5128#: builtin/grep.c:865
5129msgid "--open-files-in-pager only works on the worktree"
5130msgstr ""
5131
5132#: builtin/grep.c:888
5133msgid "--cached or --untracked cannot be used with --no-index."
5134msgstr ""
5135
5136#: builtin/grep.c:893
5137msgid "--no-index or --untracked cannot be used with revs."
5138msgstr ""
5139
5140#: builtin/grep.c:896
5141msgid "--[no-]exclude-standard cannot be used for tracked contents."
5142msgstr ""
5143
5144#: builtin/grep.c:904
5145msgid "both --cached and trees are given."
5146msgstr ""
5147
5148#: builtin/hash-object.c:60
5149msgid ""
5150"git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] "
5151"<file>..."
5152msgstr ""
5153
5154#: builtin/hash-object.c:61
5155msgid "git hash-object  --stdin-paths < <list-of-paths>"
5156msgstr ""
5157
5158#: builtin/hash-object.c:72
5159msgid "type"
5160msgstr ""
5161
5162#: builtin/hash-object.c:72
5163msgid "object type"
5164msgstr ""
5165
5166#: builtin/hash-object.c:73
5167msgid "write the object into the object database"
5168msgstr ""
5169
5170#: builtin/hash-object.c:74
5171msgid "read the object from stdin"
5172msgstr ""
5173
5174#: builtin/hash-object.c:76
5175msgid "store file as is without filters"
5176msgstr ""
5177
5178#: builtin/hash-object.c:77
5179msgid "process file as it were from this path"
5180msgstr ""
5181
5182#: builtin/help.c:41
5183msgid "print all available commands"
5184msgstr ""
5185
5186#: builtin/help.c:42
5187msgid "print list of useful guides"
5188msgstr ""
5189
5190#: builtin/help.c:43
5191msgid "show man page"
5192msgstr ""
5193
5194#: builtin/help.c:44
5195msgid "show manual in web browser"
5196msgstr ""
5197
5198#: builtin/help.c:46
5199msgid "show info page"
5200msgstr ""
5201
5202#: builtin/help.c:52
5203msgid "git help [--all] [--guides] [--man|--web|--info] [command]"
5204msgstr ""
5205
5206#: builtin/help.c:64
5207#, c-format
5208msgid "unrecognized help format '%s'"
5209msgstr ""
5210
5211#: builtin/help.c:92
5212msgid "Failed to start emacsclient."
5213msgstr ""
5214
5215#: builtin/help.c:105
5216msgid "Failed to parse emacsclient version."
5217msgstr ""
5218
5219#: builtin/help.c:113
5220#, c-format
5221msgid "emacsclient version '%d' too old (< 22)."
5222msgstr ""
5223
5224#: builtin/help.c:131 builtin/help.c:159 builtin/help.c:168 builtin/help.c:176
5225#, c-format
5226msgid "failed to exec '%s': %s"
5227msgstr ""
5228
5229#: builtin/help.c:216
5230#, c-format
5231msgid ""
5232"'%s': path for unsupported man viewer.\n"
5233"Please consider using 'man.<tool>.cmd' instead."
5234msgstr ""
5235
5236#: builtin/help.c:228
5237#, c-format
5238msgid ""
5239"'%s': cmd for supported man viewer.\n"
5240"Please consider using 'man.<tool>.path' instead."
5241msgstr ""
5242
5243#: builtin/help.c:349
5244#, c-format
5245msgid "'%s': unknown man viewer."
5246msgstr ""
5247
5248#: builtin/help.c:366
5249msgid "no man viewer handled the request"
5250msgstr ""
5251
5252#: builtin/help.c:374
5253msgid "no info viewer handled the request"
5254msgstr ""
5255
5256#: builtin/help.c:420
5257msgid "Defining attributes per path"
5258msgstr ""
5259
5260#: builtin/help.c:421
5261msgid "A Git glossary"
5262msgstr ""
5263
5264#: builtin/help.c:422
5265msgid "Specifies intentionally untracked files to ignore"
5266msgstr ""
5267
5268#: builtin/help.c:423
5269msgid "Defining submodule properties"
5270msgstr ""
5271
5272#: builtin/help.c:424
5273msgid "Specifying revisions and ranges for Git"
5274msgstr ""
5275
5276#: builtin/help.c:425
5277msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
5278msgstr ""
5279
5280#: builtin/help.c:426
5281msgid "An overview of recommended workflows with Git"
5282msgstr ""
5283
5284#: builtin/help.c:438
5285msgid "The common Git guides are:\n"
5286msgstr ""
5287
5288#: builtin/help.c:460 builtin/help.c:476
5289#, c-format
5290msgid "usage: %s%s"
5291msgstr ""
5292
5293#: builtin/help.c:492
5294#, c-format
5295msgid "`git %s' is aliased to `%s'"
5296msgstr ""
5297
5298#: builtin/index-pack.c:184
5299#, c-format
5300msgid "object type mismatch at %s"
5301msgstr ""
5302
5303#: builtin/index-pack.c:204
5304msgid "object of unexpected type"
5305msgstr ""
5306
5307#: builtin/index-pack.c:244
5308#, c-format
5309msgid "cannot fill %d byte"
5310msgid_plural "cannot fill %d bytes"
5311msgstr[0] ""
5312msgstr[1] ""
5313
5314#: builtin/index-pack.c:254
5315msgid "early EOF"
5316msgstr ""
5317
5318#: builtin/index-pack.c:255
5319msgid "read error on input"
5320msgstr ""
5321
5322#: builtin/index-pack.c:267
5323msgid "used more bytes than were available"
5324msgstr ""
5325
5326#: builtin/index-pack.c:274
5327msgid "pack too large for current definition of off_t"
5328msgstr ""
5329
5330#: builtin/index-pack.c:290
5331#, c-format
5332msgid "unable to create '%s'"
5333msgstr ""
5334
5335#: builtin/index-pack.c:295
5336#, c-format
5337msgid "cannot open packfile '%s'"
5338msgstr ""
5339
5340#: builtin/index-pack.c:309
5341msgid "pack signature mismatch"
5342msgstr ""
5343
5344#: builtin/index-pack.c:311
5345#, c-format
5346msgid "pack version %<PRIu32> unsupported"
5347msgstr ""
5348
5349#: builtin/index-pack.c:329
5350#, c-format
5351msgid "pack has bad object at offset %lu: %s"
5352msgstr ""
5353
5354#: builtin/index-pack.c:451
5355#, c-format
5356msgid "inflate returned %d"
5357msgstr ""
5358
5359#: builtin/index-pack.c:500
5360msgid "offset value overflow for delta base object"
5361msgstr ""
5362
5363#: builtin/index-pack.c:508
5364msgid "delta base offset is out of bound"
5365msgstr ""
5366
5367#: builtin/index-pack.c:516
5368#, c-format
5369msgid "unknown object type %d"
5370msgstr ""
5371
5372#: builtin/index-pack.c:547
5373msgid "cannot pread pack file"
5374msgstr ""
5375
5376#: builtin/index-pack.c:549
5377#, c-format
5378msgid "premature end of pack file, %lu byte missing"
5379msgid_plural "premature end of pack file, %lu bytes missing"
5380msgstr[0] ""
5381msgstr[1] ""
5382
5383#: builtin/index-pack.c:575
5384msgid "serious inflate inconsistency"
5385msgstr ""
5386
5387#: builtin/index-pack.c:666 builtin/index-pack.c:672 builtin/index-pack.c:695
5388#: builtin/index-pack.c:729 builtin/index-pack.c:738
5389#, c-format
5390msgid "SHA1 COLLISION FOUND WITH %s !"
5391msgstr ""
5392
5393#: builtin/index-pack.c:669 builtin/pack-objects.c:170
5394#: builtin/pack-objects.c:262
5395#, c-format
5396msgid "unable to read %s"
5397msgstr ""
5398
5399#: builtin/index-pack.c:735
5400#, c-format
5401msgid "cannot read existing object %s"
5402msgstr ""
5403
5404#: builtin/index-pack.c:749
5405#, c-format
5406msgid "invalid blob object %s"
5407msgstr ""
5408
5409#: builtin/index-pack.c:763
5410#, c-format
5411msgid "invalid %s"
5412msgstr ""
5413
5414#: builtin/index-pack.c:766
5415msgid "Error in object"
5416msgstr ""
5417
5418#: builtin/index-pack.c:768
5419#, c-format
5420msgid "Not all child objects of %s are reachable"
5421msgstr ""
5422
5423#: builtin/index-pack.c:838 builtin/index-pack.c:868
5424msgid "failed to apply delta"
5425msgstr ""
5426
5427#: builtin/index-pack.c:1009
5428msgid "Receiving objects"
5429msgstr ""
5430
5431#: builtin/index-pack.c:1009
5432msgid "Indexing objects"
5433msgstr ""
5434
5435#: builtin/index-pack.c:1035
5436msgid "pack is corrupted (SHA1 mismatch)"
5437msgstr ""
5438
5439#: builtin/index-pack.c:1040
5440msgid "cannot fstat packfile"
5441msgstr ""
5442
5443#: builtin/index-pack.c:1043
5444msgid "pack has junk at the end"
5445msgstr ""
5446
5447#: builtin/index-pack.c:1054
5448msgid "confusion beyond insanity in parse_pack_objects()"
5449msgstr ""
5450
5451#: builtin/index-pack.c:1077
5452msgid "Resolving deltas"
5453msgstr ""
5454
5455#: builtin/index-pack.c:1087
5456#, c-format
5457msgid "unable to create thread: %s"
5458msgstr ""
5459
5460#: builtin/index-pack.c:1129
5461msgid "confusion beyond insanity"
5462msgstr ""
5463
5464#: builtin/index-pack.c:1137
5465#, c-format
5466msgid "completed with %d local objects"
5467msgstr ""
5468
5469#: builtin/index-pack.c:1147
5470#, c-format
5471msgid "Unexpected tail checksum for %s (disk corruption?)"
5472msgstr ""
5473
5474#: builtin/index-pack.c:1151
5475#, c-format
5476msgid "pack has %d unresolved delta"
5477msgid_plural "pack has %d unresolved deltas"
5478msgstr[0] ""
5479msgstr[1] ""
5480
5481#: builtin/index-pack.c:1176
5482#, c-format
5483msgid "unable to deflate appended object (%d)"
5484msgstr ""
5485
5486#: builtin/index-pack.c:1255
5487#, c-format
5488msgid "local object %s is corrupt"
5489msgstr ""
5490
5491#: builtin/index-pack.c:1279
5492msgid "error while closing pack file"
5493msgstr ""
5494
5495#: builtin/index-pack.c:1292
5496#, c-format
5497msgid "cannot write keep file '%s'"
5498msgstr ""
5499
5500#: builtin/index-pack.c:1300
5501#, c-format
5502msgid "cannot close written keep file '%s'"
5503msgstr ""
5504
5505#: builtin/index-pack.c:1313
5506msgid "cannot store pack file"
5507msgstr ""
5508
5509#: builtin/index-pack.c:1324
5510msgid "cannot store index file"
5511msgstr ""
5512
5513#: builtin/index-pack.c:1357
5514#, c-format
5515msgid "bad pack.indexversion=%<PRIu32>"
5516msgstr ""
5517
5518#: builtin/index-pack.c:1363
5519#, c-format
5520msgid "invalid number of threads specified (%d)"
5521msgstr ""
5522
5523#: builtin/index-pack.c:1367 builtin/index-pack.c:1545
5524#, c-format
5525msgid "no threads support, ignoring %s"
5526msgstr ""
5527
5528#: builtin/index-pack.c:1425
5529#, c-format
5530msgid "Cannot open existing pack file '%s'"
5531msgstr ""
5532
5533#: builtin/index-pack.c:1427
5534#, c-format
5535msgid "Cannot open existing pack idx file for '%s'"
5536msgstr ""
5537
5538#: builtin/index-pack.c:1474
5539#, c-format
5540msgid "non delta: %d object"
5541msgid_plural "non delta: %d objects"
5542msgstr[0] ""
5543msgstr[1] ""
5544
5545#: builtin/index-pack.c:1481
5546#, c-format
5547msgid "chain length = %d: %lu object"
5548msgid_plural "chain length = %d: %lu objects"
5549msgstr[0] ""
5550msgstr[1] ""
5551
5552#: builtin/index-pack.c:1509
5553msgid "Cannot come back to cwd"
5554msgstr ""
5555
5556#: builtin/index-pack.c:1557 builtin/index-pack.c:1560
5557#: builtin/index-pack.c:1572 builtin/index-pack.c:1576
5558#, c-format
5559msgid "bad %s"
5560msgstr ""
5561
5562#: builtin/index-pack.c:1590
5563msgid "--fix-thin cannot be used without --stdin"
5564msgstr ""
5565
5566#: builtin/index-pack.c:1594 builtin/index-pack.c:1604
5567#, c-format
5568msgid "packfile name '%s' does not end with '.pack'"
5569msgstr ""
5570
5571#: builtin/index-pack.c:1613
5572msgid "--verify with no packfile name given"
5573msgstr ""
5574
5575#: builtin/init-db.c:35
5576#, c-format
5577msgid "Could not make %s writable by group"
5578msgstr ""
5579
5580#: builtin/init-db.c:62
5581#, c-format
5582msgid "insanely long template name %s"
5583msgstr ""
5584
5585#: builtin/init-db.c:67
5586#, c-format
5587msgid "cannot stat '%s'"
5588msgstr ""
5589
5590#: builtin/init-db.c:73
5591#, c-format
5592msgid "cannot stat template '%s'"
5593msgstr ""
5594
5595#: builtin/init-db.c:80
5596#, c-format
5597msgid "cannot opendir '%s'"
5598msgstr ""
5599
5600#: builtin/init-db.c:97
5601#, c-format
5602msgid "cannot readlink '%s'"
5603msgstr ""
5604
5605#: builtin/init-db.c:99
5606#, c-format
5607msgid "insanely long symlink %s"
5608msgstr ""
5609
5610#: builtin/init-db.c:102
5611#, c-format
5612msgid "cannot symlink '%s' '%s'"
5613msgstr ""
5614
5615#: builtin/init-db.c:106
5616#, c-format
5617msgid "cannot copy '%s' to '%s'"
5618msgstr ""
5619
5620#: builtin/init-db.c:110
5621#, c-format
5622msgid "ignoring template %s"
5623msgstr ""
5624
5625#: builtin/init-db.c:133
5626#, c-format
5627msgid "insanely long template path %s"
5628msgstr ""
5629
5630#: builtin/init-db.c:141
5631#, c-format
5632msgid "templates not found %s"
5633msgstr ""
5634
5635#: builtin/init-db.c:154
5636#, c-format
5637msgid "not copying templates of a wrong format version %d from '%s'"
5638msgstr ""
5639
5640#: builtin/init-db.c:192
5641#, c-format
5642msgid "insane git directory %s"
5643msgstr ""
5644
5645#: builtin/init-db.c:323 builtin/init-db.c:326
5646#, c-format
5647msgid "%s already exists"
5648msgstr ""
5649
5650#: builtin/init-db.c:355
5651#, c-format
5652msgid "unable to handle file type %d"
5653msgstr ""
5654
5655#: builtin/init-db.c:358
5656#, c-format
5657msgid "unable to move %s to %s"
5658msgstr ""
5659
5660#: builtin/init-db.c:363
5661#, c-format
5662msgid "Could not create git link %s"
5663msgstr ""
5664
5665#.
5666#. * TRANSLATORS: The first '%s' is either "Reinitialized
5667#. * existing" or "Initialized empty", the second " shared" or
5668#. * "", and the last '%s%s' is the verbatim directory name.
5669#.
5670#: builtin/init-db.c:420
5671#, c-format
5672msgid "%s%s Git repository in %s%s\n"
5673msgstr ""
5674
5675#: builtin/init-db.c:421
5676msgid "Reinitialized existing"
5677msgstr ""
5678
5679#: builtin/init-db.c:421
5680msgid "Initialized empty"
5681msgstr ""
5682
5683#: builtin/init-db.c:422
5684msgid " shared"
5685msgstr ""
5686
5687#: builtin/init-db.c:441
5688msgid "cannot tell cwd"
5689msgstr ""
5690
5691#: builtin/init-db.c:467
5692msgid ""
5693"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
5694"shared[=<permissions>]] [directory]"
5695msgstr ""
5696
5697#: builtin/init-db.c:490
5698msgid "permissions"
5699msgstr ""
5700
5701#: builtin/init-db.c:491
5702msgid "specify that the git repository is to be shared amongst several users"
5703msgstr ""
5704
5705#: builtin/init-db.c:493 builtin/prune-packed.c:75
5706msgid "be quiet"
5707msgstr ""
5708
5709#: builtin/init-db.c:522 builtin/init-db.c:529
5710#, c-format
5711msgid "cannot mkdir %s"
5712msgstr ""
5713
5714#: builtin/init-db.c:533
5715#, c-format
5716msgid "cannot chdir to %s"
5717msgstr ""
5718
5719#: builtin/init-db.c:555
5720#, c-format
5721msgid ""
5722"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
5723"dir=<directory>)"
5724msgstr ""
5725
5726#: builtin/init-db.c:579
5727msgid "Cannot access current working directory"
5728msgstr ""
5729
5730#: builtin/init-db.c:586
5731#, c-format
5732msgid "Cannot access work tree '%s'"
5733msgstr ""
5734
5735#: builtin/log.c:41
5736msgid "git log [<options>] [<revision range>] [[--] <path>...]\n"
5737msgstr ""
5738
5739#: builtin/log.c:42
5740msgid "   or: git show [options] <object>..."
5741msgstr ""
5742
5743#: builtin/log.c:124
5744msgid "suppress diff output"
5745msgstr ""
5746
5747#: builtin/log.c:125
5748msgid "show source"
5749msgstr ""
5750
5751#: builtin/log.c:126
5752msgid "Use mail map file"
5753msgstr ""
5754
5755#: builtin/log.c:127
5756msgid "decorate options"
5757msgstr ""
5758
5759#: builtin/log.c:230
5760#, c-format
5761msgid "Final output: %d %s\n"
5762msgstr ""
5763
5764#: builtin/log.c:453 builtin/log.c:545
5765#, c-format
5766msgid "Could not read object %s"
5767msgstr ""
5768
5769#: builtin/log.c:569
5770#, c-format
5771msgid "Unknown type: %d"
5772msgstr ""
5773
5774#: builtin/log.c:669
5775msgid "format.headers without value"
5776msgstr ""
5777
5778#: builtin/log.c:751
5779msgid "name of output directory is too long"
5780msgstr ""
5781
5782#: builtin/log.c:767
5783#, c-format
5784msgid "Cannot open patch file %s"
5785msgstr ""
5786
5787#: builtin/log.c:781
5788msgid "Need exactly one range."
5789msgstr ""
5790
5791#: builtin/log.c:789
5792msgid "Not a range."
5793msgstr ""
5794
5795#: builtin/log.c:891
5796msgid "Cover letter needs email format"
5797msgstr ""
5798
5799#: builtin/log.c:967
5800#, c-format
5801msgid "insane in-reply-to: %s"
5802msgstr ""
5803
5804#: builtin/log.c:995
5805msgid "git format-patch [options] [<since> | <revision range>]"
5806msgstr ""
5807
5808#: builtin/log.c:1040
5809msgid "Two output directories?"
5810msgstr ""
5811
5812#: builtin/log.c:1155
5813msgid "use [PATCH n/m] even with a single patch"
5814msgstr ""
5815
5816#: builtin/log.c:1158
5817msgid "use [PATCH] even with multiple patches"
5818msgstr ""
5819
5820#: builtin/log.c:1162
5821msgid "print patches to standard out"
5822msgstr ""
5823
5824#: builtin/log.c:1164
5825msgid "generate a cover letter"
5826msgstr ""
5827
5828#: builtin/log.c:1166
5829msgid "use simple number sequence for output file names"
5830msgstr ""
5831
5832#: builtin/log.c:1167
5833msgid "sfx"
5834msgstr ""
5835
5836#: builtin/log.c:1168
5837msgid "use <sfx> instead of '.patch'"
5838msgstr ""
5839
5840#: builtin/log.c:1170
5841msgid "start numbering patches at <n> instead of 1"
5842msgstr ""
5843
5844#: builtin/log.c:1172
5845msgid "mark the series as Nth re-roll"
5846msgstr ""
5847
5848#: builtin/log.c:1174
5849msgid "Use [<prefix>] instead of [PATCH]"
5850msgstr ""
5851
5852#: builtin/log.c:1177
5853msgid "store resulting files in <dir>"
5854msgstr ""
5855
5856#: builtin/log.c:1180
5857msgid "don't strip/add [PATCH]"
5858msgstr ""
5859
5860#: builtin/log.c:1183
5861msgid "don't output binary diffs"
5862msgstr ""
5863
5864#: builtin/log.c:1185
5865msgid "don't include a patch matching a commit upstream"
5866msgstr ""
5867
5868#: builtin/log.c:1187
5869msgid "show patch format instead of default (patch + stat)"
5870msgstr ""
5871
5872#: builtin/log.c:1189
5873msgid "Messaging"
5874msgstr ""
5875
5876#: builtin/log.c:1190
5877msgid "header"
5878msgstr ""
5879
5880#: builtin/log.c:1191
5881msgid "add email header"
5882msgstr ""
5883
5884#: builtin/log.c:1192 builtin/log.c:1194
5885msgid "email"
5886msgstr ""
5887
5888#: builtin/log.c:1192
5889msgid "add To: header"
5890msgstr ""
5891
5892#: builtin/log.c:1194
5893msgid "add Cc: header"
5894msgstr ""
5895
5896#: builtin/log.c:1196
5897msgid "ident"
5898msgstr ""
5899
5900#: builtin/log.c:1197
5901msgid "set From address to <ident> (or committer ident if absent)"
5902msgstr ""
5903
5904#: builtin/log.c:1199
5905msgid "message-id"
5906msgstr ""
5907
5908#: builtin/log.c:1200
5909msgid "make first mail a reply to <message-id>"
5910msgstr ""
5911
5912#: builtin/log.c:1201 builtin/log.c:1204
5913msgid "boundary"
5914msgstr ""
5915
5916#: builtin/log.c:1202
5917msgid "attach the patch"
5918msgstr ""
5919
5920#: builtin/log.c:1205
5921msgid "inline the patch"
5922msgstr ""
5923
5924#: builtin/log.c:1209
5925msgid "enable message threading, styles: shallow, deep"
5926msgstr ""
5927
5928#: builtin/log.c:1211
5929msgid "signature"
5930msgstr ""
5931
5932#: builtin/log.c:1212
5933msgid "add a signature"
5934msgstr ""
5935
5936#: builtin/log.c:1214
5937msgid "don't print the patch filenames"
5938msgstr ""
5939
5940#: builtin/log.c:1288
5941#, c-format
5942msgid "invalid ident line: %s"
5943msgstr ""
5944
5945#: builtin/log.c:1303
5946msgid "-n and -k are mutually exclusive."
5947msgstr ""
5948
5949#: builtin/log.c:1305
5950msgid "--subject-prefix and -k are mutually exclusive."
5951msgstr ""
5952
5953#: builtin/log.c:1313
5954msgid "--name-only does not make sense"
5955msgstr ""
5956
5957#: builtin/log.c:1315
5958msgid "--name-status does not make sense"
5959msgstr ""
5960
5961#: builtin/log.c:1317
5962msgid "--check does not make sense"
5963msgstr ""
5964
5965#: builtin/log.c:1340
5966msgid "standard output, or directory, which one?"
5967msgstr ""
5968
5969#: builtin/log.c:1342
5970#, c-format
5971msgid "Could not create directory '%s'"
5972msgstr ""
5973
5974#: builtin/log.c:1490
5975msgid "Failed to create output files"
5976msgstr ""
5977
5978#: builtin/log.c:1539
5979msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
5980msgstr ""
5981
5982#: builtin/log.c:1594
5983#, c-format
5984msgid ""
5985"Could not find a tracked remote branch, please specify <upstream> manually.\n"
5986msgstr ""
5987
5988#: builtin/log.c:1607 builtin/log.c:1609 builtin/log.c:1621
5989#, c-format
5990msgid "Unknown commit %s"
5991msgstr ""
5992
5993#: builtin/ls-files.c:408
5994msgid "git ls-files [options] [<file>...]"
5995msgstr ""
5996
5997#: builtin/ls-files.c:465
5998msgid "identify the file status with tags"
5999msgstr ""
6000
6001#: builtin/ls-files.c:467
6002msgid "use lowercase letters for 'assume unchanged' files"
6003msgstr ""
6004
6005#: builtin/ls-files.c:469
6006msgid "show cached files in the output (default)"
6007msgstr ""
6008
6009#: builtin/ls-files.c:471
6010msgid "show deleted files in the output"
6011msgstr ""
6012
6013#: builtin/ls-files.c:473
6014msgid "show modified files in the output"
6015msgstr ""
6016
6017#: builtin/ls-files.c:475
6018msgid "show other files in the output"
6019msgstr ""
6020
6021#: builtin/ls-files.c:477
6022msgid "show ignored files in the output"
6023msgstr ""
6024
6025#: builtin/ls-files.c:480
6026msgid "show staged contents' object name in the output"
6027msgstr ""
6028
6029#: builtin/ls-files.c:482
6030msgid "show files on the filesystem that need to be removed"
6031msgstr ""
6032
6033#: builtin/ls-files.c:484
6034msgid "show 'other' directories' name only"
6035msgstr ""
6036
6037#: builtin/ls-files.c:487
6038msgid "don't show empty directories"
6039msgstr ""
6040
6041#: builtin/ls-files.c:490
6042msgid "show unmerged files in the output"
6043msgstr ""
6044
6045#: builtin/ls-files.c:492
6046msgid "show resolve-undo information"
6047msgstr ""
6048
6049#: builtin/ls-files.c:494
6050msgid "skip files matching pattern"
6051msgstr ""
6052
6053#: builtin/ls-files.c:497
6054msgid "exclude patterns are read from <file>"
6055msgstr ""
6056
6057#: builtin/ls-files.c:500
6058msgid "read additional per-directory exclude patterns in <file>"
6059msgstr ""
6060
6061#: builtin/ls-files.c:502
6062msgid "add the standard git exclusions"
6063msgstr ""
6064
6065#: builtin/ls-files.c:505
6066msgid "make the output relative to the project top directory"
6067msgstr ""
6068
6069#: builtin/ls-files.c:508
6070msgid "if any <file> is not in the index, treat this as an error"
6071msgstr ""
6072
6073#: builtin/ls-files.c:509
6074msgid "tree-ish"
6075msgstr ""
6076
6077#: builtin/ls-files.c:510
6078msgid "pretend that paths removed since <tree-ish> are still present"
6079msgstr ""
6080
6081#: builtin/ls-files.c:512
6082msgid "show debugging data"
6083msgstr ""
6084
6085#: builtin/ls-tree.c:27
6086msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
6087msgstr ""
6088
6089#: builtin/ls-tree.c:125
6090msgid "only show trees"
6091msgstr ""
6092
6093#: builtin/ls-tree.c:127
6094msgid "recurse into subtrees"
6095msgstr ""
6096
6097#: builtin/ls-tree.c:129
6098msgid "show trees when recursing"
6099msgstr ""
6100
6101#: builtin/ls-tree.c:132
6102msgid "terminate entries with NUL byte"
6103msgstr ""
6104
6105#: builtin/ls-tree.c:133
6106msgid "include object size"
6107msgstr ""
6108
6109#: builtin/ls-tree.c:135 builtin/ls-tree.c:137
6110msgid "list only filenames"
6111msgstr ""
6112
6113#: builtin/ls-tree.c:140
6114msgid "use full path names"
6115msgstr ""
6116
6117#: builtin/ls-tree.c:142
6118msgid "list entire tree; not just current directory (implies --full-name)"
6119msgstr ""
6120
6121#: builtin/merge.c:43
6122msgid "git merge [options] [<commit>...]"
6123msgstr ""
6124
6125#: builtin/merge.c:44
6126msgid "git merge [options] <msg> HEAD <commit>"
6127msgstr ""
6128
6129#: builtin/merge.c:45
6130msgid "git merge --abort"
6131msgstr ""
6132
6133#: builtin/merge.c:98
6134msgid "switch `m' requires a value"
6135msgstr ""
6136
6137#: builtin/merge.c:135
6138#, c-format
6139msgid "Could not find merge strategy '%s'.\n"
6140msgstr ""
6141
6142#: builtin/merge.c:136
6143#, c-format
6144msgid "Available strategies are:"
6145msgstr ""
6146
6147#: builtin/merge.c:141
6148#, c-format
6149msgid "Available custom strategies are:"
6150msgstr ""
6151
6152#: builtin/merge.c:198
6153msgid "do not show a diffstat at the end of the merge"
6154msgstr ""
6155
6156#: builtin/merge.c:201
6157msgid "show a diffstat at the end of the merge"
6158msgstr ""
6159
6160#: builtin/merge.c:202
6161msgid "(synonym to --stat)"
6162msgstr ""
6163
6164#: builtin/merge.c:204
6165msgid "add (at most <n>) entries from shortlog to merge commit message"
6166msgstr ""
6167
6168#: builtin/merge.c:207
6169msgid "create a single commit instead of doing a merge"
6170msgstr ""
6171
6172#: builtin/merge.c:209
6173msgid "perform a commit if the merge succeeds (default)"
6174msgstr ""
6175
6176#: builtin/merge.c:211
6177msgid "edit message before committing"
6178msgstr ""
6179
6180#: builtin/merge.c:212
6181msgid "allow fast-forward (default)"
6182msgstr ""
6183
6184#: builtin/merge.c:214
6185msgid "abort if fast-forward is not possible"
6186msgstr ""
6187
6188#: builtin/merge.c:218
6189msgid "Verify that the named commit has a valid GPG signature"
6190msgstr ""
6191
6192#: builtin/merge.c:219 builtin/notes.c:738 builtin/revert.c:114
6193msgid "strategy"
6194msgstr ""
6195
6196#: builtin/merge.c:220
6197msgid "merge strategy to use"
6198msgstr ""
6199
6200#: builtin/merge.c:221
6201msgid "option=value"
6202msgstr ""
6203
6204#: builtin/merge.c:222
6205msgid "option for selected merge strategy"
6206msgstr ""
6207
6208#: builtin/merge.c:224
6209msgid "merge commit message (for a non-fast-forward merge)"
6210msgstr ""
6211
6212#: builtin/merge.c:228
6213msgid "abort the current in-progress merge"
6214msgstr ""
6215
6216#: builtin/merge.c:257
6217msgid "could not run stash."
6218msgstr ""
6219
6220#: builtin/merge.c:262
6221msgid "stash failed"
6222msgstr ""
6223
6224#: builtin/merge.c:267
6225#, c-format
6226msgid "not a valid object: %s"
6227msgstr ""
6228
6229#: builtin/merge.c:286 builtin/merge.c:303
6230msgid "read-tree failed"
6231msgstr ""
6232
6233#: builtin/merge.c:333
6234msgid " (nothing to squash)"
6235msgstr ""
6236
6237#: builtin/merge.c:346
6238#, c-format
6239msgid "Squash commit -- not updating HEAD\n"
6240msgstr ""
6241
6242#: builtin/merge.c:378
6243msgid "Writing SQUASH_MSG"
6244msgstr ""
6245
6246#: builtin/merge.c:380
6247msgid "Finishing SQUASH_MSG"
6248msgstr ""
6249
6250#: builtin/merge.c:403
6251#, c-format
6252msgid "No merge message -- not updating HEAD\n"
6253msgstr ""
6254
6255#: builtin/merge.c:453
6256#, c-format
6257msgid "'%s' does not point to a commit"
6258msgstr ""
6259
6260#: builtin/merge.c:565
6261#, c-format
6262msgid "Bad branch.%s.mergeoptions string: %s"
6263msgstr ""
6264
6265#: builtin/merge.c:657
6266msgid "git write-tree failed to write a tree"
6267msgstr ""
6268
6269#: builtin/merge.c:685
6270msgid "Not handling anything other than two heads merge."
6271msgstr ""
6272
6273#: builtin/merge.c:699
6274#, c-format
6275msgid "Unknown option for merge-recursive: -X%s"
6276msgstr ""
6277
6278#: builtin/merge.c:713
6279#, c-format
6280msgid "unable to write %s"
6281msgstr ""
6282
6283#: builtin/merge.c:802
6284#, c-format
6285msgid "Could not read from '%s'"
6286msgstr ""
6287
6288#: builtin/merge.c:811
6289#, c-format
6290msgid "Not committing merge; use 'git commit' to complete the merge.\n"
6291msgstr ""
6292
6293#: builtin/merge.c:817
6294#, c-format
6295msgid ""
6296"Please enter a commit message to explain why this merge is necessary,\n"
6297"especially if it merges an updated upstream into a topic branch.\n"
6298"\n"
6299"Lines starting with '%c' will be ignored, and an empty message aborts\n"
6300"the commit.\n"
6301msgstr ""
6302
6303#: builtin/merge.c:841
6304msgid "Empty commit message."
6305msgstr ""
6306
6307#: builtin/merge.c:853
6308#, c-format
6309msgid "Wonderful.\n"
6310msgstr ""
6311
6312#: builtin/merge.c:918
6313#, c-format
6314msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
6315msgstr ""
6316
6317#: builtin/merge.c:934
6318#, c-format
6319msgid "'%s' is not a commit"
6320msgstr ""
6321
6322#: builtin/merge.c:975
6323msgid "No current branch."
6324msgstr ""
6325
6326#: builtin/merge.c:977
6327msgid "No remote for the current branch."
6328msgstr ""
6329
6330#: builtin/merge.c:979
6331msgid "No default upstream defined for the current branch."
6332msgstr ""
6333
6334#: builtin/merge.c:984
6335#, c-format
6336msgid "No remote-tracking branch for %s from %s"
6337msgstr ""
6338
6339#: builtin/merge.c:1140
6340msgid "There is no merge to abort (MERGE_HEAD missing)."
6341msgstr ""
6342
6343#: builtin/merge.c:1156 git-pull.sh:31
6344msgid ""
6345"You have not concluded your merge (MERGE_HEAD exists).\n"
6346"Please, commit your changes before you can merge."
6347msgstr ""
6348
6349#: builtin/merge.c:1159 git-pull.sh:34
6350msgid "You have not concluded your merge (MERGE_HEAD exists)."
6351msgstr ""
6352
6353#: builtin/merge.c:1163
6354msgid ""
6355"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
6356"Please, commit your changes before you can merge."
6357msgstr ""
6358
6359#: builtin/merge.c:1166
6360msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
6361msgstr ""
6362
6363#: builtin/merge.c:1175
6364msgid "You cannot combine --squash with --no-ff."
6365msgstr ""
6366
6367#: builtin/merge.c:1184
6368msgid "No commit specified and merge.defaultToUpstream not set."
6369msgstr ""
6370
6371#: builtin/merge.c:1216
6372msgid "Can merge only exactly one commit into empty head"
6373msgstr ""
6374
6375#: builtin/merge.c:1219
6376msgid "Squash commit into empty head not supported yet"
6377msgstr ""
6378
6379#: builtin/merge.c:1221
6380msgid "Non-fast-forward commit does not make sense into an empty head"
6381msgstr ""
6382
6383#: builtin/merge.c:1226
6384#, c-format
6385msgid "%s - not something we can merge"
6386msgstr ""
6387
6388#: builtin/merge.c:1277
6389#, c-format
6390msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
6391msgstr ""
6392
6393#: builtin/merge.c:1280
6394#, c-format
6395msgid "Commit %s has a bad GPG signature allegedly by %s."
6396msgstr ""
6397
6398#. 'N'
6399#: builtin/merge.c:1283
6400#, c-format
6401msgid "Commit %s does not have a GPG signature."
6402msgstr ""
6403
6404#: builtin/merge.c:1286
6405#, c-format
6406msgid "Commit %s has a good GPG signature by %s\n"
6407msgstr ""
6408
6409#: builtin/merge.c:1370
6410#, c-format
6411msgid "Updating %s..%s\n"
6412msgstr ""
6413
6414#: builtin/merge.c:1409
6415#, c-format
6416msgid "Trying really trivial in-index merge...\n"
6417msgstr ""
6418
6419#: builtin/merge.c:1416
6420#, c-format
6421msgid "Nope.\n"
6422msgstr ""
6423
6424#: builtin/merge.c:1448
6425msgid "Not possible to fast-forward, aborting."
6426msgstr ""
6427
6428#: builtin/merge.c:1471 builtin/merge.c:1550
6429#, c-format
6430msgid "Rewinding the tree to pristine...\n"
6431msgstr ""
6432
6433#: builtin/merge.c:1475
6434#, c-format
6435msgid "Trying merge strategy %s...\n"
6436msgstr ""
6437
6438#: builtin/merge.c:1541
6439#, c-format
6440msgid "No merge strategy handled the merge.\n"
6441msgstr ""
6442
6443#: builtin/merge.c:1543
6444#, c-format
6445msgid "Merge with strategy %s failed.\n"
6446msgstr ""
6447
6448#: builtin/merge.c:1552
6449#, c-format
6450msgid "Using the %s to prepare resolving by hand.\n"
6451msgstr ""
6452
6453#: builtin/merge.c:1564
6454#, c-format
6455msgid "Automatic merge went well; stopped before committing as requested\n"
6456msgstr ""
6457
6458#: builtin/merge-base.c:26
6459msgid "git merge-base [-a|--all] <commit> <commit>..."
6460msgstr ""
6461
6462#: builtin/merge-base.c:27
6463msgid "git merge-base [-a|--all] --octopus <commit>..."
6464msgstr ""
6465
6466#: builtin/merge-base.c:28
6467msgid "git merge-base --independent <commit>..."
6468msgstr ""
6469
6470#: builtin/merge-base.c:29
6471msgid "git merge-base --is-ancestor <commit> <commit>"
6472msgstr ""
6473
6474#: builtin/merge-base.c:98
6475msgid "output all common ancestors"
6476msgstr ""
6477
6478#: builtin/merge-base.c:99
6479msgid "find ancestors for a single n-way merge"
6480msgstr ""
6481
6482#: builtin/merge-base.c:100
6483msgid "list revs not reachable from others"
6484msgstr ""
6485
6486#: builtin/merge-base.c:102
6487msgid "is the first one ancestor of the other?"
6488msgstr ""
6489
6490#: builtin/merge-file.c:8
6491msgid ""
6492"git merge-file [options] [-L name1 [-L orig [-L name2]]] file1 orig_file "
6493"file2"
6494msgstr ""
6495
6496#: builtin/merge-file.c:33
6497msgid "send results to standard output"
6498msgstr ""
6499
6500#: builtin/merge-file.c:34
6501msgid "use a diff3 based merge"
6502msgstr ""
6503
6504#: builtin/merge-file.c:35
6505msgid "for conflicts, use our version"
6506msgstr ""
6507
6508#: builtin/merge-file.c:37
6509msgid "for conflicts, use their version"
6510msgstr ""
6511
6512#: builtin/merge-file.c:39
6513msgid "for conflicts, use a union version"
6514msgstr ""
6515
6516#: builtin/merge-file.c:42
6517msgid "for conflicts, use this marker size"
6518msgstr ""
6519
6520#: builtin/merge-file.c:43
6521msgid "do not warn about conflicts"
6522msgstr ""
6523
6524#: builtin/merge-file.c:45
6525msgid "set labels for file1/orig_file/file2"
6526msgstr ""
6527
6528#: builtin/mktree.c:67
6529msgid "git mktree [-z] [--missing] [--batch]"
6530msgstr ""
6531
6532#: builtin/mktree.c:153
6533msgid "input is NUL terminated"
6534msgstr ""
6535
6536#: builtin/mktree.c:154 builtin/write-tree.c:24
6537msgid "allow missing objects"
6538msgstr ""
6539
6540#: builtin/mktree.c:155
6541msgid "allow creation of more than one tree"
6542msgstr ""
6543
6544#: builtin/mv.c:14
6545msgid "git mv [options] <source>... <destination>"
6546msgstr ""
6547
6548#: builtin/mv.c:64
6549msgid "force move/rename even if target exists"
6550msgstr ""
6551
6552#: builtin/mv.c:65
6553msgid "skip move/rename errors"
6554msgstr ""
6555
6556#: builtin/mv.c:108
6557#, c-format
6558msgid "Checking rename of '%s' to '%s'\n"
6559msgstr ""
6560
6561#: builtin/mv.c:112
6562msgid "bad source"
6563msgstr ""
6564
6565#: builtin/mv.c:115
6566msgid "can not move directory into itself"
6567msgstr ""
6568
6569#: builtin/mv.c:118
6570msgid "cannot move directory over file"
6571msgstr ""
6572
6573#: builtin/mv.c:128
6574#, c-format
6575msgid "Huh? %.*s is in index?"
6576msgstr ""
6577
6578#: builtin/mv.c:140
6579msgid "source directory is empty"
6580msgstr ""
6581
6582#: builtin/mv.c:171
6583msgid "not under version control"
6584msgstr ""
6585
6586#: builtin/mv.c:173
6587msgid "destination exists"
6588msgstr ""
6589
6590#: builtin/mv.c:181
6591#, c-format
6592msgid "overwriting '%s'"
6593msgstr ""
6594
6595#: builtin/mv.c:184
6596msgid "Cannot overwrite"
6597msgstr ""
6598
6599#: builtin/mv.c:187
6600msgid "multiple sources for the same target"
6601msgstr ""
6602
6603#: builtin/mv.c:202
6604#, c-format
6605msgid "%s, source=%s, destination=%s"
6606msgstr ""
6607
6608#: builtin/mv.c:212
6609#, c-format
6610msgid "Renaming %s to %s\n"
6611msgstr ""
6612
6613#: builtin/mv.c:215 builtin/remote.c:731
6614#, c-format
6615msgid "renaming '%s' failed"
6616msgstr ""
6617
6618#: builtin/name-rev.c:259
6619msgid "git name-rev [options] <commit>..."
6620msgstr ""
6621
6622#: builtin/name-rev.c:260
6623msgid "git name-rev [options] --all"
6624msgstr ""
6625
6626#: builtin/name-rev.c:261
6627msgid "git name-rev [options] --stdin"
6628msgstr ""
6629
6630#: builtin/name-rev.c:313
6631msgid "print only names (no SHA-1)"
6632msgstr ""
6633
6634#: builtin/name-rev.c:314
6635msgid "only use tags to name the commits"
6636msgstr ""
6637
6638#: builtin/name-rev.c:316
6639msgid "only use refs matching <pattern>"
6640msgstr ""
6641
6642#: builtin/name-rev.c:318
6643msgid "list all commits reachable from all refs"
6644msgstr ""
6645
6646#: builtin/name-rev.c:319
6647msgid "read from stdin"
6648msgstr ""
6649
6650#: builtin/name-rev.c:320
6651msgid "allow to print `undefined` names"
6652msgstr ""
6653
6654#: builtin/name-rev.c:326
6655msgid "dereference tags in the input (internal use)"
6656msgstr ""
6657
6658#: builtin/notes.c:24
6659msgid "git notes [--ref <notes_ref>] [list [<object>]]"
6660msgstr ""
6661
6662#: builtin/notes.c:25
6663msgid ""
6664"git notes [--ref <notes_ref>] add [-f] [-m <msg> | -F <file> | (-c | -C) "
6665"<object>] [<object>]"
6666msgstr ""
6667
6668#: builtin/notes.c:26
6669msgid "git notes [--ref <notes_ref>] copy [-f] <from-object> <to-object>"
6670msgstr ""
6671
6672#: builtin/notes.c:27
6673msgid ""
6674"git notes [--ref <notes_ref>] append [-m <msg> | -F <file> | (-c | -C) "
6675"<object>] [<object>]"
6676msgstr ""
6677
6678#: builtin/notes.c:28
6679msgid "git notes [--ref <notes_ref>] edit [<object>]"
6680msgstr ""
6681
6682#: builtin/notes.c:29
6683msgid "git notes [--ref <notes_ref>] show [<object>]"
6684msgstr ""
6685
6686#: builtin/notes.c:30
6687msgid ""
6688"git notes [--ref <notes_ref>] merge [-v | -q] [-s <strategy> ] <notes_ref>"
6689msgstr ""
6690
6691#: builtin/notes.c:31
6692msgid "git notes merge --commit [-v | -q]"
6693msgstr ""
6694
6695#: builtin/notes.c:32
6696msgid "git notes merge --abort [-v | -q]"
6697msgstr ""
6698
6699#: builtin/notes.c:33
6700msgid "git notes [--ref <notes_ref>] remove [<object>...]"
6701msgstr ""
6702
6703#: builtin/notes.c:34
6704msgid "git notes [--ref <notes_ref>] prune [-n | -v]"
6705msgstr ""
6706
6707#: builtin/notes.c:35
6708msgid "git notes [--ref <notes_ref>] get-ref"
6709msgstr ""
6710
6711#: builtin/notes.c:40
6712msgid "git notes [list [<object>]]"
6713msgstr ""
6714
6715#: builtin/notes.c:45
6716msgid "git notes add [<options>] [<object>]"
6717msgstr ""
6718
6719#: builtin/notes.c:50
6720msgid "git notes copy [<options>] <from-object> <to-object>"
6721msgstr ""
6722
6723#: builtin/notes.c:51
6724msgid "git notes copy --stdin [<from-object> <to-object>]..."
6725msgstr ""
6726
6727#: builtin/notes.c:56
6728msgid "git notes append [<options>] [<object>]"
6729msgstr ""
6730
6731#: builtin/notes.c:61
6732msgid "git notes edit [<object>]"
6733msgstr ""
6734
6735#: builtin/notes.c:66
6736msgid "git notes show [<object>]"
6737msgstr ""
6738
6739#: builtin/notes.c:71
6740msgid "git notes merge [<options>] <notes_ref>"
6741msgstr ""
6742
6743#: builtin/notes.c:72
6744msgid "git notes merge --commit [<options>]"
6745msgstr ""
6746
6747#: builtin/notes.c:73
6748msgid "git notes merge --abort [<options>]"
6749msgstr ""
6750
6751#: builtin/notes.c:78
6752msgid "git notes remove [<object>]"
6753msgstr ""
6754
6755#: builtin/notes.c:83
6756msgid "git notes prune [<options>]"
6757msgstr ""
6758
6759#: builtin/notes.c:88
6760msgid "git notes get-ref"
6761msgstr ""
6762
6763#: builtin/notes.c:137
6764#, c-format
6765msgid "unable to start 'show' for object '%s'"
6766msgstr ""
6767
6768#: builtin/notes.c:141
6769msgid "could not read 'show' output"
6770msgstr ""
6771
6772#: builtin/notes.c:149
6773#, c-format
6774msgid "failed to finish 'show' for object '%s'"
6775msgstr ""
6776
6777#: builtin/notes.c:167 builtin/tag.c:341
6778#, c-format
6779msgid "could not create file '%s'"
6780msgstr ""
6781
6782#: builtin/notes.c:186
6783msgid "Please supply the note contents using either -m or -F option"
6784msgstr ""
6785
6786#: builtin/notes.c:207 builtin/notes.c:844
6787#, c-format
6788msgid "Removing note for object %s\n"
6789msgstr ""
6790
6791#: builtin/notes.c:212
6792msgid "unable to write note object"
6793msgstr ""
6794
6795#: builtin/notes.c:214
6796#, c-format
6797msgid "The note contents has been left in %s"
6798msgstr ""
6799
6800#: builtin/notes.c:248 builtin/tag.c:540
6801#, c-format
6802msgid "cannot read '%s'"
6803msgstr ""
6804
6805#: builtin/notes.c:250 builtin/tag.c:543
6806#, c-format
6807msgid "could not open or read '%s'"
6808msgstr ""
6809
6810#: builtin/notes.c:269 builtin/notes.c:316 builtin/notes.c:318
6811#: builtin/notes.c:378 builtin/notes.c:432 builtin/notes.c:515
6812#: builtin/notes.c:520 builtin/notes.c:595 builtin/notes.c:637
6813#: builtin/notes.c:839 builtin/tag.c:556
6814#, c-format
6815msgid "Failed to resolve '%s' as a valid ref."
6816msgstr ""
6817
6818#: builtin/notes.c:272
6819#, c-format
6820msgid "Failed to read object '%s'."
6821msgstr ""
6822
6823#: builtin/notes.c:312
6824#, c-format
6825msgid "Malformed input line: '%s'."
6826msgstr ""
6827
6828#: builtin/notes.c:327
6829#, c-format
6830msgid "Failed to copy notes from '%s' to '%s'"
6831msgstr ""
6832
6833#: builtin/notes.c:371 builtin/notes.c:425 builtin/notes.c:498
6834#: builtin/notes.c:510 builtin/notes.c:583 builtin/notes.c:630
6835#: builtin/notes.c:904
6836msgid "too many parameters"
6837msgstr ""
6838
6839#: builtin/notes.c:384 builtin/notes.c:643
6840#, c-format
6841msgid "No note found for object %s."
6842msgstr ""
6843
6844#: builtin/notes.c:406 builtin/notes.c:563
6845msgid "note contents as a string"
6846msgstr ""
6847
6848#: builtin/notes.c:409 builtin/notes.c:566
6849msgid "note contents in a file"
6850msgstr ""
6851
6852#: builtin/notes.c:411 builtin/notes.c:414 builtin/notes.c:568
6853#: builtin/notes.c:571 builtin/tag.c:474
6854msgid "object"
6855msgstr ""
6856
6857#: builtin/notes.c:412 builtin/notes.c:569
6858msgid "reuse and edit specified note object"
6859msgstr ""
6860
6861#: builtin/notes.c:415 builtin/notes.c:572
6862msgid "reuse specified note object"
6863msgstr ""
6864
6865#: builtin/notes.c:417 builtin/notes.c:485
6866msgid "replace existing notes"
6867msgstr ""
6868
6869#: builtin/notes.c:451
6870#, c-format
6871msgid ""
6872"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
6873"existing notes"
6874msgstr ""
6875
6876#: builtin/notes.c:456 builtin/notes.c:533
6877#, c-format
6878msgid "Overwriting existing notes for object %s\n"
6879msgstr ""
6880
6881#: builtin/notes.c:486
6882msgid "read objects from stdin"
6883msgstr ""
6884
6885#: builtin/notes.c:488
6886msgid "load rewriting config for <command> (implies --stdin)"
6887msgstr ""
6888
6889#: builtin/notes.c:506
6890msgid "too few parameters"
6891msgstr ""
6892
6893#: builtin/notes.c:527
6894#, c-format
6895msgid ""
6896"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
6897"existing notes"
6898msgstr ""
6899
6900#: builtin/notes.c:539
6901#, c-format
6902msgid "Missing notes on source object %s. Cannot copy."
6903msgstr ""
6904
6905#: builtin/notes.c:588
6906#, c-format
6907msgid ""
6908"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
6909"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
6910msgstr ""
6911
6912#: builtin/notes.c:735
6913msgid "General options"
6914msgstr ""
6915
6916#: builtin/notes.c:737
6917msgid "Merge options"
6918msgstr ""
6919
6920#: builtin/notes.c:739
6921msgid ""
6922"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
6923"cat_sort_uniq)"
6924msgstr ""
6925
6926#: builtin/notes.c:741
6927msgid "Committing unmerged notes"
6928msgstr ""
6929
6930#: builtin/notes.c:743
6931msgid "finalize notes merge by committing unmerged notes"
6932msgstr ""
6933
6934#: builtin/notes.c:745
6935msgid "Aborting notes merge resolution"
6936msgstr ""
6937
6938#: builtin/notes.c:747
6939msgid "abort notes merge"
6940msgstr ""
6941
6942#: builtin/notes.c:842
6943#, c-format
6944msgid "Object %s has no note\n"
6945msgstr ""
6946
6947#: builtin/notes.c:854
6948msgid "attempt to remove non-existent note is not an error"
6949msgstr ""
6950
6951#: builtin/notes.c:857
6952msgid "read object names from the standard input"
6953msgstr ""
6954
6955#: builtin/notes.c:938
6956msgid "notes_ref"
6957msgstr ""
6958
6959#: builtin/notes.c:939
6960msgid "use notes from <notes_ref>"
6961msgstr ""
6962
6963#: builtin/notes.c:974 builtin/remote.c:1598
6964#, c-format
6965msgid "Unknown subcommand: %s"
6966msgstr ""
6967
6968#: builtin/pack-objects.c:23
6969msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"
6970msgstr ""
6971
6972#: builtin/pack-objects.c:24
6973msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"
6974msgstr ""
6975
6976#: builtin/pack-objects.c:183 builtin/pack-objects.c:186
6977#, c-format
6978msgid "deflate error (%d)"
6979msgstr ""
6980
6981#: builtin/pack-objects.c:2397
6982#, c-format
6983msgid "unsupported index version %s"
6984msgstr ""
6985
6986#: builtin/pack-objects.c:2401
6987#, c-format
6988msgid "bad index version '%s'"
6989msgstr ""
6990
6991#: builtin/pack-objects.c:2424
6992#, c-format
6993msgid "option %s does not accept negative form"
6994msgstr ""
6995
6996#: builtin/pack-objects.c:2428
6997#, c-format
6998msgid "unable to parse value '%s' for option %s"
6999msgstr ""
7000
7001#: builtin/pack-objects.c:2447
7002msgid "do not show progress meter"
7003msgstr ""
7004
7005#: builtin/pack-objects.c:2449
7006msgid "show progress meter"
7007msgstr ""
7008
7009#: builtin/pack-objects.c:2451
7010msgid "show progress meter during object writing phase"
7011msgstr ""
7012
7013#: builtin/pack-objects.c:2454
7014msgid "similar to --all-progress when progress meter is shown"
7015msgstr ""
7016
7017#: builtin/pack-objects.c:2455
7018msgid "version[,offset]"
7019msgstr ""
7020
7021#: builtin/pack-objects.c:2456
7022msgid "write the pack index file in the specified idx format version"
7023msgstr ""
7024
7025#: builtin/pack-objects.c:2459
7026msgid "maximum size of each output pack file"
7027msgstr ""
7028
7029#: builtin/pack-objects.c:2461
7030msgid "ignore borrowed objects from alternate object store"
7031msgstr ""
7032
7033#: builtin/pack-objects.c:2463
7034msgid "ignore packed objects"
7035msgstr ""
7036
7037#: builtin/pack-objects.c:2465
7038msgid "limit pack window by objects"
7039msgstr ""
7040
7041#: builtin/pack-objects.c:2467
7042msgid "limit pack window by memory in addition to object limit"
7043msgstr ""
7044
7045#: builtin/pack-objects.c:2469
7046msgid "maximum length of delta chain allowed in the resulting pack"
7047msgstr ""
7048
7049#: builtin/pack-objects.c:2471
7050msgid "reuse existing deltas"
7051msgstr ""
7052
7053#: builtin/pack-objects.c:2473
7054msgid "reuse existing objects"
7055msgstr ""
7056
7057#: builtin/pack-objects.c:2475
7058msgid "use OFS_DELTA objects"
7059msgstr ""
7060
7061#: builtin/pack-objects.c:2477
7062msgid "use threads when searching for best delta matches"
7063msgstr ""
7064
7065#: builtin/pack-objects.c:2479
7066msgid "do not create an empty pack output"
7067msgstr ""
7068
7069#: builtin/pack-objects.c:2481
7070msgid "read revision arguments from standard input"
7071msgstr ""
7072
7073#: builtin/pack-objects.c:2483
7074msgid "limit the objects to those that are not yet packed"
7075msgstr ""
7076
7077#: builtin/pack-objects.c:2486
7078msgid "include objects reachable from any reference"
7079msgstr ""
7080
7081#: builtin/pack-objects.c:2489
7082msgid "include objects referred by reflog entries"
7083msgstr ""
7084
7085#: builtin/pack-objects.c:2492
7086msgid "output pack to stdout"
7087msgstr ""
7088
7089#: builtin/pack-objects.c:2494
7090msgid "include tag objects that refer to objects to be packed"
7091msgstr ""
7092
7093#: builtin/pack-objects.c:2496
7094msgid "keep unreachable objects"
7095msgstr ""
7096
7097#: builtin/pack-objects.c:2497 parse-options.h:141
7098msgid "time"
7099msgstr ""
7100
7101#: builtin/pack-objects.c:2498
7102msgid "unpack unreachable objects newer than <time>"
7103msgstr ""
7104
7105#: builtin/pack-objects.c:2501
7106msgid "create thin packs"
7107msgstr ""
7108
7109#: builtin/pack-objects.c:2503
7110msgid "ignore packs that have companion .keep file"
7111msgstr ""
7112
7113#: builtin/pack-objects.c:2505
7114msgid "pack compression level"
7115msgstr ""
7116
7117#: builtin/pack-objects.c:2507
7118msgid "do not hide commits by grafts"
7119msgstr ""
7120
7121#: builtin/pack-refs.c:6
7122msgid "git pack-refs [options]"
7123msgstr ""
7124
7125#: builtin/pack-refs.c:14
7126msgid "pack everything"
7127msgstr ""
7128
7129#: builtin/pack-refs.c:15
7130msgid "prune loose refs (default)"
7131msgstr ""
7132
7133#: builtin/prune-packed.c:7
7134msgid "git prune-packed [-n|--dry-run] [-q|--quiet]"
7135msgstr ""
7136
7137#: builtin/prune.c:12
7138msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
7139msgstr ""
7140
7141#: builtin/prune.c:132
7142msgid "do not remove, show only"
7143msgstr ""
7144
7145#: builtin/prune.c:133
7146msgid "report pruned objects"
7147msgstr ""
7148
7149#: builtin/prune.c:136
7150msgid "expire objects older than <time>"
7151msgstr ""
7152
7153#: builtin/push.c:14
7154msgid "git push [<options>] [<repository> [<refspec>...]]"
7155msgstr ""
7156
7157#: builtin/push.c:45
7158msgid "tag shorthand without <tag>"
7159msgstr ""
7160
7161#: builtin/push.c:64
7162msgid "--delete only accepts plain target ref names"
7163msgstr ""
7164
7165#: builtin/push.c:99
7166msgid ""
7167"\n"
7168"To choose either option permanently, see push.default in 'git help config'."
7169msgstr ""
7170
7171#: builtin/push.c:102
7172#, c-format
7173msgid ""
7174"The upstream branch of your current branch does not match\n"
7175"the name of your current branch.  To push to the upstream branch\n"
7176"on the remote, use\n"
7177"\n"
7178"    git push %s HEAD:%s\n"
7179"\n"
7180"To push to the branch of the same name on the remote, use\n"
7181"\n"
7182"    git push %s %s\n"
7183"%s"
7184msgstr ""
7185
7186#: builtin/push.c:117
7187#, c-format
7188msgid ""
7189"You are not currently on a branch.\n"
7190"To push the history leading to the current (detached HEAD)\n"
7191"state now, use\n"
7192"\n"
7193"    git push %s HEAD:<name-of-remote-branch>\n"
7194msgstr ""
7195
7196#: builtin/push.c:131
7197#, c-format
7198msgid ""
7199"The current branch %s has no upstream branch.\n"
7200"To push the current branch and set the remote as upstream, use\n"
7201"\n"
7202"    git push --set-upstream %s %s\n"
7203msgstr ""
7204
7205#: builtin/push.c:139
7206#, c-format
7207msgid "The current branch %s has multiple upstream branches, refusing to push."
7208msgstr ""
7209
7210#: builtin/push.c:142
7211#, c-format
7212msgid ""
7213"You are pushing to remote '%s', which is not the upstream of\n"
7214"your current branch '%s', without telling me what to push\n"
7215"to update which remote branch."
7216msgstr ""
7217
7218#: builtin/push.c:165
7219msgid ""
7220"push.default is unset; its implicit value is changing in\n"
7221"Git 2.0 from 'matching' to 'simple'. To squelch this message\n"
7222"and maintain the current behavior after the default changes, use:\n"
7223"\n"
7224"  git config --global push.default matching\n"
7225"\n"
7226"To squelch this message and adopt the new behavior now, use:\n"
7227"\n"
7228"  git config --global push.default simple\n"
7229"\n"
7230"See 'git help config' and search for 'push.default' for further "
7231"information.\n"
7232"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"
7233"'current' instead of 'simple' if you sometimes use older versions of Git)"
7234msgstr ""
7235
7236#: builtin/push.c:225
7237msgid ""
7238"You didn't specify any refspecs to push, and push.default is \"nothing\"."
7239msgstr ""
7240
7241#: builtin/push.c:232
7242msgid ""
7243"Updates were rejected because the tip of your current branch is behind\n"
7244"its remote counterpart. Integrate the remote changes (e.g.\n"
7245"'git pull ...') before pushing again.\n"
7246"See the 'Note about fast-forwards' in 'git push --help' for details."
7247msgstr ""
7248
7249#: builtin/push.c:238
7250msgid ""
7251"Updates were rejected because a pushed branch tip is behind its remote\n"
7252"counterpart. If you did not intend to push that branch, you may want to\n"
7253"specify branches to push or set the 'push.default' configuration variable\n"
7254"to 'simple', 'current' or 'upstream' to push only the current branch."
7255msgstr ""
7256
7257#: builtin/push.c:244
7258msgid ""
7259"Updates were rejected because a pushed branch tip is behind its remote\n"
7260"counterpart. Check out this branch and integrate the remote changes\n"
7261"(e.g. 'git pull ...') before pushing again.\n"
7262"See the 'Note about fast-forwards' in 'git push --help' for details."
7263msgstr ""
7264
7265#: builtin/push.c:250
7266msgid ""
7267"Updates were rejected because the remote contains work that you do\n"
7268"not have locally. This is usually caused by another repository pushing\n"
7269"to the same ref. You may want to first integrate the remote changes\n"
7270"(e.g., 'git pull ...') before pushing again.\n"
7271"See the 'Note about fast-forwards' in 'git push --help' for details."
7272msgstr ""
7273
7274#: builtin/push.c:257
7275msgid "Updates were rejected because the tag already exists in the remote."
7276msgstr ""
7277
7278#: builtin/push.c:260
7279msgid ""
7280"You cannot update a remote ref that points at a non-commit object,\n"
7281"or update a remote ref to make it point at a non-commit object,\n"
7282"without using the '--force' option.\n"
7283msgstr ""
7284
7285#: builtin/push.c:320
7286#, c-format
7287msgid "Pushing to %s\n"
7288msgstr ""
7289
7290#: builtin/push.c:324
7291#, c-format
7292msgid "failed to push some refs to '%s'"
7293msgstr ""
7294
7295#: builtin/push.c:357
7296#, c-format
7297msgid "bad repository '%s'"
7298msgstr ""
7299
7300#: builtin/push.c:358
7301msgid ""
7302"No configured push destination.\n"
7303"Either specify the URL from the command-line or configure a remote "
7304"repository using\n"
7305"\n"
7306"    git remote add <name> <url>\n"
7307"\n"
7308"and then push using the remote name\n"
7309"\n"
7310"    git push <name>\n"
7311msgstr ""
7312
7313#: builtin/push.c:373
7314msgid "--all and --tags are incompatible"
7315msgstr ""
7316
7317#: builtin/push.c:374
7318msgid "--all can't be combined with refspecs"
7319msgstr ""
7320
7321#: builtin/push.c:379
7322msgid "--mirror and --tags are incompatible"
7323msgstr ""
7324
7325#: builtin/push.c:380
7326msgid "--mirror can't be combined with refspecs"
7327msgstr ""
7328
7329#: builtin/push.c:385
7330msgid "--all and --mirror are incompatible"
7331msgstr ""
7332
7333#: builtin/push.c:445
7334msgid "repository"
7335msgstr ""
7336
7337#: builtin/push.c:446
7338msgid "push all refs"
7339msgstr ""
7340
7341#: builtin/push.c:447
7342msgid "mirror all refs"
7343msgstr ""
7344
7345#: builtin/push.c:449
7346msgid "delete refs"
7347msgstr ""
7348
7349#: builtin/push.c:450
7350msgid "push tags (can't be used with --all or --mirror)"
7351msgstr ""
7352
7353#: builtin/push.c:453
7354msgid "force updates"
7355msgstr ""
7356
7357#: builtin/push.c:454
7358msgid "check"
7359msgstr ""
7360
7361#: builtin/push.c:455
7362msgid "control recursive pushing of submodules"
7363msgstr ""
7364
7365#: builtin/push.c:457
7366msgid "use thin pack"
7367msgstr ""
7368
7369#: builtin/push.c:458 builtin/push.c:459
7370msgid "receive pack program"
7371msgstr ""
7372
7373#: builtin/push.c:460
7374msgid "set upstream for git pull/status"
7375msgstr ""
7376
7377#: builtin/push.c:463
7378msgid "prune locally removed refs"
7379msgstr ""
7380
7381#: builtin/push.c:465
7382msgid "bypass pre-push hook"
7383msgstr ""
7384
7385#: builtin/push.c:466
7386msgid "push missing but relevant tags"
7387msgstr ""
7388
7389#: builtin/push.c:476
7390msgid "--delete is incompatible with --all, --mirror and --tags"
7391msgstr ""
7392
7393#: builtin/push.c:478
7394msgid "--delete doesn't make sense without any refs"
7395msgstr ""
7396
7397#: builtin/read-tree.c:36
7398msgid ""
7399"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "
7400"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
7401"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
7402msgstr ""
7403
7404#: builtin/read-tree.c:109
7405msgid "write resulting index to <file>"
7406msgstr ""
7407
7408#: builtin/read-tree.c:112
7409msgid "only empty the index"
7410msgstr ""
7411
7412#: builtin/read-tree.c:114
7413msgid "Merging"
7414msgstr ""
7415
7416#: builtin/read-tree.c:116
7417msgid "perform a merge in addition to a read"
7418msgstr ""
7419
7420#: builtin/read-tree.c:118
7421msgid "3-way merge if no file level merging required"
7422msgstr ""
7423
7424#: builtin/read-tree.c:120
7425msgid "3-way merge in presence of adds and removes"
7426msgstr ""
7427
7428#: builtin/read-tree.c:122
7429msgid "same as -m, but discard unmerged entries"
7430msgstr ""
7431
7432#: builtin/read-tree.c:123
7433msgid "<subdirectory>/"
7434msgstr ""
7435
7436#: builtin/read-tree.c:124
7437msgid "read the tree into the index under <subdirectory>/"
7438msgstr ""
7439
7440#: builtin/read-tree.c:127
7441msgid "update working tree with merge result"
7442msgstr ""
7443
7444#: builtin/read-tree.c:129
7445msgid "gitignore"
7446msgstr ""
7447
7448#: builtin/read-tree.c:130
7449msgid "allow explicitly ignored files to be overwritten"
7450msgstr ""
7451
7452#: builtin/read-tree.c:133
7453msgid "don't check the working tree after merging"
7454msgstr ""
7455
7456#: builtin/read-tree.c:134
7457msgid "don't update the index or the work tree"
7458msgstr ""
7459
7460#: builtin/read-tree.c:136
7461msgid "skip applying sparse checkout filter"
7462msgstr ""
7463
7464#: builtin/read-tree.c:138
7465msgid "debug unpack-trees"
7466msgstr ""
7467
7468#: builtin/reflog.c:500
7469#, c-format
7470msgid "%s' for '%s' is not a valid timestamp"
7471msgstr ""
7472
7473#: builtin/reflog.c:616 builtin/reflog.c:621
7474#, c-format
7475msgid "'%s' is not a valid timestamp"
7476msgstr ""
7477
7478#: builtin/remote.c:11
7479msgid "git remote [-v | --verbose]"
7480msgstr ""
7481
7482#: builtin/remote.c:12
7483msgid ""
7484"git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--"
7485"mirror=<fetch|push>] <name> <url>"
7486msgstr ""
7487
7488#: builtin/remote.c:13 builtin/remote.c:32
7489msgid "git remote rename <old> <new>"
7490msgstr ""
7491
7492#: builtin/remote.c:14 builtin/remote.c:37
7493msgid "git remote remove <name>"
7494msgstr ""
7495
7496#: builtin/remote.c:15 builtin/remote.c:42
7497msgid "git remote set-head <name> (-a | -d | <branch>)"
7498msgstr ""
7499
7500#: builtin/remote.c:16
7501msgid "git remote [-v | --verbose] show [-n] <name>"
7502msgstr ""
7503
7504#: builtin/remote.c:17
7505msgid "git remote prune [-n | --dry-run] <name>"
7506msgstr ""
7507
7508#: builtin/remote.c:18
7509msgid ""
7510"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
7511msgstr ""
7512
7513#: builtin/remote.c:19
7514msgid "git remote set-branches [--add] <name> <branch>..."
7515msgstr ""
7516
7517#: builtin/remote.c:20 builtin/remote.c:68
7518msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
7519msgstr ""
7520
7521#: builtin/remote.c:21 builtin/remote.c:69
7522msgid "git remote set-url --add <name> <newurl>"
7523msgstr ""
7524
7525#: builtin/remote.c:22 builtin/remote.c:70
7526msgid "git remote set-url --delete <name> <url>"
7527msgstr ""
7528
7529#: builtin/remote.c:27
7530msgid "git remote add [<options>] <name> <url>"
7531msgstr ""
7532
7533#: builtin/remote.c:47
7534msgid "git remote set-branches <name> <branch>..."
7535msgstr ""
7536
7537#: builtin/remote.c:48
7538msgid "git remote set-branches --add <name> <branch>..."
7539msgstr ""
7540
7541#: builtin/remote.c:53
7542msgid "git remote show [<options>] <name>"
7543msgstr ""
7544
7545#: builtin/remote.c:58
7546msgid "git remote prune [<options>] <name>"
7547msgstr ""
7548
7549#: builtin/remote.c:63
7550msgid "git remote update [<options>] [<group> | <remote>]..."
7551msgstr ""
7552
7553#: builtin/remote.c:98
7554#, c-format
7555msgid "Updating %s"
7556msgstr ""
7557
7558#: builtin/remote.c:130
7559msgid ""
7560"--mirror is dangerous and deprecated; please\n"
7561"\t use --mirror=fetch or --mirror=push instead"
7562msgstr ""
7563
7564#: builtin/remote.c:147
7565#, c-format
7566msgid "unknown mirror argument: %s"
7567msgstr ""
7568
7569#: builtin/remote.c:163
7570msgid "fetch the remote branches"
7571msgstr ""
7572
7573#: builtin/remote.c:165
7574msgid "import all tags and associated objects when fetching"
7575msgstr ""
7576
7577#: builtin/remote.c:168
7578msgid "or do not fetch any tag at all (--no-tags)"
7579msgstr ""
7580
7581#: builtin/remote.c:170
7582msgid "branch(es) to track"
7583msgstr ""
7584
7585#: builtin/remote.c:171
7586msgid "master branch"
7587msgstr ""
7588
7589#: builtin/remote.c:172
7590msgid "push|fetch"
7591msgstr ""
7592
7593#: builtin/remote.c:173
7594msgid "set up remote as a mirror to push to or fetch from"
7595msgstr ""
7596
7597#: builtin/remote.c:185
7598msgid "specifying a master branch makes no sense with --mirror"
7599msgstr ""
7600
7601#: builtin/remote.c:187
7602msgid "specifying branches to track makes sense only with fetch mirrors"
7603msgstr ""
7604
7605#: builtin/remote.c:195 builtin/remote.c:646
7606#, c-format
7607msgid "remote %s already exists."
7608msgstr ""
7609
7610#: builtin/remote.c:199 builtin/remote.c:650
7611#, c-format
7612msgid "'%s' is not a valid remote name"
7613msgstr ""
7614
7615#: builtin/remote.c:243
7616#, c-format
7617msgid "Could not setup master '%s'"
7618msgstr ""
7619
7620#: builtin/remote.c:299
7621#, c-format
7622msgid "more than one %s"
7623msgstr ""
7624
7625#: builtin/remote.c:339
7626#, c-format
7627msgid "Could not get fetch map for refspec %s"
7628msgstr ""
7629
7630#: builtin/remote.c:440 builtin/remote.c:448
7631msgid "(matching)"
7632msgstr ""
7633
7634#: builtin/remote.c:452
7635msgid "(delete)"
7636msgstr ""
7637
7638#: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:607
7639#, c-format
7640msgid "Could not append '%s' to '%s'"
7641msgstr ""
7642
7643#: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:890
7644#, c-format
7645msgid "No such remote: %s"
7646msgstr ""
7647
7648#: builtin/remote.c:656
7649#, c-format
7650msgid "Could not rename config section '%s' to '%s'"
7651msgstr ""
7652
7653#: builtin/remote.c:662 builtin/remote.c:799
7654#, c-format
7655msgid "Could not remove config section '%s'"
7656msgstr ""
7657
7658#: builtin/remote.c:677
7659#, c-format
7660msgid ""
7661"Not updating non-default fetch refspec\n"
7662"\t%s\n"
7663"\tPlease update the configuration manually if necessary."
7664msgstr ""
7665
7666#: builtin/remote.c:683
7667#, c-format
7668msgid "Could not append '%s'"
7669msgstr ""
7670
7671#: builtin/remote.c:694
7672#, c-format
7673msgid "Could not set '%s'"
7674msgstr ""
7675
7676#: builtin/remote.c:716
7677#, c-format
7678msgid "deleting '%s' failed"
7679msgstr ""
7680
7681#: builtin/remote.c:750
7682#, c-format
7683msgid "creating '%s' failed"
7684msgstr ""
7685
7686#: builtin/remote.c:764
7687#, c-format
7688msgid "Could not remove branch %s"
7689msgstr ""
7690
7691#: builtin/remote.c:834
7692msgid ""
7693"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
7694"to delete it, use:"
7695msgid_plural ""
7696"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
7697"to delete them, use:"
7698msgstr[0] ""
7699msgstr[1] ""
7700
7701#: builtin/remote.c:943
7702#, c-format
7703msgid " new (next fetch will store in remotes/%s)"
7704msgstr ""
7705
7706#: builtin/remote.c:946
7707msgid " tracked"
7708msgstr ""
7709
7710#: builtin/remote.c:948
7711msgid " stale (use 'git remote prune' to remove)"
7712msgstr ""
7713
7714#: builtin/remote.c:950
7715msgid " ???"
7716msgstr ""
7717
7718#: builtin/remote.c:991
7719#, c-format
7720msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
7721msgstr ""
7722
7723#: builtin/remote.c:998
7724#, c-format
7725msgid "rebases onto remote %s"
7726msgstr ""
7727
7728#: builtin/remote.c:1001
7729#, c-format
7730msgid " merges with remote %s"
7731msgstr ""
7732
7733#: builtin/remote.c:1002
7734msgid "    and with remote"
7735msgstr ""
7736
7737#: builtin/remote.c:1004
7738#, c-format
7739msgid "merges with remote %s"
7740msgstr ""
7741
7742#: builtin/remote.c:1005
7743msgid "   and with remote"
7744msgstr ""
7745
7746#: builtin/remote.c:1051
7747msgid "create"
7748msgstr ""
7749
7750#: builtin/remote.c:1054
7751msgid "delete"
7752msgstr ""
7753
7754#: builtin/remote.c:1058
7755msgid "up to date"
7756msgstr ""
7757
7758#: builtin/remote.c:1061
7759msgid "fast-forwardable"
7760msgstr ""
7761
7762#: builtin/remote.c:1064
7763msgid "local out of date"
7764msgstr ""
7765
7766#: builtin/remote.c:1071
7767#, c-format
7768msgid "    %-*s forces to %-*s (%s)"
7769msgstr ""
7770
7771#: builtin/remote.c:1074
7772#, c-format
7773msgid "    %-*s pushes to %-*s (%s)"
7774msgstr ""
7775
7776#: builtin/remote.c:1078
7777#, c-format
7778msgid "    %-*s forces to %s"
7779msgstr ""
7780
7781#: builtin/remote.c:1081
7782#, c-format
7783msgid "    %-*s pushes to %s"
7784msgstr ""
7785
7786#: builtin/remote.c:1091
7787msgid "do not query remotes"
7788msgstr ""
7789
7790#: builtin/remote.c:1118
7791#, c-format
7792msgid "* remote %s"
7793msgstr ""
7794
7795#: builtin/remote.c:1119
7796#, c-format
7797msgid "  Fetch URL: %s"
7798msgstr ""
7799
7800#: builtin/remote.c:1120 builtin/remote.c:1285
7801msgid "(no URL)"
7802msgstr ""
7803
7804#: builtin/remote.c:1129 builtin/remote.c:1131
7805#, c-format
7806msgid "  Push  URL: %s"
7807msgstr ""
7808
7809#: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:1137
7810#, c-format
7811msgid "  HEAD branch: %s"
7812msgstr ""
7813
7814#: builtin/remote.c:1139
7815#, c-format
7816msgid ""
7817"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
7818msgstr ""
7819
7820#: builtin/remote.c:1151
7821#, c-format
7822msgid "  Remote branch:%s"
7823msgid_plural "  Remote branches:%s"
7824msgstr[0] ""
7825msgstr[1] ""
7826
7827#: builtin/remote.c:1154 builtin/remote.c:1181
7828msgid " (status not queried)"
7829msgstr ""
7830
7831#: builtin/remote.c:1163
7832msgid "  Local branch configured for 'git pull':"
7833msgid_plural "  Local branches configured for 'git pull':"
7834msgstr[0] ""
7835msgstr[1] ""
7836
7837#: builtin/remote.c:1171
7838msgid "  Local refs will be mirrored by 'git push'"
7839msgstr ""
7840
7841#: builtin/remote.c:1178
7842#, c-format
7843msgid "  Local ref configured for 'git push'%s:"
7844msgid_plural "  Local refs configured for 'git push'%s:"
7845msgstr[0] ""
7846msgstr[1] ""
7847
7848#: builtin/remote.c:1199
7849msgid "set refs/remotes/<name>/HEAD according to remote"
7850msgstr ""
7851
7852#: builtin/remote.c:1201
7853msgid "delete refs/remotes/<name>/HEAD"
7854msgstr ""
7855
7856#: builtin/remote.c:1216
7857msgid "Cannot determine remote HEAD"
7858msgstr ""
7859
7860#: builtin/remote.c:1218
7861msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
7862msgstr ""
7863
7864#: builtin/remote.c:1228
7865#, c-format
7866msgid "Could not delete %s"
7867msgstr ""
7868
7869#: builtin/remote.c:1236
7870#, c-format
7871msgid "Not a valid ref: %s"
7872msgstr ""
7873
7874#: builtin/remote.c:1238
7875#, c-format
7876msgid "Could not setup %s"
7877msgstr ""
7878
7879#: builtin/remote.c:1274
7880#, c-format
7881msgid " %s will become dangling!"
7882msgstr ""
7883
7884#: builtin/remote.c:1275
7885#, c-format
7886msgid " %s has become dangling!"
7887msgstr ""
7888
7889#: builtin/remote.c:1281
7890#, c-format
7891msgid "Pruning %s"
7892msgstr ""
7893
7894#: builtin/remote.c:1282
7895#, c-format
7896msgid "URL: %s"
7897msgstr ""
7898
7899#: builtin/remote.c:1295
7900#, c-format
7901msgid " * [would prune] %s"
7902msgstr ""
7903
7904#: builtin/remote.c:1298
7905#, c-format
7906msgid " * [pruned] %s"
7907msgstr ""
7908
7909#: builtin/remote.c:1321
7910msgid "prune remotes after fetching"
7911msgstr ""
7912
7913#: builtin/remote.c:1387 builtin/remote.c:1461
7914#, c-format
7915msgid "No such remote '%s'"
7916msgstr ""
7917
7918#: builtin/remote.c:1407
7919msgid "add branch"
7920msgstr ""
7921
7922#: builtin/remote.c:1414
7923msgid "no remote specified"
7924msgstr ""
7925
7926#: builtin/remote.c:1436
7927msgid "manipulate push URLs"
7928msgstr ""
7929
7930#: builtin/remote.c:1438
7931msgid "add URL"
7932msgstr ""
7933
7934#: builtin/remote.c:1440
7935msgid "delete URLs"
7936msgstr ""
7937
7938#: builtin/remote.c:1447
7939msgid "--add --delete doesn't make sense"
7940msgstr ""
7941
7942#: builtin/remote.c:1487
7943#, c-format
7944msgid "Invalid old URL pattern: %s"
7945msgstr ""
7946
7947#: builtin/remote.c:1495
7948#, c-format
7949msgid "No such URL found: %s"
7950msgstr ""
7951
7952#: builtin/remote.c:1497
7953msgid "Will not delete all non-push URLs"
7954msgstr ""
7955
7956#: builtin/remote.c:1569
7957msgid "be verbose; must be placed before a subcommand"
7958msgstr ""
7959
7960#: builtin/replace.c:17
7961msgid "git replace [-f] <object> <replacement>"
7962msgstr ""
7963
7964#: builtin/replace.c:18
7965msgid "git replace -d <object>..."
7966msgstr ""
7967
7968#: builtin/replace.c:19
7969msgid "git replace -l [<pattern>]"
7970msgstr ""
7971
7972#: builtin/replace.c:121
7973msgid "list replace refs"
7974msgstr ""
7975
7976#: builtin/replace.c:122
7977msgid "delete replace refs"
7978msgstr ""
7979
7980#: builtin/replace.c:123
7981msgid "replace the ref if it exists"
7982msgstr ""
7983
7984#: builtin/rerere.c:11
7985msgid "git rerere [clear | forget path... | status | remaining | diff | gc]"
7986msgstr ""
7987
7988#: builtin/rerere.c:56
7989msgid "register clean resolutions in index"
7990msgstr ""
7991
7992#: builtin/reset.c:25
7993msgid ""
7994"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
7995msgstr ""
7996
7997#: builtin/reset.c:26
7998msgid "git reset [-q] <tree-ish> [--] <paths>..."
7999msgstr ""
8000
8001#: builtin/reset.c:27
8002msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
8003msgstr ""
8004
8005#: builtin/reset.c:33
8006msgid "mixed"
8007msgstr ""
8008
8009#: builtin/reset.c:33
8010msgid "soft"
8011msgstr ""
8012
8013#: builtin/reset.c:33
8014msgid "hard"
8015msgstr ""
8016
8017#: builtin/reset.c:33
8018msgid "merge"
8019msgstr ""
8020
8021#: builtin/reset.c:33
8022msgid "keep"
8023msgstr ""
8024
8025#: builtin/reset.c:73
8026msgid "You do not have a valid HEAD."
8027msgstr ""
8028
8029#: builtin/reset.c:75
8030msgid "Failed to find tree of HEAD."
8031msgstr ""
8032
8033#: builtin/reset.c:81
8034#, c-format
8035msgid "Failed to find tree of %s."
8036msgstr ""
8037
8038#: builtin/reset.c:99
8039#, c-format
8040msgid "HEAD is now at %s"
8041msgstr ""
8042
8043#: builtin/reset.c:172
8044#, c-format
8045msgid "Cannot do a %s reset in the middle of a merge."
8046msgstr ""
8047
8048#: builtin/reset.c:251
8049msgid "be quiet, only report errors"
8050msgstr ""
8051
8052#: builtin/reset.c:253
8053msgid "reset HEAD and index"
8054msgstr ""
8055
8056#: builtin/reset.c:254
8057msgid "reset only HEAD"
8058msgstr ""
8059
8060#: builtin/reset.c:256 builtin/reset.c:258
8061msgid "reset HEAD, index and working tree"
8062msgstr ""
8063
8064#: builtin/reset.c:260
8065msgid "reset HEAD but keep local changes"
8066msgstr ""
8067
8068#: builtin/reset.c:278
8069#, c-format
8070msgid "Failed to resolve '%s' as a valid revision."
8071msgstr ""
8072
8073#: builtin/reset.c:281 builtin/reset.c:289
8074#, c-format
8075msgid "Could not parse object '%s'."
8076msgstr ""
8077
8078#: builtin/reset.c:286
8079#, c-format
8080msgid "Failed to resolve '%s' as a valid tree."
8081msgstr ""
8082
8083#: builtin/reset.c:295
8084msgid "--patch is incompatible with --{hard,mixed,soft}"
8085msgstr ""
8086
8087#: builtin/reset.c:304
8088msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
8089msgstr ""
8090
8091#: builtin/reset.c:306
8092#, c-format
8093msgid "Cannot do %s reset with paths."
8094msgstr ""
8095
8096#: builtin/reset.c:316
8097#, c-format
8098msgid "%s reset is not allowed in a bare repository"
8099msgstr ""
8100
8101#: builtin/reset.c:336
8102#, c-format
8103msgid "Could not reset index file to revision '%s'."
8104msgstr ""
8105
8106#: builtin/reset.c:342
8107msgid "Unstaged changes after reset:"
8108msgstr ""
8109
8110#: builtin/reset.c:347
8111msgid "Could not write new index file."
8112msgstr ""
8113
8114#: builtin/rev-parse.c:345
8115msgid "git rev-parse --parseopt [options] -- [<args>...]"
8116msgstr ""
8117
8118#: builtin/rev-parse.c:350
8119msgid "keep the `--` passed as an arg"
8120msgstr ""
8121
8122#: builtin/rev-parse.c:352
8123msgid "stop parsing after the first non-option argument"
8124msgstr ""
8125
8126#: builtin/rev-parse.c:470
8127msgid ""
8128"git rev-parse --parseopt [options] -- [<args>...]\n"
8129"   or: git rev-parse --sq-quote [<arg>...]\n"
8130"   or: git rev-parse [options] [<arg>...]\n"
8131"\n"
8132"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
8133msgstr ""
8134
8135#: builtin/revert.c:22
8136msgid "git revert [options] <commit-ish>..."
8137msgstr ""
8138
8139#: builtin/revert.c:23
8140msgid "git revert <subcommand>"
8141msgstr ""
8142
8143#: builtin/revert.c:28
8144msgid "git cherry-pick [options] <commit-ish>..."
8145msgstr ""
8146
8147#: builtin/revert.c:29
8148msgid "git cherry-pick <subcommand>"
8149msgstr ""
8150
8151#: builtin/revert.c:71 builtin/revert.c:94
8152#, c-format
8153msgid "%s: %s cannot be used with %s"
8154msgstr ""
8155
8156#: builtin/revert.c:105
8157msgid "end revert or cherry-pick sequence"
8158msgstr ""
8159
8160#: builtin/revert.c:106
8161msgid "resume revert or cherry-pick sequence"
8162msgstr ""
8163
8164#: builtin/revert.c:107
8165msgid "cancel revert or cherry-pick sequence"
8166msgstr ""
8167
8168#: builtin/revert.c:108
8169msgid "don't automatically commit"
8170msgstr ""
8171
8172#: builtin/revert.c:109
8173msgid "edit the commit message"
8174msgstr ""
8175
8176#: builtin/revert.c:112
8177msgid "parent number"
8178msgstr ""
8179
8180#: builtin/revert.c:114
8181msgid "merge strategy"
8182msgstr ""
8183
8184#: builtin/revert.c:115
8185msgid "option"
8186msgstr ""
8187
8188#: builtin/revert.c:116
8189msgid "option for merge strategy"
8190msgstr ""
8191
8192#: builtin/revert.c:127
8193msgid "append commit name"
8194msgstr ""
8195
8196#: builtin/revert.c:128
8197msgid "allow fast-forward"
8198msgstr ""
8199
8200#: builtin/revert.c:129
8201msgid "preserve initially empty commits"
8202msgstr ""
8203
8204#: builtin/revert.c:130
8205msgid "allow commits with empty messages"
8206msgstr ""
8207
8208#: builtin/revert.c:131
8209msgid "keep redundant, empty commits"
8210msgstr ""
8211
8212#: builtin/revert.c:135
8213msgid "program error"
8214msgstr ""
8215
8216#: builtin/revert.c:225
8217msgid "revert failed"
8218msgstr ""
8219
8220#: builtin/revert.c:240
8221msgid "cherry-pick failed"
8222msgstr ""
8223
8224#: builtin/rm.c:16
8225msgid "git rm [options] [--] <file>..."
8226msgstr ""
8227
8228#: builtin/rm.c:64
8229msgid ""
8230"the following submodule (or one of its nested submodules)\n"
8231"uses a .git directory:"
8232msgid_plural ""
8233"the following submodules (or one of its nested submodules)\n"
8234"use a .git directory:"
8235msgstr[0] ""
8236msgstr[1] ""
8237
8238#: builtin/rm.c:70
8239msgid ""
8240"\n"
8241"(use 'rm -rf' if you really want to remove it including all of its history)"
8242msgstr ""
8243
8244#: builtin/rm.c:230
8245msgid ""
8246"the following file has staged content different from both the\n"
8247"file and the HEAD:"
8248msgid_plural ""
8249"the following files have staged content different from both the\n"
8250"file and the HEAD:"
8251msgstr[0] ""
8252msgstr[1] ""
8253
8254#: builtin/rm.c:235
8255msgid ""
8256"\n"
8257"(use -f to force removal)"
8258msgstr ""
8259
8260#: builtin/rm.c:239
8261msgid "the following file has changes staged in the index:"
8262msgid_plural "the following files have changes staged in the index:"
8263msgstr[0] ""
8264msgstr[1] ""
8265
8266#: builtin/rm.c:243 builtin/rm.c:254
8267msgid ""
8268"\n"
8269"(use --cached to keep the file, or -f to force removal)"
8270msgstr ""
8271
8272#: builtin/rm.c:251
8273msgid "the following file has local modifications:"
8274msgid_plural "the following files have local modifications:"
8275msgstr[0] ""
8276msgstr[1] ""
8277
8278#: builtin/rm.c:269
8279msgid "do not list removed files"
8280msgstr ""
8281
8282#: builtin/rm.c:270
8283msgid "only remove from the index"
8284msgstr ""
8285
8286#: builtin/rm.c:271
8287msgid "override the up-to-date check"
8288msgstr ""
8289
8290#: builtin/rm.c:272
8291msgid "allow recursive removal"
8292msgstr ""
8293
8294#: builtin/rm.c:274
8295msgid "exit with a zero status even if nothing matched"
8296msgstr ""
8297
8298#: builtin/rm.c:345
8299#, c-format
8300msgid "not removing '%s' recursively without -r"
8301msgstr ""
8302
8303#: builtin/rm.c:384
8304#, c-format
8305msgid "git rm: unable to remove %s"
8306msgstr ""
8307
8308#: builtin/shortlog.c:13
8309msgid "git shortlog [<options>] [<revision range>] [[--] [<path>...]]"
8310msgstr ""
8311
8312#: builtin/shortlog.c:131
8313#, c-format
8314msgid "Missing author: %s"
8315msgstr ""
8316
8317#: builtin/shortlog.c:228
8318msgid "sort output according to the number of commits per author"
8319msgstr ""
8320
8321#: builtin/shortlog.c:230
8322msgid "Suppress commit descriptions, only provides commit count"
8323msgstr ""
8324
8325#: builtin/shortlog.c:232
8326msgid "Show the email address of each author"
8327msgstr ""
8328
8329#: builtin/shortlog.c:233
8330msgid "w[,i1[,i2]]"
8331msgstr ""
8332
8333#: builtin/shortlog.c:234
8334msgid "Linewrap output"
8335msgstr ""
8336
8337#: builtin/show-branch.c:9
8338msgid ""
8339"git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--"
8340"current] [--color[=<when>] | --no-color] [--sparse] [--more=<n> | --list | --"
8341"independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<rev> | "
8342"<glob>)...]"
8343msgstr ""
8344
8345#: builtin/show-branch.c:10
8346msgid "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"
8347msgstr ""
8348
8349#: builtin/show-branch.c:650
8350msgid "show remote-tracking and local branches"
8351msgstr ""
8352
8353#: builtin/show-branch.c:652
8354msgid "show remote-tracking branches"
8355msgstr ""
8356
8357#: builtin/show-branch.c:654
8358msgid "color '*!+-' corresponding to the branch"
8359msgstr ""
8360
8361#: builtin/show-branch.c:656
8362msgid "show <n> more commits after the common ancestor"
8363msgstr ""
8364
8365#: builtin/show-branch.c:658
8366msgid "synonym to more=-1"
8367msgstr ""
8368
8369#: builtin/show-branch.c:659
8370msgid "suppress naming strings"
8371msgstr ""
8372
8373#: builtin/show-branch.c:661
8374msgid "include the current branch"
8375msgstr ""
8376
8377#: builtin/show-branch.c:663
8378msgid "name commits with their object names"
8379msgstr ""
8380
8381#: builtin/show-branch.c:665
8382msgid "show possible merge bases"
8383msgstr ""
8384
8385#: builtin/show-branch.c:667
8386msgid "show refs unreachable from any other ref"
8387msgstr ""
8388
8389#: builtin/show-branch.c:669
8390msgid "show commits in topological order"
8391msgstr ""
8392
8393#: builtin/show-branch.c:672
8394msgid "show only commits not on the first branch"
8395msgstr ""
8396
8397#: builtin/show-branch.c:674
8398msgid "show merges reachable from only one tip"
8399msgstr ""
8400
8401#: builtin/show-branch.c:676
8402msgid "topologically sort, maintaining date order where possible"
8403msgstr ""
8404
8405#: builtin/show-branch.c:679
8406msgid "<n>[,<base>]"
8407msgstr ""
8408
8409#: builtin/show-branch.c:680
8410msgid "show <n> most recent ref-log entries starting at base"
8411msgstr ""
8412
8413#: builtin/show-ref.c:10
8414msgid ""
8415"git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"
8416"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "
8417msgstr ""
8418
8419#: builtin/show-ref.c:11
8420msgid "git show-ref --exclude-existing[=pattern] < ref-list"
8421msgstr ""
8422
8423#: builtin/show-ref.c:168
8424msgid "only show tags (can be combined with heads)"
8425msgstr ""
8426
8427#: builtin/show-ref.c:169
8428msgid "only show heads (can be combined with tags)"
8429msgstr ""
8430
8431#: builtin/show-ref.c:170
8432msgid "stricter reference checking, requires exact ref path"
8433msgstr ""
8434
8435#: builtin/show-ref.c:173 builtin/show-ref.c:176
8436msgid "show the HEAD reference, even if it would be filtered out"
8437msgstr ""
8438
8439#: builtin/show-ref.c:178
8440msgid "dereference tags into object IDs"
8441msgstr ""
8442
8443#: builtin/show-ref.c:180
8444msgid "only show SHA1 hash using <n> digits"
8445msgstr ""
8446
8447#: builtin/show-ref.c:184
8448msgid "do not print results to stdout (useful with --verify)"
8449msgstr ""
8450
8451#: builtin/show-ref.c:186
8452msgid "show refs from stdin that aren't in local repository"
8453msgstr ""
8454
8455#: builtin/symbolic-ref.c:7
8456msgid "git symbolic-ref [options] name [ref]"
8457msgstr ""
8458
8459#: builtin/symbolic-ref.c:8
8460msgid "git symbolic-ref -d [-q] name"
8461msgstr ""
8462
8463#: builtin/symbolic-ref.c:40
8464msgid "suppress error message for non-symbolic (detached) refs"
8465msgstr ""
8466
8467#: builtin/symbolic-ref.c:41
8468msgid "delete symbolic ref"
8469msgstr ""
8470
8471#: builtin/symbolic-ref.c:42
8472msgid "shorten ref output"
8473msgstr ""
8474
8475#: builtin/symbolic-ref.c:43 builtin/update-ref.c:18
8476msgid "reason"
8477msgstr ""
8478
8479#: builtin/symbolic-ref.c:43 builtin/update-ref.c:18
8480msgid "reason of the update"
8481msgstr ""
8482
8483#: builtin/tag.c:22
8484msgid ""
8485"git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]"
8486msgstr ""
8487
8488#: builtin/tag.c:23
8489msgid "git tag -d <tagname>..."
8490msgstr ""
8491
8492#: builtin/tag.c:24
8493msgid ""
8494"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] \n"
8495"\t\t[<pattern>...]"
8496msgstr ""
8497
8498#: builtin/tag.c:26
8499msgid "git tag -v <tagname>..."
8500msgstr ""
8501
8502#: builtin/tag.c:60
8503#, c-format
8504msgid "malformed object at '%s'"
8505msgstr ""
8506
8507#: builtin/tag.c:207
8508#, c-format
8509msgid "tag name too long: %.*s..."
8510msgstr ""
8511
8512#: builtin/tag.c:212
8513#, c-format
8514msgid "tag '%s' not found."
8515msgstr ""
8516
8517#: builtin/tag.c:227
8518#, c-format
8519msgid "Deleted tag '%s' (was %s)\n"
8520msgstr ""
8521
8522#: builtin/tag.c:239
8523#, c-format
8524msgid "could not verify the tag '%s'"
8525msgstr ""
8526
8527#: builtin/tag.c:249
8528#, c-format
8529msgid ""
8530"\n"
8531"Write a tag message\n"
8532"Lines starting with '%c' will be ignored.\n"
8533msgstr ""
8534
8535#: builtin/tag.c:253
8536#, c-format
8537msgid ""
8538"\n"
8539"Write a tag message\n"
8540"Lines starting with '%c' will be kept; you may remove them yourself if you "
8541"want to.\n"
8542msgstr ""
8543
8544#: builtin/tag.c:292
8545msgid "unable to sign the tag"
8546msgstr ""
8547
8548#: builtin/tag.c:294
8549msgid "unable to write tag file"
8550msgstr ""
8551
8552#: builtin/tag.c:319
8553msgid "bad object type."
8554msgstr ""
8555
8556#: builtin/tag.c:332
8557msgid "tag header too big."
8558msgstr ""
8559
8560#: builtin/tag.c:368
8561msgid "no tag message?"
8562msgstr ""
8563
8564#: builtin/tag.c:374
8565#, c-format
8566msgid "The tag message has been left in %s\n"
8567msgstr ""
8568
8569#: builtin/tag.c:423
8570msgid "switch 'points-at' requires an object"
8571msgstr ""
8572
8573#: builtin/tag.c:425
8574#, c-format
8575msgid "malformed object name '%s'"
8576msgstr ""
8577
8578#: builtin/tag.c:445
8579msgid "list tag names"
8580msgstr ""
8581
8582#: builtin/tag.c:447
8583msgid "print <n> lines of each tag message"
8584msgstr ""
8585
8586#: builtin/tag.c:449
8587msgid "delete tags"
8588msgstr ""
8589
8590#: builtin/tag.c:450
8591msgid "verify tags"
8592msgstr ""
8593
8594#: builtin/tag.c:452
8595msgid "Tag creation options"
8596msgstr ""
8597
8598#: builtin/tag.c:454
8599msgid "annotated tag, needs a message"
8600msgstr ""
8601
8602#: builtin/tag.c:456
8603msgid "tag message"
8604msgstr ""
8605
8606#: builtin/tag.c:458
8607msgid "annotated and GPG-signed tag"
8608msgstr ""
8609
8610#: builtin/tag.c:462
8611msgid "use another key to sign the tag"
8612msgstr ""
8613
8614#: builtin/tag.c:463
8615msgid "replace the tag if exists"
8616msgstr ""
8617
8618#: builtin/tag.c:464
8619msgid "show tag list in columns"
8620msgstr ""
8621
8622#: builtin/tag.c:466
8623msgid "Tag listing options"
8624msgstr ""
8625
8626#: builtin/tag.c:469
8627msgid "print only tags that contain the commit"
8628msgstr ""
8629
8630#: builtin/tag.c:475
8631msgid "print only tags of the object"
8632msgstr ""
8633
8634#: builtin/tag.c:504
8635msgid "--column and -n are incompatible"
8636msgstr ""
8637
8638#: builtin/tag.c:521
8639msgid "-n option is only allowed with -l."
8640msgstr ""
8641
8642#: builtin/tag.c:523
8643msgid "--contains option is only allowed with -l."
8644msgstr ""
8645
8646#: builtin/tag.c:525
8647msgid "--points-at option is only allowed with -l."
8648msgstr ""
8649
8650#: builtin/tag.c:533
8651msgid "only one -F or -m option is allowed."
8652msgstr ""
8653
8654#: builtin/tag.c:553
8655msgid "too many params"
8656msgstr ""
8657
8658#: builtin/tag.c:559
8659#, c-format
8660msgid "'%s' is not a valid tag name."
8661msgstr ""
8662
8663#: builtin/tag.c:564
8664#, c-format
8665msgid "tag '%s' already exists"
8666msgstr ""
8667
8668#: builtin/tag.c:582
8669#, c-format
8670msgid "%s: cannot lock the ref"
8671msgstr ""
8672
8673#: builtin/tag.c:584
8674#, c-format
8675msgid "%s: cannot update the ref"
8676msgstr ""
8677
8678#: builtin/tag.c:586
8679#, c-format
8680msgid "Updated tag '%s' (was %s)\n"
8681msgstr ""
8682
8683#: builtin/update-index.c:401
8684msgid "git update-index [options] [--] [<file>...]"
8685msgstr ""
8686
8687#: builtin/update-index.c:718
8688msgid "continue refresh even when index needs update"
8689msgstr ""
8690
8691#: builtin/update-index.c:721
8692msgid "refresh: ignore submodules"
8693msgstr ""
8694
8695#: builtin/update-index.c:724
8696msgid "do not ignore new files"
8697msgstr ""
8698
8699#: builtin/update-index.c:726
8700msgid "let files replace directories and vice-versa"
8701msgstr ""
8702
8703#: builtin/update-index.c:728
8704msgid "notice files missing from worktree"
8705msgstr ""
8706
8707#: builtin/update-index.c:730
8708msgid "refresh even if index contains unmerged entries"
8709msgstr ""
8710
8711#: builtin/update-index.c:733
8712msgid "refresh stat information"
8713msgstr ""
8714
8715#: builtin/update-index.c:737
8716msgid "like --refresh, but ignore assume-unchanged setting"
8717msgstr ""
8718
8719#: builtin/update-index.c:741
8720msgid "<mode> <object> <path>"
8721msgstr ""
8722
8723#: builtin/update-index.c:742
8724msgid "add the specified entry to the index"
8725msgstr ""
8726
8727#: builtin/update-index.c:746
8728msgid "(+/-)x"
8729msgstr ""
8730
8731#: builtin/update-index.c:747
8732msgid "override the executable bit of the listed files"
8733msgstr ""
8734
8735#: builtin/update-index.c:751
8736msgid "mark files as \"not changing\""
8737msgstr ""
8738
8739#: builtin/update-index.c:754
8740msgid "clear assumed-unchanged bit"
8741msgstr ""
8742
8743#: builtin/update-index.c:757
8744msgid "mark files as \"index-only\""
8745msgstr ""
8746
8747#: builtin/update-index.c:760
8748msgid "clear skip-worktree bit"
8749msgstr ""
8750
8751#: builtin/update-index.c:763
8752msgid "add to index only; do not add content to object database"
8753msgstr ""
8754
8755#: builtin/update-index.c:765
8756msgid "remove named paths even if present in worktree"
8757msgstr ""
8758
8759#: builtin/update-index.c:767
8760msgid "with --stdin: input lines are terminated by null bytes"
8761msgstr ""
8762
8763#: builtin/update-index.c:769
8764msgid "read list of paths to be updated from standard input"
8765msgstr ""
8766
8767#: builtin/update-index.c:773
8768msgid "add entries from standard input to the index"
8769msgstr ""
8770
8771#: builtin/update-index.c:777
8772msgid "repopulate stages #2 and #3 for the listed paths"
8773msgstr ""
8774
8775#: builtin/update-index.c:781
8776msgid "only update entries that differ from HEAD"
8777msgstr ""
8778
8779#: builtin/update-index.c:785
8780msgid "ignore files missing from worktree"
8781msgstr ""
8782
8783#: builtin/update-index.c:788
8784msgid "report actions to standard output"
8785msgstr ""
8786
8787#: builtin/update-index.c:790
8788msgid "(for porcelains) forget saved unresolved conflicts"
8789msgstr ""
8790
8791#: builtin/update-index.c:794
8792msgid "write index in this format"
8793msgstr ""
8794
8795#: builtin/update-ref.c:7
8796msgid "git update-ref [options] -d <refname> [<oldval>]"
8797msgstr ""
8798
8799#: builtin/update-ref.c:8
8800msgid "git update-ref [options]    <refname> <newval> [<oldval>]"
8801msgstr ""
8802
8803#: builtin/update-ref.c:19
8804msgid "delete the reference"
8805msgstr ""
8806
8807#: builtin/update-ref.c:21
8808msgid "update <refname> not the one it points to"
8809msgstr ""
8810
8811#: builtin/update-server-info.c:6
8812msgid "git update-server-info [--force]"
8813msgstr ""
8814
8815#: builtin/update-server-info.c:14
8816msgid "update the info files from scratch"
8817msgstr ""
8818
8819#: builtin/verify-pack.c:56
8820msgid "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."
8821msgstr ""
8822
8823#: builtin/verify-pack.c:66
8824msgid "verbose"
8825msgstr ""
8826
8827#: builtin/verify-pack.c:68
8828msgid "show statistics only"
8829msgstr ""
8830
8831#: builtin/verify-tag.c:17
8832msgid "git verify-tag [-v|--verbose] <tag>..."
8833msgstr ""
8834
8835#: builtin/verify-tag.c:73
8836msgid "print tag contents"
8837msgstr ""
8838
8839#: builtin/write-tree.c:13
8840msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
8841msgstr ""
8842
8843#: builtin/write-tree.c:26
8844msgid "<prefix>/"
8845msgstr ""
8846
8847#: builtin/write-tree.c:27
8848msgid "write tree object for a subdirectory <prefix>"
8849msgstr ""
8850
8851#: builtin/write-tree.c:30
8852msgid "only useful for debugging"
8853msgstr ""
8854
8855#: git.c:17
8856msgid ""
8857"'git help -a' and 'git help -g' lists available subcommands and some\n"
8858"concept guides. See 'git help <command>' or 'git help <concept>'\n"
8859"to read about a specific subcommand or concept."
8860msgstr ""
8861
8862#: parse-options.h:144
8863msgid "expiry date"
8864msgstr ""
8865
8866#: parse-options.h:159
8867msgid "no-op (backward compatibility)"
8868msgstr ""
8869
8870#: parse-options.h:236
8871msgid "be more verbose"
8872msgstr ""
8873
8874#: parse-options.h:238
8875msgid "be more quiet"
8876msgstr ""
8877
8878#: parse-options.h:244
8879msgid "use <n> digits to display SHA-1s"
8880msgstr ""
8881
8882#: common-cmds.h:8
8883msgid "Add file contents to the index"
8884msgstr ""
8885
8886#: common-cmds.h:9
8887msgid "Find by binary search the change that introduced a bug"
8888msgstr ""
8889
8890#: common-cmds.h:10
8891msgid "List, create, or delete branches"
8892msgstr ""
8893
8894#: common-cmds.h:11
8895msgid "Checkout a branch or paths to the working tree"
8896msgstr ""
8897
8898#: common-cmds.h:12
8899msgid "Clone a repository into a new directory"
8900msgstr ""
8901
8902#: common-cmds.h:13
8903msgid "Record changes to the repository"
8904msgstr ""
8905
8906#: common-cmds.h:14
8907msgid "Show changes between commits, commit and working tree, etc"
8908msgstr ""
8909
8910#: common-cmds.h:15
8911msgid "Download objects and refs from another repository"
8912msgstr ""
8913
8914#: common-cmds.h:16
8915msgid "Print lines matching a pattern"
8916msgstr ""
8917
8918#: common-cmds.h:17
8919msgid "Create an empty Git repository or reinitialize an existing one"
8920msgstr ""
8921
8922#: common-cmds.h:18
8923msgid "Show commit logs"
8924msgstr ""
8925
8926#: common-cmds.h:19
8927msgid "Join two or more development histories together"
8928msgstr ""
8929
8930#: common-cmds.h:20
8931msgid "Move or rename a file, a directory, or a symlink"
8932msgstr ""
8933
8934#: common-cmds.h:21
8935msgid "Fetch from and integrate with another repository or a local branch"
8936msgstr ""
8937
8938#: common-cmds.h:22
8939msgid "Update remote refs along with associated objects"
8940msgstr ""
8941
8942#: common-cmds.h:23
8943msgid "Forward-port local commits to the updated upstream head"
8944msgstr ""
8945
8946#: common-cmds.h:24
8947msgid "Reset current HEAD to the specified state"
8948msgstr ""
8949
8950#: common-cmds.h:25
8951msgid "Remove files from the working tree and from the index"
8952msgstr ""
8953
8954#: common-cmds.h:26
8955msgid "Show various types of objects"
8956msgstr ""
8957
8958#: common-cmds.h:27
8959msgid "Show the working tree status"
8960msgstr ""
8961
8962#: common-cmds.h:28
8963msgid "Create, list, delete or verify a tag object signed with GPG"
8964msgstr ""
8965
8966#: git-am.sh:50
8967msgid "You need to set your committer info first"
8968msgstr ""
8969
8970#: git-am.sh:95
8971msgid ""
8972"You seem to have moved HEAD since the last 'am' failure.\n"
8973"Not rewinding to ORIG_HEAD"
8974msgstr ""
8975
8976#: git-am.sh:105
8977#, sh-format
8978msgid ""
8979"When you have resolved this problem, run \"$cmdline --continue\".\n"
8980"If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"
8981"To restore the original branch and stop patching, run \"$cmdline --abort\"."
8982msgstr ""
8983
8984#: git-am.sh:121
8985msgid "Cannot fall back to three-way merge."
8986msgstr ""
8987
8988#: git-am.sh:137
8989msgid "Repository lacks necessary blobs to fall back on 3-way merge."
8990msgstr ""
8991
8992#: git-am.sh:139
8993msgid "Using index info to reconstruct a base tree..."
8994msgstr ""
8995
8996#: git-am.sh:154
8997msgid ""
8998"Did you hand edit your patch?\n"
8999"It does not apply to blobs recorded in its index."
9000msgstr ""
9001
9002#: git-am.sh:163
9003msgid "Falling back to patching base and 3-way merge..."
9004msgstr ""
9005
9006#: git-am.sh:179
9007msgid "Failed to merge in the changes."
9008msgstr ""
9009
9010#: git-am.sh:274
9011msgid "Only one StGIT patch series can be applied at once"
9012msgstr ""
9013
9014#: git-am.sh:361
9015#, sh-format
9016msgid "Patch format $patch_format is not supported."
9017msgstr ""
9018
9019#: git-am.sh:363
9020msgid "Patch format detection failed."
9021msgstr ""
9022
9023#: git-am.sh:389
9024msgid ""
9025"The -b/--binary option has been a no-op for long time, and\n"
9026"it will be removed. Please do not use it anymore."
9027msgstr ""
9028
9029#: git-am.sh:479
9030#, sh-format
9031msgid "previous rebase directory $dotest still exists but mbox given."
9032msgstr ""
9033
9034#: git-am.sh:484
9035msgid "Please make up your mind. --skip or --abort?"
9036msgstr ""
9037
9038#: git-am.sh:520
9039#, sh-format
9040msgid ""
9041"Stray $dotest directory found.\n"
9042"Use \"git am --abort\" to remove it."
9043msgstr ""
9044
9045#: git-am.sh:528
9046msgid "Resolve operation not in progress, we are not resuming."
9047msgstr ""
9048
9049#: git-am.sh:594
9050#, sh-format
9051msgid "Dirty index: cannot apply patches (dirty: $files)"
9052msgstr ""
9053
9054#: git-am.sh:698
9055#, sh-format
9056msgid ""
9057"Patch is empty.  Was it split wrong?\n"
9058"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"
9059"To restore the original branch and stop patching run \"$cmdline --abort\"."
9060msgstr ""
9061
9062#: git-am.sh:725
9063msgid "Patch does not have a valid e-mail address."
9064msgstr ""
9065
9066#: git-am.sh:772
9067msgid "cannot be interactive without stdin connected to a terminal."
9068msgstr ""
9069
9070#: git-am.sh:776
9071msgid "Commit Body is:"
9072msgstr ""
9073
9074#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
9075#. in your translation. The program will only accept English
9076#. input at this point.
9077#: git-am.sh:783
9078msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "
9079msgstr ""
9080
9081#: git-am.sh:819
9082#, sh-format
9083msgid "Applying: $FIRSTLINE"
9084msgstr ""
9085
9086#: git-am.sh:840
9087msgid ""
9088"No changes - did you forget to use 'git add'?\n"
9089"If there is nothing left to stage, chances are that something else\n"
9090"already introduced the same changes; you might want to skip this patch."
9091msgstr ""
9092
9093#: git-am.sh:848
9094msgid ""
9095"You still have unmerged paths in your index\n"
9096"did you forget to use 'git add'?"
9097msgstr ""
9098
9099#: git-am.sh:864
9100msgid "No changes -- Patch already applied."
9101msgstr ""
9102
9103#: git-am.sh:874
9104#, sh-format
9105msgid "Patch failed at $msgnum $FIRSTLINE"
9106msgstr ""
9107
9108#: git-am.sh:877
9109#, sh-format
9110msgid ""
9111"The copy of the patch that failed is found in:\n"
9112"   $dotest/patch"
9113msgstr ""
9114
9115#: git-am.sh:895
9116msgid "applying to an empty history"
9117msgstr ""
9118
9119#: git-bisect.sh:48
9120msgid "You need to start by \"git bisect start\""
9121msgstr ""
9122
9123#. TRANSLATORS: Make sure to include [Y] and [n] in your
9124#. translation. The program will only accept English input
9125#. at this point.
9126#: git-bisect.sh:54
9127msgid "Do you want me to do it for you [Y/n]? "
9128msgstr ""
9129
9130#: git-bisect.sh:95
9131#, sh-format
9132msgid "unrecognised option: '$arg'"
9133msgstr ""
9134
9135#: git-bisect.sh:99
9136#, sh-format
9137msgid "'$arg' does not appear to be a valid revision"
9138msgstr ""
9139
9140#: git-bisect.sh:117
9141msgid "Bad HEAD - I need a HEAD"
9142msgstr ""
9143
9144#: git-bisect.sh:130
9145#, sh-format
9146msgid ""
9147"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."
9148msgstr ""
9149
9150#: git-bisect.sh:140
9151msgid "won't bisect on seeked tree"
9152msgstr ""
9153
9154#: git-bisect.sh:144
9155msgid "Bad HEAD - strange symbolic ref"
9156msgstr ""
9157
9158#: git-bisect.sh:189
9159#, sh-format
9160msgid "Bad bisect_write argument: $state"
9161msgstr ""
9162
9163#: git-bisect.sh:218
9164#, sh-format
9165msgid "Bad rev input: $arg"
9166msgstr ""
9167
9168#: git-bisect.sh:232
9169msgid "Please call 'bisect_state' with at least one argument."
9170msgstr ""
9171
9172#: git-bisect.sh:244
9173#, sh-format
9174msgid "Bad rev input: $rev"
9175msgstr ""
9176
9177#: git-bisect.sh:250
9178msgid "'git bisect bad' can take only one argument."
9179msgstr ""
9180
9181#. have bad but not good.  we could bisect although
9182#. this is less optimum.
9183#: git-bisect.sh:273
9184msgid "Warning: bisecting only with a bad commit."
9185msgstr ""
9186
9187#. TRANSLATORS: Make sure to include [Y] and [n] in your
9188#. translation. The program will only accept English input
9189#. at this point.
9190#: git-bisect.sh:279
9191msgid "Are you sure [Y/n]? "
9192msgstr ""
9193
9194#: git-bisect.sh:289
9195msgid ""
9196"You need to give me at least one good and one bad revisions.\n"
9197"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
9198msgstr ""
9199
9200#: git-bisect.sh:292
9201msgid ""
9202"You need to start by \"git bisect start\".\n"
9203"You then need to give me at least one good and one bad revisions.\n"
9204"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"
9205msgstr ""
9206
9207#: git-bisect.sh:363 git-bisect.sh:490
9208msgid "We are not bisecting."
9209msgstr ""
9210
9211#: git-bisect.sh:370
9212#, sh-format
9213msgid "'$invalid' is not a valid commit"
9214msgstr ""
9215
9216#: git-bisect.sh:379
9217#, sh-format
9218msgid ""
9219"Could not check out original HEAD '$branch'.\n"
9220"Try 'git bisect reset <commit>'."
9221msgstr ""
9222
9223#: git-bisect.sh:406
9224msgid "No logfile given"
9225msgstr ""
9226
9227#: git-bisect.sh:407
9228#, sh-format
9229msgid "cannot read $file for replaying"
9230msgstr ""
9231
9232#: git-bisect.sh:424
9233msgid "?? what are you talking about?"
9234msgstr ""
9235
9236#: git-bisect.sh:436
9237#, sh-format
9238msgid "running $command"
9239msgstr ""
9240
9241#: git-bisect.sh:443
9242#, sh-format
9243msgid ""
9244"bisect run failed:\n"
9245"exit code $res from '$command' is < 0 or >= 128"
9246msgstr ""
9247
9248#: git-bisect.sh:469
9249msgid "bisect run cannot continue any more"
9250msgstr ""
9251
9252#: git-bisect.sh:475
9253#, sh-format
9254msgid ""
9255"bisect run failed:\n"
9256"'bisect_state $state' exited with error code $res"
9257msgstr ""
9258
9259#: git-bisect.sh:482
9260msgid "bisect run success"
9261msgstr ""
9262
9263#: git-pull.sh:21
9264msgid ""
9265"Pull is not possible because you have unmerged files.\n"
9266"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"
9267"as appropriate to mark resolution, or use 'git commit -a'."
9268msgstr ""
9269
9270#: git-pull.sh:25
9271msgid "Pull is not possible because you have unmerged files."
9272msgstr ""
9273
9274#: git-pull.sh:203
9275msgid "updating an unborn branch with changes added to the index"
9276msgstr ""
9277
9278#. The fetch involved updating the current branch.
9279#. The working tree and the index file is still based on the
9280#. $orig_head commit, but we are merging into $curr_head.
9281#. First update the working tree to match $curr_head.
9282#: git-pull.sh:235
9283#, sh-format
9284msgid ""
9285"Warning: fetch updated the current branch head.\n"
9286"Warning: fast-forwarding your working tree from\n"
9287"Warning: commit $orig_head."
9288msgstr ""
9289
9290#: git-pull.sh:260
9291msgid "Cannot merge multiple branches into empty head"
9292msgstr ""
9293
9294#: git-pull.sh:264
9295msgid "Cannot rebase onto multiple branches"
9296msgstr ""
9297
9298#: git-rebase.sh:54
9299msgid ""
9300"When you have resolved this problem, run \"git rebase --continue\".\n"
9301"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
9302"To check out the original branch and stop rebasing, run \"git rebase --abort"
9303"\"."
9304msgstr ""
9305
9306#: git-rebase.sh:156
9307msgid "Applied autostash."
9308msgstr ""
9309
9310#: git-rebase.sh:159
9311#, sh-format
9312msgid "Cannot store $stash_sha1"
9313msgstr ""
9314
9315#: git-rebase.sh:160
9316msgid ""
9317"Applying autostash resulted in conflicts.\n"
9318"Your changes are safe in the stash.\n"
9319"You can run \"git stash pop\" or \"git stash drop\" it at any time.\n"
9320msgstr ""
9321
9322#: git-rebase.sh:190
9323msgid "The pre-rebase hook refused to rebase."
9324msgstr ""
9325
9326#: git-rebase.sh:195
9327msgid "It looks like git-am is in progress. Cannot rebase."
9328msgstr ""
9329
9330#: git-rebase.sh:329
9331msgid "The --exec option must be used with the --interactive option"
9332msgstr ""
9333
9334#: git-rebase.sh:334
9335msgid "No rebase in progress?"
9336msgstr ""
9337
9338#: git-rebase.sh:345
9339msgid "The --edit-todo action can only be used during interactive rebase."
9340msgstr ""
9341
9342#: git-rebase.sh:352
9343msgid "Cannot read HEAD"
9344msgstr ""
9345
9346#: git-rebase.sh:355
9347msgid ""
9348"You must edit all merge conflicts and then\n"
9349"mark them as resolved using git add"
9350msgstr ""
9351
9352#: git-rebase.sh:373
9353#, sh-format
9354msgid "Could not move back to $head_name"
9355msgstr ""
9356
9357#: git-rebase.sh:392
9358#, sh-format
9359msgid ""
9360"It seems that there is already a $state_dir_base directory, and\n"
9361"I wonder if you are in the middle of another rebase.  If that is the\n"
9362"case, please try\n"
9363"\t$cmd_live_rebase\n"
9364"If that is not the case, please\n"
9365"\t$cmd_clear_stale_rebase\n"
9366"and run me again.  I am stopping in case you still have something\n"
9367"valuable there."
9368msgstr ""
9369
9370#: git-rebase.sh:437
9371#, sh-format
9372msgid "invalid upstream $upstream_name"
9373msgstr ""
9374
9375#: git-rebase.sh:461
9376#, sh-format
9377msgid "$onto_name: there are more than one merge bases"
9378msgstr ""
9379
9380#: git-rebase.sh:464 git-rebase.sh:468
9381#, sh-format
9382msgid "$onto_name: there is no merge base"
9383msgstr ""
9384
9385#: git-rebase.sh:473
9386#, sh-format
9387msgid "Does not point to a valid commit: $onto_name"
9388msgstr ""
9389
9390#: git-rebase.sh:496
9391#, sh-format
9392msgid "fatal: no such branch: $branch_name"
9393msgstr ""
9394
9395#: git-rebase.sh:519
9396msgid "Cannot autostash"
9397msgstr ""
9398
9399#: git-rebase.sh:524
9400#, sh-format
9401msgid "Created autostash: $stash_abbrev"
9402msgstr ""
9403
9404#: git-rebase.sh:528
9405msgid "Please commit or stash them."
9406msgstr ""
9407
9408#: git-rebase.sh:548
9409#, sh-format
9410msgid "Current branch $branch_name is up to date."
9411msgstr ""
9412
9413#: git-rebase.sh:552
9414#, sh-format
9415msgid "Current branch $branch_name is up to date, rebase forced."
9416msgstr ""
9417
9418#: git-rebase.sh:563
9419#, sh-format
9420msgid "Changes from $mb to $onto:"
9421msgstr ""
9422
9423#. Detach HEAD and reset the tree
9424#: git-rebase.sh:572
9425msgid "First, rewinding head to replay your work on top of it..."
9426msgstr ""
9427
9428#: git-rebase.sh:582
9429#, sh-format
9430msgid "Fast-forwarded $branch_name to $onto_name."
9431msgstr ""
9432
9433#: git-stash.sh:51
9434msgid "git stash clear with parameters is unimplemented"
9435msgstr ""
9436
9437#: git-stash.sh:74
9438msgid "You do not have the initial commit yet"
9439msgstr ""
9440
9441#: git-stash.sh:89
9442msgid "Cannot save the current index state"
9443msgstr ""
9444
9445#: git-stash.sh:123 git-stash.sh:136
9446msgid "Cannot save the current worktree state"
9447msgstr ""
9448
9449#: git-stash.sh:140
9450msgid "No changes selected"
9451msgstr ""
9452
9453#: git-stash.sh:143
9454msgid "Cannot remove temporary index (can't happen)"
9455msgstr ""
9456
9457#: git-stash.sh:156
9458msgid "Cannot record working tree state"
9459msgstr ""
9460
9461#: git-stash.sh:190
9462#, sh-format
9463msgid "Cannot update $ref_stash with $w_commit"
9464msgstr ""
9465
9466#. TRANSLATORS: $option is an invalid option, like
9467#. `--blah-blah'. The 7 spaces at the beginning of the
9468#. second line correspond to "error: ". So you should line
9469#. up the second line with however many characters the
9470#. translation of "error: " takes in your language. E.g. in
9471#. English this is:
9472#.
9473#. $ git stash save --blah-blah 2>&1 | head -n 2
9474#. error: unknown option for 'stash save': --blah-blah
9475#. To provide a message, use git stash save -- '--blah-blah'
9476#: git-stash.sh:241
9477#, sh-format
9478msgid ""
9479"error: unknown option for 'stash save': $option\n"
9480"       To provide a message, use git stash save -- '$option'"
9481msgstr ""
9482
9483#: git-stash.sh:262
9484msgid "No local changes to save"
9485msgstr ""
9486
9487#: git-stash.sh:268
9488msgid ""
9489"The following untracked files would NOT be saved but need to be removed by "
9490"stash save:"
9491msgstr ""
9492
9493#: git-stash.sh:270
9494msgid ""
9495"Aborting. Consider using either the --force or --include-untracked option."
9496msgstr ""
9497
9498#: git-stash.sh:274
9499msgid "Cannot initialize stash"
9500msgstr ""
9501
9502#: git-stash.sh:278
9503msgid "Cannot save the current status"
9504msgstr ""
9505
9506#: git-stash.sh:296
9507msgid "Cannot remove worktree changes"
9508msgstr ""
9509
9510#: git-stash.sh:395
9511msgid "No stash found."
9512msgstr ""
9513
9514#: git-stash.sh:402
9515#, sh-format
9516msgid "Too many revisions specified: $REV"
9517msgstr ""
9518
9519#: git-stash.sh:408
9520#, sh-format
9521msgid "$reference is not valid reference"
9522msgstr ""
9523
9524#: git-stash.sh:436
9525#, sh-format
9526msgid "'$args' is not a stash-like commit"
9527msgstr ""
9528
9529#: git-stash.sh:447
9530#, sh-format
9531msgid "'$args' is not a stash reference"
9532msgstr ""
9533
9534#: git-stash.sh:455
9535msgid "unable to refresh index"
9536msgstr ""
9537
9538#: git-stash.sh:459
9539msgid "Cannot apply a stash in the middle of a merge"
9540msgstr ""
9541
9542#: git-stash.sh:467
9543msgid "Conflicts in index. Try without --index."
9544msgstr ""
9545
9546#: git-stash.sh:469
9547msgid "Could not save index tree"
9548msgstr ""
9549
9550#: git-stash.sh:503
9551msgid "Cannot unstage modified files"
9552msgstr ""
9553
9554#: git-stash.sh:518
9555msgid "Index was not unstashed."
9556msgstr ""
9557
9558#: git-stash.sh:535
9559#, sh-format
9560msgid "Dropped ${REV} ($s)"
9561msgstr ""
9562
9563#: git-stash.sh:536
9564#, sh-format
9565msgid "${REV}: Could not drop stash entry"
9566msgstr ""
9567
9568#: git-stash.sh:543
9569msgid "No branch name specified"
9570msgstr ""
9571
9572#: git-stash.sh:615
9573msgid "(To restore them type \"git stash apply\")"
9574msgstr ""
9575
9576#: git-submodule.sh:95
9577#, sh-format
9578msgid "cannot strip one component off url '$remoteurl'"
9579msgstr ""
9580
9581#: git-submodule.sh:237
9582#, sh-format
9583msgid "No submodule mapping found in .gitmodules for path '$sm_path'"
9584msgstr ""
9585
9586#: git-submodule.sh:281
9587#, sh-format
9588msgid "Clone of '$url' into submodule path '$sm_path' failed"
9589msgstr ""
9590
9591#: git-submodule.sh:293
9592#, sh-format
9593msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"
9594msgstr ""
9595
9596#: git-submodule.sh:403
9597msgid "Relative path can only be used from the toplevel of the working tree"
9598msgstr ""
9599
9600#: git-submodule.sh:413
9601#, sh-format
9602msgid "repo URL: '$repo' must be absolute or begin with ./|../"
9603msgstr ""
9604
9605#: git-submodule.sh:430
9606#, sh-format
9607msgid "'$sm_path' already exists in the index"
9608msgstr ""
9609
9610#: git-submodule.sh:434
9611#, sh-format
9612msgid ""
9613"The following path is ignored by one of your .gitignore files:\n"
9614"$sm_path\n"
9615"Use -f if you really want to add it."
9616msgstr ""
9617
9618#: git-submodule.sh:452
9619#, sh-format
9620msgid "Adding existing repo at '$sm_path' to the index"
9621msgstr ""
9622
9623#: git-submodule.sh:454
9624#, sh-format
9625msgid "'$sm_path' already exists and is not a valid git repo"
9626msgstr ""
9627
9628#: git-submodule.sh:462
9629#, sh-format
9630msgid "A git directory for '$sm_name' is found locally with remote(s):"
9631msgstr ""
9632
9633#: git-submodule.sh:464
9634#, sh-format
9635msgid ""
9636"If you want to reuse this local git directory instead of cloning again from"
9637msgstr ""
9638
9639#: git-submodule.sh:466
9640#, sh-format
9641msgid ""
9642"use the '--force' option. If the local git directory is not the correct repo"
9643msgstr ""
9644
9645#: git-submodule.sh:467
9646#, sh-format
9647msgid ""
9648"or you are unsure what this means choose another name with the '--name' "
9649"option."
9650msgstr ""
9651
9652#: git-submodule.sh:469
9653#, sh-format
9654msgid "Reactivating local git directory for submodule '$sm_name'."
9655msgstr ""
9656
9657#: git-submodule.sh:481
9658#, sh-format
9659msgid "Unable to checkout submodule '$sm_path'"
9660msgstr ""
9661
9662#: git-submodule.sh:486
9663#, sh-format
9664msgid "Failed to add submodule '$sm_path'"
9665msgstr ""
9666
9667#: git-submodule.sh:495
9668#, sh-format
9669msgid "Failed to register submodule '$sm_path'"
9670msgstr ""
9671
9672#: git-submodule.sh:539
9673#, sh-format
9674msgid "Entering '$prefix$displaypath'"
9675msgstr ""
9676
9677#: git-submodule.sh:554
9678#, sh-format
9679msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."
9680msgstr ""
9681
9682#: git-submodule.sh:600
9683#, sh-format
9684msgid "No url found for submodule path '$displaypath' in .gitmodules"
9685msgstr ""
9686
9687#: git-submodule.sh:609
9688#, sh-format
9689msgid "Failed to register url for submodule path '$displaypath'"
9690msgstr ""
9691
9692#: git-submodule.sh:611
9693#, sh-format
9694msgid "Submodule '$name' ($url) registered for path '$displaypath'"
9695msgstr ""
9696
9697#: git-submodule.sh:619
9698#, sh-format
9699msgid "Failed to register update mode for submodule path '$displaypath'"
9700msgstr ""
9701
9702#: git-submodule.sh:656
9703#, sh-format
9704msgid "Use '.' if you really want to deinitialize all submodules"
9705msgstr ""
9706
9707#: git-submodule.sh:673
9708#, sh-format
9709msgid "Submodule work tree '$displaypath' contains a .git directory"
9710msgstr ""
9711
9712#: git-submodule.sh:674
9713#, sh-format
9714msgid ""
9715"(use 'rm -rf' if you really want to remove it including all of its history)"
9716msgstr ""
9717
9718#: git-submodule.sh:680
9719#, sh-format
9720msgid ""
9721"Submodule work tree '$displaypath' contains local modifications; use '-f' to "
9722"discard them"
9723msgstr ""
9724
9725#: git-submodule.sh:683
9726#, sh-format
9727msgid "Cleared directory '$displaypath'"
9728msgstr ""
9729
9730#: git-submodule.sh:684
9731#, sh-format
9732msgid "Could not remove submodule work tree '$displaypath'"
9733msgstr ""
9734
9735#: git-submodule.sh:687
9736#, sh-format
9737msgid "Could not create empty submodule directory '$displaypath'"
9738msgstr ""
9739
9740#: git-submodule.sh:696
9741#, sh-format
9742msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
9743msgstr ""
9744
9745#: git-submodule.sh:811
9746#, sh-format
9747msgid ""
9748"Submodule path '$displaypath' not initialized\n"
9749"Maybe you want to use 'update --init'?"
9750msgstr ""
9751
9752#: git-submodule.sh:824
9753#, sh-format
9754msgid "Unable to find current revision in submodule path '$displaypath'"
9755msgstr ""
9756
9757#: git-submodule.sh:833
9758#, sh-format
9759msgid "Unable to fetch in submodule path '$sm_path'"
9760msgstr ""
9761
9762#: git-submodule.sh:857
9763#, sh-format
9764msgid "Unable to fetch in submodule path '$displaypath'"
9765msgstr ""
9766
9767#: git-submodule.sh:871
9768#, sh-format
9769msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
9770msgstr ""
9771
9772#: git-submodule.sh:872
9773#, sh-format
9774msgid "Submodule path '$displaypath': rebased into '$sha1'"
9775msgstr ""
9776
9777#: git-submodule.sh:877
9778#, sh-format
9779msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
9780msgstr ""
9781
9782#: git-submodule.sh:878
9783#, sh-format
9784msgid "Submodule path '$displaypath': merged in '$sha1'"
9785msgstr ""
9786
9787#: git-submodule.sh:883
9788#, sh-format
9789msgid ""
9790"Execution of '$command $sha1' failed in submodule  path '$prefix$sm_path'"
9791msgstr ""
9792
9793#: git-submodule.sh:884
9794#, sh-format
9795msgid "Submodule path '$prefix$sm_path': '$command $sha1'"
9796msgstr ""
9797
9798#: git-submodule.sh:889
9799#, sh-format
9800msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
9801msgstr ""
9802
9803#: git-submodule.sh:890
9804#, sh-format
9805msgid "Submodule path '$displaypath': checked out '$sha1'"
9806msgstr ""
9807
9808#: git-submodule.sh:917
9809#, sh-format
9810msgid "Failed to recurse into submodule path '$displaypath'"
9811msgstr ""
9812
9813#: git-submodule.sh:1025
9814msgid "The --cached option cannot be used with the --files option"
9815msgstr ""
9816
9817#. unexpected type
9818#: git-submodule.sh:1066
9819#, sh-format
9820msgid "unexpected mode $mod_dst"
9821msgstr ""
9822
9823#: git-submodule.sh:1086
9824#, sh-format
9825msgid "  Warn: $display_name doesn't contain commit $sha1_src"
9826msgstr ""
9827
9828#: git-submodule.sh:1089
9829#, sh-format
9830msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
9831msgstr ""
9832
9833#: git-submodule.sh:1092
9834#, sh-format
9835msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
9836msgstr ""
9837
9838#: git-submodule.sh:1117
9839msgid "blob"
9840msgstr ""
9841
9842#: git-submodule.sh:1155
9843msgid "Submodules changed but not updated:"
9844msgstr ""
9845
9846#: git-submodule.sh:1157
9847msgid "Submodule changes to be committed:"
9848msgstr ""
9849
9850#: git-submodule.sh:1242
9851#, sh-format
9852msgid "Failed to recurse into submodule path '$sm_path'"
9853msgstr ""
9854
9855#: git-submodule.sh:1306
9856#, sh-format
9857msgid "Synchronizing submodule url for '$displaypath'"
9858msgstr ""