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