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