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