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